Document status - Confidential


Aggregate Functions Test Run Report

DateFeb 10, 2023 19:37
Duration31m 11s
Framework TestFlows 1.9.221228.1171522

Artifacts

Test artifacts can be found at https://gitlab.com/altinity-qa/clickhouse/cicd/release/-/jobs/3752850407/artifacts/browse

Attributes

projectaltinity-qa/clickhouse/cicd/release
project.id22089296
user.nameAndrey Zvonov
user.emailzvonov.andrey@gmail.com
version22.8.13.21
repositoryhttps://github.com/Altinity/ClickHouse.git
job.id3752850407
job.urlhttps://gitlab.com/altinity-qa/clickhouse/cicd/release/-/jobs/3752850407
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_path/usr/bin/clickhouse

Tags

altinity-docker-runner

Summary

98.1%OK
1.9%Known

Statistics

Units OK Fail XFail
Modules
1
1
Suites
383
307
76
Features
248
210
38
Scenarios
6
6
Checks
99710
97914
1796
Steps
397553
394165
3388

Known Fails

Test NameResultMessage
/aggregate functions/aggThrowXFail 393us
aggThrow tests are not implemented
None
/aggregate functions/boundingRatioXFail 419us
boundingRatio tests are not implemented
None
/aggregate functions/categoricalInformationValueXFail 417us
categoricalInformationValue tests are not implemented
None
/aggregate functions/contingencyXFail 354us
contingency tests are not implemented
None
/aggregate functions/cramersVXFail 438us
cramersV tests are not implemented
None
/aggregate functions/cramersVBiasCorrectedXFail 354us
cramersVBiasCorrected tests are not implemented
None
/aggregate functions/dense_rankXFail 364us
dense_rank tests are not implemented
None
/aggregate functions/exponentialTimeDecayedAvgXFail 442us
exponentialTimeDecayedAvg tests are not implemented
None
/aggregate functions/exponentialTimeDecayedCountXFail 362us
exponentialTimeDecayedCount tests are not implemented
None
/aggregate functions/exponentialTimeDecayedMaxXFail 353us
exponentialTimeDecayedMax tests are not implemented
None
/aggregate functions/exponentialTimeDecayedSumXFail 353us
exponentialTimeDecayedSum tests are not implemented
None
/aggregate functions/groupBitmapAndXFail 371us
groupBitmapAnd tests are not implemented
None
/aggregate functions/groupBitmapOrXFail 355us
groupBitmapOr tests are not implemented
None
/aggregate functions/groupBitmapXorXFail 404us
groupBitmapXor tests are not implemented
None
/aggregate functions/histogramXFail 455us
histogram tests are not implemented
None
/aggregate functions/lagInFrameXFail 363us
lagInFrame tests are not implemented
None
/aggregate functions/leadInFrameXFail 365us
leadInFrame tests are not implemented
None
/aggregate functions/maxIntersectionsXFail 442us
maxIntersections tests are not implemented
None
/aggregate functions/maxIntersectionsPositionXFail 360us
maxIntersectionsPosition tests are not implemented
None
/aggregate functions/maxMappedArraysXFail 355us
maxMappedArrays tests are not implemented
None
/aggregate functions/minMappedArraysXFail 370us
minMappedArrays tests are not implemented
None
/aggregate functions/nonNegativeDerivativeXFail 443us
nonNegativeDerivative tests are not implemented
None
/aggregate functions/nothingXFail 356us
nothing tests are not implemented
None
/aggregate functions/nth_valueXFail 355us
nth_value tests are not implemented
None
/aggregate functions/rankXFail 372us
rank tests are not implemented
None
/aggregate functions/retentionXFail 364us
retention tests are not implemented
None
/aggregate functions/row_numberXFail 417us
row_number tests are not implemented
None
/aggregate functions/sequenceCountXFail 354us
sequenceCount tests are not implemented
None
/aggregate functions/sequenceMatchXFail 354us
sequenceMatch tests are not implemented
None
/aggregate functions/sequenceNextNodeXFail 351us
sequenceNextNode tests are not implemented
None
/aggregate functions/sumMapFilteredXFail 500us
sumMapFiltered tests are not implemented
None
/aggregate functions/sumMapFilteredWithOverflowXFail 357us
sumMapFilteredWithOverflow tests are not implemented
None
/aggregate functions/sumMapWithOverflowXFail 352us
sumMapWithOverflow tests are not implemented
None
/aggregate functions/sumMappedArraysXFail 355us
sumMappedArrays tests are not implemented
None
/aggregate functions/theilsUXFail 428us
theilsU tests are not implemented
None
/aggregate functions/uniqUpToXFail 368us
uniqUpTo tests are not implemented
None
/aggregate functions/windowFunnelXFail 434us
windowFunnel tests are not implemented
None
/aggregate functions/avgWeightedXFail 789us
https://github.com/ClickHouse/ClickHouse/issues/31768
doesn't work from 22.8.7
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,uint8XFail 169ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,uint64XFail 90ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,uint32XFail 124ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,uint16XFail 107ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint8_XFail 85ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint64_XFail 80ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint32_XFail 86ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint16_XFail 80ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint8_XFail 87ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint64_XFail 89ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint32_XFail 90ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint16_XFail 78ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint8__XFail 108ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint64__XFail 78ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint32__XFail 94ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint16__XFail 77ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(nullable_date_,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint8XFail 87ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint64XFail 83ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint32XFail 108ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint16XFail 112ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint8_XFail 340ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint64_XFail 102ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint32_XFail 90ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint16_XFail 75ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint8_XFail 90ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint64_XFail 75ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint32_XFail 82ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint16_XFail 88ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint8__XFail 85ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint64__XFail 200ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint32__XFail 443ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint16__XFail 115ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_nullable_date__,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint8XFail 83ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint64XFail 87ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint32XFail 73ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint16XFail 73ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint8_XFail 78ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint64_XFail 94ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint32_XFail 111ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint16_XFail 92ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint8_XFail 78ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint64_XFail 95ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint32_XFail 122ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint16_XFail 134ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint8__XFail 309ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint64__XFail 84ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint32__XFail 99ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint16__XFail 84ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(lowcardinality_date_,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,uint8XFail 90ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,uint64XFail 87ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,uint32XFail 88ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,uint16XFail 84ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,nullable_uint8_XFail 77ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,nullable_uint64_XFail 93ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,nullable_uint32_XFail 79ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,nullable_uint16_XFail 77ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_uint8_XFail 82ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_uint64_XFail 76ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_uint32_XFail 76ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_uint16_XFail 87ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint8__XFail 88ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint64__XFail 74ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint32__XFail 93ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint16__XFail 91ms
DECIMAL_OVERFLOW error that needs to be investigated
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileTDigestWeighted.py", line 23, in feature
    checks(func=func, table=table, decimal=False)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 407. DB::Exception: Received from localhost:9000. DB::Exception: Numeric overflow: While executing ConvertingAggregatedToChunksTransform. (DECIMAL_OVERFLOW)
(query: SELECT quantileTDigestWeighted(date,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,UInt8)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,UInt16)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,UInt32)XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,UInt64)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,UInt128)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Int8)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Int16)XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Int32)XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Int64)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Int128)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Float32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Float64)XFail 89ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Decimal128(38))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Date)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,DateTime)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,DateTime64(3))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Bool)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,String)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,FixedString(51))XFail 345ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,UUID)XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UInt8))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UInt16))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UInt32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UInt64))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UInt128))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Int8))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Int16))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Int32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Int64))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Int128))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Float32))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Float64))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Decimal128(38)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Date))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(DateTime))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(DateTime64(3)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Bool))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(String))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(FixedString(51)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UUID))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UInt8))XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UInt16))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UInt32))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UInt64))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UInt128))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Int8))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Int16))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Int32))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Int64))XFail 120ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Int128))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Float32))XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Float64))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Date))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(DateTime))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Bool))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(String))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(FixedString(51)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UUID))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UInt8)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UInt16)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UInt32)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UInt64)))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UInt128)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Int8)))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Int16)))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Int32)))XFail 101ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Int64)))XFail 130ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Int128)))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Float32)))XFail 281ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Float64)))XFail 294ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Date)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(DateTime)))XFail 349ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Bool)))XFail 397ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(String)))XFail 46ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(FixedString(51))))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UUID)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Array(String))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Map(String,LowCardinality(Float64)))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt8,Tuple(String))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt8, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint8_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,UInt8)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,UInt16)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,UInt32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,UInt64)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,UInt128)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Int8)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Int16)XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Int32)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Int64)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Int128)XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Float32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Float64)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Decimal128(38))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Date)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,DateTime)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,DateTime64(3))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Bool)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,String)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,FixedString(51))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,UUID)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UInt8))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UInt16))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UInt32))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UInt64))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UInt128))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Int8))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Int16))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Int32))XFail 95ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Int64))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Int128))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Float32))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Float64))XFail 93ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Decimal128(38)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Date))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(DateTime))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(DateTime64(3)))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Bool))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(String))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(FixedString(51)))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UUID))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UInt8))XFail 141ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UInt16))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UInt32))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UInt64))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UInt128))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Int8))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Int16))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Int32))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Int64))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Int128))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Float32))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Float64))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Date))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(DateTime))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Bool))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(String))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(FixedString(51)))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UUID))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UInt8)))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UInt16)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UInt32)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UInt64)))XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UInt128)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Int8)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Int16)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Int32)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Int64)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Int128)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Float32)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Float64)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Date)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(DateTime)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Bool)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(String)))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(FixedString(51))))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UUID)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Array(String))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Map(String,LowCardinality(Float64)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt16,Tuple(String))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt16, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint16_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,UInt8)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,UInt16)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,UInt32)XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,UInt64)XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,UInt128)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Int8)XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Int16)XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Int32)XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Int64)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Int128)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Float32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Float64)XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Decimal128(38))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Date)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,DateTime)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,DateTime64(3))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Bool)XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,String)XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,FixedString(51))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,UUID)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UInt8))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UInt16))XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UInt32))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UInt64))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UInt128))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Int8))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Int16))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Int32))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Int64))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Int128))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Float32))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Float64))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Decimal128(38)))XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Date))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(DateTime))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(DateTime64(3)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Bool))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(String))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(FixedString(51)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UUID))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UInt8))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UInt16))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UInt32))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UInt64))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UInt128))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Int8))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Int16))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Int32))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Int64))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Int128))XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Float32))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Float64))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Date))XFail 100ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(DateTime))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Bool))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(String))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(FixedString(51)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UUID))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UInt8)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UInt16)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UInt32)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UInt64)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UInt128)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Int8)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Int16)))XFail 101ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Int32)))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Int64)))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Int128)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Float32)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Float64)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Date)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(DateTime)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Bool)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(String)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(FixedString(51))))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UUID)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Array(String))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Map(String,LowCardinality(Float64)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt32,Tuple(String))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt32, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint32_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,UInt8)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,UInt16)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,UInt32)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,UInt64)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,UInt128)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Int8)XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Int16)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Int32)XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Int64)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Int128)XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Float32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Float64)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Decimal128(38))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Date)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,DateTime)XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,DateTime64(3))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Bool)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,String)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,FixedString(51))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,UUID)XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UInt8))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UInt16))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UInt32))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UInt64))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UInt128))XFail 138ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Int8))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Int16))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Int32))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Int64))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Int128))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Float32))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Float64))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Decimal128(38)))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Date))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(DateTime))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(DateTime64(3)))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Bool))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(String))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(FixedString(51)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UUID))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UInt8))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UInt16))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UInt32))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UInt64))XFail 97ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UInt128))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Int8))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Int16))XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Int32))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Int64))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Int128))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Float32))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Float64))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Date))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(DateTime))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Bool))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(String))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(FixedString(51)))XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UUID))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UInt8)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UInt16)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UInt32)))XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UInt64)))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UInt128)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Int8)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Int16)))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Int32)))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Int64)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Int128)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Float32)))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Float64)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Date)))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(DateTime)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Bool)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(String)))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(FixedString(51))))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UUID)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Array(String))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Map(String,LowCardinality(Float64)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt64,Tuple(String))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt64, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint64_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,UInt8)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,UInt16)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,UInt32)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,UInt64)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,UInt128)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Int8)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Int16)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Int32)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Int64)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Int128)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Float32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Float64)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Decimal128(38))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Date)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,DateTime)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,DateTime64(3))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Bool)XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,String)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,FixedString(51))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,UUID)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UInt8))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UInt16))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UInt32))XFail 91ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UInt64))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UInt128))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Int8))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Int16))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Int32))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Int64))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Int128))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Float32))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Float64))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Decimal128(38)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Date))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(DateTime))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(DateTime64(3)))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Bool))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(String))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(FixedString(51)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UUID))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UInt8))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UInt16))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UInt32))XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UInt64))XFail 100ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UInt128))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Int8))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Int16))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Int32))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Int64))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Int128))XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Float32))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Float64))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Date))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(DateTime))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Bool))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(String))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(FixedString(51)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UUID))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UInt8)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UInt16)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UInt32)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UInt64)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UInt128)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Int8)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Int16)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Int32)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Int64)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Int128)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Float32)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Float64)))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Date)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(DateTime)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Bool)))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(String)))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(FixedString(51))))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UUID)))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Array(String))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Map(String,LowCardinality(Float64)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UInt128,Tuple(String))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UInt128, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uint128_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,UInt8)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,UInt16)XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,UInt32)XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,UInt64)XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,UInt128)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Int8)XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Int16)XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Int32)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Int64)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Int128)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Float32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Float64)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Decimal128(38))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Date)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,DateTime)XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,DateTime64(3))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Bool)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,String)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,FixedString(51))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,UUID)XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UInt8))XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UInt16))XFail 90ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UInt32))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UInt64))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UInt128))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Int8))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Int16))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Int32))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Int64))XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Int128))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Float32))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Float64))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Decimal128(38)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Date))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(DateTime))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(DateTime64(3)))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Bool))XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(String))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(FixedString(51)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UUID))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UInt8))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UInt16))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UInt32))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UInt64))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UInt128))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Int8))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Int16))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Int32))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Int64))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Int128))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Float32))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Float64))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Date))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(DateTime))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Bool))XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(String))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(FixedString(51)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UUID))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UInt8)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UInt16)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UInt32)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UInt64)))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UInt128)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Int8)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Int16)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Int32)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Int64)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Int128)))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Float32)))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Float64)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Date)))XFail 89ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(DateTime)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Bool)))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(String)))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(FixedString(51))))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UUID)))XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Array(String))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Map(String,LowCardinality(Float64)))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int8,Tuple(String))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int8, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int8_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,UInt8)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,UInt16)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,UInt32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,UInt64)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,UInt128)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Int8)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Int16)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Int32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Int64)XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Int128)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Float32)XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Float64)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Decimal128(38))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Date)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,DateTime)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,DateTime64(3))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Bool)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,String)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,FixedString(51))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,UUID)XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UInt8))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UInt16))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UInt32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UInt64))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UInt128))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Int8))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Int16))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Int32))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Int64))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Int128))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/sparkbar/datatypes/permutations/uint64,uint8XFail 458us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,uint64XFail 441us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,uint32XFail 436us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,uint16XFail 555us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,nullable_uint8_XFail 429us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,nullable_uint64_XFail 430us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,nullable_uint32_XFail 426us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,nullable_uint16_XFail 429us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_uint8_XFail 444us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_uint64_XFail 561us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_uint32_XFail 429us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_uint16_XFail 433us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_nullable_uint8__XFail 431us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_nullable_uint64__XFail 429us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_nullable_uint32__XFail 434us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_nullable_uint16__XFail 579us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,uint8XFail 429us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,uint64XFail 2ms
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,uint32XFail 438us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,uint16XFail 569us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,nullable_uint8_XFail 434us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,nullable_uint64_XFail 438us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,nullable_uint32_XFail 436us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,nullable_uint16_XFail 439us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_uint8_XFail 443us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_uint64_XFail 595us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_uint32_XFail 444us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_uint16_XFail 453us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_nullable_uint8__XFail 455us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_nullable_uint64__XFail 453us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_nullable_uint32__XFail 457us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_nullable_uint16__XFail 611us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,uint8XFail 462us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,uint64XFail 439us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,uint32XFail 504us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,uint16XFail 436us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,nullable_uint8_XFail 440us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,nullable_uint64_XFail 581us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,nullable_uint32_XFail 428us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,nullable_uint16_XFail 441us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_uint8_XFail 430us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_uint64_XFail 432us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_uint32_XFail 390us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_uint16_XFail 1ms
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_nullable_uint8__XFail 390us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_nullable_uint64__XFail 446us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_nullable_uint32__XFail 388us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_nullable_uint16__XFail 390us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Float32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Float64))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Decimal128(38)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Date))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(DateTime))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(DateTime64(3)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Bool))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(String))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(FixedString(51)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UUID))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UInt8))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UInt16))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UInt32))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UInt64))XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UInt128))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Int8))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Int16))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Int32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Int64))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Int128))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Float32))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Float64))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Date))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(DateTime))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Bool))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(String))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(FixedString(51)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UUID))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UInt8)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UInt16)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UInt32)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UInt64)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UInt128)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Int8)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Int16)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Int32)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Int64)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Int128)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Float32)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Float64)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Date)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(DateTime)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Bool)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(String)))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(FixedString(51))))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UUID)))XFail 45ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Array(String))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Map(String,LowCardinality(Float64)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int16,Tuple(String))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int16, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int16_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,UInt8)XFail 89ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,UInt16)XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,UInt32)XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,UInt64)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,UInt128)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Int8)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Int16)XFail 86ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Int32)XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Int64)XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Int128)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Float32)XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Float64)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Decimal128(38))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Date)XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,DateTime)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,DateTime64(3))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Bool)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,String)XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,FixedString(51))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,UUID)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UInt8))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UInt16))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UInt32))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UInt64))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UInt128))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Int8))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Int16))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Int32))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Int64))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Int128))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Float32))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Float64))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Decimal128(38)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Date))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(DateTime))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(DateTime64(3)))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Bool))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(String))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(FixedString(51)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UUID))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UInt8))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UInt16))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UInt32))XFail 110ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UInt64))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UInt128))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Int8))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Int16))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Int32))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Int64))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Int128))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Float32))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Float64))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Date))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(DateTime))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Bool))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(String))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(FixedString(51)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UUID))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UInt8)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UInt16)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UInt32)))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UInt64)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UInt128)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Int8)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Int16)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Int32)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Int64)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Int128)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Float32)))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Float64)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Date)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(DateTime)))XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Bool)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(String)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(FixedString(51))))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UUID)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Array(String))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Map(String,LowCardinality(Float64)))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int32,Tuple(String))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int32, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int32_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,UInt8)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,UInt16)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,UInt32)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,UInt64)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,UInt128)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Int8)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Int16)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Int32)XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Int64)XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Int128)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Float32)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Float64)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Decimal128(38))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Date)XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,DateTime)XFail 280ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,DateTime64(3))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Bool)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,String)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,FixedString(51))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,UUID)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UInt8))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UInt16))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UInt32))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UInt64))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UInt128))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Int8))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Int16))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Int32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Int64))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Int128))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Float32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Float64))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Decimal128(38)))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Date))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(DateTime))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(DateTime64(3)))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Bool))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(String))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(FixedString(51)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UUID))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UInt8))XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UInt16))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UInt32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UInt64))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UInt128))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Int8))XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Int16))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Int32))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Int64))XFail 87ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Int128))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Float32))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Float64))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Date))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(DateTime))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Bool))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(String))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(FixedString(51)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UUID))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UInt8)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UInt16)))XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UInt32)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UInt64)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UInt128)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Int8)))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Int16)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Int32)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Int64)))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Int128)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Float32)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Float64)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Date)))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(DateTime)))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Bool)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(String)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(FixedString(51))))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UUID)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Array(String))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Map(String,LowCardinality(Float64)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int64,Tuple(String))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int64, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int64_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,UInt8)XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,UInt16)XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,UInt32)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,UInt64)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,UInt128)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Int8)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Int16)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Int32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Int64)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Int128)XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Float32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Float64)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Decimal128(38))XFail 82ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Date)XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,DateTime)XFail 104ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,DateTime64(3))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Bool)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,String)XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,FixedString(51))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,UUID)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UInt8))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UInt16))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UInt32))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UInt64))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UInt128))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Int8))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Int16))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Int32))XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Int64))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Int128))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Float32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Float64))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Decimal128(38)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Date))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(DateTime))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(DateTime64(3)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Bool))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(String))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(FixedString(51)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UUID))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UInt8))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UInt16))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UInt32))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UInt64))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UInt128))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Int8))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Int16))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Int32))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Int64))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Int128))XFail 91ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Float32))XFail 46ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Float64))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Date))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(DateTime))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Bool))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(String))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(FixedString(51)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UUID))XFail 82ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UInt8)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UInt16)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UInt32)))XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UInt64)))XFail 122ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UInt128)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Int8)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Int16)))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Int32)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Int64)))XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Int128)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Float32)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Float64)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Date)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(DateTime)))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Bool)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(String)))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(FixedString(51))))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UUID)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Array(String))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Map(String,LowCardinality(Float64)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Int128,Tuple(String))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Int128, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_int128_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,UInt8)XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,UInt16)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,UInt32)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,UInt64)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,UInt128)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Int8)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Int16)XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Int32)XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Int64)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Int128)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Float32)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Float64)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Decimal128(38))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Date)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,DateTime)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,DateTime64(3))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Bool)XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,String)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,FixedString(51))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,UUID)XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UInt8))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UInt16))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UInt32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UInt64))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UInt128))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Int8))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Int16))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Int32))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Int64))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Int128))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Float32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Float64))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Decimal128(38)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Date))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(DateTime))XFail 82ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(DateTime64(3)))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Bool))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(String))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(FixedString(51)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UUID))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UInt8))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UInt16))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UInt32))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UInt64))XFail 95ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UInt128))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Int8))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Int16))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Int32))XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Int64))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Int128))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Float32))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Float64))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Date))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(DateTime))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Bool))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(String))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(FixedString(51)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UUID))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UInt8)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UInt16)))XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UInt32)))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UInt64)))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UInt128)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Int8)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Int16)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Int32)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Int64)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Int128)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Float32)))XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Float64)))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Date)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(DateTime)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Bool)))XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(String)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(FixedString(51))))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UUID)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Array(String))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Map(String,LowCardinality(Float64)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Date,Tuple(String))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Date, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_date_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,UInt8)XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,UInt16)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,UInt32)XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,UInt64)XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,UInt128)XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Int8)XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Int16)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Int32)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Int64)XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Int128)XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Float32)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Float64)XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Decimal128(38))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Date)XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,DateTime)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,DateTime64(3))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Bool)XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,String)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,FixedString(51))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,UUID)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UInt8))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UInt16))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UInt32))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UInt64))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UInt128))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Int8))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Int16))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Int32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Int64))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Int128))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Float32))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Float64))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Decimal128(38)))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Date))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(DateTime))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(DateTime64(3)))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Bool))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(String))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(FixedString(51)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UUID))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UInt8))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UInt16))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UInt32))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UInt64))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UInt128))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Int8))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Int16))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Int32))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Int64))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Int128))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Float32))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Float64))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Date))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(DateTime))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Bool))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(String))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(FixedString(51)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UUID))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UInt8)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UInt16)))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UInt32)))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UInt64)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UInt128)))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Int8)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Int16)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Int32)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Int64)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Int128)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Float32)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Float64)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Date)))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(DateTime)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Bool)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(String)))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(FixedString(51))))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UUID)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Array(String))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Map(String,LowCardinality(Float64)))XFail 46ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(DateTime,Tuple(String))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(DateTime, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_datetime_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,UInt8)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,UInt16)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,UInt32)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,UInt64)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,UInt128)XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Int8)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Int16)XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Int32)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Int64)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Int128)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Float32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Float64)XFail 45ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Decimal128(38))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Date)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,DateTime)XFail 87ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,DateTime64(3))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Bool)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,String)XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/sumMap/datatypesXFail 683us
None
not implemented
/aggregate functions/singleValueOrNull/Map(Bool,FixedString(51))XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,UUID)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UInt8))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UInt16))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UInt32))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UInt64))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UInt128))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Int8))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Int16))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/minMap/datatypesXFail 391us
None
not implemented
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Int32))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Int64))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Int128))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Float32))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Float64))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Decimal128(38)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Date))XFail 96ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(DateTime))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(DateTime64(3)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Bool))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(String))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/maxMap/datatypesXFail 438us
None
not implemented
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(FixedString(51)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UUID))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UInt8))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UInt16))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UInt32))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UInt64))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UInt128))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Int8))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Int16))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Int32))XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Int64))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Int128))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Float32))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Float64))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Date))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(DateTime))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Bool))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(String))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(FixedString(51)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UUID))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UInt8)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UInt16)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UInt32)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UInt64)))XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UInt128)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Int8)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Int16)))XFail 46ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Int32)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Int64)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Int128)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Float32)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Float64)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Date)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(DateTime)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Bool)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(String)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(FixedString(51))))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UUID)))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Array(String))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Map(String,LowCardinality(Float64)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(Bool,Tuple(String))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(Bool, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_bool_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,UInt8)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,UInt16)XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,UInt32)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,UInt64)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,UInt128)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Int8)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Int16)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Int32)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Int64)XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Int128)XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Float32)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Float64)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Decimal128(38))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Date)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,DateTime)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,DateTime64(3))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Bool)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,String)XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,FixedString(51))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,UUID)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(UInt8))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(UInt16))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(UInt32))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(UInt64))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(UInt128))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(Int8))XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(Int16))XFail 46ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(Int32))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(Int64))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(Int128))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(Float32))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(Float64))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(Decimal128(38)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(Date))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(DateTime))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(DateTime64(3)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(Bool))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(String))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(FixedString(51)))XFail 131ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Nullable(UUID))XFail 382ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UInt8))XFail 270ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UInt16))XFail 1s 303ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UInt32))XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UInt64))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UInt128))XFail 87ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Int8))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Int16))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Int32))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Int64))XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Int128))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Float32))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Float64))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Date))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(DateTime))XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Bool))XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(String))XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(FixedString(51)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UUID))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UInt8)))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UInt16)))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,uint8XFail 89ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UInt32)))XFail 90ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,uint64XFail 106ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UInt64)))XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UInt128)))XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,uint32XFail 89ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Int8)))XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,uint16XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Int16)))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,nullable_uint8_XFail 108ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Int32)))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Int64)))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,nullable_uint64_XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Int128)))XFail 140ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,nullable_uint32_XFail 140ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Float32)))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,nullable_uint16_XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Float64)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint8_XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Date)))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint64_XFail 109ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(DateTime)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Bool)))XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint32_XFail 138ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(String)))XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(FixedString(51))))XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint16_XFail 103ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UUID)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Array(String))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__XFail 97ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Map(String,LowCardinality(Float64)))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(String,Tuple(String))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_string_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__XFail 87ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),UInt8)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__XFail 92ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(nullable_float64_,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),UInt16)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),UInt32)XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),UInt64)XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),UInt128)XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Int8)XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Int16)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Int32)XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Int64)XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Int128)XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Float32)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Float64)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Decimal128(38))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Date)XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),DateTime)XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),DateTime64(3))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Bool)XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),String)XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),FixedString(51))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),UUID)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UInt8))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UInt16))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UInt32))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UInt64))XFail 86ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UInt128))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Int8))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Int16))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Int32))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Int64))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Int128))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Float32))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Float64))XFail 104ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Decimal128(38)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Date))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(DateTime))XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(DateTime64(3)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Bool))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(String))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(FixedString(51)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UUID))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UInt8))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UInt16))XFail 86ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UInt32))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UInt64))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UInt128))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Int8))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Int16))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Int32))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Int64))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Int128))XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Float32))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Float64))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Date))XFail 92ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(DateTime))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Bool))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(String))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(FixedString(51)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UUID))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UInt8)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UInt16)))XFail 82ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UInt32)))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UInt64)))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UInt128)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Int8)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Int16)))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Int32)))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Int64)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Int128)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Float32)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Float64)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Date)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(DateTime)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Bool)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(String)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(FixedString(51))))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UUID)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Array(String))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Map(String,LowCardinality(Float64)))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(FixedString(51),Tuple(String))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_fixedstring_51__tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,UInt8)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,UInt16)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,UInt32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,UInt64)XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,UInt128)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Int8)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Int16)XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Int32)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Int64)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Int128)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Float32)XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Float64)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Decimal128(38))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Date)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,DateTime)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,DateTime64(3))XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Bool)XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,String)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,FixedString(51))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,UUID)XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UInt8))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UInt16))XFail 82ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UInt32))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UInt64))XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UInt128))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Int8))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Int16))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Int32))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Int64))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Int128))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Float32))XFail 107ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Float64))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Decimal128(38)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Date))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(DateTime))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(DateTime64(3)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Bool))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(String))XFail 46ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(FixedString(51)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UUID))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UInt8))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UInt16))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UInt32))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UInt64))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UInt128))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Int8))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Int16))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Int32))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Int64))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Int128))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Float32))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Float64))XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Date))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(DateTime))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Bool))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(String))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(FixedString(51)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UUID))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UInt8)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UInt16)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UInt32)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UInt64)))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UInt128)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Int8)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Int16)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Int32)))XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Int64)))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Int128)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Float32)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Float64)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Date)))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(DateTime)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Bool)))XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(String)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(FixedString(51))))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UUID)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Array(String))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Map(String,LowCardinality(Float64)))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(UUID,Tuple(String))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(UUID, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_uuid_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UInt8)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UInt16)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UInt32)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UInt64)XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UInt128)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Int8)XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Int16)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Int32)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Int64)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Int128)XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Float32)XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Float64)XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Decimal128(38))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Date)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),DateTime)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),DateTime64(3))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Bool)XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),String)XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),FixedString(51))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UUID)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UInt8))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UInt16))XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UInt32))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UInt64))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UInt128))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Int8))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Int16))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Int32))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Int64))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Int128))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Float32))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Float64))XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Decimal128(38)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Date))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(DateTime))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(DateTime64(3)))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Bool))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(String))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(FixedString(51)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UUID))XFail 82ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UInt8))XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UInt16))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UInt32))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UInt64))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UInt128))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Int8))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Int16))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Int32))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Int64))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Int128))XFail 44ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Float32))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Float64))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Date))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(DateTime))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Bool))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(String))XFail 46ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(FixedString(51)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UUID))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UInt8)))XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UInt16)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UInt32)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UInt64)))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UInt128)))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Int8)))XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Int16)))XFail 82ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Int32)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Int64)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Int128)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Float32)))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Float64)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Date)))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(DateTime)))XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Bool)))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(String)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51))))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UUID)))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Array(String))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Map(String,LowCardinality(Float64)))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Tuple(String))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(String, Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_string__tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UInt8)XFail 46ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UInt16)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UInt32)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UInt64)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UInt128)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Int8)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Int16)XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Int32)XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Int64)XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Int128)XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Float32)XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Float64)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Decimal128(38))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Date)XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),DateTime)XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),DateTime64(3))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Bool)XFail 58ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),String)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),FixedString(51))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UUID)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UInt8))XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UInt16))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UInt32))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UInt64))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UInt128))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Int8))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Int16))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Int32))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Int64))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Int128))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Float32))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Float64))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38)))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Date))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(DateTime))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3)))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Bool))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(String))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UUID))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Int8))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Int16))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Int32))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Int64))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Int128))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Float32))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Float64))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Date))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Bool))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(String))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UUID))XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16)))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64)))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128)))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16)))XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint8XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint64XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint32XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32)))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint16XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64)))XFail 47ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date)))XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool)))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_XFail 94ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String)))XFail 46ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51))))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Array(String))XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64)))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Tuple(String))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Map(FixedString(51), Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(map_lowcardinality_fixedstring_51___tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__XFail 86ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(UInt8)XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(UInt16)XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(UInt32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(UInt64)XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(UInt128)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_uint128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Int8)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_int8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Int16)XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_int16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Int32)XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_int32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Int64)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_int64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Int128)XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_int128_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Float32)XFail 106ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_float32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Float64)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_float64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Decimal128(38))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Decimal(38, 38)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_decimal128_38__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Date)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_date_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(DateTime)XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_datetime_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(DateTime64(3))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(DateTime64(3)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_datetime64_3__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Bool)XFail 87ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_bool_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(String)XFail 61ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_string_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(FixedString(51))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_fixedstring_51__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(UUID)XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_uuid_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(UInt8))XFail 59ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(UInt16))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(UInt32))XFail 52ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(UInt64))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(UInt128))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(Int8))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(Int16))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(Int32))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(Int64))XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(Int128))XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(Float32))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(Float64))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(Decimal128(38)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Decimal(38, 38))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_decimal128_38___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(Date))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(DateTime))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(DateTime64(3)))XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(DateTime64(3))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_datetime64_3___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(Bool))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(String))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(FixedString(51)))XFail 48ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Nullable(UUID))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_nullable_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(UInt8))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(UInt16))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UInt16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(UInt32))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UInt32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(UInt64))XFail 64ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UInt64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(UInt128))XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UInt128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_uint128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Int8))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Int8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_int8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Int16))XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Int16) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_int16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Int32))XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Int32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_int32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Int64))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Int64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_int64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Int128))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Int128) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_int128__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Float32))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Float32) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_float32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Float64))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Float64) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_float64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Date))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Date) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_date__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(DateTime))XFail 57ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(DateTime) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_datetime__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Bool))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Bool) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_bool__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(String))XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(String) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(FixedString(51)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(FixedString(51)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_fixedstring_51___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(UUID))XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(UUID) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_uuid__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UInt8)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UInt8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_uint8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UInt16)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UInt16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_uint16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UInt32)))XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UInt32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_uint32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UInt64)))XFail 66ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UInt64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_uint64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UInt128)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UInt128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_uint128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Int8)))XFail 54ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Int8)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_int8___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Int16)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Int16)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_int16___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Int32)))XFail 50ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Int32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_int32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Int64)))XFail 68ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Int64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_int64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Int128)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Int128)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_int128___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Float32)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Float32)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_float32___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Float64)))XFail 62ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Date)))XFail 55ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Date)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_date___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(DateTime)))XFail 65ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(DateTime)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_datetime___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Bool)))XFail 63ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(Bool)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_bool___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(String)))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_string___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(FixedString(51))))XFail 56ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(FixedString(51))) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_fixedstring_51____) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UUID)))XFail 51ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Nullable(UUID)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_lowcardinality_nullable_uuid___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Array(String))XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Array(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_array_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Map(String,LowCardinality(Float64)))XFail 53ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Map(String, Float64)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_map_string_lowcardinality_float64___) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Array(Tuple(String))XFail 49ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Array(Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(array_tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,uint8XFail 91ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,uint64XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,uint32XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,uint16XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint8_XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint64_XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint32_XFail 128ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint16_XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_XFail 93ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__XFail 103ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(lowcardinality_float64_,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/singleValueOrNull/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String))XFail 499ms
https://github.com/ClickHouse/ClickHouse/issues/43140
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/singleValueOrNull.py", line 23, in feature
    checks(func=func, table=table)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/first_value.py", line 56, in feature
    execute_query(f"SELECT {func.format(params=column_name)} FROM {table.name}")
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 43. DB::Exception: Received from localhost:9000. DB::Exception: Nested type Tuple(UInt8, UInt16, UInt32, UInt64, UInt128, Int8, Int16, Int32, Int64, Int128, Float32, Float64, Decimal(38, 38), Date, DateTime, DateTime64(3), Bool, String, FixedString(51), UUID, Nullable(UInt8), Nullable(UInt16), Nullable(UInt32), Nullable(UInt64), Nullable(UInt128), Nullable(Int8), Nullable(Int16), Nullable(Int32), Nullable(Int64), Nullable(Int128), Nullable(Float32), Nullable(Float64), Nullable(Decimal(38, 38)), Nullable(Date), Nullable(DateTime), Nullable(DateTime64(3)), Nullable(Bool), Nullable(String), Nullable(FixedString(51)), Nullable(UUID), UInt8, UInt16, UInt32, UInt64, UInt128, Int8, Int16, Int32, Int64, Int128, Float32, Float64, Date, DateTime, Bool, String, FixedString(51), UUID, Nullable(UInt8), Nullable(UInt16), Nullable(UInt32), Nullable(UInt64), Nullable(UInt128), Nullable(Int8), Nullable(Int16), Nullable(Int32), Nullable(Int64), Nullable(Int128), Nullable(Float32), Nullable(Float64), Nullable(Date), Nullable(DateTime), Nullable(Bool), Nullable(String), Nullable(FixedString(51)), Nullable(UUID), Array(String), Map(String, Float64), Tuple(String)) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT)
(query: SELECT singleValueOrNull(tuple_uint8_uint16_uint32_uint64_uint128_int8_int16_int32_int64_int128_float32_float64_decimal128_38__date_datetime_datetime64_3__bool_string_fixedstring_51__uuid_nullable_uint8__nullable_uint16__nullable_uint32__nullable_uint64__nullable_uint128__nullable_int8__nullable_int16__nullable_int32__nullable_int64__nullable_int128__nullable_float32__nullable_float64__nullable_decimal128_38___nullable_date__nullable_datetime__nullable_datetime64_3___nullable_bool__nullable_string__nullable_fixedstring_51___nullable_uuid__lowcardinality_uint8__lowcardinality_uint16__lowcardinality_uint32__lowcardinality_uint64__lowcardinality_uint128__lowcardinality_int8__lowcardinality_int16__lowcardinality_int32__lowcardinality_int64__lowcardinality_int128__lowcardinality_float32__lowcardinality_float64__lowcardinality_date__lowcardinality_datetime__lowcardinality_bool__lowcardinality_string__lowcardinality_fixedstring_51___lowcardinality_uuid__lowcardinality_nullable_uint8___lowcardinality_nullable_uint16___lowcardinality_nullable_uint32___lowcardinality_nullable_uint64___lowcardinality_nullable_uint128___lowcardinality_nullable_int8___lowcardinality_nullable_int16___lowcardinality_nullable_int32___lowcardinality_nullable_int64___lowcardinality_nullable_int128___lowcardinality_nullable_float32___lowcardinality_nullable_float64___lowcardinality_nullable_date___lowcardinality_nullable_datetime___lowcardinality_nullable_bool___lowcardinality_nullable_string___lowcardinality_nullable_fixedstring_51____lowcardinality_nullable_uuid___array_string__map_string_lowcardinality_float64___tuple_string__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,uint8XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,uint64XFail 87ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,uint32XFail 103ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,uint16XFail 107ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,nullable_uint8_XFail 86ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,nullable_uint64_XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,nullable_uint32_XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,nullable_uint16_XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_uint8_XFail 77ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_uint64_XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_uint32_XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_uint16_XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_nullable_uint8__XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_nullable_uint64__XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_nullable_uint32__XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_nullable_uint16__XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/studentTTest.py", line 22, in feature
    checks(func=func, snapshot_id=snapshot_id)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Resulted t-statistics is NaN: While executing ConvertingAggregatedToChunksTransform. (BAD_ARGUMENTS)
(query: SELECT studentTTest(float64,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,uint8XFail 89ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,uint64XFail 78ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,uint32XFail 99ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,uint16XFail 96ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,nullable_uint8_XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,nullable_uint64_XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,nullable_uint32_XFail 88ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,nullable_uint16_XFail 86ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint8_XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint64_XFail 86ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint32_XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint16_XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__XFail 96ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(nullable_float64_,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint8XFail 84ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint64XFail 79ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint32XFail 82ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint16XFail 100ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_XFail 93ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_XFail 90ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_XFail 121ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_XFail 76ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__XFail 95ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__XFail 99ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__XFail 70ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,uint8XFail 96ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,uint64XFail 91ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,uint32XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,uint16XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint8_XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint64_XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint32_XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint16_XFail 113ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_XFail 117ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_XFail 103ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_XFail 85ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_XFail 132ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__XFail 82ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__XFail 104ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__XFail 95ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__XFail 104ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(lowcardinality_float64_,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,uint8XFail 72ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,uint8) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,uint64XFail 139ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,uint64) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,uint32XFail 67ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,uint32) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,uint16XFail 81ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,uint16) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,nullable_uint8_XFail 89ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,nullable_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,nullable_uint64_XFail 82ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,nullable_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,nullable_uint32_XFail 80ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,nullable_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,nullable_uint16_XFail 75ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,nullable_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_uint8_XFail 71ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,lowcardinality_uint8_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_uint64_XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,lowcardinality_uint64_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_uint32_XFail 119ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,lowcardinality_uint32_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_uint16_XFail 74ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,lowcardinality_uint16_) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_nullable_uint8__XFail 73ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,lowcardinality_nullable_uint8__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_nullable_uint64__XFail 69ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,lowcardinality_nullable_uint64__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_nullable_uint32__XFail 90ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,lowcardinality_nullable_uint32__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_nullable_uint16__XFail 83ms
https://github.com/ClickHouse/ClickHouse/issues/44511
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/welchTTest.py", line 39, in feature
    checks(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/quantileWeighted.py", line 117, in feature
    execute_query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../aggregate_functions/tests/steps.py", line 180, in execute_query
    r = current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py", line 682, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 22.8.13):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exception: boost::wrapexcept: Error in function boost::math::students_t_distribution::students_t_distribution: Degrees of freedom argument is -nan, but must be > 0 !. (STD_EXCEPTION)
(query: SELECT welchTTest(float64,lowcardinality_nullable_uint16__) FROM table_31f5b0a4_a972_11ed_aa82_0242ac110004 FORMAT JSONEachRow
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/scripts/regression/aggregate_functions/../helpers/cluster.py', line 682 in 'query'

674\|              ) if steps else NullStep():
675\|                  assert message in r.output, error(r.output)
676\|  
677\|          if message is None or "Exception:" not in message:
678\|              with Then("check if output has exception") if steps else NullStep():
679\|                  if "Exception:" in r.output:
680\|                      if raise_on_exception:
681\|                          raise QueryRuntimeException(r.output)
682\|>                     assert False, error(r.output)
683\|  
684\|          return r
685\|
/aggregate functions/state/aggThrowStateXFail 393us
aggThrowState() tests are not implemented
None
/aggregate functions/state/boundingRatioStateXFail 426us
boundingRatioState() tests are not implemented
None
/aggregate functions/state/categoricalInformationValueStateXFail 366us
categoricalInformationValueState() tests are not implemented
None
/aggregate functions/state/contingencyStateXFail 496us
contingencyState() tests are not implemented
None
/aggregate functions/state/cramersVStateXFail 368us
cramersVState() tests are not implemented
None
/aggregate functions/state/cramersVBiasCorrectedStateXFail 364us
cramersVBiasCorrectedState() tests are not implemented
None
/aggregate functions/state/dense_rankStateXFail 381us
dense_rankState() tests are not implemented
None
/aggregate functions/state/exponentialTimeDecayedAvgStateXFail 1ms
exponentialTimeDecayedAvgState() tests are not implemented
None
/aggregate functions/state/exponentialTimeDecayedCountStateXFail 371us
exponentialTimeDecayedCountState() tests are not implemented
None
/aggregate functions/state/exponentialTimeDecayedMaxStateXFail 364us
exponentialTimeDecayedMaxState() tests are not implemented
None
/aggregate functions/state/exponentialTimeDecayedSumStateXFail 363us
exponentialTimeDecayedSumState() tests are not implemented
None
/aggregate functions/state/groupBitmapAndStateXFail 460us
groupBitmapAndState() tests are not implemented
None
/aggregate functions/state/groupBitmapOrStateXFail 432us
groupBitmapOrState() tests are not implemented
None
/aggregate functions/state/groupBitmapXorStateXFail 359us
groupBitmapXorState() tests are not implemented
None
/aggregate functions/state/histogramStateXFail 364us
histogramState() tests are not implemented
None
/aggregate functions/state/lagInFrameStateXFail 361us
lagInFrameState() tests are not implemented
None
/aggregate functions/state/leadInFrameStateXFail 462us
leadInFrameState() tests are not implemented
None
/aggregate functions/state/maxIntersectionsStateXFail 360us
maxIntersectionsState() tests are not implemented
None
/aggregate functions/state/maxIntersectionsPositionStateXFail 363us
maxIntersectionsPositionState() tests are not implemented
None
/aggregate functions/state/maxMappedArraysStateXFail 360us
maxMappedArraysState() tests are not implemented
None
/aggregate functions/state/minMappedArraysStateXFail 361us
minMappedArraysState() tests are not implemented
None
/aggregate functions/state/nonNegativeDerivativeStateXFail 467us
nonNegativeDerivativeState() tests are not implemented
None
/aggregate functions/state/nothingStateXFail 361us
nothingState() tests are not implemented
None
/aggregate functions/state/nth_valueStateXFail 358us
nth_valueState() tests are not implemented
None
/aggregate functions/state/rankStateXFail 366us
rankState() tests are not implemented
None
/aggregate functions/state/retentionStateXFail 432us
retentionState() tests are not implemented
None
/aggregate functions/state/row_numberStateXFail 355us
row_numberState() tests are not implemented
None
/aggregate functions/state/sequenceCountStateXFail 436us
sequenceCountState() tests are not implemented
None
/aggregate functions/state/sequenceMatchStateXFail 357us
sequenceMatchState() tests are not implemented
None
/aggregate functions/state/sequenceNextNodeStateXFail 360us
sequenceNextNodeState() tests are not implemented
None
/aggregate functions/state/sumMapFilteredStateXFail 364us
sumMapFilteredState() tests are not implemented
None
/aggregate functions/state/sumMapFilteredWithOverflowStateXFail 356us
sumMapFilteredWithOverflowState() tests are not implemented
None
/aggregate functions/state/sumMapWithOverflowStateXFail 453us
sumMapWithOverflowState() tests are not implemented
None
/aggregate functions/state/sumMappedArraysStateXFail 362us
sumMappedArraysState() tests are not implemented
None
/aggregate functions/state/theilsUStateXFail 446us
theilsUState() tests are not implemented
None
/aggregate functions/state/uniqUpToStateXFail 358us
uniqUpToState() tests are not implemented
None
/aggregate functions/state/windowFunnelStateXFail 360us
windowFunnelState() tests are not implemented
None
/aggregate functions/state/avgWeightedStateXFail 576us
https://github.com/ClickHouse/ClickHouse/issues/31768
doesn't work from 22.8.7
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,uint8XFail 494us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,uint64XFail 375us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,uint32XFail 368us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,uint16XFail 60ms
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,nullable_uint8_XFail 369us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,nullable_uint64_XFail 360us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,nullable_uint32_XFail 352us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,nullable_uint16_XFail 423us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_uint8_XFail 395us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_uint64_XFail 354us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_uint32_XFail 350us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_uint16_XFail 350us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__XFail 440us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__XFail 4ms
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__XFail 451us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__XFail 386us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,uint8XFail 508us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,uint64XFail 353us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,uint32XFail 352us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,uint16XFail 350us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,nullable_uint8_XFail 351us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,nullable_uint64_XFail 436us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,nullable_uint32_XFail 353us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,nullable_uint16_XFail 359us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_uint8_XFail 789us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_uint64_XFail 353us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_uint32_XFail 355us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_uint16_XFail 450us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__XFail 352us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__XFail 358us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__XFail 349us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__XFail 349us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,uint8XFail 390us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,uint64XFail 449us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,uint32XFail 359us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,uint16XFail 857us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,nullable_uint8_XFail 424us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,nullable_uint64_XFail 386us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,nullable_uint32_XFail 490us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,nullable_uint16_XFail 455us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_uint8_XFail 367us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_uint64_XFail 367us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_uint32_XFail 359us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_uint16_XFail 363us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__XFail 449us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__XFail 355us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__XFail 355us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__XFail 355us
https://github.com/ClickHouse/ClickHouse/issues/44467
None
/aggregate functions/state/sumMapState/datatypesXFail 437us
None
not implemented
/aggregate functions/state/minMapState/datatypesXFail 500us
None
not implemented
/aggregate functions/state/maxMapState/datatypesXFail 497us
None
not implemented

Results

Test Name Result Duration
/aggregate functions OK 31m 11s
/aggregate functions/aggThrow XFail 393us
/aggregate functions/any OK 3m 47s
/aggregate functions/any/constant OK 1s 952ms
/aggregate functions/anyHeavy OK 3m 49s
/aggregate functions/anyHeavy/constant OK 2s 714ms
/aggregate functions/anyLast OK 3m 48s
/aggregate functions/anyLast/constant OK 3s 79ms
/aggregate functions/argMax OK 2m 51s
/aggregate functions/argMax/constant OK 3s 504ms
/aggregate functions/argMin OK 2m 51s
/aggregate functions/argMin/constant OK 4s 73ms
/aggregate functions/boundingRatio XFail 419us
/aggregate functions/categoricalInformationValue XFail 417us
/aggregate functions/contingency XFail 354us
/aggregate functions/cramersV XFail 438us
/aggregate functions/cramersVBiasCorrected XFail 354us
/aggregate functions/dense_rank XFail 364us
/aggregate functions/exponentialTimeDecayedAvg XFail 442us
/aggregate functions/exponentialTimeDecayedCount XFail 362us
/aggregate functions/exponentialTimeDecayedMax XFail 353us
/aggregate functions/exponentialTimeDecayedSum XFail 353us
/aggregate functions/groupBitmapAnd XFail 371us
/aggregate functions/groupBitmapOr XFail 355us
/aggregate functions/groupBitmapXor XFail 404us
/aggregate functions/histogram XFail 455us
/aggregate functions/lagInFrame XFail 363us
/aggregate functions/leadInFrame XFail 365us
/aggregate functions/maxIntersections XFail 442us
/aggregate functions/maxIntersectionsPosition XFail 360us
/aggregate functions/maxMappedArrays XFail 355us
/aggregate functions/minMappedArrays XFail 370us
/aggregate functions/nonNegativeDerivative XFail 443us
/aggregate functions/nothing XFail 356us
/aggregate functions/nth_value XFail 355us
/aggregate functions/rank XFail 372us
/aggregate functions/retention XFail 364us
/aggregate functions/row_number XFail 417us
/aggregate functions/sequenceCount XFail 354us
/aggregate functions/sequenceMatch XFail 354us
/aggregate functions/sequenceNextNode XFail 351us
/aggregate functions/sumMapFiltered XFail 500us
/aggregate functions/sumMapFilteredWithOverflow XFail 357us
/aggregate functions/sumMapWithOverflow XFail 352us
/aggregate functions/sumMappedArrays XFail 355us
/aggregate functions/theilsU XFail 428us
/aggregate functions/uniqUpTo XFail 368us
/aggregate functions/windowFunnel XFail 434us
/aggregate functions/any/zero rows OK 2s 125ms
/aggregate functions/anyHeavy/zero rows OK 1s 370ms
/aggregate functions/anyLast/zero rows OK 995ms
/aggregate functions/argMax/zero rows OK 578ms
/aggregate functions/any/with group by OK 52ms
/aggregate functions/anyLast/with group by OK 58ms
/aggregate functions/argMin/zero rows OK 51ms
/aggregate functions/anyHeavy/with group by OK 39ms
/aggregate functions/argMax/with group by OK 51ms
/aggregate functions/anyHeavy/some negative values OK 52ms
/aggregate functions/any/some negative values OK 46ms
/aggregate functions/argMin/with group by OK 65ms
/aggregate functions/anyLast/some negative values OK 58ms
/aggregate functions/argMax/NULL value handling OK 42ms
/aggregate functions/any/first non-NULL value OK 44ms
/aggregate functions/anyHeavy/first non-NULL value OK 44ms
/aggregate functions/argMax/doc example OK 47ms
/aggregate functions/anyLast/first non-NULL value OK 43ms
/aggregate functions/argMin/NULL value handling OK 47ms
/aggregate functions/any/NULL for all rows OK 40ms
/aggregate functions/anyHeavy/NULL for all rows OK 68ms
/aggregate functions/argMax/inf, -inf, nan OK 508ms
/aggregate functions/anyLast/NULL for all rows OK 42ms
/aggregate functions/argMin/doc example OK 43ms
/aggregate functions/any/return type OK 73ms
/aggregate functions/anyLast/return type OK 86ms
/aggregate functions/argMin/inf, -inf, nan OK 500ms
/aggregate functions/anyHeavy/return type OK 63ms
/aggregate functions/any/with another aggregate function OK 41ms
/aggregate functions/anyHeavy/with another aggregate function OK 66ms
/aggregate functions/anyLast/with another aggregate function OK 47ms
/aggregate functions/any/with another aggregate function and group by OK 50ms
/aggregate functions/anyLast/with another aggregate function and group by OK 56ms
/aggregate functions/anyHeavy/with another aggregate function and group by OK 46ms
/aggregate functions/any/string that ends with \0 OK 49ms
/aggregate functions/anyHeavy/string that ends with \0 OK 52ms
/aggregate functions/anyLast/string that ends with \0 OK 45ms
/aggregate functions/any/inf OK 51ms
/aggregate functions/anyLast/inf OK 48ms
/aggregate functions/anyHeavy/inf OK 63ms
/aggregate functions/any/-inf OK 46ms
/aggregate functions/anyLast/-inf OK 40ms
/aggregate functions/any/nan OK 39ms
/aggregate functions/anyHeavy/-inf OK 41ms
/aggregate functions/anyLast/nan OK 67ms
/aggregate functions/any/UInt8 OK 73ms
/aggregate functions/anyHeavy/nan OK 56ms
/aggregate functions/anyLast/UInt8 OK 72ms
/aggregate functions/anyHeavy/UInt8 OK 91ms
/aggregate functions/any/UInt16 OK 81ms
/aggregate functions/argMax/string that ends with \0 OK 43ms
/aggregate functions/anyLast/UInt16 OK 159ms
/aggregate functions/any/UInt32 OK 139ms
/aggregate functions/anyHeavy/UInt16 OK 140ms
/aggregate functions/argMax/datatypes OK 2m 46s
/aggregate functions/argMax/datatypes/String,UInt8 OK 659ms
/aggregate functions/argMax/datatypes/UInt8,String OK 1s 179ms
/aggregate functions/argMin/string that ends with \0 OK 1s 63ms
/aggregate functions/argMax/datatypes/String,UInt16 OK 1s 497ms
/aggregate functions/anyLast/UInt32 OK 1s 382ms
/aggregate functions/any/UInt64 OK 1s 392ms
/aggregate functions/anyHeavy/UInt32 OK 1s 380ms
/aggregate functions/argMax/datatypes/UInt16,String OK 854ms
/aggregate functions/argMin/datatypes OK 2m 45s
/aggregate functions/argMin/datatypes/String,UInt8 OK 830ms
/aggregate functions/argMin/datatypes/UInt8,String OK 1s 252ms
/aggregate functions/argMin/datatypes/String,UInt16 OK 1s 729ms
/aggregate functions/argMax/datatypes/String,UInt32 OK 1s 621ms
/aggregate functions/anyLast/UInt64 OK 1s 312ms
/aggregate functions/argMax/datatypes/UInt32,String OK 1s 304ms
/aggregate functions/anyHeavy/UInt64 OK 1s 284ms
/aggregate functions/argMax/datatypes/String,UInt64 OK 1s 267ms
/aggregate functions/any/UInt128 OK 1s 254ms
/aggregate functions/argMin/datatypes/UInt16,String OK 884ms
/aggregate functions/argMin/datatypes/String,UInt32 OK 469ms
/aggregate functions/any/Int8 OK 131ms
/aggregate functions/argMax/datatypes/UInt64,String OK 98ms
/aggregate functions/argMin/datatypes/UInt32,String OK 86ms
/aggregate functions/argMin/datatypes/String,UInt64 OK 123ms
/aggregate functions/anyHeavy/UInt128 OK 104ms
/aggregate functions/argMax/datatypes/String,UInt128 OK 124ms
/aggregate functions/argMin/datatypes/UInt64,String OK 103ms
/aggregate functions/argMax/datatypes/UInt128,String OK 109ms
/aggregate functions/anyLast/UInt128 OK 95ms
/aggregate functions/argMin/datatypes/String,UInt128 OK 94ms
/aggregate functions/argMax/datatypes/String,Int8 OK 78ms
/aggregate functions/anyHeavy/Int8 OK 120ms
/aggregate functions/any/Int16 OK 111ms
/aggregate functions/argMin/datatypes/UInt128,String OK 120ms
/aggregate functions/anyLast/Int8 OK 110ms
/aggregate functions/argMin/datatypes/String,Int8 OK 82ms
/aggregate functions/argMax/datatypes/Int8,String OK 86ms
/aggregate functions/argMax/datatypes/String,Int16 OK 106ms
/aggregate functions/argMax/datatypes/Int16,String OK 87ms
/aggregate functions/argMin/datatypes/Int8,String OK 76ms
/aggregate functions/argMin/datatypes/String,Int16 OK 107ms
/aggregate functions/argMax/datatypes/String,Int32 OK 104ms
/aggregate functions/any/Int32 OK 123ms
/aggregate functions/anyHeavy/Int16 OK 111ms
/aggregate functions/anyLast/Int16 OK 119ms
/aggregate functions/argMin/datatypes/Int16,String OK 116ms
/aggregate functions/argMax/datatypes/Int32,String OK 88ms
/aggregate functions/argMin/datatypes/String,Int32 OK 107ms
/aggregate functions/argMax/datatypes/String,Int64 OK 88ms
/aggregate functions/argMin/datatypes/Int32,String OK 85ms
/aggregate functions/argMax/datatypes/Int64,String OK 101ms
/aggregate functions/argMax/datatypes/String,Int128 OK 117ms
/aggregate functions/anyHeavy/Int32 OK 121ms
/aggregate functions/argMax/datatypes/Int128,String OK 89ms
/aggregate functions/any/Int64 OK 108ms
/aggregate functions/anyLast/Int32 OK 113ms
/aggregate functions/argMin/datatypes/String,Int64 OK 104ms
/aggregate functions/argMin/datatypes/Int64,String OK 109ms
/aggregate functions/argMin/datatypes/String,Int128 OK 80ms
/aggregate functions/argMax/datatypes/String,Float32 OK 85ms
/aggregate functions/argMax/datatypes/Float32,String OK 91ms
/aggregate functions/argMax/datatypes/String,Float64 OK 179ms
/aggregate functions/any/Int128 OK 144ms
/aggregate functions/argMin/datatypes/Int128,String OK 157ms
/aggregate functions/anyHeavy/Int64 OK 134ms
/aggregate functions/anyLast/Int64 OK 151ms
/aggregate functions/argMin/datatypes/String,Float32 OK 160ms
/aggregate functions/argMin/datatypes/Float32,String OK 117ms
/aggregate functions/argMax/datatypes/Float64,String OK 105ms
/aggregate functions/argMax/datatypes/String,Decimal128(38) OK 112ms
/aggregate functions/anyHeavy/Int128 OK 86ms
/aggregate functions/argMin/datatypes/String,Float64 OK 78ms
/aggregate functions/any/Float32 OK 73ms
/aggregate functions/argMax/datatypes/Decimal128(38),String OK 91ms
/aggregate functions/anyLast/Int128 OK 115ms
/aggregate functions/argMin/datatypes/Float64,String OK 104ms
/aggregate functions/argMax/datatypes/String,Date OK 109ms
/aggregate functions/argMin/datatypes/String,Decimal128(38) OK 106ms
/aggregate functions/argMax/datatypes/Date,String OK 109ms
/aggregate functions/any/Float64 OK 120ms
/aggregate functions/argMin/datatypes/Decimal128(38),String OK 86ms
/aggregate functions/anyHeavy/Float32 OK 108ms
/aggregate functions/argMax/datatypes/String,DateTime OK 96ms
/aggregate functions/argMin/datatypes/String,Date OK 93ms
/aggregate functions/anyLast/Float32 OK 90ms
/aggregate functions/argMin/datatypes/Date,String OK 101ms
/aggregate functions/argMax/datatypes/DateTime,String OK 88ms
/aggregate functions/argMax/datatypes/String,DateTime64(3) OK 98ms
/aggregate functions/argMin/datatypes/String,DateTime OK 141ms
/aggregate functions/anyHeavy/Float64 OK 124ms
/aggregate functions/any/Decimal128(38) OK 113ms
/aggregate functions/argMax/datatypes/DateTime64(3),String OK 112ms
/aggregate functions/argMin/datatypes/DateTime,String OK 95ms
/aggregate functions/anyLast/Float64 OK 113ms
/aggregate functions/argMax/datatypes/String,Bool OK 102ms
/aggregate functions/argMin/datatypes/String,DateTime64(3) OK 166ms
/aggregate functions/argMax/datatypes/Bool,String OK 154ms
/aggregate functions/argMin/datatypes/DateTime64(3),String OK 121ms
/aggregate functions/any/Date OK 110ms
/aggregate functions/argMin/datatypes/String,Bool OK 120ms
/aggregate functions/anyHeavy/Decimal128(38) OK 115ms
/aggregate functions/argMax/datatypes/String,String OK 92ms
/aggregate functions/argMax/datatypes/String,String OK 108ms
/aggregate functions/anyLast/Decimal128(38) OK 86ms
/aggregate functions/argMax/datatypes/String,FixedString(51) OK 94ms
/aggregate functions/argMin/datatypes/Bool,String OK 166ms
/aggregate functions/argMax/datatypes/FixedString(51),String OK 174ms
/aggregate functions/any/DateTime OK 180ms
/aggregate functions/anyLast/Date OK 130ms
/aggregate functions/argMin/datatypes/String,String OK 168ms
/aggregate functions/anyHeavy/Date OK 158ms
/aggregate functions/argMin/datatypes/String,String OK 145ms
/aggregate functions/argMax/datatypes/String,UUID OK 123ms
/aggregate functions/argMax/datatypes/UUID,String OK 99ms
/aggregate functions/anyLast/DateTime OK 77ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,UInt8) OK 82ms
/aggregate functions/argMin/datatypes/String,FixedString(51) OK 115ms
/aggregate functions/argMin/datatypes/FixedString(51),String OK 134ms
/aggregate functions/argMax/datatypes/Map(UInt8,UInt8),String OK 125ms
/aggregate functions/anyHeavy/DateTime OK 109ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,UInt16) OK 111ms
/aggregate functions/argMin/datatypes/String,UUID OK 111ms
/aggregate functions/any/DateTime64(3) OK 87ms
/aggregate functions/anyLast/DateTime64(3) OK 109ms
/aggregate functions/argMax/datatypes/Map(UInt8,UInt16),String OK 93ms
/aggregate functions/any/Bool OK 137ms
/aggregate functions/argMin/datatypes/UUID,String OK 141ms
/aggregate functions/anyHeavy/DateTime64(3) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,UInt32) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,UInt8) OK 97ms
/aggregate functions/argMax/datatypes/Map(UInt8,UInt32),String OK 82ms
/aggregate functions/argMin/datatypes/Map(UInt8,UInt8),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,UInt64) OK 88ms
/aggregate functions/anyLast/Bool OK 95ms
/aggregate functions/argMax/datatypes/Map(UInt8,UInt64),String OK 154ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,UInt16) OK 102ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,UInt128) OK 125ms
/aggregate functions/anyHeavy/Bool OK 127ms
/aggregate functions/any/String OK 118ms
/aggregate functions/argMax/datatypes/Map(UInt8,UInt128),String OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt8,UInt16),String OK 88ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,UInt32) OK 93ms
/aggregate functions/anyLast/String OK 75ms
/aggregate functions/argMin/datatypes/Map(UInt8,UInt32),String OK 100ms
/aggregate functions/anyLast/FixedString(51) OK 91ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,UInt64) OK 82ms
/aggregate functions/argMin/datatypes/Map(UInt8,UInt64),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Int8) OK 113ms
/aggregate functions/anyHeavy/String OK 117ms
/aggregate functions/any/FixedString(51) OK 102ms
/aggregate functions/argMax/datatypes/Map(UInt8,Int8),String OK 92ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Int16) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,UInt128) OK 93ms
/aggregate functions/anyLast/UUID OK 86ms
/aggregate functions/argMin/datatypes/Map(UInt8,UInt128),String OK 75ms
/aggregate functions/argMax/datatypes/Map(UInt8,Int16),String OK 92ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Int8) OK 97ms
/aggregate functions/any/UUID OK 102ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Int32) OK 104ms
/aggregate functions/argMax/datatypes/Map(UInt8,Int32),String OK 90ms
/aggregate functions/anyHeavy/FixedString(51) OK 100ms
/aggregate functions/argMin/datatypes/Map(UInt8,Int8),String OK 90ms
/aggregate functions/anyLast/Map(UInt8,UInt8) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Int16) OK 116ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Int64) OK 114ms
/aggregate functions/argMin/datatypes/Map(UInt8,Int16),String OK 100ms
/aggregate functions/argMax/datatypes/Map(UInt8,Int64),String OK 117ms
/aggregate functions/any/Map(UInt8,UInt8) OK 219ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Int128) OK 99ms
/aggregate functions/anyHeavy/UUID OK 98ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Int32) OK 199ms
/aggregate functions/anyLast/Map(UInt8,UInt16) OK 163ms
/aggregate functions/argMin/datatypes/Map(UInt8,Int32),String OK 167ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Int64) OK 176ms
/aggregate functions/argMax/datatypes/Map(UInt8,Int128),String OK 183ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Float32) OK 173ms
/aggregate functions/anyHeavy/Map(UInt8,UInt8) OK 181ms
/aggregate functions/argMax/datatypes/Map(UInt8,Float32),String OK 173ms
/aggregate functions/any/Map(UInt8,UInt16) OK 98ms
/aggregate functions/anyLast/Map(UInt8,UInt32) OK 104ms
/aggregate functions/argMin/datatypes/Map(UInt8,Int64),String OK 95ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Int128) OK 84ms
/aggregate functions/argMin/datatypes/Map(UInt8,Int128),String OK 92ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Float64) OK 116ms
/aggregate functions/argMax/datatypes/Map(UInt8,Float64),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Decimal128(38)) OK 111ms
/aggregate functions/anyHeavy/Map(UInt8,UInt16) OK 92ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Float32) OK 96ms
/aggregate functions/any/Map(UInt8,UInt32) OK 89ms
/aggregate functions/argMin/datatypes/Map(UInt8,Float32),String OK 96ms
/aggregate functions/anyLast/Map(UInt8,UInt64) OK 96ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Float64) OK 75ms
/aggregate functions/anyHeavy/Map(UInt8,UInt32) OK 142ms
/aggregate functions/argMax/datatypes/Map(UInt8,Decimal128(38)),String OK 164ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Date) OK 137ms
/aggregate functions/argMax/datatypes/Map(UInt8,Date),String OK 151ms
/aggregate functions/any/Map(UInt8,UInt64) OK 142ms
/aggregate functions/argMin/datatypes/Map(UInt8,Float64),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Decimal128(38)) OK 111ms
/aggregate functions/anyLast/Map(UInt8,UInt128) OK 126ms
/aggregate functions/argMin/datatypes/Map(UInt8,Decimal128(38)),String OK 115ms
/aggregate functions/anyHeavy/Map(UInt8,UInt64) OK 97ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Date) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,DateTime) OK 93ms
/aggregate functions/anyLast/Map(UInt8,Int8) OK 85ms
/aggregate functions/any/Map(UInt8,UInt128) OK 99ms
/aggregate functions/argMax/datatypes/Map(UInt8,DateTime),String OK 110ms
/aggregate functions/argMin/datatypes/Map(UInt8,Date),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,DateTime64(3)) OK 88ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,DateTime) OK 101ms
/aggregate functions/anyHeavy/Map(UInt8,UInt128) OK 111ms
/aggregate functions/argMax/datatypes/Map(UInt8,DateTime64(3)),String OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt8,DateTime),String OK 119ms
/aggregate functions/anyLast/Map(UInt8,Int16) OK 120ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Bool) OK 123ms
/aggregate functions/any/Map(UInt8,Int8) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,DateTime64(3)) OK 105ms
/aggregate functions/argMax/datatypes/Map(UInt8,Bool),String OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt8,DateTime64(3)),String OK 90ms
/aggregate functions/anyHeavy/Map(UInt8,Int8) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,String) OK 107ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Bool) OK 114ms
/aggregate functions/argMin/datatypes/Map(UInt8,Bool),String OK 114ms
/aggregate functions/anyLast/Map(UInt8,Int32) OK 109ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,String) OK 145ms
/aggregate functions/argMax/datatypes/Map(UInt8,String),String OK 95ms
/aggregate functions/any/Map(UInt8,Int16) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,FixedString(51)) OK 128ms
/aggregate functions/anyHeavy/Map(UInt8,Int16) OK 87ms
/aggregate functions/argMax/datatypes/Map(UInt8,FixedString(51)),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,UUID) OK 104ms
/aggregate functions/argMin/datatypes/Map(UInt8,String),String OK 104ms
/aggregate functions/anyLast/Map(UInt8,Int64) OK 80ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,FixedString(51)) OK 89ms
/aggregate functions/any/Map(UInt8,Int32) OK 98ms
/aggregate functions/argMax/datatypes/Map(UInt8,UUID),String OK 79ms
/aggregate functions/argMin/datatypes/Map(UInt8,FixedString(51)),String OK 88ms
/aggregate functions/anyHeavy/Map(UInt8,Int32) OK 80ms
/aggregate functions/anyLast/Map(UInt8,Int128) OK 117ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(UInt8)) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,UUID) OK 114ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(UInt8)),String OK 106ms
/aggregate functions/argMin/datatypes/Map(UInt8,UUID),String OK 99ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(UInt16)) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(UInt8)) OK 96ms
/aggregate functions/any/Map(UInt8,Int64) OK 99ms
/aggregate functions/anyHeavy/Map(UInt8,Int64) OK 77ms
/aggregate functions/anyLast/Map(UInt8,Float32) OK 90ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(UInt8)),String OK 103ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(UInt16)),String OK 81ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(UInt16)) OK 102ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(UInt32)) OK 91ms
/aggregate functions/anyHeavy/Map(UInt8,Int128) OK 113ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(UInt16)),String OK 105ms
/aggregate functions/any/Map(UInt8,Int128) OK 96ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(UInt32)),String OK 89ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(UInt64)) OK 119ms
/aggregate functions/anyLast/Map(UInt8,Float64) OK 113ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(UInt64)),String OK 130ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(UInt32)) OK 116ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(UInt32)),String OK 105ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(UInt128)) OK 102ms
/aggregate functions/any/Map(UInt8,Float32) OK 96ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(UInt64)) OK 105ms
/aggregate functions/anyHeavy/Map(UInt8,Float32) OK 105ms
/aggregate functions/anyLast/Map(UInt8,Decimal128(38)) OK 99ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(UInt128)),String OK 142ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(UInt64)),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(UInt128)) OK 116ms
/aggregate functions/any/Map(UInt8,Float64) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(Int8)) OK 107ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(Int8)),String OK 95ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(UInt128)),String OK 96ms
/aggregate functions/anyHeavy/Map(UInt8,Float64) OK 111ms
/aggregate functions/anyLast/Map(UInt8,Date) OK 73ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(Int16)) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(Int8)) OK 100ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(Int16)),String OK 122ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(Int8)),String OK 100ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(Int32)) OK 87ms
/aggregate functions/any/Map(UInt8,Decimal128(38)) OK 109ms
/aggregate functions/anyHeavy/Map(UInt8,Decimal128(38)) OK 109ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(Int16)) OK 109ms
/aggregate functions/anyLast/Map(UInt8,DateTime) OK 113ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(Int16)),String OK 106ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(Int32)),String OK 137ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(Int32)) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(Int64)) OK 102ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(Int64)),String OK 94ms
/aggregate functions/any/Map(UInt8,Date) OK 97ms
/aggregate functions/anyHeavy/Map(UInt8,Date) OK 109ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(Int32)),String OK 112ms
/aggregate functions/anyLast/Map(UInt8,DateTime64(3)) OK 91ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(Int64)) OK 89ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(Int128)) OK 111ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(Int128)),String OK 116ms
/aggregate functions/any/Map(UInt8,DateTime) OK 128ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(Int64)),String OK 113ms
/aggregate functions/anyHeavy/Map(UInt8,DateTime) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(Float32)) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(Int128)) OK 97ms
/aggregate functions/anyLast/Map(UInt8,Bool) OK 90ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(Int128)),String OK 87ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(Float32)),String OK 101ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(Float64)) OK 124ms
/aggregate functions/anyLast/Map(UInt8,String) OK 97ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(Float32)) OK 113ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(Float32)),String OK 116ms
/aggregate functions/any/Map(UInt8,DateTime64(3)) OK 87ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(Float64)),String OK 90ms
/aggregate functions/anyHeavy/Map(UInt8,DateTime64(3)) OK 110ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(Float64)) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(Decimal128(38))) OK 148ms
/aggregate functions/anyLast/Map(UInt8,FixedString(51)) OK 154ms
/aggregate functions/any/Map(UInt8,Bool) OK 126ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(Decimal128(38))),String OK 141ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(Float64)),String OK 137ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(Date)) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(Decimal128(38))) OK 115ms
/aggregate functions/anyHeavy/Map(UInt8,Bool) OK 114ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(Decimal128(38))),String OK 124ms
/aggregate functions/any/Map(UInt8,String) OK 108ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(Date)),String OK 114ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(Date)) OK 97ms
/aggregate functions/anyHeavy/Map(UInt8,String) OK 117ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(DateTime)) OK 115ms
/aggregate functions/anyLast/Map(UInt8,UUID) OK 81ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(Date)),String OK 90ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(DateTime)),String OK 102ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(DateTime)) OK 84ms
/aggregate functions/anyLast/Map(UInt8,Nullable(UInt8)) OK 118ms
/aggregate functions/any/Map(UInt8,FixedString(51)) OK 129ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(DateTime)),String OK 97ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(DateTime64(3))) OK 153ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(DateTime64(3))) OK 145ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(DateTime64(3))),String OK 115ms
/aggregate functions/anyHeavy/Map(UInt8,FixedString(51)) OK 107ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(Bool)) OK 83ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(DateTime64(3))),String OK 86ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(Bool)) OK 87ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(Bool)),String OK 114ms
/aggregate functions/anyLast/Map(UInt8,Nullable(UInt16)) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(Bool)),String OK 113ms
/aggregate functions/any/Map(UInt8,UUID) OK 86ms
/aggregate functions/anyHeavy/Map(UInt8,UUID) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(String)) OK 84ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(String)) OK 91ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(String)),String OK 87ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(String)),String OK 81ms
/aggregate functions/any/Map(UInt8,Nullable(UInt8)) OK 91ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(FixedString(51))) OK 117ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(FixedString(51))),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(FixedString(51))) OK 110ms
/aggregate functions/anyLast/Map(UInt8,Nullable(UInt32)) OK 112ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(UInt8)) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Nullable(UUID)) OK 98ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(FixedString(51))),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Nullable(UUID)) OK 97ms
/aggregate functions/any/Map(UInt8,Nullable(UInt16)) OK 85ms
/aggregate functions/argMax/datatypes/Map(UInt8,Nullable(UUID)),String OK 98ms
/aggregate functions/argMin/datatypes/Map(UInt8,Nullable(UUID)),String OK 102ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(UInt8)) OK 128ms
/aggregate functions/anyLast/Map(UInt8,Nullable(UInt64)) OK 106ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(UInt8)),String OK 96ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(UInt16)) OK 100ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(UInt8)) OK 101ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(UInt8)),String OK 105ms
/aggregate functions/any/Map(UInt8,Nullable(UInt32)) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(UInt16)) OK 89ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(UInt16)) OK 134ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(UInt16)),String OK 129ms
/aggregate functions/anyLast/Map(UInt8,Nullable(UInt128)) OK 220ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(UInt32)) OK 198ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(UInt16)),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(UInt32)) OK 96ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(UInt32)) OK 88ms
/aggregate functions/any/Map(UInt8,Nullable(UInt64)) OK 182ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(UInt32)),String OK 157ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(UInt64)) OK 187ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(UInt32)),String OK 187ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(UInt64)) OK 170ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(UInt64)),String OK 152ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(UInt64)),String OK 143ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(UInt64)) OK 203ms
/aggregate functions/anyLast/Map(UInt8,Nullable(Int8)) OK 200ms
/aggregate functions/any/Map(UInt8,Nullable(UInt128)) OK 199ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(UInt128)) OK 102ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(UInt128)),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(UInt128)) OK 146ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(UInt128)),String OK 140ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Int8)) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Int8)) OK 112ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Int8)),String OK 185ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(UInt128)) OK 99ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Int8)),String OK 121ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Int16)) OK 114ms
/aggregate functions/anyLast/Map(UInt8,Nullable(Int16)) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Int16)) OK 98ms
/aggregate functions/any/Map(UInt8,Nullable(Int8)) OK 112ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Int16)),String OK 74ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Int16)),String OK 77ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Int32)) OK 80ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Int32)) OK 91ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(Int8)) OK 82ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Int32)),String OK 92ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Int32)),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Int64)) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Int64)) OK 88ms
/aggregate functions/any/Map(UInt8,Nullable(Int16)) OK 101ms
/aggregate functions/anyLast/Map(UInt8,Nullable(Int32)) OK 89ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Int64)),String OK 90ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(Int16)) OK 91ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Int64)),String OK 80ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Int128)) OK 90ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Int128)) OK 123ms
/aggregate functions/anyLast/Map(UInt8,Nullable(Int64)) OK 114ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Int128)),String OK 120ms
/aggregate functions/any/Map(UInt8,Nullable(Int32)) OK 81ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Int128)),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Float32)) OK 124ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Float32)) OK 107ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(Int32)) OK 105ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Float32)),String OK 93ms
/aggregate functions/any/Map(UInt8,Nullable(Int64)) OK 81ms
/aggregate functions/anyLast/Map(UInt8,Nullable(Int128)) OK 110ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Float32)),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Float64)) OK 110ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Float64)) OK 88ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Float64)),String OK 93ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(Int64)) OK 130ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Float64)),String OK 121ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Date)) OK 88ms
/aggregate functions/any/Map(UInt8,Nullable(Int128)) OK 108ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Date)) OK 90ms
/aggregate functions/anyLast/Map(UInt8,Nullable(Float32)) OK 102ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Date)),String OK 108ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Date)),String OK 87ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(DateTime)) OK 89ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(DateTime)) OK 90ms
/aggregate functions/any/Map(UInt8,Nullable(Float32)) OK 85ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(DateTime)),String OK 91ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(Int128)) OK 81ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(DateTime)),String OK 81ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Bool)) OK 93ms
/aggregate functions/anyLast/Map(UInt8,Nullable(Float64)) OK 80ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Bool)) OK 120ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Bool)),String OK 120ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Bool)),String OK 98ms
/aggregate functions/any/Map(UInt8,Nullable(Float64)) OK 86ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(Float32)) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(String)) OK 101ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(String)) OK 85ms
/aggregate functions/anyLast/Map(UInt8,Nullable(Decimal128(38))) OK 95ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(String)),String OK 83ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(FixedString(51))) OK 92ms
/aggregate functions/any/Map(UInt8,Nullable(Decimal128(38))) OK 99ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(String)),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(Float64)) OK 93ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(FixedString(51))),String OK 92ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(FixedString(51))),String OK 94ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(UUID)) OK 91ms
/aggregate functions/anyLast/Map(UInt8,Nullable(Date)) OK 113ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(UUID)),String OK 84ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(UUID)) OK 138ms
/aggregate functions/any/Map(UInt8,Nullable(Date)) OK 142ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(Decimal128(38))) OK 141ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(UUID)),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt8))) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt8))) OK 135ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(UInt8))),String OK 111ms
/aggregate functions/anyLast/Map(UInt8,Nullable(DateTime)) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt16))) OK 100ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(UInt8))),String OK 114ms
/aggregate functions/any/Map(UInt8,Nullable(DateTime)) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt16))) OK 139ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(UInt16))),String OK 106ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(Date)) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt32))) OK 103ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(UInt16))),String OK 128ms
/aggregate functions/anyLast/Map(UInt8,Nullable(DateTime64(3))) OK 114ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(UInt32))),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt64))) OK 167ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(UInt64))),String OK 139ms
/aggregate functions/any/Map(UInt8,Nullable(DateTime64(3))) OK 143ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(DateTime)) OK 148ms
/aggregate functions/anyLast/Map(UInt8,Nullable(Bool)) OK 148ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt128))) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(UInt32))),String OK 145ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt64))) OK 121ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(UInt64))),String OK 108ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(UInt128))),String OK 171ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int8))) OK 141ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt128))) OK 112ms
/aggregate functions/any/Map(UInt8,Nullable(Bool)) OK 86ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(Int8))),String OK 115ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(DateTime64(3))) OK 108ms
/aggregate functions/anyLast/Map(UInt8,Nullable(String)) OK 142ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(UInt128))),String OK 84ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int8))) OK 106ms
/aggregate functions/any/Map(UInt8,Nullable(String)) OK 95ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(Int8))),String OK 141ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int16))) OK 111ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(Bool)) OK 102ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int16))) OK 105ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(Int16))),String OK 108ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(Int16))),String OK 78ms
/aggregate functions/anyLast/Map(UInt8,Nullable(FixedString(51))) OK 94ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/any/Map(UInt8,Nullable(FixedString(51))) OK 84ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(Int32))),String OK 88ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(String)) OK 102ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int64))) OK 291ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(Int32))),String OK 282ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int64))) OK 263ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(Int64))),String OK 223ms
/aggregate functions/anyLast/Map(UInt8,Nullable(UUID)) OK 271ms
/aggregate functions/any/Map(UInt8,Nullable(UUID)) OK 248ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int128))) OK 203ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(Int64))),String OK 202ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(FixedString(51))) OK 196ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(Int128))),String OK 192ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(Float32))) OK 183ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int128))) OK 188ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(Int128))),String OK 142ms
/aggregate functions/any/Map(UInt8,LowCardinality(UInt8)) OK 151ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(Float32))) OK 158ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(Float32))),String OK 161ms
/aggregate functions/anyHeavy/Map(UInt8,Nullable(UUID)) OK 154ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(UInt8)) OK 168ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(Float32))),String OK 177ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(Float64))) OK 130ms
/aggregate functions/any/Map(UInt8,LowCardinality(UInt16)) OK 155ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(UInt8)) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(Float64))) OK 143ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(Float64))),String OK 147ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(UInt16)) OK 132ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(Float64))),String OK 93ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(Date))),String OK 88ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(UInt16)) OK 162ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(Date))),String OK 152ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(UInt32)) OK 150ms
/aggregate functions/any/Map(UInt8,LowCardinality(UInt32)) OK 147ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(DateTime))),String OK 145ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(DateTime))) OK 142ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(Bool))) OK 126ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(Bool))),String OK 115ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(DateTime))),String OK 112ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(Bool))) OK 122ms
/aggregate functions/any/Map(UInt8,LowCardinality(UInt64)) OK 107ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(UInt32)) OK 142ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(UInt64)) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(String))) OK 139ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(Bool))),String OK 143ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(String))),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(String))) OK 127ms
/aggregate functions/any/Map(UInt8,LowCardinality(UInt128)) OK 125ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(UInt128)) OK 133ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(String))),String OK 115ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(FixedString(51)))),String OK 125ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(UInt64)) OK 121ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 97ms
/aggregate functions/argMax/datatypes/Map(UInt8,LowCardinality(Nullable(UUID))),String OK 119ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(FixedString(51)))),String OK 106ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Array(String)) OK 118ms
/aggregate functions/any/Map(UInt8,LowCardinality(Int8)) OK 108ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,LowCardinality(Nullable(UUID))) OK 138ms
/aggregate functions/argMin/datatypes/Map(UInt8,LowCardinality(Nullable(UUID))),String OK 114ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Int8)) OK 96ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Array(String)) OK 114ms
/aggregate functions/argMax/datatypes/Map(UInt8,Array(String)),String OK 100ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(UInt128)) OK 104ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Map(String,LowCardinality(Float64))) OK 111ms
/aggregate functions/any/Map(UInt8,LowCardinality(Int16)) OK 104ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Int16)) OK 106ms
/aggregate functions/argMax/datatypes/Map(UInt8,Map(String,LowCardinality(Float64))),String OK 160ms
/aggregate functions/argMin/datatypes/Map(UInt8,Array(String)),String OK 105ms
/aggregate functions/argMax/datatypes/String,Map(UInt8,Tuple(String)) OK 97ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Int8)) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Map(String,LowCardinality(Float64))) OK 115ms
/aggregate functions/argMin/datatypes/Map(UInt8,Map(String,LowCardinality(Float64))),String OK 95ms
/aggregate functions/argMax/datatypes/Map(UInt8,Tuple(String)),String OK 101ms
/aggregate functions/any/Map(UInt8,LowCardinality(Int32)) OK 87ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Int32)) OK 103ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,UInt8) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(UInt8,Tuple(String)) OK 163ms
/aggregate functions/argMin/datatypes/Map(UInt8,Tuple(String)),String OK 142ms
/aggregate functions/argMax/datatypes/Map(UInt16,UInt8),String OK 122ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Int16)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,UInt8) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,UInt16) OK 99ms
/aggregate functions/any/Map(UInt8,LowCardinality(Int64)) OK 98ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Int64)) OK 127ms
/aggregate functions/argMax/datatypes/Map(UInt16,UInt16),String OK 94ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,UInt32) OK 160ms
/aggregate functions/argMax/datatypes/Map(UInt16,UInt32),String OK 135ms
/aggregate functions/argMin/datatypes/Map(UInt16,UInt8),String OK 146ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Int32)) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,UInt16) OK 120ms
/aggregate functions/argMin/datatypes/Map(UInt16,UInt16),String OK 127ms
/aggregate functions/any/Map(UInt8,LowCardinality(Int128)) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,UInt64) OK 110ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Int128)) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,UInt32) OK 107ms
/aggregate functions/argMax/datatypes/Map(UInt16,UInt64),String OK 134ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Int64)) OK 129ms
/aggregate functions/argMin/datatypes/Map(UInt16,UInt32),String OK 120ms
/aggregate functions/any/Map(UInt8,LowCardinality(Float32)) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,UInt64) OK 94ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,UInt128) OK 120ms
/aggregate functions/argMax/datatypes/Map(UInt16,UInt128),String OK 95ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Float32)) OK 97ms
/aggregate functions/argMin/datatypes/Map(UInt16,UInt64),String OK 162ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,UInt128) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Int8) OK 126ms
/aggregate functions/any/Map(UInt8,LowCardinality(Float64)) OK 143ms
/aggregate functions/argMin/datatypes/Map(UInt16,UInt128),String OK 138ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Int128)) OK 104ms
/aggregate functions/argMax/datatypes/Map(UInt16,Int8),String OK 87ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Int16) OK 90ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Float64)) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Int8) OK 117ms
/aggregate functions/argMax/datatypes/Map(UInt16,Int16),String OK 126ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Int32) OK 102ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Float32)) OK 104ms
/aggregate functions/argMax/datatypes/Map(UInt16,Int32),String OK 109ms
/aggregate functions/argMin/datatypes/Map(UInt16,Int8),String OK 100ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Date)) OK 96ms
/aggregate functions/any/Map(UInt8,LowCardinality(Date)) OK 88ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Int16) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Int64) OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt16,Int16),String OK 100ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Float64)) OK 110ms
/aggregate functions/argMax/datatypes/Map(UInt16,Int64),String OK 135ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Int128) OK 112ms
/aggregate functions/any/Map(UInt8,LowCardinality(DateTime)) OK 100ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(DateTime)) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Int32) OK 122ms
/aggregate functions/argMin/datatypes/Map(UInt16,Int32),String OK 100ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Int64) OK 99ms
/aggregate functions/argMax/datatypes/Map(UInt16,Int128),String OK 165ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Date)) OK 78ms
/aggregate functions/any/Map(UInt8,LowCardinality(Bool)) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Float32) OK 142ms
/aggregate functions/argMin/datatypes/Map(UInt16,Int64),String OK 137ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Bool)) OK 124ms
/aggregate functions/argMax/datatypes/Map(UInt16,Float32),String OK 124ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Int128) OK 118ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(DateTime)) OK 107ms
/aggregate functions/argMin/datatypes/Map(UInt16,Int128),String OK 104ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(String)) OK 91ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Float64) OK 101ms
/aggregate functions/argMax/datatypes/Map(UInt16,Float64),String OK 86ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Float32) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Decimal128(38)) OK 109ms
/aggregate functions/argMin/datatypes/Map(UInt16,Float32),String OK 124ms
/aggregate functions/any/Map(UInt8,LowCardinality(String)) OK 99ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Bool)) OK 100ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Float64) OK 93ms
/aggregate functions/argMax/datatypes/Map(UInt16,Decimal128(38)),String OK 140ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(FixedString(51))) OK 139ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Date) OK 132ms
/aggregate functions/any/Map(UInt8,LowCardinality(FixedString(51))) OK 133ms
/aggregate functions/argMax/datatypes/Map(UInt16,Date),String OK 98ms
/aggregate functions/argMin/datatypes/Map(UInt16,Float64),String OK 115ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Decimal128(38)) OK 98ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(String)) OK 115ms
/aggregate functions/argMin/datatypes/Map(UInt16,Decimal128(38)),String OK 76ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Date) OK 94ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,DateTime) OK 176ms
/aggregate functions/argMin/datatypes/Map(UInt16,Date),String OK 173ms
/aggregate functions/argMax/datatypes/Map(UInt16,DateTime),String OK 165ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(UUID)) OK 160ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,DateTime64(3)) OK 96ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,DateTime) OK 97ms
/aggregate functions/any/Map(UInt8,LowCardinality(UUID)) OK 87ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(FixedString(51))) OK 93ms
/aggregate functions/argMin/datatypes/Map(UInt16,DateTime),String OK 99ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 180ms
/aggregate functions/argMax/datatypes/Map(UInt16,DateTime64(3)),String OK 190ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,DateTime64(3)) OK 176ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(UUID)) OK 154ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Bool) OK 116ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/argMax/datatypes/Map(UInt16,Bool),String OK 121ms
/aggregate functions/argMin/datatypes/Map(UInt16,DateTime64(3)),String OK 97ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Bool) OK 121ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 139ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 165ms
/aggregate functions/argMin/datatypes/Map(UInt16,Bool),String OK 169ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,String) OK 156ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 151ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,String) OK 106ms
/aggregate functions/argMax/datatypes/Map(UInt16,String),String OK 153ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,FixedString(51)) OK 108ms
/aggregate functions/argMin/datatypes/Map(UInt16,String),String OK 89ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,FixedString(51)) OK 102ms
/aggregate functions/argMin/datatypes/Map(UInt16,FixedString(51)),String OK 92ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/argMax/datatypes/Map(UInt16,FixedString(51)),String OK 73ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,UUID) OK 97ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,UUID) OK 105ms
/aggregate functions/argMax/datatypes/Map(UInt16,UUID),String OK 84ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(UInt8)) OK 120ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 111ms
/aggregate functions/argMin/datatypes/Map(UInt16,UUID),String OK 84ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(UInt8)) OK 110ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 91ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(UInt8)),String OK 114ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(UInt16)) OK 119ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(UInt8)),String OK 83ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(UInt16)) OK 91ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 102ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(UInt16)),String OK 99ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(UInt16)),String OK 100ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 100ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(UInt32)) OK 96ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(UInt32)) OK 94ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(UInt32)),String OK 109ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(UInt32)),String OK 107ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(Int8))) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(UInt64)) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(UInt64)) OK 103ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 102ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(UInt64)),String OK 108ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(Int8))) OK 96ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(UInt64)),String OK 85ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(UInt128)) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(UInt128)) OK 100ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(UInt128)),String OK 101ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(UInt128)),String OK 138ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(Int16))) OK 121ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(Int8))) OK 136ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(Int8)) OK 124ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(Int16))) OK 110ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(Int8)) OK 101ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(Int8)),String OK 100ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(Int8)),String OK 90ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(Int16)) OK 80ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(Int32))) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(Int16)) OK 90ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(Int32))) OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(Int16)),String OK 100ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(Int16)),String OK 112ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(Int32)) OK 99ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(Int32)) OK 124ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(Int32)),String OK 108ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(Int32)),String OK 94ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(Int64))) OK 97ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(Int32))) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(Int64)) OK 127ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(Int64))) OK 104ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(Int64)) OK 115ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(Int64)),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(Int128)) OK 96ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(Int64)),String OK 90ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(Int128)) OK 79ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(Int128))) OK 142ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(Int64))) OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(Int128)),String OK 141ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(Int128)),String OK 131ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(Float32)) OK 100ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(Float32)) OK 105ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(Float32)),String OK 125ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(Float32)),String OK 102ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(Float32))) OK 101ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(Int128))) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(Float64)) OK 154ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(Float64)) OK 156ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(Float64)),String OK 137ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(Float64)),String OK 85ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(Float64))) OK 96ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(Decimal128(38))) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(Float64))) OK 161ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(Decimal128(38))),String OK 159ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(Float32))) OK 160ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(Date))) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(Date)) OK 153ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(Date)),String OK 107ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(Decimal128(38))),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(Date)) OK 103ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(Date)),String OK 108ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(DateTime)) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(DateTime)) OK 92ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(Date))) OK 126ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(DateTime)),String OK 111ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(DateTime)),String OK 118ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(Float64))) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(DateTime64(3))) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(DateTime64(3))) OK 122ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(DateTime64(3))),String OK 70ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(Date))) OK 99ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(DateTime64(3))),String OK 100ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(Bool))) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(Bool)) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(Bool)) OK 105ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 124ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(Bool)),String OK 113ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(Bool)),String OK 103ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(String)) OK 95ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(String)) OK 91ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(String)),String OK 95ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(String)),String OK 99ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(FixedString(51))) OK 101ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(FixedString(51))) OK 134ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(Bool))) OK 102ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(FixedString(51))),String OK 133ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(Bool))) OK 98ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(FixedString(51))),String OK 93ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Nullable(UUID)) OK 92ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Nullable(UUID)) OK 105ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 105ms
/aggregate functions/argMax/datatypes/Map(UInt16,Nullable(UUID)),String OK 103ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(String))) OK 98ms
/aggregate functions/argMin/datatypes/Map(UInt16,Nullable(UUID)),String OK 105ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(UInt8)) OK 124ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(String))) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(UInt8)) OK 94ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(UInt8)),String OK 93ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(UInt8)),String OK 94ms
/aggregate functions/anyLast/Map(UInt8,LowCardinality(Nullable(UUID))) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(UInt16)) OK 120ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(UInt16)) OK 96ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(UInt16)),String OK 129ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(UInt32)) OK 124ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(UInt16)),String OK 126ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(UInt32)) OK 99ms
/aggregate functions/any/Map(UInt8,LowCardinality(Nullable(UUID))) OK 160ms
/aggregate functions/anyLast/Map(UInt8,Array(String)) OK 158ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(UInt32)),String OK 95ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(UInt32)),String OK 136ms
/aggregate functions/anyHeavy/Map(UInt8,LowCardinality(Nullable(UUID))) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(UInt64)) OK 121ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(UInt64)) OK 112ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(UInt64)),String OK 101ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(UInt64)),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(UInt128)) OK 101ms
/aggregate functions/any/Map(UInt8,Array(String)) OK 134ms
/aggregate functions/anyLast/Map(UInt8,Map(String,LowCardinality(Float64))) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(UInt128)) OK 126ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(UInt128)),String OK 103ms
/aggregate functions/anyHeavy/Map(UInt8,Array(String)) OK 92ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(UInt128)),String OK 128ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Int8)) OK 79ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Int8)) OK 91ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Int8)),String OK 101ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Int16)) OK 154ms
/aggregate functions/anyHeavy/Map(UInt8,Map(String,LowCardinality(Float64))) OK 132ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Int16)),String OK 122ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Int8)),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Int16)) OK 125ms
/aggregate functions/any/Map(UInt8,Map(String,LowCardinality(Float64))) OK 169ms
/aggregate functions/anyLast/Map(UInt8,Tuple(String)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Int32)) OK 85ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Int16)),String OK 99ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Int32)),String OK 189ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Int64)) OK 162ms
/aggregate functions/anyHeavy/Map(UInt8,Tuple(String)) OK 171ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Int32)) OK 180ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Int32)),String OK 157ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Int64)),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Int64)) OK 161ms
/aggregate functions/anyLast/Map(UInt16,UInt8) OK 168ms
/aggregate functions/any/Map(UInt8,Tuple(String)) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Int128)) OK 159ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Int128)),String OK 141ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Int64)),String OK 146ms
/aggregate functions/anyHeavy/Map(UInt16,UInt8) OK 110ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Float32)) OK 99ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Int128)) OK 110ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Int128)),String OK 110ms
/aggregate functions/any/Map(UInt16,UInt8) OK 122ms
/aggregate functions/anyLast/Map(UInt16,UInt16) OK 78ms
/aggregate functions/anyLast/Map(UInt16,UInt32) OK 95ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Float32)),String OK 137ms
/aggregate functions/anyHeavy/Map(UInt16,UInt16) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Float32)) OK 156ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Float32)),String OK 110ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Float64)) OK 148ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Float64)),String OK 96ms
/aggregate functions/any/Map(UInt16,UInt16) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Float64)) OK 124ms
/aggregate functions/anyLast/Map(UInt16,UInt64) OK 93ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Date)) OK 92ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Float64)),String OK 83ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Date)),String OK 75ms
/aggregate functions/anyHeavy/Map(UInt16,UInt32) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Date)) OK 118ms
/aggregate functions/any/Map(UInt16,UInt32) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Date)),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(DateTime)) OK 89ms
/aggregate functions/anyLast/Map(UInt16,UInt128) OK 94ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(DateTime)),String OK 117ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(DateTime)) OK 107ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Bool)) OK 101ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Bool)),String OK 102ms
/aggregate functions/anyHeavy/Map(UInt16,UInt64) OK 121ms
/aggregate functions/anyLast/Map(UInt16,Int8) OK 108ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(DateTime)),String OK 96ms
/aggregate functions/any/Map(UInt16,UInt64) OK 98ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Bool)) OK 107ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(String)) OK 87ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Bool)),String OK 93ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(String)),String OK 92ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(String)) OK 125ms
/aggregate functions/anyLast/Map(UInt16,Int16) OK 82ms
/aggregate functions/any/Map(UInt16,UInt128) OK 111ms
/aggregate functions/anyHeavy/Map(UInt16,UInt128) OK 102ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(String)),String OK 105ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(FixedString(51))),String OK 100ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(FixedString(51))) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(UUID)) OK 99ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(UUID)),String OK 81ms
/aggregate functions/anyLast/Map(UInt16,Int32) OK 81ms
/aggregate functions/anyHeavy/Map(UInt16,Int8) OK 121ms
/aggregate functions/any/Map(UInt16,Int8) OK 130ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(FixedString(51))),String OK 131ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(UUID)) OK 89ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt8))) OK 104ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(UUID)),String OK 87ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(UInt8))),String OK 89ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt16))) OK 100ms
/aggregate functions/anyLast/Map(UInt16,Int64) OK 88ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(UInt8))),String OK 127ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(UInt16))),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt32))) OK 136ms
/aggregate functions/anyHeavy/Map(UInt16,Int16) OK 125ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(UInt32))),String OK 113ms
/aggregate functions/any/Map(UInt16,Int16) OK 87ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt16))) OK 120ms
/aggregate functions/anyLast/Map(UInt16,Int128) OK 108ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(UInt16))),String OK 76ms
/aggregate functions/any/Map(UInt16,Int32) OK 71ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt64))) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt32))) OK 121ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(UInt64))),String OK 97ms
/aggregate functions/anyHeavy/Map(UInt16,Int32) OK 116ms
/aggregate functions/anyLast/Map(UInt16,Float32) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt128))) OK 120ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(UInt32))),String OK 79ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt64))) OK 99ms
/aggregate functions/any/Map(UInt16,Int64) OK 86ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(UInt64))),String OK 83ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(UInt128))),String OK 110ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int8))) OK 98ms
/aggregate functions/anyLast/Map(UInt16,Float64) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt128))) OK 138ms
/aggregate functions/anyHeavy/Map(UInt16,Int64) OK 95ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(UInt128))),String OK 90ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(Int8))),String OK 121ms
/aggregate functions/any/Map(UInt16,Int128) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int16))) OK 99ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(Int16))),String OK 107ms
/aggregate functions/anyHeavy/Map(UInt16,Int128) OK 121ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(Int8))),String OK 104ms
/aggregate functions/anyLast/Map(UInt16,Decimal128(38)) OK 102ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int16))) OK 168ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int32))) OK 167ms
/aggregate functions/any/Map(UInt16,Float32) OK 193ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(Int16))),String OK 159ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(Int32))),String OK 143ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int64))) OK 108ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int32))) OK 182ms
/aggregate functions/anyLast/Map(UInt16,Date) OK 193ms
/aggregate functions/anyHeavy/Map(UInt16,Float32) OK 210ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(Int64))),String OK 110ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(Int32))),String OK 126ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int128))) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int64))) OK 132ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(Int128))),String OK 120ms
/aggregate functions/any/Map(UInt16,Float64) OK 94ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(Int64))),String OK 91ms
/aggregate functions/anyLast/Map(UInt16,DateTime) OK 83ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(Float32))) OK 140ms
/aggregate functions/any/Map(UInt16,Decimal128(38)) OK 130ms
/aggregate functions/anyHeavy/Map(UInt16,Float64) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int128))) OK 110ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(Float32))),String OK 122ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(Int128))),String OK 94ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/anyLast/Map(UInt16,DateTime64(3)) OK 89ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(Float64))),String OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(Float32))),String OK 137ms
/aggregate functions/anyHeavy/Map(UInt16,Decimal128(38)) OK 124ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(Float64))) OK 134ms
/aggregate functions/any/Map(UInt16,Date) OK 131ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(Date))) OK 95ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(Date))),String OK 108ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(Float64))),String OK 121ms
/aggregate functions/anyLast/Map(UInt16,Bool) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(DateTime))) OK 160ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(DateTime))),String OK 176ms
/aggregate functions/anyHeavy/Map(UInt16,Date) OK 159ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(Bool))) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(Date))) OK 106ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(Date))),String OK 141ms
/aggregate functions/any/Map(UInt16,DateTime) OK 133ms
/aggregate functions/anyLast/Map(UInt16,String) OK 128ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(DateTime))) OK 113ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(DateTime))),String OK 83ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(Bool))),String OK 85ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(Bool))) OK 120ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(String))) OK 107ms
/aggregate functions/anyLast/Map(UInt16,FixedString(51)) OK 122ms
/aggregate functions/any/Map(UInt16,DateTime64(3)) OK 105ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(Bool))),String OK 123ms
/aggregate functions/anyHeavy/Map(UInt16,DateTime) OK 116ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(String))),String OK 100ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(String))) OK 153ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 183ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(FixedString(51)))),String OK 253ms
/aggregate functions/any/Map(UInt16,Bool) OK 228ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(String))),String OK 230ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,LowCardinality(Nullable(UUID))) OK 210ms
/aggregate functions/anyLast/Map(UInt16,UUID) OK 220ms
/aggregate functions/anyHeavy/Map(UInt16,DateTime64(3)) OK 211ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 185ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(FixedString(51)))),String OK 150ms
/aggregate functions/argMax/datatypes/Map(UInt16,LowCardinality(Nullable(UUID))),String OK 119ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Array(String)) OK 129ms
/aggregate functions/any/Map(UInt16,String) OK 122ms
/aggregate functions/anyHeavy/Map(UInt16,Bool) OK 139ms
/aggregate functions/argMin/datatypes/Map(UInt16,LowCardinality(Nullable(UUID))),String OK 144ms
/aggregate functions/anyLast/Map(UInt16,Nullable(UInt8)) OK 94ms
/aggregate functions/argMax/datatypes/Map(UInt16,Array(String)),String OK 92ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Array(String)) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Map(String,LowCardinality(Float64))) OK 133ms
/aggregate functions/argMin/datatypes/Map(UInt16,Array(String)),String OK 93ms
/aggregate functions/anyLast/Map(UInt16,Nullable(UInt16)) OK 125ms
/aggregate functions/argMax/datatypes/Map(UInt16,Map(String,LowCardinality(Float64))),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(UInt16,Tuple(String)) OK 84ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Map(String,LowCardinality(Float64))) OK 97ms
/aggregate functions/any/Map(UInt16,FixedString(51)) OK 87ms
/aggregate functions/anyHeavy/Map(UInt16,String) OK 118ms
/aggregate functions/argMin/datatypes/Map(UInt16,Map(String,LowCardinality(Float64))),String OK 95ms
/aggregate functions/argMax/datatypes/Map(UInt16,Tuple(String)),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(UInt16,Tuple(String)) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,UInt8) OK 146ms
/aggregate functions/any/Map(UInt16,UUID) OK 168ms
/aggregate functions/argMin/datatypes/Map(UInt16,Tuple(String)),String OK 163ms
/aggregate functions/anyLast/Map(UInt16,Nullable(UInt32)) OK 137ms
/aggregate functions/argMax/datatypes/Map(UInt32,UInt8),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,UInt8) OK 115ms
/aggregate functions/anyHeavy/Map(UInt16,FixedString(51)) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,UInt16) OK 111ms
/aggregate functions/argMin/datatypes/Map(UInt32,UInt8),String OK 104ms
/aggregate functions/argMax/datatypes/Map(UInt32,UInt16),String OK 157ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,UInt16) OK 149ms
/aggregate functions/anyLast/Map(UInt16,Nullable(UInt64)) OK 139ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,UInt32) OK 115ms
/aggregate functions/argMin/datatypes/Map(UInt32,UInt16),String OK 126ms
/aggregate functions/argMax/datatypes/Map(UInt32,UInt32),String OK 112ms
/aggregate functions/any/Map(UInt16,Nullable(UInt8)) OK 98ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,UInt32) OK 112ms
/aggregate functions/anyHeavy/Map(UInt16,UUID) OK 93ms
/aggregate functions/any/Map(UInt16,Nullable(UInt16)) OK 180ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(UInt8)) OK 191ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,UInt64) OK 189ms
/aggregate functions/argMax/datatypes/Map(UInt32,UInt64),String OK 156ms
/aggregate functions/argMin/datatypes/Map(UInt32,UInt32),String OK 173ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,UInt64) OK 163ms
/aggregate functions/anyLast/Map(UInt16,Nullable(UInt128)) OK 154ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,UInt128) OK 148ms
/aggregate functions/argMin/datatypes/Map(UInt32,UInt64),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,UInt128) OK 134ms
/aggregate functions/argMax/datatypes/Map(UInt32,UInt128),String OK 138ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Int8) OK 100ms
/aggregate functions/any/Map(UInt16,Nullable(UInt32)) OK 118ms
/aggregate functions/anyLast/Map(UInt16,Nullable(Int8)) OK 148ms
/aggregate functions/argMin/datatypes/Map(UInt32,UInt128),String OK 90ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Int8) OK 97ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(UInt16)) OK 130ms
/aggregate functions/argMax/datatypes/Map(UInt32,Int8),String OK 128ms
/aggregate functions/argMin/datatypes/Map(UInt32,Int8),String OK 78ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Int16) OK 87ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Int16) OK 130ms
/aggregate functions/argMin/datatypes/Map(UInt32,Int16),String OK 109ms
/aggregate functions/any/Map(UInt16,Nullable(UInt64)) OK 109ms
/aggregate functions/argMax/datatypes/Map(UInt32,Int16),String OK 92ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(UInt32)) OK 96ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Int32) OK 105ms
/aggregate functions/anyLast/Map(UInt16,Nullable(Int16)) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Int32) OK 94ms
/aggregate functions/argMax/datatypes/Map(UInt32,Int32),String OK 89ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Int64) OK 136ms
/aggregate functions/argMin/datatypes/Map(UInt32,Int32),String OK 133ms
/aggregate functions/any/Map(UInt16,Nullable(UInt128)) OK 140ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Int64) OK 125ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(UInt64)) OK 109ms
/aggregate functions/argMax/datatypes/Map(UInt32,Int64),String OK 116ms
/aggregate functions/anyLast/Map(UInt16,Nullable(Int32)) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt32,Int64),String OK 110ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Int128) OK 106ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(UInt128)) OK 146ms
/aggregate functions/argMax/datatypes/Map(UInt32,Int128),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Int128) OK 142ms
/aggregate functions/argMin/datatypes/Map(UInt32,Int128),String OK 129ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Float32) OK 109ms
/aggregate functions/any/Map(UInt16,Nullable(Int8)) OK 100ms
/aggregate functions/anyLast/Map(UInt16,Nullable(Int64)) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Float32) OK 101ms
/aggregate functions/argMax/datatypes/Map(UInt32,Float32),String OK 127ms
/aggregate functions/any/Map(UInt16,Nullable(Int16)) OK 180ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Float64) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt32,Float32),String OK 136ms
/aggregate functions/anyLast/Map(UInt16,Nullable(Int128)) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Float64) OK 153ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(Int8)) OK 115ms
/aggregate functions/argMin/datatypes/Map(UInt32,Float64),String OK 155ms
/aggregate functions/argMax/datatypes/Map(UInt32,Float64),String OK 105ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Decimal128(38)) OK 90ms
/aggregate functions/argMax/datatypes/Map(UInt32,Decimal128(38)),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Date) OK 100ms
/aggregate functions/argMax/datatypes/Map(UInt32,Date),String OK 114ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(Int16)) OK 80ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Decimal128(38)) OK 102ms
/aggregate functions/anyLast/Map(UInt16,Nullable(Float32)) OK 113ms
/aggregate functions/argMin/datatypes/Map(UInt32,Decimal128(38)),String OK 92ms
/aggregate functions/any/Map(UInt16,Nullable(Int32)) OK 107ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Date) OK 90ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(Int32)) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,DateTime) OK 117ms
/aggregate functions/argMax/datatypes/Map(UInt32,DateTime),String OK 116ms
/aggregate functions/argMin/datatypes/Map(UInt32,Date),String OK 114ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,DateTime64(3)) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,DateTime) OK 108ms
/aggregate functions/argMin/datatypes/Map(UInt32,DateTime),String OK 96ms
/aggregate functions/anyLast/Map(UInt16,Nullable(Float64)) OK 103ms
/aggregate functions/any/Map(UInt16,Nullable(Int64)) OK 96ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(Int64)) OK 169ms
/aggregate functions/argMax/datatypes/Map(UInt32,DateTime64(3)),String OK 190ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Bool) OK 99ms
/aggregate functions/argMax/datatypes/Map(UInt32,Bool),String OK 171ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,DateTime64(3)) OK 159ms
/aggregate functions/argMin/datatypes/Map(UInt32,DateTime64(3)),String OK 169ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Bool) OK 156ms
/aggregate functions/any/Map(UInt16,Nullable(Int128)) OK 140ms
/aggregate functions/anyLast/Map(UInt16,Nullable(Decimal128(38))) OK 139ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,String) OK 123ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(Int128)) OK 150ms
/aggregate functions/argMin/datatypes/Map(UInt32,Bool),String OK 154ms
/aggregate functions/any/Map(UInt16,Nullable(Float32)) OK 163ms
/aggregate functions/anyLast/Map(UInt16,Nullable(Date)) OK 98ms
/aggregate functions/argMax/datatypes/Map(UInt32,String),String OK 101ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,String) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,FixedString(51)) OK 147ms
/aggregate functions/argMin/datatypes/Map(UInt32,String),String OK 138ms
/aggregate functions/argMax/datatypes/Map(UInt32,FixedString(51)),String OK 117ms
/aggregate functions/anyLast/Map(UInt16,Nullable(DateTime)) OK 106ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,UUID) OK 86ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,FixedString(51)) OK 95ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(Float32)) OK 134ms
/aggregate functions/argMin/datatypes/Map(UInt32,FixedString(51)),String OK 116ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,UUID) OK 126ms
/aggregate functions/argMax/datatypes/Map(UInt32,UUID),String OK 111ms
/aggregate functions/any/Map(UInt16,Nullable(Float64)) OK 90ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(UInt8)) OK 141ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(UInt8)),String OK 97ms
/aggregate functions/anyLast/Map(UInt16,Nullable(DateTime64(3))) OK 107ms
/aggregate functions/argMin/datatypes/Map(UInt32,UUID),String OK 105ms
/aggregate functions/any/Map(UInt16,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(UInt8)) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(UInt16)) OK 133ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(Float64)) OK 93ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(UInt8)),String OK 91ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(UInt16)),String OK 86ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(UInt32)) OK 104ms
/aggregate functions/anyLast/Map(UInt16,Nullable(Bool)) OK 92ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(UInt16)) OK 107ms
/aggregate functions/any/Map(UInt16,Nullable(Date)) OK 86ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(Decimal128(38))) OK 92ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(UInt16)),String OK 114ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(UInt32)),String OK 77ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(UInt32)) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(UInt64)) OK 116ms
/aggregate functions/anyLast/Map(UInt16,Nullable(String)) OK 93ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(UInt64)),String OK 98ms
/aggregate functions/any/Map(UInt16,Nullable(DateTime)) OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(UInt32)),String OK 110ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(UInt128)) OK 102ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(Date)) OK 85ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(UInt64)) OK 116ms
/aggregate functions/anyLast/Map(UInt16,Nullable(FixedString(51))) OK 106ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(UInt128)),String OK 102ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(Int8)) OK 147ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(UInt64)),String OK 136ms
/aggregate functions/any/Map(UInt16,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(UInt128)) OK 95ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(DateTime)) OK 119ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(Int8)),String OK 121ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(UInt128)),String OK 125ms
/aggregate functions/anyLast/Map(UInt16,Nullable(UUID)) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(Int16)) OK 99ms
/aggregate functions/any/Map(UInt16,Nullable(Bool)) OK 79ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(Int8)) OK 120ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(Int8)),String OK 113ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(DateTime64(3))) OK 183ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(Int16)),String OK 160ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(Int32)) OK 89ms
/aggregate functions/any/Map(UInt16,Nullable(String)) OK 130ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(UInt8)) OK 135ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(Int32)),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(Int16)) OK 116ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(Int16)),String OK 99ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(Int64)) OK 151ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(Int32)) OK 136ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(Int64)),String OK 148ms
/aggregate functions/any/Map(UInt16,Nullable(FixedString(51))) OK 145ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(Int128)) OK 115ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(UInt16)) OK 136ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(Int32)),String OK 115ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(Bool)) OK 174ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(Int64)) OK 126ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(Int64)),String OK 117ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(Int128)),String OK 96ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(Float32)) OK 168ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(Int128)) OK 143ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(UInt32)) OK 128ms
/aggregate functions/any/Map(UInt16,Nullable(UUID)) OK 133ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(Int128)),String OK 116ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(Float32)),String OK 145ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(Float64)) OK 133ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(String)) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(Float32)) OK 127ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(Float32)),String OK 142ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(Float64)) OK 120ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(UInt64)) OK 125ms
/aggregate functions/any/Map(UInt16,LowCardinality(UInt8)) OK 122ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(Float64)),String OK 98ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(Decimal128(38))) OK 118ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(Decimal128(38))),String OK 103ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(FixedString(51))) OK 108ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(Float64)),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(Date)) OK 169ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(Decimal128(38))) OK 159ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(UInt128)) OK 163ms
/aggregate functions/any/Map(UInt16,LowCardinality(UInt16)) OK 156ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(Decimal128(38))),String OK 159ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(Date)),String OK 157ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(DateTime)) OK 155ms
/aggregate functions/anyHeavy/Map(UInt16,Nullable(UUID)) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(Date)) OK 136ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(UInt8)) OK 119ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(Date)),String OK 168ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(DateTime)),String OK 125ms
/aggregate functions/any/Map(UInt16,LowCardinality(UInt32)) OK 156ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Int8)) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(DateTime)) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(DateTime64(3))) OK 126ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(DateTime)),String OK 119ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(DateTime64(3))),String OK 133ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(UInt16)) OK 196ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(Bool)) OK 223ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(DateTime64(3))) OK 205ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(Bool)),String OK 199ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(DateTime64(3))),String OK 190ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Int16)) OK 177ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(String)) OK 176ms
/aggregate functions/any/Map(UInt16,LowCardinality(UInt64)) OK 162ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(Bool)) OK 164ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(UInt32)) OK 179ms
/aggregate functions/any/Map(UInt16,LowCardinality(UInt128)) OK 163ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Int32)) OK 161ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(Bool)),String OK 122ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(String)),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(String)) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(FixedString(51))) OK 131ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(String)),String OK 128ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(FixedString(51))),String OK 149ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Nullable(UUID)) OK 99ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(FixedString(51))) OK 100ms
/aggregate functions/argMax/datatypes/Map(UInt32,Nullable(UUID)),String OK 198ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(FixedString(51))),String OK 211ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Nullable(UUID)) OK 189ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Int64)) OK 177ms
/aggregate functions/any/Map(UInt16,LowCardinality(Int8)) OK 201ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(UInt64)) OK 196ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(UInt8)) OK 201ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(UInt8)),String OK 152ms
/aggregate functions/argMin/datatypes/Map(UInt32,Nullable(UUID)),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(UInt8)) OK 183ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Int128)) OK 172ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(UInt16)) OK 157ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(UInt8)),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(UInt16)) OK 151ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(UInt128)) OK 142ms
/aggregate functions/any/Map(UInt16,LowCardinality(Int16)) OK 123ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(UInt16)),String OK 151ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(UInt32)) OK 122ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(UInt16)),String OK 130ms
/aggregate functions/any/Map(UInt16,LowCardinality(Int32)) OK 165ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(UInt32)),String OK 145ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(UInt64)) OK 158ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Int8)) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(UInt32)) OK 159ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Float32)) OK 132ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(UInt32)),String OK 132ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(UInt64)),String OK 136ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(UInt64)) OK 99ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(UInt128)) OK 121ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Float64)) OK 159ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(UInt64)),String OK 181ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Int16)) OK 122ms
/aggregate functions/any/Map(UInt16,LowCardinality(Int64)) OK 149ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(UInt128)),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Int8)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(UInt128)) OK 138ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(UInt128)),String OK 122ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Int8)),String OK 177ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Int32)) OK 187ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Int16)) OK 121ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Int16)),String OK 137ms
/aggregate functions/any/Map(UInt16,LowCardinality(Int128)) OK 108ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Date)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Int8)) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Int8)),String OK 131ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Int16)) OK 134ms
/aggregate functions/any/Map(UInt16,LowCardinality(Float32)) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Int32)) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Int16)),String OK 125ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Int32)),String OK 122ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(DateTime)) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Int64)) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Int32)) OK 113ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Int64)) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Int32)),String OK 97ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Int64)),String OK 151ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Bool)) OK 140ms
/aggregate functions/any/Map(UInt16,LowCardinality(Float64)) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Int64)) OK 139ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Int128)) OK 111ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Int128)),String OK 144ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Int64)),String OK 143ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Int128)) OK 120ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Int128)) OK 126ms
/aggregate functions/any/Map(UInt16,LowCardinality(Date)) OK 145ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Float32)) OK 181ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(String)) OK 147ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Float32)),String OK 151ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Int128)),String OK 160ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Float32)) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Float64)) OK 118ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Float32)) OK 103ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Float32)),String OK 130ms
/aggregate functions/any/Map(UInt16,LowCardinality(DateTime)) OK 80ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Float64)) OK 120ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Float64)),String OK 150ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(FixedString(51))) OK 138ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Float64)) OK 172ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Date)) OK 105ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Float64)),String OK 146ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Date)),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Date)) OK 141ms
/aggregate functions/any/Map(UInt16,LowCardinality(Bool)) OK 111ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Date)) OK 91ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(DateTime)) OK 99ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(UUID)) OK 145ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(DateTime)),String OK 171ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Bool)) OK 120ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Date)),String OK 98ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(DateTime)) OK 113ms
/aggregate functions/any/Map(UInt16,LowCardinality(String)) OK 143ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(DateTime)),String OK 147ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(DateTime)) OK 139ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Bool)),String OK 114ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Bool)) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(String)) OK 127ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Bool)),String OK 125ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 106ms
/aggregate functions/any/Map(UInt16,LowCardinality(FixedString(51))) OK 169ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(String)),String OK 117ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(String)) OK 103ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(FixedString(51))) OK 114ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Bool)) OK 100ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(String)),String OK 116ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 131ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(FixedString(51))),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(FixedString(51))) OK 106ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(FixedString(51))),String OK 125ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(UUID)) OK 100ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(String)) OK 123ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(UUID)),String OK 125ms
/aggregate functions/any/Map(UInt16,LowCardinality(UUID)) OK 94ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(UUID)) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(UUID)),String OK 105ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(UInt8))),String OK 122ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt8))) OK 129ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(FixedString(51))) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt16))) OK 131ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 108ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(UInt8))),String OK 103ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(UInt16))),String OK 104ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt16))) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt32))) OK 110ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(UUID)) OK 90ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(UInt16))),String OK 110ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt32))) OK 128ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(UInt32))),String OK 131ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt64))) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(UInt32))),String OK 125ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 136ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(UInt64))),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt64))) OK 116ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(UInt64))),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(UInt128))),String OK 117ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt128))) OK 96ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 98ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(Int8))) OK 139ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int8))) OK 126ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(UInt128))),String OK 113ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 118ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(Int8))),String OK 113ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int8))) OK 104ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(Int8))),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int16))) OK 125ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 107ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(Int16))),String OK 102ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(Int16))) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int16))) OK 151ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 102ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int32))) OK 148ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(Int16))),String OK 122ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int32))) OK 135ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 110ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(Int32))),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int64))) OK 95ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(Int32))) OK 112ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(Int8))) OK 99ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(Int32))),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int64))) OK 120ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 160ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(Int64))),String OK 158ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(Int64))),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int128))) OK 128ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(Int128))),String OK 131ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(Int16))) OK 127ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(Int64))) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int128))) OK 179ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(Int128))),String OK 147ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(Float32))) OK 138ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(Float32))) OK 164ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(Float32))),String OK 105ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(Int8))) OK 160ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(Float64))) OK 150ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(Int128))) OK 122ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(Float64))),String OK 174ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(Float32))),String OK 148ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(Int64))) OK 139ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(Date))) OK 158ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(Float32))) OK 140ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(Float64))) OK 146ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(Float64))),String OK 136ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(Date))),String OK 138ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(Int16))) OK 136ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(Int128))) OK 168ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(Date))) OK 152ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(Float64))) OK 144ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(DateTime))) OK 158ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(Date))),String OK 114ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(DateTime))),String OK 141ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(DateTime))) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(Bool))) OK 139ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(Int32))) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(DateTime))),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(Bool))) OK 148ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(Date))) OK 115ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(Int64))) OK 158ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(Float32))) OK 126ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(Bool))),String OK 147ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(String))) OK 149ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(String))),String OK 119ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(Bool))),String OK 128ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 174ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(String))) OK 139ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(Float64))) OK 152ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 124ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(String))),String OK 137ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 146ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(FixedString(51)))),String OK 134ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(Int128))) OK 104ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,LowCardinality(Nullable(UUID))) OK 136ms
/aggregate functions/argMax/datatypes/Map(UInt32,LowCardinality(Nullable(UUID))),String OK 163ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(Float32))) OK 184ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(FixedString(51)))),String OK 168ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,LowCardinality(Nullable(UUID))) OK 164ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(Date))) OK 174ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(Bool))) OK 165ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Array(String)) OK 171ms
/aggregate functions/argMin/datatypes/Map(UInt32,LowCardinality(Nullable(UUID))),String OK 160ms
/aggregate functions/argMax/datatypes/Map(UInt32,Array(String)),String OK 165ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Map(String,LowCardinality(Float64))) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Array(String)) OK 157ms
/aggregate functions/argMin/datatypes/Map(UInt32,Array(String)),String OK 141ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(Float64))) OK 122ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(String))) OK 145ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Map(String,LowCardinality(Float64))) OK 145ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 132ms
/aggregate functions/argMax/datatypes/Map(UInt32,Map(String,LowCardinality(Float64))),String OK 143ms
/aggregate functions/argMax/datatypes/String,Map(UInt32,Tuple(String)) OK 108ms
/aggregate functions/argMax/datatypes/Map(UInt32,Tuple(String)),String OK 178ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(Date))) OK 168ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,UInt8) OK 137ms
/aggregate functions/argMin/datatypes/Map(UInt32,Map(String,LowCardinality(Float64))),String OK 169ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(Bool))) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(UInt32,Tuple(String)) OK 99ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 106ms
/aggregate functions/argMin/datatypes/Map(UInt32,Tuple(String)),String OK 151ms
/aggregate functions/argMax/datatypes/Map(UInt64,UInt8),String OK 91ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,UInt8) OK 169ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,UInt16) OK 170ms
/aggregate functions/anyLast/Map(UInt16,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/argMax/datatypes/Map(UInt64,UInt16),String OK 163ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(String))) OK 140ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 140ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,UInt32) OK 153ms
/aggregate functions/argMin/datatypes/Map(UInt64,UInt8),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,UInt16) OK 142ms
/aggregate functions/anyLast/Map(UInt16,Array(String)) OK 124ms
/aggregate functions/argMin/datatypes/Map(UInt64,UInt16),String OK 120ms
/aggregate functions/argMax/datatypes/Map(UInt64,UInt32),String OK 122ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,UInt64) OK 132ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 117ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(Bool))) OK 105ms
/aggregate functions/argMax/datatypes/Map(UInt64,UInt64),String OK 103ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,UInt32) OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt64,UInt32),String OK 122ms
/aggregate functions/anyLast/Map(UInt16,Map(String,LowCardinality(Float64))) OK 102ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,UInt64) OK 134ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(String))) OK 146ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,UInt128) OK 119ms
/aggregate functions/any/Map(UInt16,LowCardinality(Nullable(UUID))) OK 156ms
/aggregate functions/argMax/datatypes/Map(UInt64,UInt128),String OK 166ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Int8) OK 133ms
/aggregate functions/argMin/datatypes/Map(UInt64,UInt64),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,UInt128) OK 142ms
/aggregate functions/anyLast/Map(UInt16,Tuple(String)) OK 132ms
/aggregate functions/argMax/datatypes/Map(UInt64,Int8),String OK 124ms
/aggregate functions/argMin/datatypes/Map(UInt64,UInt128),String OK 92ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 231ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Int16) OK 200ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Int8) OK 211ms
/aggregate functions/any/Map(UInt16,Array(String)) OK 209ms
/aggregate functions/anyLast/Map(UInt32,UInt8) OK 195ms
/aggregate functions/argMin/datatypes/Map(UInt64,Int8),String OK 109ms
/aggregate functions/argMax/datatypes/Map(UInt64,Int16),String OK 95ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Int16) OK 162ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Int32) OK 133ms
/aggregate functions/argMax/datatypes/Map(UInt64,Int32),String OK 472ms
/aggregate functions/argMin/datatypes/Map(UInt64,Int16),String OK 473ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Int64) OK 433ms
/aggregate functions/anyLast/Map(UInt32,UInt16) OK 428ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Int32) OK 429ms
/aggregate functions/any/Map(UInt16,Map(String,LowCardinality(Float64))) OK 419ms
/aggregate functions/anyHeavy/Map(UInt16,LowCardinality(Nullable(UUID))) OK 418ms
/aggregate functions/argMax/datatypes/Map(UInt64,Int64),String OK 404ms
/aggregate functions/argMin/datatypes/Map(UInt64,Int32),String OK 406ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Int128) OK 108ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Int64) OK 190ms
/aggregate functions/argMax/datatypes/Map(UInt64,Int128),String OK 123ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Float32) OK 150ms
/aggregate functions/argMin/datatypes/Map(UInt64,Int64),String OK 154ms
/aggregate functions/any/Map(UInt16,Tuple(String)) OK 151ms
/aggregate functions/anyHeavy/Map(UInt16,Array(String)) OK 159ms
/aggregate functions/anyLast/Map(UInt32,UInt32) OK 156ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Int128) OK 154ms
/aggregate functions/argMax/datatypes/Map(UInt64,Float32),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Float64) OK 89ms
/aggregate functions/argMax/datatypes/Map(UInt64,Float64),String OK 175ms
/aggregate functions/argMin/datatypes/Map(UInt64,Int128),String OK 139ms
/aggregate functions/any/Map(UInt32,UInt8) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Float32) OK 104ms
/aggregate functions/anyLast/Map(UInt32,UInt64) OK 142ms
/aggregate functions/anyHeavy/Map(UInt16,Map(String,LowCardinality(Float64))) OK 139ms
/aggregate functions/argMin/datatypes/Map(UInt64,Float32),String OK 150ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Decimal128(38)) OK 133ms
/aggregate functions/argMax/datatypes/Map(UInt64,Decimal128(38)),String OK 122ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Float64) OK 89ms
/aggregate functions/any/Map(UInt32,UInt16) OK 107ms
/aggregate functions/argMin/datatypes/Map(UInt64,Float64),String OK 138ms
/aggregate functions/anyHeavy/Map(UInt16,Tuple(String)) OK 166ms
/aggregate functions/anyLast/Map(UInt32,UInt128) OK 159ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Date) OK 165ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Decimal128(38)) OK 107ms
/aggregate functions/argMax/datatypes/Map(UInt64,Date),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,DateTime) OK 142ms
/aggregate functions/argMin/datatypes/Map(UInt64,Decimal128(38)),String OK 125ms
/aggregate functions/any/Map(UInt32,UInt32) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Date) OK 100ms
/aggregate functions/argMin/datatypes/Map(UInt64,Date),String OK 102ms
/aggregate functions/argMax/datatypes/Map(UInt64,DateTime),String OK 109ms
/aggregate functions/anyLast/Map(UInt32,Int8) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,DateTime64(3)) OK 135ms
/aggregate functions/anyHeavy/Map(UInt32,UInt8) OK 117ms
/aggregate functions/argMax/datatypes/Map(UInt64,DateTime64(3)),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,DateTime) OK 148ms
/aggregate functions/any/Map(UInt32,UInt64) OK 95ms
/aggregate functions/argMin/datatypes/Map(UInt64,DateTime),String OK 112ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,DateTime64(3)) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Bool) OK 126ms
/aggregate functions/anyLast/Map(UInt32,Int16) OK 114ms
/aggregate functions/any/Map(UInt32,UInt128) OK 119ms
/aggregate functions/anyHeavy/Map(UInt32,UInt16) OK 121ms
/aggregate functions/argMax/datatypes/Map(UInt64,Bool),String OK 97ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,String) OK 108ms
/aggregate functions/argMin/datatypes/Map(UInt64,DateTime64(3)),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Bool) OK 133ms
/aggregate functions/argMin/datatypes/Map(UInt64,Bool),String OK 90ms
/aggregate functions/argMax/datatypes/Map(UInt64,String),String OK 127ms
/aggregate functions/anyLast/Map(UInt32,Int32) OK 91ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,FixedString(51)) OK 130ms
/aggregate functions/any/Map(UInt32,Int8) OK 152ms
/aggregate functions/anyHeavy/Map(UInt32,UInt32) OK 125ms
/aggregate functions/argMax/datatypes/Map(UInt64,FixedString(51)),String OK 118ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,String) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt64,String),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,FixedString(51)) OK 104ms
/aggregate functions/anyLast/Map(UInt32,Int64) OK 116ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,UUID) OK 123ms
/aggregate functions/argMax/datatypes/Map(UInt64,UUID),String OK 165ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(UInt8)) OK 151ms
/aggregate functions/anyHeavy/Map(UInt32,UInt64) OK 139ms
/aggregate functions/argMin/datatypes/Map(UInt64,FixedString(51)),String OK 129ms
/aggregate functions/any/Map(UInt32,Int16) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,UUID) OK 130ms
/aggregate functions/argMin/datatypes/Map(UInt64,UUID),String OK 121ms
/aggregate functions/anyLast/Map(UInt32,Int128) OK 123ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(UInt8)),String OK 89ms
/aggregate functions/anyHeavy/Map(UInt32,UInt128) OK 175ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(UInt8)) OK 138ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(UInt16)) OK 170ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(UInt8)),String OK 183ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(UInt16)),String OK 185ms
/aggregate functions/any/Map(UInt32,Int32) OK 173ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(UInt16)) OK 166ms
/aggregate functions/anyLast/Map(UInt32,Float32) OK 163ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(UInt32)) OK 137ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(UInt16)),String OK 87ms
/aggregate functions/anyHeavy/Map(UInt32,Int8) OK 166ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(UInt32)),String OK 126ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(UInt64)) OK 143ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(UInt32)) OK 139ms
/aggregate functions/any/Map(UInt32,Int64) OK 152ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(UInt32)),String OK 157ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(UInt64)),String OK 96ms
/aggregate functions/anyLast/Map(UInt32,Float64) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(UInt64)) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(UInt128)) OK 140ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(UInt128)),String OK 123ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(Int8)) OK 124ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(UInt64)),String OK 167ms
/aggregate functions/anyLast/Map(UInt32,Decimal128(38)) OK 163ms
/aggregate functions/anyHeavy/Map(UInt32,Int16) OK 132ms
/aggregate functions/any/Map(UInt32,Int128) OK 149ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(UInt128)) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(UInt128)),String OK 107ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(Int8)),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(Int16)) OK 95ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(Int16)),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(Int8)) OK 107ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(Int8)),String OK 117ms
/aggregate functions/anyHeavy/Map(UInt32,Int32) OK 113ms
/aggregate functions/any/Map(UInt32,Float32) OK 99ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(Int16)) OK 106ms
/aggregate functions/anyLast/Map(UInt32,Date) OK 103ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(Int32)) OK 113ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(Int32)),String OK 129ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(Int64)) OK 121ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(Int16)),String OK 116ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(Int32)) OK 137ms
/aggregate functions/anyHeavy/Map(UInt32,Int64) OK 123ms
/aggregate functions/any/Map(UInt32,Float64) OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(Int32)),String OK 128ms
/aggregate functions/anyLast/Map(UInt32,DateTime) OK 113ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(Int64)),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(Int128)) OK 103ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(Int128)),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(Int64)) OK 96ms
/aggregate functions/any/Map(UInt32,Decimal128(38)) OK 153ms
/aggregate functions/anyHeavy/Map(UInt32,Int128) OK 124ms
/aggregate functions/anyLast/Map(UInt32,DateTime64(3)) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(Int64)),String OK 130ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(Int128)) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(Float32)) OK 104ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(Float32)),String OK 115ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(Int128)),String OK 125ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(Float64)) OK 96ms
/aggregate functions/anyHeavy/Map(UInt32,Float32) OK 131ms
/aggregate functions/anyLast/Map(UInt32,Bool) OK 170ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(Float32)) OK 183ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(Float32)),String OK 151ms
/aggregate functions/any/Map(UInt32,Date) OK 93ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(Float64)),String OK 88ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(Decimal128(38))) OK 144ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(Decimal128(38))),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(Float64)) OK 108ms
/aggregate functions/any/Map(UInt32,DateTime) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(Date)) OK 95ms
/aggregate functions/anyHeavy/Map(UInt32,Float64) OK 81ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(Float64)),String OK 168ms
/aggregate functions/anyLast/Map(UInt32,String) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(Decimal128(38))) OK 129ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(Date)),String OK 157ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(DateTime)) OK 158ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(Decimal128(38))),String OK 102ms
/aggregate functions/anyHeavy/Map(UInt32,Decimal128(38)) OK 134ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(DateTime)),String OK 135ms
/aggregate functions/any/Map(UInt32,DateTime64(3)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(Date)) OK 142ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(Date)),String OK 147ms
/aggregate functions/anyLast/Map(UInt32,FixedString(51)) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(DateTime)) OK 162ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(DateTime64(3))) OK 119ms
/aggregate functions/anyHeavy/Map(UInt32,Date) OK 118ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(DateTime64(3))),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(Bool)) OK 122ms
/aggregate functions/any/Map(UInt32,Bool) OK 122ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(DateTime)),String OK 134ms
/aggregate functions/anyLast/Map(UInt32,UUID) OK 168ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(DateTime64(3))) OK 153ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(Bool)),String OK 161ms
/aggregate functions/anyHeavy/Map(UInt32,DateTime) OK 163ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(String)) OK 135ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(String)),String OK 108ms
/aggregate functions/any/Map(UInt32,String) OK 132ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(DateTime64(3))),String OK 98ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(Bool)) OK 94ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(FixedString(51))) OK 154ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(Bool)),String OK 146ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(FixedString(51))),String OK 116ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(String)) OK 125ms
/aggregate functions/any/Map(UInt32,FixedString(51)) OK 102ms
/aggregate functions/anyLast/Map(UInt32,Nullable(UInt8)) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Nullable(UUID)) OK 108ms
/aggregate functions/anyHeavy/Map(UInt32,DateTime64(3)) OK 118ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(String)),String OK 89ms
/aggregate functions/any/Map(UInt32,UUID) OK 127ms
/aggregate functions/argMax/datatypes/Map(UInt64,Nullable(UUID)),String OK 135ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(UInt8)) OK 149ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(FixedString(51))) OK 136ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(UInt8)),String OK 163ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(FixedString(51))),String OK 139ms
/aggregate functions/anyHeavy/Map(UInt32,Bool) OK 148ms
/aggregate functions/anyLast/Map(UInt32,Nullable(UInt16)) OK 141ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Nullable(UUID)) OK 139ms
/aggregate functions/any/Map(UInt32,Nullable(UInt8)) OK 83ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(UInt16)) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt64,Nullable(UUID)),String OK 134ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(UInt16)),String OK 155ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(UInt8)) OK 142ms
/aggregate functions/anyLast/Map(UInt32,Nullable(UInt32)) OK 124ms
/aggregate functions/anyHeavy/Map(UInt32,String) OK 136ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(UInt8)),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(UInt32)) OK 142ms
/aggregate functions/any/Map(UInt32,Nullable(UInt16)) OK 114ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(UInt32)),String OK 105ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(UInt16)) OK 120ms
/aggregate functions/anyLast/Map(UInt32,Nullable(UInt64)) OK 151ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(UInt16)),String OK 147ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(UInt32)) OK 115ms
/aggregate functions/anyHeavy/Map(UInt32,FixedString(51)) OK 152ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(UInt64)) OK 145ms
/aggregate functions/any/Map(UInt32,Nullable(UInt32)) OK 92ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(UInt64)),String OK 143ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(UInt128)) OK 113ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(UInt32)),String OK 95ms
/aggregate functions/any/Map(UInt32,Nullable(UInt64)) OK 110ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(UInt64)) OK 94ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(UInt64)),String OK 136ms
/aggregate functions/anyLast/Map(UInt32,Nullable(UInt128)) OK 116ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(UInt128)),String OK 152ms
/aggregate functions/anyHeavy/Map(UInt32,UUID) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Int8)) OK 119ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Int8)),String OK 96ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(UInt128)) OK 135ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(UInt128)),String OK 131ms
/aggregate functions/any/Map(UInt32,Nullable(UInt128)) OK 99ms
/aggregate functions/anyLast/Map(UInt32,Nullable(Int8)) OK 96ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Int16)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Int8)) OK 138ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Int16)),String OK 123ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(UInt8)) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Int32)) OK 114ms
/aggregate functions/any/Map(UInt32,Nullable(Int8)) OK 159ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Int8)),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Int16)) OK 142ms
/aggregate functions/anyLast/Map(UInt32,Nullable(Int16)) OK 97ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Int32)),String OK 145ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(UInt16)) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Int64)) OK 137ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Int16)),String OK 95ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Int64)),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Int32)) OK 111ms
/aggregate functions/anyLast/Map(UInt32,Nullable(Int32)) OK 113ms
/aggregate functions/any/Map(UInt32,Nullable(Int16)) OK 96ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Int32)),String OK 97ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Int64)) OK 100ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(UInt32)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Int128)) OK 150ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Int128)),String OK 128ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Float32)) OK 148ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Int64)),String OK 129ms
/aggregate functions/anyLast/Map(UInt32,Nullable(Int64)) OK 122ms
/aggregate functions/any/Map(UInt32,Nullable(Int32)) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Int128)) OK 122ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Int128)),String OK 97ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(UInt64)) OK 99ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Float32)),String OK 151ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Float64)) OK 154ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Float32)) OK 154ms
/aggregate functions/anyLast/Map(UInt32,Nullable(Int128)) OK 142ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Float64)),String OK 134ms
/aggregate functions/any/Map(UInt32,Nullable(Int64)) OK 156ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Float32)),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Float64)) OK 137ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(UInt128)) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Date)) OK 236ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Date)),String OK 121ms
/aggregate functions/anyLast/Map(UInt32,Nullable(Float32)) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(DateTime)) OK 230ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Float64)),String OK 196ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Date)) OK 224ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Date)),String OK 214ms
/aggregate functions/any/Map(UInt32,Nullable(Int128)) OK 213ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(Int8)) OK 195ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(DateTime)),String OK 168ms
/aggregate functions/anyLast/Map(UInt32,Nullable(Float64)) OK 156ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(DateTime)) OK 125ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(Int16)) OK 154ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Bool)) OK 142ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(DateTime)),String OK 148ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Bool)),String OK 149ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Bool)) OK 115ms
/aggregate functions/any/Map(UInt32,Nullable(Float32)) OK 103ms
/aggregate functions/anyLast/Map(UInt32,Nullable(Decimal128(38))) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(String)) OK 116ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Bool)),String OK 84ms
/aggregate functions/any/Map(UInt32,Nullable(Float64)) OK 83ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(String)) OK 100ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(String)),String OK 177ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(Int32)) OK 180ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(String)),String OK 176ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(FixedString(51))) OK 173ms
/aggregate functions/anyLast/Map(UInt32,Nullable(Date)) OK 151ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(FixedString(51))),String OK 157ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(FixedString(51))) OK 144ms
/aggregate functions/any/Map(UInt32,Nullable(Decimal128(38))) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(FixedString(51))),String OK 127ms
/aggregate functions/anyLast/Map(UInt32,Nullable(DateTime)) OK 200ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(UUID)) OK 188ms
/aggregate functions/any/Map(UInt32,Nullable(Date)) OK 203ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(UUID)) OK 207ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(UUID)),String OK 166ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(Int64)) OK 200ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(UUID)),String OK 186ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt8))) OK 192ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt8))) OK 150ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(UInt8))),String OK 169ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(UInt8))),String OK 178ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt16))) OK 171ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt16))) OK 153ms
/aggregate functions/anyLast/Map(UInt32,Nullable(DateTime64(3))) OK 128ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(UInt16))),String OK 149ms
/aggregate functions/any/Map(UInt32,Nullable(DateTime)) OK 133ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(Int128)) OK 137ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(UInt16))),String OK 119ms
/aggregate functions/anyLast/Map(UInt32,Nullable(Bool)) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt32))) OK 165ms
/aggregate functions/any/Map(UInt32,Nullable(DateTime64(3))) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt32))) OK 150ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(Float32)) OK 144ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(UInt32))),String OK 122ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(UInt32))),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt64))) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt64))) OK 147ms
/aggregate functions/any/Map(UInt32,Nullable(Bool)) OK 203ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(UInt64))),String OK 211ms
/aggregate functions/anyLast/Map(UInt32,Nullable(String)) OK 212ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt128))) OK 180ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(Float64)) OK 184ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(UInt64))),String OK 201ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(UInt128))),String OK 193ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt128))) OK 176ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(UInt128))),String OK 156ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int8))) OK 162ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int8))) OK 127ms
/aggregate functions/any/Map(UInt32,Nullable(String)) OK 151ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(Decimal128(38))) OK 130ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(Int8))),String OK 155ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(Int8))),String OK 147ms
/aggregate functions/anyLast/Map(UInt32,Nullable(FixedString(51))) OK 149ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int16))) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int16))) OK 146ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(Int16))),String OK 107ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(Date)) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int32))) OK 119ms
/aggregate functions/any/Map(UInt32,Nullable(FixedString(51))) OK 152ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(Int16))),String OK 141ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(Int32))),String OK 143ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int32))) OK 122ms
/aggregate functions/anyLast/Map(UInt32,Nullable(UUID)) OK 128ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(Int32))),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(Int64))),String OK 81ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(DateTime)) OK 120ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int64))) OK 164ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(UInt8)) OK 128ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(Int64))),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int128))) OK 104ms
/aggregate functions/any/Map(UInt32,Nullable(UUID)) OK 112ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int128))) OK 169ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(Int128))),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(Float32))) OK 135ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(DateTime64(3))) OK 134ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(Float32))),String OK 202ms
/aggregate functions/any/Map(UInt32,LowCardinality(UInt8)) OK 164ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(UInt16)) OK 157ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(Float64))) OK 114ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(Int128))),String OK 125ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(Float32))) OK 115ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(Float64))),String OK 110ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(Float32))),String OK 131ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(Bool)) OK 93ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(Float64))) OK 175ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(Float64))),String OK 149ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(UInt32)) OK 149ms
/aggregate functions/any/Map(UInt32,LowCardinality(UInt16)) OK 152ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(Date))),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(Date))) OK 141ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(DateTime))) OK 134ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(String)) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(DateTime))),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(Bool))) OK 159ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(Date))),String OK 144ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(UInt64)) OK 141ms
/aggregate functions/any/Map(UInt32,LowCardinality(UInt32)) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(DateTime))) OK 154ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(Bool))),String OK 141ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(FixedString(51))) OK 134ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(DateTime))),String OK 105ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(String))) OK 133ms
/aggregate functions/any/Map(UInt32,LowCardinality(UInt64)) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(Bool))) OK 161ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(Bool))),String OK 140ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(UInt128)) OK 119ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(String))),String OK 136ms
/aggregate functions/anyHeavy/Map(UInt32,Nullable(UUID)) OK 140ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 145ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(FixedString(51)))),String OK 134ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(String))) OK 141ms
/aggregate functions/any/Map(UInt32,LowCardinality(UInt128)) OK 97ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Int8)) OK 145ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(String))),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,LowCardinality(Nullable(UUID))) OK 138ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 137ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(UInt8)) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt64,LowCardinality(Nullable(UUID))),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Array(String)) OK 128ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(FixedString(51)))),String OK 131ms
/aggregate functions/any/Map(UInt32,LowCardinality(Int8)) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,LowCardinality(Nullable(UUID))) OK 122ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Int16)) OK 144ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(UInt16)) OK 145ms
/aggregate functions/argMin/datatypes/Map(UInt64,Array(String)),String OK 155ms
/aggregate functions/argMax/datatypes/Map(UInt64,LowCardinality(Nullable(UUID))),String OK 145ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Map(String,LowCardinality(Float64))) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Array(String)) OK 143ms
/aggregate functions/argMin/datatypes/Map(UInt64,Map(String,LowCardinality(Float64))),String OK 147ms
/aggregate functions/any/Map(UInt32,LowCardinality(Int16)) OK 139ms
/aggregate functions/argMax/datatypes/Map(UInt64,Array(String)),String OK 94ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Int32)) OK 136ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(UInt32)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(UInt64,Tuple(String)) OK 159ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Map(String,LowCardinality(Float64))) OK 144ms
/aggregate functions/argMin/datatypes/Map(UInt64,Tuple(String)),String OK 158ms
/aggregate functions/argMax/datatypes/Map(UInt64,Map(String,LowCardinality(Float64))),String OK 145ms
/aggregate functions/any/Map(UInt32,LowCardinality(Int32)) OK 143ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,UInt8) OK 148ms
/aggregate functions/argMax/datatypes/String,Map(UInt64,Tuple(String)) OK 128ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Int64)) OK 110ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(UInt64)) OK 92ms
/aggregate functions/argMax/datatypes/Map(UInt64,Tuple(String)),String OK 116ms
/aggregate functions/argMin/datatypes/Map(UInt128,UInt8),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,UInt8) OK 155ms
/aggregate functions/any/Map(UInt32,LowCardinality(Int64)) OK 153ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,UInt16) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt128,UInt16),String OK 148ms
/aggregate functions/argMax/datatypes/Map(UInt128,UInt8),String OK 113ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(UInt128)) OK 111ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Int128)) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,UInt16) OK 107ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,UInt32) OK 112ms
/aggregate functions/argMin/datatypes/Map(UInt128,UInt32),String OK 115ms
/aggregate functions/argMax/datatypes/Map(UInt128,UInt16),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,UInt32) OK 117ms
/aggregate functions/any/Map(UInt32,LowCardinality(Int128)) OK 110ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,UInt64) OK 118ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Int8)) OK 91ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Float32)) OK 112ms
/aggregate functions/argMax/datatypes/Map(UInt128,UInt32),String OK 109ms
/aggregate functions/argMin/datatypes/Map(UInt128,UInt64),String OK 122ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,UInt64) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,UInt128) OK 146ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Int16)) OK 118ms
/aggregate functions/any/Map(UInt32,LowCardinality(Float32)) OK 104ms
/aggregate functions/argMax/datatypes/Map(UInt128,UInt64),String OK 132ms
/aggregate functions/argMin/datatypes/Map(UInt128,UInt128),String OK 120ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Float64)) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,UInt128) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Int8) OK 96ms
/aggregate functions/argMax/datatypes/Map(UInt128,UInt128),String OK 145ms
/aggregate functions/any/Map(UInt32,LowCardinality(Float64)) OK 148ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Int32)) OK 149ms
/aggregate functions/argMin/datatypes/Map(UInt128,Int8),String OK 125ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Int16) OK 142ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Int8) OK 128ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Date)) OK 131ms
/aggregate functions/argMin/datatypes/Map(UInt128,Int16),String OK 108ms
/aggregate functions/argMax/datatypes/Map(UInt128,Int8),String OK 106ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Int16) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Int32) OK 124ms
/aggregate functions/any/Map(UInt32,LowCardinality(Date)) OK 140ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Int64)) OK 155ms
/aggregate functions/argMax/datatypes/Map(UInt128,Int16),String OK 152ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(DateTime)) OK 130ms
/aggregate functions/argMin/datatypes/Map(UInt128,Int32),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Int64) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Int32) OK 119ms
/aggregate functions/argMax/datatypes/Map(UInt128,Int32),String OK 96ms
/aggregate functions/argMin/datatypes/Map(UInt128,Int64),String OK 95ms
/aggregate functions/any/Map(UInt32,LowCardinality(DateTime)) OK 146ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Bool)) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Int128) OK 149ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Int128)) OK 154ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Int64) OK 114ms
/aggregate functions/argMin/datatypes/Map(UInt128,Int128),String OK 147ms
/aggregate functions/argMax/datatypes/Map(UInt128,Int64),String OK 127ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Int128) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Float32) OK 112ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(String)) OK 118ms
/aggregate functions/argMax/datatypes/Map(UInt128,Int128),String OK 121ms
/aggregate functions/any/Map(UInt32,LowCardinality(Bool)) OK 100ms
/aggregate functions/argMin/datatypes/Map(UInt128,Float32),String OK 188ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Float32) OK 160ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Float32)) OK 163ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Float64) OK 170ms
/aggregate functions/argMax/datatypes/Map(UInt128,Float32),String OK 143ms
/aggregate functions/argMin/datatypes/Map(UInt128,Float64),String OK 157ms
/aggregate functions/any/Map(UInt32,LowCardinality(String)) OK 170ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(FixedString(51))) OK 147ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Float64) OK 128ms
/aggregate functions/argMax/datatypes/Map(UInt128,Float64),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Decimal128(38)) OK 141ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Float64)) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Decimal128(38)) OK 113ms
/aggregate functions/argMin/datatypes/Map(UInt128,Decimal128(38)),String OK 148ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Date) OK 109ms
/aggregate functions/argMax/datatypes/Map(UInt128,Decimal128(38)),String OK 111ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(UUID)) OK 113ms
/aggregate functions/any/Map(UInt32,LowCardinality(FixedString(51))) OK 107ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Date) OK 136ms
/aggregate functions/argMin/datatypes/Map(UInt128,Date),String OK 142ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,DateTime) OK 114ms
/aggregate functions/argMax/datatypes/Map(UInt128,Date),String OK 134ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Date)) OK 120ms
/aggregate functions/argMin/datatypes/Map(UInt128,DateTime),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,DateTime) OK 113ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 108ms
/aggregate functions/any/Map(UInt32,LowCardinality(UUID)) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,DateTime64(3)) OK 163ms
/aggregate functions/argMax/datatypes/Map(UInt128,DateTime),String OK 132ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(DateTime)) OK 158ms
/aggregate functions/argMin/datatypes/Map(UInt128,DateTime64(3)),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,DateTime64(3)) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Bool) OK 143ms
/aggregate functions/argMax/datatypes/Map(UInt128,DateTime64(3)),String OK 112ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 126ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 102ms
/aggregate functions/argMin/datatypes/Map(UInt128,Bool),String OK 85ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Bool) OK 131ms
/aggregate functions/argMax/datatypes/Map(UInt128,Bool),String OK 139ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,String) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,String) OK 129ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 135ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Bool)) OK 136ms
/aggregate functions/argMin/datatypes/Map(UInt128,String),String OK 123ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,FixedString(51)) OK 102ms
/aggregate functions/argMin/datatypes/Map(UInt128,FixedString(51)),String OK 133ms
/aggregate functions/argMax/datatypes/Map(UInt128,String),String OK 163ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,FixedString(51)) OK 132ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 210ms
/aggregate functions/argMax/datatypes/Map(UInt128,FixedString(51)),String OK 147ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,UUID) OK 137ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 207ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(String)) OK 136ms
/aggregate functions/argMin/datatypes/Map(UInt128,UUID),String OK 195ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(UInt8)) OK 123ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,UUID) OK 188ms
/aggregate functions/argMax/datatypes/Map(UInt128,UUID),String OK 213ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(UInt8)),String OK 200ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(UInt8)) OK 173ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(FixedString(51))) OK 196ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(UInt16)) OK 145ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(UInt16)),String OK 132ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(UInt8)),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(UInt16)) OK 130ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 151ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(Int8))) OK 138ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(UInt32)) OK 151ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(UUID)) OK 113ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(UInt16)),String OK 146ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(UInt32)),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(UInt64)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(UInt32)) OK 123ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(UInt32)),String OK 126ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 156ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(Int16))) OK 158ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(UInt64)),String OK 120ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(Int8))) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(UInt128)) OK 148ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(UInt128)),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(UInt64)) OK 97ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(UInt64)),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(UInt128)) OK 124ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(UInt128)),String OK 99ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(Int8)) OK 89ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 121ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(Int16))) OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(Int8)),String OK 101ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(Int32))) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(Int16)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(Int8)) OK 105ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(Int16)),String OK 122ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(Int8)),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(Int16)) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(Int32)) OK 154ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 162ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(Int32))) OK 138ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(Int64))) OK 146ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(Int16)),String OK 148ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(Int32)),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(Int32)) OK 164ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(Int64)) OK 138ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(Int32)),String OK 135ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(Int64))) OK 159ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(Int64)),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(Int128)) OK 131ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(Int128))) OK 140ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 145ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(Int64)) OK 106ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(Int128)),String OK 110ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(Int64)),String OK 100ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(Int128)) OK 103ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(Int128)),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(Float32)) OK 125ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(Float32)),String OK 122ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(Float32))) OK 149ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(Int128))) OK 122ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(Float32)) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(Float64)) OK 108ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(Float32)),String OK 137ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(Float64)) OK 110ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(Float64)),String OK 137ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(Decimal128(38))) OK 105ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(Float32))) OK 121ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(Decimal128(38))),String OK 149ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(Int8))) OK 122ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(Float64)),String OK 124ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(Float64))) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(Decimal128(38))) OK 102ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(Decimal128(38))),String OK 96ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(Date)) OK 149ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(Float64))) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(Date)),String OK 157ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(Date))) OK 148ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(Int16))) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(Date)) OK 152ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(Date)),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(DateTime)) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(DateTime)) OK 132ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(Date))) OK 121ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(DateTime)),String OK 130ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(DateTime64(3))) OK 125ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(Int32))) OK 111ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(DateTime)),String OK 143ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 125ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(DateTime64(3))),String OK 147ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(DateTime64(3))) OK 111ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(DateTime64(3))),String OK 116ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 107ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(Int64))) OK 109ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(Bool)) OK 130ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(Bool)),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(Bool)) OK 141ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(Bool))) OK 132ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(Bool)),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(String)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(String)) OK 121ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(Int128))) OK 109ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(String)),String OK 153ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(FixedString(51))) OK 144ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(String)),String OK 114ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(String))) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(FixedString(51))) OK 133ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(FixedString(51))),String OK 131ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(FixedString(51))),String OK 114ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(String))) OK 122ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(Float32))) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Nullable(UUID)) OK 155ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 159ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Nullable(UUID)) OK 154ms
/aggregate functions/argMin/datatypes/Map(UInt128,Nullable(UUID)),String OK 140ms
/aggregate functions/argMax/datatypes/Map(UInt128,Nullable(UUID)),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(UInt8)) OK 145ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(UInt8)) OK 106ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 141ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(Float64))) OK 124ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(UInt8)),String OK 185ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(UInt8)),String OK 167ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(UInt16)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(UInt16)) OK 177ms
/aggregate functions/anyLast/Map(UInt32,LowCardinality(Nullable(UUID))) OK 157ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(UInt16)),String OK 148ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(UInt16)),String OK 157ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(Date))) OK 150ms
/aggregate functions/any/Map(UInt32,LowCardinality(Nullable(UUID))) OK 137ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(UInt32)) OK 102ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(UInt32)),String OK 172ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(UInt32)) OK 184ms
/aggregate functions/any/Map(UInt32,Array(String)) OK 154ms
/aggregate functions/anyLast/Map(UInt32,Array(String)) OK 158ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(UInt32)),String OK 162ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 137ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(UInt64)) OK 143ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(UInt64)) OK 156ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(UInt64)),String OK 115ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(Bool))) OK 185ms
/aggregate functions/any/Map(UInt32,Map(String,LowCardinality(Float64))) OK 173ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(UInt128)) OK 179ms
/aggregate functions/anyLast/Map(UInt32,Map(String,LowCardinality(Float64))) OK 169ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(UInt128)),String OK 177ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(UInt64)),String OK 115ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(UInt128)) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Int8)) OK 146ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(UInt128)),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Int8)) OK 133ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Int8)),String OK 118ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Int16)) OK 164ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Int8)),String OK 176ms
/aggregate functions/any/Map(UInt32,Tuple(String)) OK 165ms
/aggregate functions/anyLast/Map(UInt32,Tuple(String)) OK 142ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(String))) OK 148ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Int16)) OK 159ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Int16)),String OK 165ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Int16)),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Int32)) OK 106ms
/aggregate functions/anyLast/Map(UInt64,UInt8) OK 103ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 169ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Int32)),String OK 124ms
/aggregate functions/any/Map(UInt64,UInt8) OK 142ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Int32)) OK 169ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Int32)),String OK 135ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Int64)) OK 145ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Int64)) OK 144ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Int64)),String OK 132ms
/aggregate functions/anyLast/Map(UInt64,UInt16) OK 98ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Int128)) OK 109ms
/aggregate functions/any/Map(UInt64,UInt16) OK 126ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Int64)),String OK 145ms
/aggregate functions/anyHeavy/Map(UInt32,LowCardinality(Nullable(UUID))) OK 166ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Int128)) OK 166ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Int128)),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Float32)) OK 142ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Int128)),String OK 138ms
/aggregate functions/anyLast/Map(UInt64,UInt32) OK 94ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Float32)),String OK 109ms
/aggregate functions/any/Map(UInt64,UInt32) OK 92ms
/aggregate functions/anyLast/Map(UInt64,UInt64) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Float32)) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Float64)) OK 127ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Float32)),String OK 117ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Float64)),String OK 146ms
/aggregate functions/anyHeavy/Map(UInt32,Array(String)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Float64)) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Date)) OK 110ms
/aggregate functions/any/Map(UInt64,UInt64) OK 120ms
/aggregate functions/anyLast/Map(UInt64,UInt128) OK 109ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Float64)),String OK 118ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Date)) OK 170ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Date)),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(DateTime)) OK 138ms
/aggregate functions/anyHeavy/Map(UInt32,Map(String,LowCardinality(Float64))) OK 140ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(DateTime)),String OK 148ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Date)),String OK 102ms
/aggregate functions/any/Map(UInt64,UInt128) OK 120ms
/aggregate functions/anyLast/Map(UInt64,Int8) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(DateTime)) OK 135ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(DateTime)),String OK 166ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Bool)) OK 171ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Bool)),String OK 151ms
/aggregate functions/anyHeavy/Map(UInt32,Tuple(String)) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Bool)) OK 161ms
/aggregate functions/any/Map(UInt64,Int8) OK 164ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(String)) OK 158ms
/aggregate functions/anyLast/Map(UInt64,Int16) OK 135ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Bool)),String OK 114ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(String)),String OK 166ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(String)) OK 146ms
/aggregate functions/anyLast/Map(UInt64,Int32) OK 147ms
/aggregate functions/anyHeavy/Map(UInt64,UInt8) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(FixedString(51))) OK 155ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(String)),String OK 115ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(FixedString(51))),String OK 133ms
/aggregate functions/any/Map(UInt64,Int16) OK 141ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(FixedString(51))) OK 128ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(FixedString(51))),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(UUID)) OK 138ms
/aggregate functions/anyLast/Map(UInt64,Int64) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(UUID)) OK 148ms
/aggregate functions/anyHeavy/Map(UInt64,UInt16) OK 148ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(UUID)),String OK 133ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(UUID)),String OK 125ms
/aggregate functions/any/Map(UInt64,Int32) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt8))) OK 102ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt8))) OK 179ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(UInt8))),String OK 170ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(UInt8))),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt16))) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt16))) OK 113ms
/aggregate functions/any/Map(UInt64,Int64) OK 131ms
/aggregate functions/anyLast/Map(UInt64,Int128) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(UInt16))),String OK 97ms
/aggregate functions/anyHeavy/Map(UInt64,UInt32) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt32))) OK 120ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(UInt16))),String OK 158ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt32))) OK 180ms
/aggregate functions/anyLast/Map(UInt64,Float32) OK 112ms
/aggregate functions/any/Map(UInt64,Int128) OK 155ms
/aggregate functions/anyHeavy/Map(UInt64,UInt64) OK 154ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(UInt32))),String OK 140ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(UInt32))),String OK 131ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(UInt64))),String OK 87ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt128))) OK 96ms
/aggregate functions/anyLast/Map(UInt64,Float64) OK 92ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt64))) OK 113ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(UInt128))),String OK 132ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(UInt64))),String OK 158ms
/aggregate functions/any/Map(UInt64,Float32) OK 129ms
/aggregate functions/anyHeavy/Map(UInt64,UInt128) OK 155ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt128))) OK 163ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int8))) OK 153ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(Int8))),String OK 128ms
/aggregate functions/anyLast/Map(UInt64,Decimal128(38)) OK 121ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(UInt128))),String OK 93ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int16))) OK 98ms
/aggregate functions/any/Map(UInt64,Float64) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int8))) OK 175ms
/aggregate functions/anyHeavy/Map(UInt64,Int8) OK 172ms
/aggregate functions/anyLast/Map(UInt64,Date) OK 122ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(Int16))),String OK 103ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(Int8))),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int32))) OK 147ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int16))) OK 106ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(Int32))),String OK 124ms
/aggregate functions/any/Map(UInt64,Decimal128(38)) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(Int16))),String OK 176ms
/aggregate functions/anyLast/Map(UInt64,DateTime) OK 193ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int32))) OK 186ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(Int64))),String OK 166ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(Int32))),String OK 151ms
/aggregate functions/anyHeavy/Map(UInt64,Int16) OK 129ms
/aggregate functions/any/Map(UInt64,Date) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int128))) OK 121ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(Int128))),String OK 185ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int64))) OK 112ms
/aggregate functions/anyHeavy/Map(UInt64,Int32) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(Float32))) OK 117ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(Int64))),String OK 115ms
/aggregate functions/any/Map(UInt64,DateTime) OK 117ms
/aggregate functions/anyLast/Map(UInt64,DateTime64(3)) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int128))) OK 129ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(Float32))),String OK 113ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(Float64))) OK 111ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(Int128))),String OK 132ms
/aggregate functions/anyHeavy/Map(UInt64,Int64) OK 123ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(Float64))),String OK 130ms
/aggregate functions/anyLast/Map(UInt64,Bool) OK 148ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(Float32))) OK 120ms
/aggregate functions/any/Map(UInt64,DateTime64(3)) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(Date))) OK 131ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(Float32))),String OK 114ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(Date))),String OK 105ms
/aggregate functions/anyHeavy/Map(UInt64,Int128) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(Float64))) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(DateTime))) OK 144ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(Float64))),String OK 129ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(Date))) OK 140ms
/aggregate functions/any/Map(UInt64,Bool) OK 148ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(DateTime))),String OK 140ms
/aggregate functions/anyLast/Map(UInt64,String) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(Bool))) OK 113ms
/aggregate functions/anyHeavy/Map(UInt64,Float32) OK 85ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(Date))),String OK 88ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(DateTime))) OK 153ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(Bool))),String OK 108ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(DateTime))),String OK 153ms
/aggregate functions/anyLast/Map(UInt64,FixedString(51)) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(String))) OK 155ms
/aggregate functions/any/Map(UInt64,String) OK 115ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(String))),String OK 112ms
/aggregate functions/anyHeavy/Map(UInt64,Float64) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(Bool))) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/any/Map(UInt64,FixedString(51)) OK 170ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(Bool))),String OK 134ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(FixedString(51)))),String OK 174ms
/aggregate functions/anyLast/Map(UInt64,UUID) OK 171ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(String))) OK 154ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(String))),String OK 142ms
/aggregate functions/anyHeavy/Map(UInt64,Decimal128(38)) OK 153ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,LowCardinality(Nullable(UUID))) OK 159ms
/aggregate functions/argMin/datatypes/Map(UInt128,LowCardinality(Nullable(UUID))),String OK 134ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 98ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(FixedString(51)))),String OK 171ms
/aggregate functions/any/Map(UInt64,UUID) OK 172ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,LowCardinality(Nullable(UUID))) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Array(String)) OK 152ms
/aggregate functions/anyHeavy/Map(UInt64,Date) OK 111ms
/aggregate functions/anyLast/Map(UInt64,Nullable(UInt8)) OK 92ms
/aggregate functions/argMin/datatypes/Map(UInt128,Array(String)),String OK 113ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Map(String,LowCardinality(Float64))) OK 150ms
/aggregate functions/argMax/datatypes/Map(UInt128,LowCardinality(Nullable(UUID))),String OK 120ms
/aggregate functions/anyLast/Map(UInt64,Nullable(UInt16)) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Array(String)) OK 99ms
/aggregate functions/anyHeavy/Map(UInt64,DateTime) OK 103ms
/aggregate functions/argMin/datatypes/Map(UInt128,Map(String,LowCardinality(Float64))),String OK 89ms
/aggregate functions/argMin/datatypes/String,Map(UInt128,Tuple(String)) OK 177ms
/aggregate functions/argMax/datatypes/Map(UInt128,Array(String)),String OK 170ms
/aggregate functions/any/Map(UInt64,Nullable(UInt8)) OK 93ms
/aggregate functions/argMin/datatypes/Map(UInt128,Tuple(String)),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Map(String,LowCardinality(Float64))) OK 133ms
/aggregate functions/anyLast/Map(UInt64,Nullable(UInt32)) OK 114ms
/aggregate functions/argMax/datatypes/Map(UInt128,Map(String,LowCardinality(Float64))),String OK 130ms
/aggregate functions/argMin/datatypes/String,Map(Int8,UInt8) OK 112ms
/aggregate functions/anyHeavy/Map(UInt64,DateTime64(3)) OK 116ms
/aggregate functions/any/Map(UInt64,Nullable(UInt16)) OK 121ms
/aggregate functions/argMin/datatypes/Map(Int8,UInt8),String OK 111ms
/aggregate functions/argMax/datatypes/String,Map(UInt128,Tuple(String)) OK 139ms
/aggregate functions/anyLast/Map(UInt64,Nullable(UInt64)) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(Int8,UInt16) OK 186ms
/aggregate functions/argMax/datatypes/Map(UInt128,Tuple(String)),String OK 188ms
/aggregate functions/argMin/datatypes/Map(Int8,UInt16),String OK 198ms
/aggregate functions/anyHeavy/Map(UInt64,Bool) OK 199ms
/aggregate functions/argMax/datatypes/String,Map(Int8,UInt8) OK 105ms
/aggregate functions/any/Map(UInt64,Nullable(UInt32)) OK 167ms
/aggregate functions/argMin/datatypes/String,Map(Int8,UInt32) OK 140ms
/aggregate functions/anyLast/Map(UInt64,Nullable(UInt128)) OK 108ms
/aggregate functions/argMax/datatypes/Map(Int8,UInt8),String OK 137ms
/aggregate functions/argMax/datatypes/String,Map(Int8,UInt16) OK 148ms
/aggregate functions/argMin/datatypes/Map(Int8,UInt32),String OK 135ms
/aggregate functions/argMax/datatypes/Map(Int8,UInt16),String OK 145ms
/aggregate functions/argMin/datatypes/String,Map(Int8,UInt64) OK 137ms
/aggregate functions/anyLast/Map(UInt64,Nullable(Int8)) OK 118ms
/aggregate functions/anyHeavy/Map(UInt64,String) OK 107ms
/aggregate functions/argMin/datatypes/Map(Int8,UInt64),String OK 131ms
/aggregate functions/any/Map(UInt64,Nullable(UInt64)) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(Int8,UInt32) OK 102ms
/aggregate functions/argMax/datatypes/Map(Int8,UInt32),String OK 113ms
/aggregate functions/anyHeavy/Map(UInt64,FixedString(51)) OK 164ms
/aggregate functions/argMin/datatypes/String,Map(Int8,UInt128) OK 139ms
/aggregate functions/anyLast/Map(UInt64,Nullable(Int16)) OK 164ms
/aggregate functions/argMax/datatypes/String,Map(Int8,UInt64) OK 164ms
/aggregate functions/any/Map(UInt64,Nullable(UInt128)) OK 163ms
/aggregate functions/argMin/datatypes/Map(Int8,UInt128),String OK 105ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Int8) OK 152ms
/aggregate functions/argMax/datatypes/Map(Int8,UInt64),String OK 99ms
/aggregate functions/argMax/datatypes/String,Map(Int8,UInt128) OK 119ms
/aggregate functions/argMin/datatypes/Map(Int8,Int8),String OK 146ms
/aggregate functions/argMax/datatypes/Map(Int8,UInt128),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Int16) OK 127ms
/aggregate functions/anyHeavy/Map(UInt64,UUID) OK 126ms
/aggregate functions/anyLast/Map(UInt64,Nullable(Int32)) OK 123ms
/aggregate functions/argMin/datatypes/Map(Int8,Int16),String OK 121ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Int8) OK 115ms
/aggregate functions/any/Map(UInt64,Nullable(Int8)) OK 100ms
/aggregate functions/argMax/datatypes/Map(Int8,Int8),String OK 122ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Int16) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Int32) OK 126ms
/aggregate functions/argMin/datatypes/Map(Int8,Int32),String OK 90ms
/aggregate functions/any/Map(UInt64,Nullable(Int16)) OK 129ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(UInt8)) OK 141ms
/aggregate functions/anyLast/Map(UInt64,Nullable(Int64)) OK 107ms
/aggregate functions/argMax/datatypes/Map(Int8,Int16),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Int64) OK 139ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Int32) OK 128ms
/aggregate functions/argMin/datatypes/Map(Int8,Int64),String OK 104ms
/aggregate functions/argMax/datatypes/Map(Int8,Int32),String OK 103ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Int128) OK 165ms
/aggregate functions/anyLast/Map(UInt64,Nullable(Int128)) OK 128ms
/aggregate functions/any/Map(UInt64,Nullable(Int32)) OK 135ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Int64) OK 136ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(UInt16)) OK 138ms
/aggregate functions/argMax/datatypes/Map(Int8,Int64),String OK 106ms
/aggregate functions/argMin/datatypes/Map(Int8,Int128),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Float32) OK 150ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Int128) OK 153ms
/aggregate functions/anyLast/Map(UInt64,Nullable(Float32)) OK 141ms
/aggregate functions/argMax/datatypes/Map(Int8,Int128),String OK 152ms
/aggregate functions/any/Map(UInt64,Nullable(Int64)) OK 133ms
/aggregate functions/argMin/datatypes/Map(Int8,Float32),String OK 149ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Float64) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Float32) OK 146ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(UInt32)) OK 125ms
/aggregate functions/argMin/datatypes/Map(Int8,Float64),String OK 103ms
/aggregate functions/argMax/datatypes/Map(Int8,Float32),String OK 116ms
/aggregate functions/anyLast/Map(UInt64,Nullable(Float64)) OK 177ms
/aggregate functions/any/Map(UInt64,Nullable(Int128)) OK 166ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Decimal128(38)) OK 156ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(UInt64)) OK 142ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Float64) OK 143ms
/aggregate functions/argMin/datatypes/Map(Int8,Decimal128(38)),String OK 132ms
/aggregate functions/argMax/datatypes/Map(Int8,Float64),String OK 143ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Date) OK 135ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Decimal128(38)) OK 116ms
/aggregate functions/argMin/datatypes/Map(Int8,Date),String OK 193ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(UInt128)) OK 187ms
/aggregate functions/argMax/datatypes/Map(Int8,Decimal128(38)),String OK 159ms
/aggregate functions/argMin/datatypes/String,Map(Int8,DateTime) OK 173ms
/aggregate functions/any/Map(UInt64,Nullable(Float32)) OK 166ms
/aggregate functions/anyLast/Map(UInt64,Nullable(Decimal128(38))) OK 146ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Date) OK 167ms
/aggregate functions/argMin/datatypes/Map(Int8,DateTime),String OK 143ms
/aggregate functions/argMax/datatypes/Map(Int8,Date),String OK 143ms
/aggregate functions/anyLast/Map(UInt64,Nullable(Date)) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(Int8,DateTime) OK 168ms
/aggregate functions/argMin/datatypes/String,Map(Int8,DateTime64(3)) OK 146ms
/aggregate functions/argMax/datatypes/Map(Int8,DateTime),String OK 163ms
/aggregate functions/any/Map(UInt64,Nullable(Float64)) OK 135ms
/aggregate functions/argMin/datatypes/Map(Int8,DateTime64(3)),String OK 100ms
/aggregate functions/argMax/datatypes/String,Map(Int8,DateTime64(3)) OK 143ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(Int8)) OK 98ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Bool) OK 134ms
/aggregate functions/argMin/datatypes/Map(Int8,Bool),String OK 122ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(Int16)) OK 98ms
/aggregate functions/anyLast/Map(UInt64,Nullable(DateTime)) OK 117ms
/aggregate functions/any/Map(UInt64,Nullable(Decimal128(38))) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(Int8,String) OK 169ms
/aggregate functions/argMin/datatypes/Map(Int8,String),String OK 130ms
/aggregate functions/argMax/datatypes/Map(Int8,DateTime64(3)),String OK 96ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Bool) OK 115ms
/aggregate functions/argMax/datatypes/Map(Int8,Bool),String OK 101ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(Int32)) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int8,FixedString(51)) OK 110ms
/aggregate functions/anyLast/Map(UInt64,Nullable(DateTime64(3))) OK 91ms
/aggregate functions/argMax/datatypes/String,Map(Int8,String) OK 149ms
/aggregate functions/argMax/datatypes/Map(Int8,String),String OK 106ms
/aggregate functions/argMax/datatypes/String,Map(Int8,FixedString(51)) OK 134ms
/aggregate functions/argMin/datatypes/Map(Int8,FixedString(51)),String OK 138ms
/aggregate functions/any/Map(UInt64,Nullable(Date)) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Int8,UUID) OK 114ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(Int64)) OK 114ms
/aggregate functions/anyLast/Map(UInt64,Nullable(Bool)) OK 106ms
/aggregate functions/argMin/datatypes/Map(Int8,UUID),String OK 102ms
/aggregate functions/argMax/datatypes/Map(Int8,FixedString(51)),String OK 106ms
/aggregate functions/argMax/datatypes/String,Map(Int8,UUID) OK 143ms
/aggregate functions/argMax/datatypes/Map(Int8,UUID),String OK 144ms
/aggregate functions/any/Map(UInt64,Nullable(DateTime)) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(UInt8)) OK 148ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(UInt8)),String OK 115ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(Int128)) OK 130ms
/aggregate functions/anyLast/Map(UInt64,Nullable(String)) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(UInt16)) OK 106ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(UInt8)) OK 102ms
/aggregate functions/any/Map(UInt64,Nullable(DateTime64(3))) OK 120ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(UInt16)),String OK 127ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(UInt8)),String OK 115ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(UInt32)) OK 143ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(UInt16)) OK 143ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(Float32)) OK 145ms
/aggregate functions/anyLast/Map(UInt64,Nullable(FixedString(51))) OK 112ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(UInt32)),String OK 129ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(UInt16)),String OK 123ms
/aggregate functions/any/Map(UInt64,Nullable(Bool)) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(UInt32)) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(UInt64)) OK 157ms
/aggregate functions/anyLast/Map(UInt64,Nullable(UUID)) OK 133ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(UInt64)),String OK 128ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(UInt32)),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(UInt128)) OK 138ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(UInt64)) OK 132ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(Float64)) OK 119ms
/aggregate functions/any/Map(UInt64,Nullable(String)) OK 108ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(UInt64)),String OK 84ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(UInt8)) OK 144ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(UInt128)),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(Int8)) OK 114ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(Decimal128(38))) OK 162ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(UInt128)) OK 148ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(Int8)),String OK 113ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(UInt128)),String OK 154ms
/aggregate functions/any/Map(UInt64,Nullable(FixedString(51))) OK 143ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(Int8)) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(Int16)) OK 130ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(Int16)),String OK 111ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(UInt16)) OK 110ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(Int32)) OK 186ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(Int8)),String OK 169ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(Date)) OK 147ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(Int16)) OK 177ms
/aggregate functions/any/Map(UInt64,Nullable(UUID)) OK 174ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(Int16)),String OK 148ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(Int32)),String OK 131ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(UInt32)) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(Int64)) OK 117ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(DateTime)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(Int32)) OK 151ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(Int32)),String OK 160ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(Int64)),String OK 140ms
/aggregate functions/any/Map(UInt64,LowCardinality(UInt8)) OK 154ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(Int64)) OK 149ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(UInt64)) OK 143ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(Int128)) OK 133ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(Int128)),String OK 133ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(Int64)),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(Float32)) OK 164ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(Int128)) OK 146ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(Int128)),String OK 142ms
/aggregate functions/any/Map(UInt64,LowCardinality(UInt16)) OK 107ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(Float32)),String OK 108ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(UInt128)) OK 152ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(Float64)) OK 135ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(Bool)) OK 127ms
/aggregate functions/any/Map(UInt64,LowCardinality(UInt32)) OK 129ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(Float64)),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(Float32)) OK 100ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(Float32)),String OK 124ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(Decimal128(38))) OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(Float64)) OK 108ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(Decimal128(38))),String OK 116ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(String)) OK 114ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Int8)) OK 113ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(Float64)),String OK 203ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(Date)) OK 210ms
/aggregate functions/any/Map(UInt64,LowCardinality(UInt64)) OK 84ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(Decimal128(38))) OK 184ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(Date)),String OK 155ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(Decimal128(38))),String OK 179ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(FixedString(51))) OK 154ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Int16)) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(DateTime)) OK 151ms
/aggregate functions/any/Map(UInt64,LowCardinality(UInt128)) OK 238ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(DateTime)),String OK 167ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Int32)) OK 143ms
/aggregate functions/anyHeavy/Map(UInt64,Nullable(UUID)) OK 143ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(Date)) OK 152ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(DateTime64(3))) OK 144ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(Date)),String OK 152ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(DateTime64(3))),String OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(DateTime)) OK 92ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(DateTime)),String OK 102ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(Bool)) OK 149ms
/aggregate functions/any/Map(UInt64,LowCardinality(Int8)) OK 176ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Int64)) OK 136ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(UInt8)) OK 150ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(Bool)),String OK 146ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(DateTime64(3))) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(String)) OK 126ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(DateTime64(3))),String OK 145ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(Bool)) OK 110ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Int128)) OK 150ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(String)),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(FixedString(51))) OK 155ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(UInt16)) OK 122ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(FixedString(51))),String OK 140ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(Bool)),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(String)) OK 124ms
/aggregate functions/any/Map(UInt64,LowCardinality(Int16)) OK 110ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(String)),String OK 118ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(FixedString(51))) OK 158ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(UInt32)) OK 159ms
/aggregate functions/any/Map(UInt64,LowCardinality(Int32)) OK 146ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Float32)) OK 151ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Nullable(UUID)) OK 151ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(FixedString(51))),String OK 139ms
/aggregate functions/argMin/datatypes/Map(Int8,Nullable(UUID)),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(UInt8)) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Nullable(UUID)) OK 141ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(UInt8)),String OK 140ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(UInt16)) OK 173ms
/aggregate functions/argMax/datatypes/Map(Int8,Nullable(UUID)),String OK 141ms
/aggregate functions/any/Map(UInt64,LowCardinality(Int64)) OK 148ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(UInt8)) OK 148ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(UInt64)) OK 149ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Float64)) OK 140ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(UInt16)),String OK 98ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(UInt8)),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(UInt32)) OK 107ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(UInt32)),String OK 86ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(UInt16)) OK 175ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Date)) OK 171ms
/aggregate functions/any/Map(UInt64,LowCardinality(Int128)) OK 180ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(UInt16)),String OK 110ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(UInt128)) OK 167ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(UInt64)) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(UInt32)) OK 160ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(UInt64)),String OK 130ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(UInt128)) OK 101ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(UInt128)),String OK 117ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(UInt32)),String OK 131ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(UInt64)) OK 169ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Int8)) OK 131ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(DateTime)) OK 100ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Int8)) OK 154ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(UInt64)),String OK 101ms
/aggregate functions/any/Map(UInt64,LowCardinality(Float32)) OK 113ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Int8)),String OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Int16)) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(UInt128)) OK 102ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Bool)) OK 88ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(UInt128)),String OK 134ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Int16)),String OK 110ms
/aggregate functions/any/Map(UInt64,LowCardinality(Float64)) OK 97ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Int32)) OK 138ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Int16)) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Int8)) OK 131ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Int32)),String OK 114ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Int8)),String OK 108ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(String)) OK 99ms
/aggregate functions/any/Map(UInt64,LowCardinality(Date)) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Int64)) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Int16)) OK 105ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Int32)) OK 107ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Int64)),String OK 133ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Int128)) OK 115ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Int16)),String OK 103ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(FixedString(51))) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Int32)) OK 118ms
/aggregate functions/any/Map(UInt64,LowCardinality(DateTime)) OK 101ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Int32)),String OK 131ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Int128)),String OK 115ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Int64)) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Int64)) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Float32)) OK 165ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Float32)),String OK 149ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Int64)),String OK 158ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(UUID)) OK 123ms
/aggregate functions/any/Map(UInt64,LowCardinality(Bool)) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Float64)) OK 124ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Int128)) OK 117ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Int128)) OK 125ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Int128)),String OK 104ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 133ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Float64)),String OK 141ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Date)) OK 124ms
/aggregate functions/any/Map(UInt64,LowCardinality(String)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Float32)) OK 129ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Float32)) OK 114ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Date)),String OK 120ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Float32)),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Float64)) OK 99ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(DateTime)) OK 172ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(DateTime)),String OK 135ms
/aggregate functions/any/Map(UInt64,LowCardinality(FixedString(51))) OK 118ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Float64)),String OK 147ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Float64)) OK 155ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Date)) OK 151ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Bool)) OK 152ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Date)),String OK 118ms
/aggregate functions/any/Map(UInt64,LowCardinality(UUID)) OK 111ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 120ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Bool)),String OK 86ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(DateTime)) OK 118ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(DateTime)),String OK 123ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(String)) OK 135ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Date)) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Bool)) OK 118ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(String)),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(FixedString(51))) OK 133ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 107ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 118ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Bool)),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(String)) OK 121ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(FixedString(51))),String OK 142ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(String)),String OK 130ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(DateTime)) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(UUID)) OK 122ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 100ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(UUID)),String OK 113ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(FixedString(51))) OK 113ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(FixedString(51))),String OK 128ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Bool)) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(UUID)) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt8))) OK 113ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(UInt8))),String OK 115ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 117ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(Int8))) OK 99ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt16))) OK 115ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(UUID)),String OK 103ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(String)) OK 99ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt8))) OK 111ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(UInt16))),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt32))) OK 139ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(UInt8))),String OK 123ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 113ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(Int16))) OK 116ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(UInt32))),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(UInt16))),String OK 88ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt32))) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt64))) OK 109ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(Int32))) OK 212ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(UInt64))),String OK 277ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt128))) OK 112ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(UUID)) OK 230ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(UInt32))),String OK 244ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt64))) OK 215ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(Int8))) OK 258ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(UInt128))),String OK 255ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(Int8))) OK 242ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(UInt64))),String OK 212ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(Int64))) OK 192ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 161ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt128))) OK 160ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(UInt128))),String OK 127ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(Int8))),String OK 114ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(Int8))) OK 138ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(Int16))) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(Int16))) OK 119ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(Int16))),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(Int32))) OK 103ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(Int8))),String OK 142ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(Int128))) OK 135ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(Int16))) OK 115ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(Int16))),String OK 119ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(Int32))),String OK 130ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(Int32))) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(Int64))) OK 127ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(Int64))),String OK 147ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(Int32))) OK 126ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(Int32))),String OK 112ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(Float32))) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(Int64))) OK 137ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(Int64))) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(Int128))) OK 108ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(Int128))),String OK 108ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(Float32))) OK 103ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(Float64))) OK 110ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(Int64))),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(Int128))) OK 145ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(Float32))),String OK 148ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(Float64))) OK 160ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(Int128))),String OK 125ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(Int128))) OK 108ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(Float64))),String OK 143ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 124ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(Date))) OK 110ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(Float32))) OK 117ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(Float32))),String OK 93ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(Float64))) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(Date))) OK 133ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 116ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(Int8))) OK 130ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(Float64))),String OK 145ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(Date))),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(DateTime))) OK 154ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(Date))) OK 138ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(Float64))) OK 115ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(Bool))) OK 105ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(DateTime))),String OK 146ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(Date))),String OK 100ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(Int16))) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(DateTime))) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(Bool))) OK 136ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(DateTime))),String OK 118ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(Bool))),String OK 120ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(Date))) OK 109ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(String))) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(Bool))) OK 110ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(Int32))) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(String))) OK 136ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(Bool))),String OK 159ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(String))) OK 129ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(String))),String OK 156ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 154ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 129ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(String))),String OK 118ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(FixedString(51)))),String OK 109ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 108ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(FixedString(51)))),String OK 108ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(Bool))) OK 112ms
/aggregate functions/anyLast/Map(UInt64,LowCardinality(Nullable(UUID))) OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Int8,LowCardinality(Nullable(UUID))) OK 124ms
/aggregate functions/argMin/datatypes/Map(Int8,LowCardinality(Nullable(UUID))),String OK 154ms
/aggregate functions/argMax/datatypes/String,Map(Int8,LowCardinality(Nullable(UUID))) OK 123ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(Int128))) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Array(String)) OK 127ms
/aggregate functions/argMax/datatypes/Map(Int8,LowCardinality(Nullable(UUID))),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Array(String)) OK 106ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(String))) OK 164ms
/aggregate functions/anyLast/Map(UInt64,Array(String)) OK 166ms
/aggregate functions/argMin/datatypes/Map(Int8,Array(String)),String OK 145ms
/aggregate functions/argMax/datatypes/Map(Int8,Array(String)),String OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Map(String,LowCardinality(Float64))) OK 124ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(Float32))) OK 117ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Map(String,LowCardinality(Float64))) OK 143ms
/aggregate functions/argMin/datatypes/Map(Int8,Map(String,LowCardinality(Float64))),String OK 136ms
/aggregate functions/argMax/datatypes/Map(Int8,Map(String,LowCardinality(Float64))),String OK 135ms
/aggregate functions/argMax/datatypes/String,Map(Int8,Tuple(String)) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Int8,Tuple(String)) OK 125ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 128ms
/aggregate functions/argMin/datatypes/Map(Int8,Tuple(String)),String OK 204ms
/aggregate functions/anyLast/Map(UInt64,Map(String,LowCardinality(Float64))) OK 185ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(Float64))) OK 174ms
/aggregate functions/argMin/datatypes/String,Map(Int16,UInt8) OK 177ms
/aggregate functions/argMax/datatypes/Map(Int8,Tuple(String)),String OK 170ms
/aggregate functions/argMax/datatypes/String,Map(Int16,UInt8) OK 175ms
/aggregate functions/argMax/datatypes/Map(Int16,UInt8),String OK 205ms
/aggregate functions/argMin/datatypes/Map(Int16,UInt8),String OK 192ms
/aggregate functions/any/Map(UInt64,LowCardinality(Nullable(UUID))) OK 195ms
/aggregate functions/anyLast/Map(UInt64,Tuple(String)) OK 105ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(Date))) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Int16,UInt16) OK 140ms
/aggregate functions/argMax/datatypes/String,Map(Int16,UInt16) OK 120ms
/aggregate functions/argMin/datatypes/Map(Int16,UInt16),String OK 111ms
/aggregate functions/argMax/datatypes/Map(Int16,UInt16),String OK 101ms
/aggregate functions/anyLast/Map(UInt128,UInt8) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(Int16,UInt32) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(Int16,UInt32) OK 133ms
/aggregate functions/any/Map(UInt64,Array(String)) OK 95ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 118ms
/aggregate functions/argMax/datatypes/Map(Int16,UInt32),String OK 118ms
/aggregate functions/argMin/datatypes/Map(Int16,UInt32),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int16,UInt64) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(Int16,UInt64) OK 115ms
/aggregate functions/any/Map(UInt64,Map(String,LowCardinality(Float64))) OK 135ms
/aggregate functions/anyLast/Map(UInt128,UInt16) OK 140ms
/aggregate functions/argMin/datatypes/Map(Int16,UInt64),String OK 115ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(Bool))) OK 188ms
/aggregate functions/argMax/datatypes/Map(Int16,UInt64),String OK 181ms
/aggregate functions/argMax/datatypes/String,Map(Int16,UInt128) OK 179ms
/aggregate functions/argMin/datatypes/String,Map(Int16,UInt128) OK 177ms
/aggregate functions/argMin/datatypes/Map(Int16,UInt128),String OK 153ms
/aggregate functions/argMax/datatypes/Map(Int16,UInt128),String OK 172ms
/aggregate functions/any/Map(UInt64,Tuple(String)) OK 182ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Int8) OK 166ms
/aggregate functions/anyLast/Map(UInt128,UInt32) OK 126ms
/aggregate functions/argMin/datatypes/Map(Int16,Int8),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Int8) OK 141ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(String))) OK 130ms
/aggregate functions/argMax/datatypes/Map(Int16,Int8),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Int16) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Int16) OK 122ms
/aggregate functions/anyLast/Map(UInt128,UInt64) OK 99ms
/aggregate functions/argMin/datatypes/Map(Int16,Int16),String OK 153ms
/aggregate functions/any/Map(UInt128,UInt8) OK 169ms
/aggregate functions/argMax/datatypes/Map(Int16,Int16),String OK 145ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Int32) OK 146ms
/aggregate functions/argMin/datatypes/Map(Int16,Int32),String OK 154ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Int32) OK 139ms
/aggregate functions/argMax/datatypes/Map(Int16,Int32),String OK 145ms
/aggregate functions/anyLast/Map(UInt128,UInt128) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Int64) OK 163ms
/aggregate functions/anyHeavy/Map(UInt64,LowCardinality(Nullable(UUID))) OK 160ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Int64) OK 146ms
/aggregate functions/anyLast/Map(UInt128,Int8) OK 116ms
/aggregate functions/argMin/datatypes/Map(Int16,Int64),String OK 148ms
/aggregate functions/any/Map(UInt128,UInt16) OK 106ms
/aggregate functions/argMax/datatypes/Map(Int16,Int64),String OK 115ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Int128) OK 148ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Int128) OK 154ms
/aggregate functions/any/Map(UInt128,UInt32) OK 136ms
/aggregate functions/anyLast/Map(UInt128,Int16) OK 146ms
/aggregate functions/argMax/datatypes/Map(Int16,Int128),String OK 129ms
/aggregate functions/argMin/datatypes/Map(Int16,Int128),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Float32) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Float32) OK 132ms
/aggregate functions/anyHeavy/Map(UInt64,Array(String)) OK 123ms
/aggregate functions/argMin/datatypes/Map(Int16,Float32),String OK 122ms
/aggregate functions/argMax/datatypes/Map(Int16,Float32),String OK 137ms
/aggregate functions/any/Map(UInt128,UInt64) OK 120ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Float64) OK 132ms
/aggregate functions/anyLast/Map(UInt128,Int32) OK 150ms
/aggregate functions/argMax/datatypes/Map(Int16,Float64),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Float64) OK 119ms
/aggregate functions/anyHeavy/Map(UInt64,Map(String,LowCardinality(Float64))) OK 140ms
/aggregate functions/argMin/datatypes/Map(Int16,Float64),String OK 113ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Decimal128(38)) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Decimal128(38)) OK 114ms
/aggregate functions/any/Map(UInt128,UInt128) OK 82ms
/aggregate functions/argMax/datatypes/Map(Int16,Decimal128(38)),String OK 153ms
/aggregate functions/argMin/datatypes/Map(Int16,Decimal128(38)),String OK 130ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Date) OK 116ms
/aggregate functions/argMin/datatypes/Map(Int16,Date),String OK 141ms
/aggregate functions/anyLast/Map(UInt128,Int64) OK 133ms
/aggregate functions/anyHeavy/Map(UInt64,Tuple(String)) OK 143ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Date) OK 112ms
/aggregate functions/argMax/datatypes/Map(Int16,Date),String OK 136ms
/aggregate functions/any/Map(UInt128,Int8) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(Int16,DateTime) OK 132ms
/aggregate functions/argMin/datatypes/Map(Int16,DateTime),String OK 129ms
/aggregate functions/argMax/datatypes/String,Map(Int16,DateTime) OK 134ms
/aggregate functions/argMax/datatypes/Map(Int16,DateTime),String OK 155ms
/aggregate functions/anyLast/Map(UInt128,Int128) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(Int16,DateTime64(3)) OK 140ms
/aggregate functions/any/Map(UInt128,Int16) OK 123ms
/aggregate functions/anyHeavy/Map(UInt128,UInt8) OK 143ms
/aggregate functions/argMax/datatypes/String,Map(Int16,DateTime64(3)) OK 121ms
/aggregate functions/argMin/datatypes/Map(Int16,DateTime64(3)),String OK 99ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Bool) OK 137ms
/aggregate functions/argMax/datatypes/Map(Int16,DateTime64(3)),String OK 158ms
/aggregate functions/any/Map(UInt128,Int32) OK 159ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Bool) OK 146ms
/aggregate functions/argMin/datatypes/Map(Int16,Bool),String OK 131ms
/aggregate functions/anyLast/Map(UInt128,Float32) OK 135ms
/aggregate functions/argMax/datatypes/Map(Int16,Bool),String OK 140ms
/aggregate functions/anyHeavy/Map(UInt128,UInt16) OK 140ms
/aggregate functions/argMin/datatypes/String,Map(Int16,String) OK 108ms
/aggregate functions/argMin/datatypes/Map(Int16,String),String OK 112ms
/aggregate functions/argMin/datatypes/String,Map(Int16,FixedString(51)) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(Int16,String) OK 131ms
/aggregate functions/anyLast/Map(UInt128,Float64) OK 110ms
/aggregate functions/argMax/datatypes/Map(Int16,String),String OK 96ms
/aggregate functions/argMax/datatypes/String,Map(Int16,FixedString(51)) OK 112ms
/aggregate functions/any/Map(UInt128,Int64) OK 121ms
/aggregate functions/anyHeavy/Map(UInt128,UInt32) OK 147ms
/aggregate functions/argMin/datatypes/Map(Int16,FixedString(51)),String OK 128ms
/aggregate functions/argMin/datatypes/String,Map(Int16,UUID) OK 94ms
/aggregate functions/argMax/datatypes/Map(Int16,FixedString(51)),String OK 137ms
/aggregate functions/anyLast/Map(UInt128,Decimal128(38)) OK 139ms
/aggregate functions/argMin/datatypes/Map(Int16,UUID),String OK 116ms
/aggregate functions/argMax/datatypes/String,Map(Int16,UUID) OK 123ms
/aggregate functions/argMax/datatypes/Map(Int16,UUID),String OK 93ms
/aggregate functions/any/Map(UInt128,Int128) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(UInt8)) OK 106ms
/aggregate functions/anyHeavy/Map(UInt128,UInt64) OK 104ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(UInt8)),String OK 105ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(UInt8)) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(UInt16)) OK 113ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(UInt8)),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(UInt16)) OK 133ms
/aggregate functions/anyLast/Map(UInt128,Date) OK 90ms
/aggregate functions/any/Map(UInt128,Float32) OK 130ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(UInt16)),String OK 130ms
/aggregate functions/anyHeavy/Map(UInt128,UInt128) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(UInt32)) OK 125ms
/aggregate functions/anyLast/Map(UInt128,DateTime) OK 117ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(UInt32)),String OK 164ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(UInt16)),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(UInt32)) OK 133ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(UInt32)),String OK 154ms
/aggregate functions/any/Map(UInt128,Float64) OK 132ms
/aggregate functions/anyHeavy/Map(UInt128,Int8) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(UInt64)) OK 127ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(UInt64)),String OK 128ms
/aggregate functions/anyLast/Map(UInt128,DateTime64(3)) OK 86ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(UInt64)) OK 176ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(UInt64)),String OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(UInt128)) OK 154ms
/aggregate functions/any/Map(UInt128,Decimal128(38)) OK 106ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(UInt128)),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(Int8)) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(UInt128)) OK 154ms
/aggregate functions/anyHeavy/Map(UInt128,Int16) OK 153ms
/aggregate functions/anyLast/Map(UInt128,Bool) OK 137ms
/aggregate functions/any/Map(UInt128,Date) OK 81ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(UInt128)),String OK 121ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(Int8)),String OK 93ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(Int16)) OK 197ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(Int8)) OK 175ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(Int16)),String OK 165ms
/aggregate functions/anyLast/Map(UInt128,String) OK 167ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(Int8)),String OK 148ms
/aggregate functions/anyHeavy/Map(UInt128,Int32) OK 160ms
/aggregate functions/any/Map(UInt128,DateTime) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(Int32)) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(Int16)) OK 143ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(Int16)),String OK 121ms
/aggregate functions/any/Map(UInt128,DateTime64(3)) OK 130ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(Int32)),String OK 168ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(Int32)) OK 154ms
/aggregate functions/anyLast/Map(UInt128,FixedString(51)) OK 149ms
/aggregate functions/anyHeavy/Map(UInt128,Int64) OK 167ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(Int64)) OK 118ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(Int64)),String OK 139ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(Int32)),String OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(Int64)) OK 107ms
/aggregate functions/any/Map(UInt128,Bool) OK 100ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(Int128)) OK 104ms
/aggregate functions/anyLast/Map(UInt128,UUID) OK 125ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(Int64)),String OK 162ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(Int128)),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(Float32)) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(Int128)) OK 112ms
/aggregate functions/anyHeavy/Map(UInt128,Int128) OK 120ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(Int128)),String OK 108ms
/aggregate functions/any/Map(UInt128,String) OK 100ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(Float32)),String OK 102ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(Float64)) OK 114ms
/aggregate functions/anyLast/Map(UInt128,Nullable(UInt8)) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(Float32)) OK 122ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(Float64)),String OK 103ms
/aggregate functions/anyHeavy/Map(UInt128,Float32) OK 119ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(Float32)),String OK 106ms
/aggregate functions/any/Map(UInt128,FixedString(51)) OK 104ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(Float64)) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(Decimal128(38))) OK 106ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(Decimal128(38))),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(Date)) OK 102ms
/aggregate functions/anyLast/Map(UInt128,Nullable(UInt16)) OK 108ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(Float64)),String OK 114ms
/aggregate functions/anyHeavy/Map(UInt128,Float64) OK 116ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(Decimal128(38))) OK 114ms
/aggregate functions/any/Map(UInt128,UUID) OK 105ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(Decimal128(38))),String OK 119ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(Date)),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(DateTime)) OK 142ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(DateTime)),String OK 173ms
/aggregate functions/anyLast/Map(UInt128,Nullable(UInt32)) OK 156ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(Date)) OK 154ms
/aggregate functions/anyHeavy/Map(UInt128,Decimal128(38)) OK 161ms
/aggregate functions/any/Map(UInt128,Nullable(UInt8)) OK 130ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(Date)),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(DateTime64(3))) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(DateTime)) OK 139ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(DateTime64(3))),String OK 106ms
/aggregate functions/anyLast/Map(UInt128,Nullable(UInt64)) OK 175ms
/aggregate functions/any/Map(UInt128,Nullable(UInt16)) OK 126ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(DateTime)),String OK 162ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(Bool)) OK 129ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(Bool)),String OK 163ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(DateTime64(3))) OK 139ms
/aggregate functions/anyHeavy/Map(UInt128,Date) OK 163ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(DateTime64(3))),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(String)) OK 112ms
/aggregate functions/any/Map(UInt128,Nullable(UInt32)) OK 115ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(String)),String OK 94ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(Bool)) OK 184ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(Bool)),String OK 139ms
/aggregate functions/anyLast/Map(UInt128,Nullable(UInt128)) OK 156ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(FixedString(51))) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(String)) OK 146ms
/aggregate functions/anyHeavy/Map(UInt128,DateTime) OK 141ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(FixedString(51))),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Nullable(UUID)) OK 116ms
/aggregate functions/any/Map(UInt128,Nullable(UInt64)) OK 106ms
/aggregate functions/argMin/datatypes/Map(Int16,Nullable(UUID)),String OK 129ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(String)),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(UInt8)) OK 282ms
/aggregate functions/anyLast/Map(UInt128,Nullable(Int8)) OK 274ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(FixedString(51))) OK 255ms
/aggregate functions/anyHeavy/Map(UInt128,DateTime64(3)) OK 261ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(FixedString(51))),String OK 256ms
/aggregate functions/any/Map(UInt128,Nullable(UInt128)) OK 248ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(UInt8)),String OK 257ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Nullable(UUID)) OK 241ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(UInt16)) OK 242ms
/aggregate functions/argMax/datatypes/Map(Int16,Nullable(UUID)),String OK 137ms
/aggregate functions/anyHeavy/Map(UInt128,Bool) OK 114ms
/aggregate functions/any/Map(UInt128,Nullable(Int8)) OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(UInt8)) OK 110ms
/aggregate functions/anyLast/Map(UInt128,Nullable(Int16)) OK 122ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(UInt16)),String OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(UInt32)) OK 118ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(UInt8)),String OK 111ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(UInt32)),String OK 112ms
/aggregate functions/anyHeavy/Map(UInt128,String) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(UInt16)) OK 222ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(UInt16)),String OK 122ms
/aggregate functions/anyLast/Map(UInt128,Nullable(Int32)) OK 207ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(UInt64)) OK 93ms
/aggregate functions/any/Map(UInt128,Nullable(Int16)) OK 200ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(UInt64)),String OK 98ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(UInt32)) OK 175ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(UInt128)) OK 173ms
/aggregate functions/anyHeavy/Map(UInt128,FixedString(51)) OK 135ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(UInt128)),String OK 192ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Int8)) OK 225ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(UInt32)),String OK 163ms
/aggregate functions/any/Map(UInt128,Nullable(Int32)) OK 144ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(UInt64)) OK 124ms
/aggregate functions/anyLast/Map(UInt128,Nullable(Int64)) OK 168ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(UInt64)),String OK 121ms
/aggregate functions/anyHeavy/Map(UInt128,UUID) OK 120ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Int8)),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(UInt128)) OK 138ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Int16)) OK 138ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(UInt128)),String OK 155ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Int16)),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Int8)) OK 152ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(UInt8)) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Int32)) OK 131ms
/aggregate functions/any/Map(UInt128,Nullable(Int64)) OK 139ms
/aggregate functions/anyLast/Map(UInt128,Nullable(Int128)) OK 135ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Int8)),String OK 98ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Int32)),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Int64)) OK 153ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(UInt16)) OK 128ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Int64)),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Int16)) OK 104ms
/aggregate functions/any/Map(UInt128,Nullable(Int128)) OK 111ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Int16)),String OK 123ms
/aggregate functions/anyLast/Map(UInt128,Nullable(Float32)) OK 116ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Int32)) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Int128)) OK 96ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Int32)),String OK 124ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(UInt32)) OK 126ms
/aggregate functions/any/Map(UInt128,Nullable(Float32)) OK 147ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Int128)),String OK 141ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Int64)) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Float32)) OK 118ms
/aggregate functions/anyLast/Map(UInt128,Nullable(Float64)) OK 103ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Int64)),String OK 126ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Float32)),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Int128)) OK 96ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(UInt64)) OK 111ms
/aggregate functions/anyLast/Map(UInt128,Nullable(Decimal128(38))) OK 141ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Float64)) OK 161ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Int128)),String OK 145ms
/aggregate functions/any/Map(UInt128,Nullable(Float64)) OK 140ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Float64)),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Date)) OK 146ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Float32)) OK 134ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Float32)),String OK 102ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(UInt128)) OK 84ms
/aggregate functions/anyLast/Map(UInt128,Nullable(Date)) OK 122ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Date)),String OK 164ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Float64)) OK 168ms
/aggregate functions/any/Map(UInt128,Nullable(Decimal128(38))) OK 146ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Float64)),String OK 137ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(DateTime)) OK 158ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(DateTime)),String OK 160ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Date)) OK 136ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(Int8)) OK 89ms
/aggregate functions/anyLast/Map(UInt128,Nullable(DateTime)) OK 81ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(Int16)) OK 112ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Date)),String OK 168ms
/aggregate functions/any/Map(UInt128,Nullable(Date)) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(DateTime)) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Bool)) OK 121ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(DateTime)),String OK 122ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Bool)),String OK 158ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(String)) OK 139ms
/aggregate functions/anyLast/Map(UInt128,Nullable(DateTime64(3))) OK 141ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(Int32)) OK 105ms
/aggregate functions/any/Map(UInt128,Nullable(DateTime)) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Bool)) OK 123ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(String)),String OK 126ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Bool)),String OK 105ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(String)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(FixedString(51))) OK 127ms
/aggregate functions/anyLast/Map(UInt128,Nullable(Bool)) OK 122ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(FixedString(51))),String OK 103ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(Int64)) OK 114ms
/aggregate functions/any/Map(UInt128,Nullable(DateTime64(3))) OK 125ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(String)),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(UUID)) OK 91ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(UUID)),String OK 110ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(FixedString(51))),String OK 119ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/anyLast/Map(UInt128,Nullable(String)) OK 105ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(Int128)) OK 134ms
/aggregate functions/any/Map(UInt128,Nullable(Bool)) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(UUID)) OK 125ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(UInt8))),String OK 101ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(UUID)),String OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt16))) OK 119ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(UInt16))),String OK 118ms
/aggregate functions/anyLast/Map(UInt128,Nullable(FixedString(51))) OK 117ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt8))) OK 116ms
/aggregate functions/any/Map(UInt128,Nullable(String)) OK 100ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(Float32)) OK 94ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt32))) OK 147ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(UInt8))),String OK 142ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt16))) OK 128ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(UInt32))),String OK 198ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt64))) OK 194ms
/aggregate functions/anyLast/Map(UInt128,Nullable(UUID)) OK 191ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(UInt16))),String OK 152ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(Float64)) OK 159ms
/aggregate functions/any/Map(UInt128,Nullable(FixedString(51))) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt32))) OK 111ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(UInt64))),String OK 122ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(UInt32))),String OK 114ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt64))) OK 168ms
/aggregate functions/any/Map(UInt128,Nullable(UUID)) OK 126ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(Decimal128(38))) OK 160ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt128))) OK 145ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(UInt128))),String OK 130ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(UInt64))),String OK 144ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(UInt8)) OK 152ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt128))) OK 140ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(Int8))) OK 132ms
/aggregate functions/any/Map(UInt128,LowCardinality(UInt8)) OK 104ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(Int8))),String OK 165ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(UInt128))),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(Int16))) OK 124ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(Date)) OK 152ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(Int8))) OK 149ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(Int16))),String OK 146ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(Int8))),String OK 154ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(UInt16)) OK 155ms
/aggregate functions/any/Map(UInt128,LowCardinality(UInt16)) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(Int16))) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(Int32))) OK 116ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(Int32))),String OK 150ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(DateTime)) OK 171ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(Int16))),String OK 152ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(Int64))) OK 135ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(Int32))) OK 158ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(UInt32)) OK 127ms
/aggregate functions/any/Map(UInt128,LowCardinality(UInt32)) OK 119ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(Int32))),String OK 106ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(Int64))),String OK 102ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(Int128))) OK 209ms
/aggregate functions/any/Map(UInt128,LowCardinality(UInt64)) OK 187ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(UInt64)) OK 164ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(Int128))),String OK 151ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(Int64))) OK 194ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(DateTime64(3))) OK 147ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(Int64))),String OK 174ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(Int128))) OK 141ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(Float32))) OK 134ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(Float32))),String OK 149ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(UInt128)) OK 134ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(Bool)) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(Float64))) OK 149ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(Int128))),String OK 142ms
/aggregate functions/any/Map(UInt128,LowCardinality(UInt128)) OK 146ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(Float64))),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(Float32))) OK 129ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(Float32))),String OK 136ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(String)) OK 106ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Int8)) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(Date))) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(Float64))) OK 124ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(Date))),String OK 127ms
/aggregate functions/any/Map(UInt128,LowCardinality(Int8)) OK 102ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(Float64))),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(DateTime))) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(Date))) OK 129ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(FixedString(51))) OK 90ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Int16)) OK 102ms
/aggregate functions/any/Map(UInt128,LowCardinality(Int16)) OK 112ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(DateTime))),String OK 168ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(Date))),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(Bool))) OK 129ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(Bool))),String OK 144ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(DateTime))) OK 104ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(DateTime))),String OK 128ms
/aggregate functions/anyHeavy/Map(UInt128,Nullable(UUID)) OK 108ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Int32)) OK 99ms
/aggregate functions/any/Map(UInt128,LowCardinality(Int32)) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(Bool))) OK 99ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(Bool))),String OK 134ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(String))) OK 155ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(UInt8)) OK 158ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(String))) OK 143ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(String))),String OK 156ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 158ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Int64)) OK 132ms
/aggregate functions/any/Map(UInt128,LowCardinality(Int64)) OK 116ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(String))),String OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 110ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(FixedString(51)))),String OK 135ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(FixedString(51)))),String OK 126ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Int128)) OK 133ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(UInt16)) OK 143ms
/aggregate functions/argMin/datatypes/String,Map(Int16,LowCardinality(Nullable(UUID))) OK 134ms
/aggregate functions/any/Map(UInt128,LowCardinality(Int128)) OK 125ms
/aggregate functions/argMin/datatypes/Map(Int16,LowCardinality(Nullable(UUID))),String OK 134ms
/aggregate functions/argMax/datatypes/String,Map(Int16,LowCardinality(Nullable(UUID))) OK 135ms
/aggregate functions/argMax/datatypes/Map(Int16,LowCardinality(Nullable(UUID))),String OK 100ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Array(String)) OK 167ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Array(String)) OK 180ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Float32)) OK 128ms
/aggregate functions/any/Map(UInt128,LowCardinality(Float32)) OK 161ms
/aggregate functions/argMin/datatypes/Map(Int16,Array(String)),String OK 155ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(UInt32)) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Map(String,LowCardinality(Float64))) OK 111ms
/aggregate functions/argMax/datatypes/Map(Int16,Array(String)),String OK 156ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Map(String,LowCardinality(Float64))) OK 142ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Float64)) OK 105ms
/aggregate functions/argMin/datatypes/Map(Int16,Map(String,LowCardinality(Float64))),String OK 124ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(UInt64)) OK 110ms
/aggregate functions/argMax/datatypes/Map(Int16,Map(String,LowCardinality(Float64))),String OK 141ms
/aggregate functions/any/Map(UInt128,LowCardinality(Float64)) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(Int16,Tuple(String)) OK 130ms
/aggregate functions/argMin/datatypes/Map(Int16,Tuple(String)),String OK 100ms
/aggregate functions/argMax/datatypes/String,Map(Int16,Tuple(String)) OK 111ms
/aggregate functions/argMax/datatypes/Map(Int16,Tuple(String)),String OK 142ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Date)) OK 96ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(UInt128)) OK 91ms
/aggregate functions/argMin/datatypes/String,Map(Int32,UInt8) OK 95ms
/aggregate functions/argMin/datatypes/Map(Int32,UInt8),String OK 126ms
/aggregate functions/any/Map(UInt128,LowCardinality(Date)) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(Int32,UInt8) OK 137ms
/aggregate functions/argMax/datatypes/Map(Int32,UInt8),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Int32,UInt16) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(Int32,UInt16) OK 109ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(DateTime)) OK 121ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Int8)) OK 105ms
/aggregate functions/argMin/datatypes/Map(Int32,UInt16),String OK 94ms
/aggregate functions/argMin/datatypes/String,Map(Int32,UInt32) OK 113ms
/aggregate functions/argMax/datatypes/Map(Int32,UInt16),String OK 123ms
/aggregate functions/any/Map(UInt128,LowCardinality(DateTime)) OK 134ms
/aggregate functions/argMin/datatypes/Map(Int32,UInt32),String OK 102ms
/aggregate functions/argMax/datatypes/String,Map(Int32,UInt32) OK 113ms
/aggregate functions/argMax/datatypes/Map(Int32,UInt32),String OK 118ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Int16)) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(Int32,UInt64) OK 117ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Bool)) OK 115ms
/aggregate functions/argMin/datatypes/Map(Int32,UInt64),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Int32,UInt128) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Int32,UInt64) OK 108ms
/aggregate functions/argMax/datatypes/Map(Int32,UInt64),String OK 133ms
/aggregate functions/any/Map(UInt128,LowCardinality(Bool)) OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Int32,UInt128) OK 130ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Int32)) OK 108ms
/aggregate functions/argMin/datatypes/Map(Int32,UInt128),String OK 131ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(String)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Int8) OK 103ms
/aggregate functions/argMin/datatypes/Map(Int32,Int8),String OK 118ms
/aggregate functions/argMax/datatypes/Map(Int32,UInt128),String OK 101ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Int64)) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Int8) OK 131ms
/aggregate functions/argMax/datatypes/Map(Int32,Int8),String OK 116ms
/aggregate functions/any/Map(UInt128,LowCardinality(String)) OK 110ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(FixedString(51))) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Int16) OK 207ms
/aggregate functions/argMin/datatypes/Map(Int32,Int16),String OK 178ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Int16) OK 182ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Int32) OK 165ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Int128)) OK 132ms
/aggregate functions/any/Map(UInt128,LowCardinality(FixedString(51))) OK 132ms
/aggregate functions/argMax/datatypes/Map(Int32,Int16),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Int32) OK 127ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(UUID)) OK 234ms
/aggregate functions/argMin/datatypes/Map(Int32,Int32),String OK 149ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Int64) OK 158ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Float32)) OK 119ms
/aggregate functions/argMin/datatypes/Map(Int32,Int64),String OK 103ms
/aggregate functions/argMax/datatypes/Map(Int32,Int32),String OK 133ms
/aggregate functions/any/Map(UInt128,LowCardinality(UUID)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Int64) OK 136ms
/aggregate functions/argMax/datatypes/Map(Int32,Int64),String OK 140ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Int128) OK 88ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Float64)) OK 128ms
/aggregate functions/argMin/datatypes/Map(Int32,Int128),String OK 141ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Int128) OK 129ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 107ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Float32) OK 111ms
/aggregate functions/argMax/datatypes/Map(Int32,Int128),String OK 127ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Float32) OK 126ms
/aggregate functions/argMin/datatypes/Map(Int32,Float32),String OK 95ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Date)) OK 121ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 152ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Float64) OK 145ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 162ms
/aggregate functions/argMax/datatypes/Map(Int32,Float32),String OK 106ms
/aggregate functions/argMin/datatypes/Map(Int32,Float64),String OK 149ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Float64) OK 152ms
/aggregate functions/argMax/datatypes/Map(Int32,Float64),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Decimal128(38)) OK 136ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(DateTime)) OK 107ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Decimal128(38)) OK 107ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 117ms
/aggregate functions/argMin/datatypes/Map(Int32,Decimal128(38)),String OK 137ms
/aggregate functions/argMax/datatypes/Map(Int32,Decimal128(38)),String OK 126ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Date) OK 147ms
/aggregate functions/argMin/datatypes/Map(Int32,Date),String OK 103ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Date) OK 143ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Bool)) OK 109ms
/aggregate functions/argMax/datatypes/Map(Int32,Date),String OK 105ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/argMin/datatypes/String,Map(Int32,DateTime) OK 117ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 118ms
/aggregate functions/argMin/datatypes/Map(Int32,DateTime),String OK 131ms
/aggregate functions/argMax/datatypes/String,Map(Int32,DateTime) OK 118ms
/aggregate functions/argMax/datatypes/Map(Int32,DateTime),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Int32,DateTime64(3)) OK 128ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(String)) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(Int32,DateTime64(3)) OK 104ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 100ms
/aggregate functions/argMin/datatypes/Map(Int32,DateTime64(3)),String OK 133ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 122ms
/aggregate functions/argMax/datatypes/Map(Int32,DateTime64(3)),String OK 93ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Bool) OK 94ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Bool) OK 104ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(FixedString(51))) OK 154ms
/aggregate functions/argMin/datatypes/Map(Int32,Bool),String OK 136ms
/aggregate functions/argMax/datatypes/Map(Int32,Bool),String OK 155ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(Int8))) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(Int32,String) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(Int32,String) OK 145ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(Int8))) OK 139ms
/aggregate functions/argMin/datatypes/Map(Int32,String),String OK 95ms
/aggregate functions/argMax/datatypes/Map(Int32,String),String OK 124ms
/aggregate functions/argMin/datatypes/String,Map(Int32,FixedString(51)) OK 100ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(Int16))) OK 99ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(UUID)) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(Int32,FixedString(51)) OK 111ms
/aggregate functions/argMin/datatypes/Map(Int32,FixedString(51)),String OK 128ms
/aggregate functions/argMax/datatypes/Map(Int32,FixedString(51)),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(Int32,UUID) OK 104ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(Int16))) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Int32,UUID) OK 104ms
/aggregate functions/argMin/datatypes/Map(Int32,UUID),String OK 104ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 98ms
/aggregate functions/argMax/datatypes/Map(Int32,UUID),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(UInt8)) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(UInt8)) OK 128ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(UInt8)),String OK 135ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(UInt8)),String OK 122ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(Int64))) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(UInt16)) OK 135ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(UInt16)) OK 128ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(UInt16)),String OK 131ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(Int64))) OK 126ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(UInt16)),String OK 141ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(Int128))) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(UInt32)) OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(UInt32)) OK 131ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 100ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(UInt32)),String OK 115ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(UInt32)),String OK 134ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(UInt64)) OK 117ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(Float32))) OK 127ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 125ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(UInt64)),String OK 99ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(UInt64)) OK 126ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(UInt64)),String OK 168ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(UInt128)) OK 124ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(Float32))) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(UInt128)) OK 112ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(UInt128)),String OK 110ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(Int8)) OK 103ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(Float64))) OK 164ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 144ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(UInt128)),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(Int8)) OK 121ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(Int8)),String OK 116ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(Float64))) OK 138ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(Int8)),String OK 142ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(Int16)) OK 127ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(Int16)),String OK 128ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(Int8))) OK 100ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(Int16)) OK 119ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(Int16)),String OK 105ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(Date))) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(Int32)) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(Int32)) OK 110ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(Date))) OK 116ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(Int32)),String OK 91ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(Int64)) OK 125ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(Int16))) OK 124ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(Int32)),String OK 115ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 107ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(Int64)) OK 149ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(Int64)),String OK 114ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(Int64)),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(Int128)) OK 124ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 108ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(Int128)),String OK 112ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(Int32))) OK 122ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(Bool))) OK 101ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(Int128)) OK 129ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(Int128)),String OK 102ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(Float32)) OK 123ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(Float32)) OK 110ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(Bool))) OK 133ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(Float32)),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(Float64)) OK 134ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(String))) OK 106ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(Int64))) OK 103ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(Float32)),String OK 153ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(Float64)) OK 132ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(Float64)),String OK 124ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(Float64)),String OK 102ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(Decimal128(38))) OK 110ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(String))) OK 104ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 144ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(Decimal128(38))),String OK 129ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(Int128))) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(Decimal128(38))) OK 124ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(Decimal128(38))),String OK 125ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(Date)) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(Date)) OK 121ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(Date)),String OK 126ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 141ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(DateTime)) OK 112ms
/aggregate functions/anyLast/Map(UInt128,LowCardinality(Nullable(UUID))) OK 138ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(Float32))) OK 112ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(Date)),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(DateTime)) OK 119ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(DateTime)),String OK 120ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(DateTime)),String OK 98ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(DateTime64(3))) OK 115ms
/aggregate functions/any/Map(UInt128,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(DateTime64(3))),String OK 105ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(Float64))) OK 103ms
/aggregate functions/anyLast/Map(UInt128,Array(String)) OK 87ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(DateTime64(3))) OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(Bool)) OK 156ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(DateTime64(3))),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(Bool)) OK 144ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(Bool)),String OK 139ms
/aggregate functions/any/Map(UInt128,Array(String)) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(String)) OK 113ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(Date))) OK 119ms
/aggregate functions/anyLast/Map(UInt128,Map(String,LowCardinality(Float64))) OK 109ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(Bool)),String OK 97ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(String)) OK 95ms
/aggregate functions/any/Map(UInt128,Map(String,LowCardinality(Float64))) OK 112ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(String)),String OK 179ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(String)),String OK 121ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(FixedString(51))) OK 122ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(FixedString(51))),String OK 158ms
/aggregate functions/anyLast/Map(UInt128,Tuple(String)) OK 110ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(FixedString(51))) OK 122ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(FixedString(51))),String OK 125ms
/aggregate functions/any/Map(UInt128,Tuple(String)) OK 85ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Nullable(UUID)) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Nullable(UUID)) OK 108ms
/aggregate functions/anyLast/Map(Int8,UInt8) OK 89ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(Bool))) OK 117ms
/aggregate functions/argMin/datatypes/Map(Int32,Nullable(UUID)),String OK 126ms
/aggregate functions/argMax/datatypes/Map(Int32,Nullable(UUID)),String OK 152ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(UInt8)) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(UInt8)) OK 91ms
/aggregate functions/any/Map(Int8,UInt8) OK 96ms
/aggregate functions/anyLast/Map(Int8,UInt16) OK 124ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(UInt8)),String OK 112ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(UInt8)),String OK 116ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(UInt16)) OK 118ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(String))) OK 138ms
/aggregate functions/any/Map(Int8,UInt16) OK 110ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(UInt16)),String OK 131ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(UInt16)) OK 144ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(UInt16)),String OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(UInt32)) OK 107ms
/aggregate functions/anyLast/Map(Int8,UInt32) OK 90ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(UInt32)) OK 110ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(UInt32)),String OK 114ms
/aggregate functions/any/Map(Int8,UInt32) OK 96ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(UInt64)) OK 107ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(UInt32)),String OK 139ms
/aggregate functions/anyLast/Map(Int8,UInt64) OK 120ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(UInt64)) OK 113ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(UInt64)),String OK 99ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(UInt64)),String OK 110ms
/aggregate functions/any/Map(Int8,UInt64) OK 93ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(UInt128)) OK 93ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(UInt128)),String OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Int8)) OK 138ms
/aggregate functions/anyHeavy/Map(UInt128,LowCardinality(Nullable(UUID))) OK 125ms
/aggregate functions/anyLast/Map(Int8,UInt128) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(UInt128)) OK 115ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(UInt128)),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Int8)) OK 126ms
/aggregate functions/any/Map(Int8,UInt128) OK 115ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Int8)),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Int16)) OK 189ms
/aggregate functions/anyLast/Map(Int8,Int8) OK 189ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Int8)),String OK 183ms
/aggregate functions/anyHeavy/Map(UInt128,Array(String)) OK 183ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Int16)) OK 184ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Int16)),String OK 177ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Int16)),String OK 146ms
/aggregate functions/any/Map(Int8,Int8) OK 152ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Int32)) OK 134ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Int32)),String OK 157ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Int32)) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Int64)) OK 110ms
/aggregate functions/any/Map(Int8,Int16) OK 146ms
/aggregate functions/anyLast/Map(Int8,Int16) OK 136ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Int32)),String OK 144ms
/aggregate functions/anyHeavy/Map(UInt128,Map(String,LowCardinality(Float64))) OK 146ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Int64)),String OK 150ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Int64)) OK 143ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Int128)) OK 83ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Int64)),String OK 120ms
/aggregate functions/anyLast/Map(Int8,Int32) OK 213ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Int128)),String OK 221ms
/aggregate functions/any/Map(Int8,Int32) OK 203ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Int128)) OK 195ms
/aggregate functions/anyHeavy/Map(UInt128,Tuple(String)) OK 109ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Int128)),String OK 201ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Float32)) OK 194ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Float32)),String OK 177ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Float32)) OK 154ms
/aggregate functions/anyHeavy/Map(Int8,UInt8) OK 205ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Float32)),String OK 108ms
/aggregate functions/any/Map(Int8,Int64) OK 123ms
/aggregate functions/anyLast/Map(Int8,Int64) OK 168ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Float64)) OK 158ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Float64)) OK 124ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Float64)),String OK 142ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Date)) OK 137ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Float64)),String OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Date)) OK 82ms
/aggregate functions/anyHeavy/Map(Int8,UInt16) OK 143ms
/aggregate functions/any/Map(Int8,Int128) OK 156ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Date)),String OK 134ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Date)),String OK 144ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(DateTime)) OK 137ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(DateTime)),String OK 109ms
/aggregate functions/anyLast/Map(Int8,Int128) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(DateTime)) OK 116ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(DateTime)),String OK 111ms
/aggregate functions/anyHeavy/Map(Int8,UInt32) OK 162ms
/aggregate functions/anyLast/Map(Int8,Float32) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Bool)) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Bool)) OK 170ms
/aggregate functions/any/Map(Int8,Float32) OK 133ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Bool)),String OK 140ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Bool)),String OK 121ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(String)) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(String)) OK 137ms
/aggregate functions/anyLast/Map(Int8,Float64) OK 99ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(String)),String OK 118ms
/aggregate functions/any/Map(Int8,Float64) OK 132ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(String)),String OK 120ms
/aggregate functions/anyHeavy/Map(Int8,UInt64) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(FixedString(51))) OK 131ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(FixedString(51))),String OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(FixedString(51))) OK 110ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(FixedString(51))),String OK 129ms
/aggregate functions/anyLast/Map(Int8,Decimal128(38)) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(UUID)) OK 93ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(UUID)) OK 159ms
/aggregate functions/any/Map(Int8,Decimal128(38)) OK 129ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(UUID)),String OK 114ms
/aggregate functions/anyHeavy/Map(Int8,UInt128) OK 133ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(UUID)),String OK 146ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt8))) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt8))) OK 127ms
/aggregate functions/anyLast/Map(Int8,Date) OK 112ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(UInt8))),String OK 113ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(UInt8))),String OK 114ms
/aggregate functions/any/Map(Int8,Date) OK 96ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt16))) OK 137ms
/aggregate functions/anyHeavy/Map(Int8,Int8) OK 101ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt16))) OK 134ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(UInt16))),String OK 147ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(UInt16))),String OK 125ms
/aggregate functions/anyLast/Map(Int8,DateTime) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt32))) OK 127ms
/aggregate functions/any/Map(Int8,DateTime) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt32))) OK 128ms
/aggregate functions/anyHeavy/Map(Int8,Int16) OK 100ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(UInt32))),String OK 139ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(UInt32))),String OK 173ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt64))) OK 158ms
/aggregate functions/anyLast/Map(Int8,DateTime64(3)) OK 160ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt64))) OK 138ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(UInt64))),String OK 153ms
/aggregate functions/anyHeavy/Map(Int8,Int32) OK 119ms
/aggregate functions/any/Map(Int8,DateTime64(3)) OK 121ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(UInt64))),String OK 114ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt128))) OK 93ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt128))) OK 118ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(UInt128))),String OK 140ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(UInt128))),String OK 167ms
/aggregate functions/anyLast/Map(Int8,Bool) OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(Int8))) OK 146ms
/aggregate functions/anyHeavy/Map(Int8,Int64) OK 154ms
/aggregate functions/any/Map(Int8,Bool) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(Int8))) OK 159ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(Int8))),String OK 117ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(Int8))),String OK 99ms
/aggregate functions/anyLast/Map(Int8,String) OK 123ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(Int16))),String OK 118ms
/aggregate functions/any/Map(Int8,String) OK 170ms
/aggregate functions/anyHeavy/Map(Int8,Int128) OK 159ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(Int16))) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(Int32))) OK 114ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(Int16))),String OK 102ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(Int32))) OK 132ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(Int32))),String OK 112ms
/aggregate functions/anyLast/Map(Int8,FixedString(51)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(Int64))) OK 156ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(Int32))),String OK 133ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(Int64))),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(Int64))) OK 124ms
/aggregate functions/anyHeavy/Map(Int8,Float32) OK 118ms
/aggregate functions/any/Map(Int8,FixedString(51)) OK 123ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(Int128))) OK 173ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(Int64))),String OK 159ms
/aggregate functions/anyLast/Map(Int8,UUID) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(Int128))) OK 122ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(Int128))),String OK 97ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(Int128))),String OK 166ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(Float32))) OK 139ms
/aggregate functions/anyHeavy/Map(Int8,Float64) OK 143ms
/aggregate functions/any/Map(Int8,UUID) OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(Float32))) OK 117ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(Float32))),String OK 116ms
/aggregate functions/anyLast/Map(Int8,Nullable(UInt8)) OK 117ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(Float32))),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(Float64))) OK 100ms
/aggregate functions/any/Map(Int8,Nullable(UInt8)) OK 103ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(Float64))) OK 131ms
/aggregate functions/anyHeavy/Map(Int8,Decimal128(38)) OK 118ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(Float64))),String OK 105ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(Float64))),String OK 139ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(Date))) OK 143ms
/aggregate functions/anyLast/Map(Int8,Nullable(UInt16)) OK 124ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(Date))),String OK 106ms
/aggregate functions/any/Map(Int8,Nullable(UInt16)) OK 97ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(Date))),String OK 111ms
/aggregate functions/anyHeavy/Map(Int8,Date) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(DateTime))) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(DateTime))) OK 115ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(DateTime))),String OK 110ms
/aggregate functions/anyLast/Map(Int8,Nullable(UInt32)) OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(Bool))) OK 128ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(DateTime))),String OK 97ms
/aggregate functions/any/Map(Int8,Nullable(UInt32)) OK 106ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(Bool))) OK 123ms
/aggregate functions/anyHeavy/Map(Int8,DateTime) OK 115ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(Bool))),String OK 123ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(Bool))),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(String))) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(String))) OK 125ms
/aggregate functions/anyLast/Map(Int8,Nullable(UInt64)) OK 138ms
/aggregate functions/any/Map(Int8,Nullable(UInt64)) OK 106ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(String))),String OK 132ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(String))),String OK 90ms
/aggregate functions/anyHeavy/Map(Int8,DateTime64(3)) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 149ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 148ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(FixedString(51)))),String OK 143ms
/aggregate functions/any/Map(Int8,Nullable(UInt128)) OK 106ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(FixedString(51)))),String OK 134ms
/aggregate functions/anyLast/Map(Int8,Nullable(UInt128)) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(Int32,LowCardinality(Nullable(UUID))) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(Int32,LowCardinality(Nullable(UUID))) OK 111ms
/aggregate functions/anyHeavy/Map(Int8,Bool) OK 105ms
/aggregate functions/any/Map(Int8,Nullable(Int8)) OK 103ms
/aggregate functions/argMax/datatypes/Map(Int32,LowCardinality(Nullable(UUID))),String OK 125ms
/aggregate functions/argMin/datatypes/Map(Int32,LowCardinality(Nullable(UUID))),String OK 134ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Array(String)) OK 102ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Array(String)) OK 139ms
/aggregate functions/anyLast/Map(Int8,Nullable(Int8)) OK 114ms
/aggregate functions/argMax/datatypes/Map(Int32,Array(String)),String OK 124ms
/aggregate functions/argMin/datatypes/Map(Int32,Array(String)),String OK 109ms
/aggregate functions/anyHeavy/Map(Int8,String) OK 93ms
/aggregate functions/any/Map(Int8,Nullable(Int16)) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Map(String,LowCardinality(Float64))) OK 100ms
/aggregate functions/argMax/datatypes/Map(Int32,Map(String,LowCardinality(Float64))),String OK 125ms
/aggregate functions/anyLast/Map(Int8,Nullable(Int16)) OK 108ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Map(String,LowCardinality(Float64))) OK 123ms
/aggregate functions/argMin/datatypes/Map(Int32,Map(String,LowCardinality(Float64))),String OK 128ms
/aggregate functions/argMax/datatypes/String,Map(Int32,Tuple(String)) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(Int32,Tuple(String)) OK 127ms
/aggregate functions/anyHeavy/Map(Int8,FixedString(51)) OK 111ms
/aggregate functions/any/Map(Int8,Nullable(Int32)) OK 102ms
/aggregate functions/argMax/datatypes/Map(Int32,Tuple(String)),String OK 116ms
/aggregate functions/anyLast/Map(Int8,Nullable(Int32)) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(Int64,UInt8) OK 124ms
/aggregate functions/argMin/datatypes/Map(Int32,Tuple(String)),String OK 155ms
/aggregate functions/argMax/datatypes/Map(Int64,UInt8),String OK 145ms
/aggregate functions/argMin/datatypes/String,Map(Int64,UInt8) OK 110ms
/aggregate functions/anyHeavy/Map(Int8,UUID) OK 122ms
/aggregate functions/argMin/datatypes/Map(Int64,UInt8),String OK 142ms
/aggregate functions/any/Map(Int8,Nullable(Int64)) OK 131ms
/aggregate functions/argMax/datatypes/String,Map(Int64,UInt16) OK 99ms
/aggregate functions/anyLast/Map(Int8,Nullable(Int64)) OK 100ms
/aggregate functions/argMax/datatypes/Map(Int64,UInt16),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Int64,UInt16) OK 99ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(UInt8)) OK 147ms
/aggregate functions/argMax/datatypes/String,Map(Int64,UInt32) OK 129ms
/aggregate functions/argMin/datatypes/Map(Int64,UInt16),String OK 151ms
/aggregate functions/any/Map(Int8,Nullable(Int128)) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(Int64,UInt32) OK 100ms
/aggregate functions/argMax/datatypes/Map(Int64,UInt32),String OK 148ms
/aggregate functions/anyLast/Map(Int8,Nullable(Int128)) OK 135ms
/aggregate functions/argMin/datatypes/Map(Int64,UInt32),String OK 105ms
/aggregate functions/argMax/datatypes/String,Map(Int64,UInt64) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int64,UInt64) OK 179ms
/aggregate functions/any/Map(Int8,Nullable(Float32)) OK 104ms
/aggregate functions/argMax/datatypes/Map(Int64,UInt64),String OK 103ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(UInt16)) OK 101ms
/aggregate functions/argMin/datatypes/Map(Int64,UInt64),String OK 168ms
/aggregate functions/anyLast/Map(Int8,Nullable(Float32)) OK 162ms
/aggregate functions/argMax/datatypes/String,Map(Int64,UInt128) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Int64,UInt128) OK 151ms
/aggregate functions/argMax/datatypes/Map(Int64,UInt128),String OK 146ms
/aggregate functions/any/Map(Int8,Nullable(Float64)) OK 142ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Int8) OK 126ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(UInt32)) OK 126ms
/aggregate functions/argMin/datatypes/Map(Int64,UInt128),String OK 116ms
/aggregate functions/argMax/datatypes/Map(Int64,Int8),String OK 191ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Int8) OK 170ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Int16) OK 152ms
/aggregate functions/anyLast/Map(Int8,Nullable(Float64)) OK 189ms
/aggregate functions/argMin/datatypes/Map(Int64,Int8),String OK 169ms
/aggregate functions/argMax/datatypes/Map(Int64,Int16),String OK 136ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(UInt64)) OK 111ms
/aggregate functions/any/Map(Int8,Nullable(Decimal128(38))) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Int16) OK 124ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(UInt128)) OK 166ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Int32) OK 115ms
/aggregate functions/any/Map(Int8,Nullable(Date)) OK 110ms
/aggregate functions/argMax/datatypes/Map(Int64,Int32),String OK 116ms
/aggregate functions/argMin/datatypes/Map(Int64,Int16),String OK 125ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Int64) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Int32) OK 127ms
/aggregate functions/anyLast/Map(Int8,Nullable(Decimal128(38))) OK 119ms
/aggregate functions/argMin/datatypes/Map(Int64,Int32),String OK 111ms
/aggregate functions/argMax/datatypes/Map(Int64,Int64),String OK 97ms
/aggregate functions/any/Map(Int8,Nullable(DateTime)) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Int128) OK 150ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Int64) OK 145ms
/aggregate functions/argMin/datatypes/Map(Int64,Int64),String OK 124ms
/aggregate functions/argMax/datatypes/Map(Int64,Int128),String OK 145ms
/aggregate functions/anyLast/Map(Int8,Nullable(Date)) OK 149ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(Int8)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Int128) OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Float32) OK 155ms
/aggregate functions/any/Map(Int8,Nullable(DateTime64(3))) OK 103ms
/aggregate functions/argMin/datatypes/Map(Int64,Int128),String OK 187ms
/aggregate functions/argMax/datatypes/Map(Int64,Float32),String OK 170ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Float32) OK 162ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(Int16)) OK 180ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Float64) OK 136ms
/aggregate functions/argMin/datatypes/Map(Int64,Float32),String OK 115ms
/aggregate functions/anyLast/Map(Int8,Nullable(DateTime)) OK 142ms
/aggregate functions/any/Map(Int8,Nullable(Bool)) OK 115ms
/aggregate functions/argMax/datatypes/Map(Int64,Float64),String OK 101ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Float64) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Decimal128(38)) OK 129ms
/aggregate functions/anyLast/Map(Int8,Nullable(DateTime64(3))) OK 125ms
/aggregate functions/argMin/datatypes/Map(Int64,Float64),String OK 134ms
/aggregate functions/argMax/datatypes/Map(Int64,Decimal128(38)),String OK 140ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Decimal128(38)) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Date) OK 123ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(Int32)) OK 128ms
/aggregate functions/any/Map(Int8,Nullable(String)) OK 131ms
/aggregate functions/argMin/datatypes/Map(Int64,Decimal128(38)),String OK 124ms
/aggregate functions/argMax/datatypes/Map(Int64,Date),String OK 207ms
/aggregate functions/anyLast/Map(Int8,Nullable(Bool)) OK 206ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Date) OK 116ms
/aggregate functions/argMin/datatypes/Map(Int64,Date),String OK 190ms
/aggregate functions/argMax/datatypes/String,Map(Int64,DateTime) OK 193ms
/aggregate functions/argMax/datatypes/Map(Int64,DateTime),String OK 198ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(Int64)) OK 185ms
/aggregate functions/any/Map(Int8,Nullable(FixedString(51))) OK 173ms
/aggregate functions/argMin/datatypes/String,Map(Int64,DateTime) OK 135ms
/aggregate functions/argMin/datatypes/Map(Int64,DateTime),String OK 196ms
/aggregate functions/argMax/datatypes/String,Map(Int64,DateTime64(3)) OK 154ms
/aggregate functions/argMin/datatypes/String,Map(Int64,DateTime64(3)) OK 135ms
/aggregate functions/anyLast/Map(Int8,Nullable(String)) OK 135ms
/aggregate functions/any/Map(Int8,Nullable(UUID)) OK 112ms
/aggregate functions/argMax/datatypes/Map(Int64,DateTime64(3)),String OK 135ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(Int128)) OK 146ms
/aggregate functions/argMin/datatypes/Map(Int64,DateTime64(3)),String OK 139ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Bool) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Bool) OK 182ms
/aggregate functions/any/Map(Int8,LowCardinality(UInt8)) OK 193ms
/aggregate functions/argMax/datatypes/Map(Int64,Bool),String OK 186ms
/aggregate functions/argMin/datatypes/Map(Int64,Bool),String OK 172ms
/aggregate functions/anyLast/Map(Int8,Nullable(FixedString(51))) OK 140ms
/aggregate functions/argMax/datatypes/String,Map(Int64,String) OK 145ms
/aggregate functions/argMax/datatypes/Map(Int64,String),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(Int64,String) OK 165ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(Float32)) OK 164ms
/aggregate functions/anyLast/Map(Int8,Nullable(UUID)) OK 161ms
/aggregate functions/argMax/datatypes/String,Map(Int64,FixedString(51)) OK 157ms
/aggregate functions/argMin/datatypes/Map(Int64,String),String OK 131ms
/aggregate functions/argMax/datatypes/Map(Int64,FixedString(51)),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(Int64,FixedString(51)) OK 141ms
/aggregate functions/any/Map(Int8,LowCardinality(UInt16)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int64,UUID) OK 139ms
/aggregate functions/argMin/datatypes/Map(Int64,FixedString(51)),String OK 142ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(Float64)) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Int64,UUID) OK 153ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(Decimal128(38))) OK 129ms
/aggregate functions/argMax/datatypes/Map(Int64,UUID),String OK 155ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(UInt8)) OK 138ms
/aggregate functions/any/Map(Int8,LowCardinality(UInt32)) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(UInt8)) OK 159ms
/aggregate functions/argMin/datatypes/Map(Int64,UUID),String OK 138ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(UInt8)),String OK 141ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(UInt8)) OK 139ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(Date)) OK 130ms
/aggregate functions/any/Map(Int8,LowCardinality(UInt64)) OK 152ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(UInt16)) OK 161ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(UInt8)),String OK 140ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(UInt16)) OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(UInt16)) OK 156ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(UInt16)),String OK 138ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(UInt16)),String OK 138ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(UInt32)) OK 137ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(DateTime)) OK 89ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(UInt32)) OK 142ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(UInt32)),String OK 146ms
/aggregate functions/any/Map(Int8,LowCardinality(UInt128)) OK 142ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(UInt32)),String OK 154ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(UInt64)) OK 116ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(UInt32)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(UInt64)) OK 118ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(UInt64)),String OK 97ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(DateTime64(3))) OK 124ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(UInt64)),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(UInt128)) OK 159ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(UInt128)) OK 113ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(UInt128)),String OK 125ms
/aggregate functions/any/Map(Int8,LowCardinality(Int8)) OK 108ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(UInt128)),String OK 128ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(UInt64)) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(Int8)) OK 117ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(Bool)) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(Int8)) OK 125ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(Int8)),String OK 136ms
/aggregate functions/any/Map(Int8,LowCardinality(Int16)) OK 106ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(UInt128)) OK 122ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(Int8)),String OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(Int16)) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(Int16)) OK 136ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(Int16)),String OK 125ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(String)) OK 104ms
/aggregate functions/any/Map(Int8,LowCardinality(Int32)) OK 106ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(Int16)),String OK 90ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Int8)) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(Int32)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(Int32)) OK 132ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(FixedString(51))) OK 135ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(Int32)),String OK 120ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(Int32)),String OK 126ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(Int64)) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(Int64)) OK 120ms
/aggregate functions/any/Map(Int8,LowCardinality(Int64)) OK 118ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Int16)) OK 164ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(Int64)),String OK 134ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(Int64)),String OK 99ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(Int128)) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(Int128)) OK 140ms
/aggregate functions/anyHeavy/Map(Int8,Nullable(UUID)) OK 99ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(Int128)),String OK 99ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(Int128)),String OK 114ms
/aggregate functions/any/Map(Int8,LowCardinality(Int128)) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(Float32)) OK 126ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(UInt8)) OK 126ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(Float32)),String OK 98ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(Float32)) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(Float64)) OK 125ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Int32)) OK 136ms
/aggregate functions/any/Map(Int8,LowCardinality(Float32)) OK 134ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(Float32)),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(Float64)) OK 115ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(Float64)),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(Decimal128(38))) OK 110ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(UInt16)) OK 104ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(Float64)),String OK 89ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(Decimal128(38))) OK 114ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(Decimal128(38))),String OK 114ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(Decimal128(38))),String OK 144ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Int64)) OK 131ms
/aggregate functions/any/Map(Int8,LowCardinality(Float64)) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(Date)) OK 128ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(Date)),String OK 100ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(UInt32)) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(Date)) OK 97ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(Date)),String OK 132ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(DateTime)) OK 118ms
/aggregate functions/any/Map(Int8,LowCardinality(Date)) OK 96ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Int128)) OK 109ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(DateTime)) OK 153ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(DateTime)),String OK 121ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(DateTime)),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(DateTime64(3))) OK 122ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(UInt64)) OK 104ms
/aggregate functions/any/Map(Int8,LowCardinality(DateTime)) OK 101ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(DateTime64(3))),String OK 119ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Float32)) OK 91ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(Bool)) OK 128ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(DateTime64(3))),String OK 114ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(Bool)),String OK 141ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(Bool)) OK 130ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(UInt128)) OK 111ms
/aggregate functions/any/Map(Int8,LowCardinality(Bool)) OK 100ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(Bool)),String OK 105ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Float64)) OK 106ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(String)) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(String)) OK 95ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(String)),String OK 146ms
/aggregate functions/any/Map(Int8,LowCardinality(String)) OK 152ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Int8)) OK 160ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(String)),String OK 118ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(FixedString(51))) OK 144ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(FixedString(51))) OK 144ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Date)) OK 119ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(FixedString(51))),String OK 119ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(FixedString(51))),String OK 97ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Nullable(UUID)) OK 168ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Nullable(UUID)) OK 127ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(DateTime)) OK 106ms
/aggregate functions/any/Map(Int8,LowCardinality(FixedString(51))) OK 140ms
/aggregate functions/argMax/datatypes/Map(Int64,Nullable(UUID)),String OK 147ms
/aggregate functions/argMin/datatypes/Map(Int64,Nullable(UUID)),String OK 158ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Int16)) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(UInt8)) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(UInt8)) OK 132ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Bool)) OK 104ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(UInt8)),String OK 116ms
/aggregate functions/any/Map(Int8,LowCardinality(UUID)) OK 123ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Int32)) OK 130ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(UInt8)),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(UInt16)) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(UInt16)) OK 141ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(UInt16)),String OK 137ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(UInt16)),String OK 133ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(String)) OK 110ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(UInt32)) OK 112ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(UInt32)),String OK 128ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(UInt8))) OK 142ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Int64)) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(UInt32)) OK 123ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(UInt32)),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(UInt64)) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(UInt64)) OK 139ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(FixedString(51))) OK 108ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(UInt64)),String OK 94ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(UInt128)) OK 132ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Int128)) OK 140ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(UInt64)),String OK 103ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(UInt16))) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(UInt128)) OK 109ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(UUID)) OK 150ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(UInt128)),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Int8)) OK 100ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(UInt128)),String OK 142ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Int8)) OK 100ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(UInt32))) OK 99ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Int8)),String OK 171ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Int8)),String OK 126ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Float32)) OK 131ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Int16)) OK 132ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Int16)),String OK 133ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(UInt8))) OK 108ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Int16)) OK 114ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Int16)),String OK 101ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(UInt64))) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Int32)) OK 114ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Float64)) OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Int32)) OK 111ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Int32)),String OK 130ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(UInt16))) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Int64)) OK 134ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Int32)),String OK 119ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Int64)) OK 125ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(UInt128))) OK 112ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Int64)),String OK 133ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Date)) OK 93ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Int64)),String OK 97ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Int128)) OK 106ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(UInt32))) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Int128)) OK 104ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Int128)),String OK 110ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(Int8))) OK 110ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Int128)),String OK 95ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(DateTime)) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Float32)) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Float32)) OK 111ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Float32)),String OK 91ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Float32)),String OK 130ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Float64)) OK 153ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Float64)) OK 135ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(Int16))) OK 127ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(UInt64))) OK 142ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Bool)) OK 113ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Float64)),String OK 106ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Date)) OK 98ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Float64)),String OK 100ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Date)) OK 125ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(Int32))) OK 105ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Date)),String OK 189ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Date)),String OK 164ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(UInt128))) OK 156ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(DateTime)) OK 162ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(String)) OK 142ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(DateTime)),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(DateTime)) OK 151ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(Int64))) OK 149ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(DateTime)),String OK 134ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(FixedString(51))) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Bool)) OK 127ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(Int8))) OK 108ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Bool)) OK 141ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Bool)),String OK 126ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(String)) OK 130ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Bool)),String OK 105ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(String)) OK 113ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(Int16))) OK 101ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(String)),String OK 116ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(String)),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(FixedString(51))) OK 207ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(FixedString(51))) OK 121ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(FixedString(51))),String OK 105ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(UUID)) OK 189ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(Float32))) OK 115ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(FixedString(51))),String OK 174ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(Int32))) OK 144ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(UUID)) OK 116ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(UUID)),String OK 191ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(UUID)) OK 226ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(UUID)),String OK 217ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(Float64))) OK 189ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(UInt8))) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt8))) OK 150ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(Int64))) OK 137ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(UInt8))),String OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt8))) OK 138ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(UInt16))),String OK 150ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(Date))) OK 153ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(UInt16))) OK 160ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(UInt8))),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt16))) OK 140ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(Int128))) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt32))) OK 108ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(UInt16))),String OK 136ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(UInt32))),String OK 118ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt64))) OK 141ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(Float32))) OK 128ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(UInt64))),String OK 138ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(DateTime))) OK 145ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt32))) OK 126ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(UInt32))),String OK 133ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(UInt32))) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt64))) OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt128))) OK 134ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(Float64))) OK 176ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(UInt128))),String OK 175ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(UInt64))),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(Int8))) OK 175ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt128))) OK 145ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(Bool))) OK 148ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(UInt64))) OK 154ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(UInt128))),String OK 106ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(Int8))),String OK 117ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(Int8))) OK 107ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(Int8))),String OK 85ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(Int16))) OK 183ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(Int16))) OK 179ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(String))) OK 99ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(Date))) OK 149ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(Int16))),String OK 138ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(UInt128))) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(Int16))),String OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(Int32))) OK 119ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 112ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(Int32))),String OK 94ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(Int8))) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(Int64))) OK 138ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(Int32))),String OK 107ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(Int64))),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(Int64))) OK 115ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(Int64))),String OK 142ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(Int128))) OK 126ms
/aggregate functions/any/Map(Int8,LowCardinality(Nullable(UUID))) OK 122ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(Int16))) OK 123ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(Bool))) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(Int128))) OK 107ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(Int128))),String OK 126ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(Float32))) OK 112ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(Int128))),String OK 98ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(Float32))) OK 111ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(Float32))),String OK 111ms
/aggregate functions/any/Map(Int8,Array(String)) OK 113ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(Int32))) OK 117ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(String))) OK 101ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(Float32))),String OK 191ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(Float64))) OK 192ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(Float64))),String OK 155ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(Float64))),String OK 154ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(Date))) OK 135ms
/aggregate functions/any/Map(Int8,Map(String,LowCardinality(Float64))) OK 123ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 129ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(Int64))) OK 116ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(Date))),String OK 132ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(DateTime))) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(Date))) OK 131ms
/aggregate functions/any/Map(Int8,Tuple(String)) OK 148ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(Int128))) OK 127ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(DateTime))),String OK 146ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(Date))),String OK 146ms
/aggregate functions/anyLast/Map(Int8,LowCardinality(Nullable(UUID))) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(DateTime))) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(Bool))) OK 111ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(DateTime))),String OK 159ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(Bool))),String OK 129ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(Float32))) OK 164ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(Bool))) OK 128ms
/aggregate functions/anyLast/Map(Int8,Array(String)) OK 128ms
/aggregate functions/any/Map(Int16,UInt8) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(String))) OK 133ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(Bool))),String OK 135ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(String))),String OK 116ms
/aggregate functions/any/Map(Int16,UInt16) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(String))) OK 144ms
/aggregate functions/anyLast/Map(Int8,Map(String,LowCardinality(Float64))) OK 164ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(FixedString(51)))),String OK 101ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(String))),String OK 148ms
/aggregate functions/argMax/datatypes/String,Map(Int64,LowCardinality(Nullable(UUID))) OK 150ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 150ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(Float64))) OK 132ms
/aggregate functions/any/Map(Int16,UInt32) OK 89ms
/aggregate functions/argMax/datatypes/Map(Int64,LowCardinality(Nullable(UUID))),String OK 102ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Array(String)) OK 102ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(FixedString(51)))),String OK 172ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(Date))) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Int64,LowCardinality(Nullable(UUID))) OK 157ms
/aggregate functions/argMax/datatypes/Map(Int64,Array(String)),String OK 111ms
/aggregate functions/anyLast/Map(Int8,Tuple(String)) OK 118ms
/aggregate functions/argMin/datatypes/Map(Int64,LowCardinality(Nullable(UUID))),String OK 125ms
/aggregate functions/any/Map(Int16,UInt64) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Map(String,LowCardinality(Float64))) OK 115ms
/aggregate functions/argMax/datatypes/Map(Int64,Map(String,LowCardinality(Float64))),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int64,Tuple(String)) OK 129ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(DateTime))) OK 142ms
/aggregate functions/anyLast/Map(Int16,UInt8) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Array(String)) OK 120ms
/aggregate functions/any/Map(Int16,UInt128) OK 130ms
/aggregate functions/argMin/datatypes/Map(Int64,Array(String)),String OK 122ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Map(String,LowCardinality(Float64))) OK 117ms
/aggregate functions/argMax/datatypes/Map(Int64,Tuple(String)),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(Int128,UInt8) OK 108ms
/aggregate functions/argMax/datatypes/Map(Int128,UInt8),String OK 129ms
/aggregate functions/anyLast/Map(Int16,UInt16) OK 133ms
/aggregate functions/argMin/datatypes/Map(Int64,Map(String,LowCardinality(Float64))),String OK 180ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(Bool))) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Int64,Tuple(String)) OK 144ms
/aggregate functions/argMin/datatypes/Map(Int64,Tuple(String)),String OK 149ms
/aggregate functions/argMax/datatypes/String,Map(Int128,UInt16) OK 125ms
/aggregate functions/any/Map(Int16,Int8) OK 128ms
/aggregate functions/argMax/datatypes/Map(Int128,UInt16),String OK 131ms
/aggregate functions/argMax/datatypes/String,Map(Int128,UInt32) OK 86ms
/aggregate functions/anyLast/Map(Int16,UInt32) OK 112ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(String))) OK 172ms
/aggregate functions/argMax/datatypes/Map(Int128,UInt32),String OK 157ms
/aggregate functions/any/Map(Int16,Int16) OK 164ms
/aggregate functions/argMin/datatypes/String,Map(Int128,UInt8) OK 164ms
/aggregate functions/argMax/datatypes/String,Map(Int128,UInt64) OK 152ms
/aggregate functions/argMin/datatypes/Map(Int128,UInt8),String OK 143ms
/aggregate functions/argMin/datatypes/String,Map(Int128,UInt16) OK 123ms
/aggregate functions/argMax/datatypes/Map(Int128,UInt64),String OK 128ms
/aggregate functions/anyLast/Map(Int16,UInt64) OK 127ms
/aggregate functions/argMin/datatypes/Map(Int128,UInt16),String OK 208ms
/aggregate functions/argMax/datatypes/String,Map(Int128,UInt128) OK 197ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 179ms
/aggregate functions/argMin/datatypes/String,Map(Int128,UInt32) OK 187ms
/aggregate functions/argMax/datatypes/Map(Int128,UInt128),String OK 162ms
/aggregate functions/any/Map(Int16,Int32) OK 165ms
/aggregate functions/argMin/datatypes/Map(Int128,UInt32),String OK 159ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Int8) OK 162ms
/aggregate functions/anyLast/Map(Int16,UInt128) OK 131ms
/aggregate functions/argMax/datatypes/Map(Int128,Int8),String OK 158ms
/aggregate functions/argMin/datatypes/String,Map(Int128,UInt64) OK 158ms
/aggregate functions/any/Map(Int16,Int64) OK 159ms
/aggregate functions/anyHeavy/Map(Int8,LowCardinality(Nullable(UUID))) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Int16) OK 156ms
/aggregate functions/anyLast/Map(Int16,Int8) OK 130ms
/aggregate functions/argMin/datatypes/Map(Int128,UInt64),String OK 107ms
/aggregate functions/argMax/datatypes/Map(Int128,Int16),String OK 113ms
/aggregate functions/argMin/datatypes/String,Map(Int128,UInt128) OK 143ms
/aggregate functions/argMin/datatypes/Map(Int128,UInt128),String OK 121ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Int32) OK 122ms
/aggregate functions/anyHeavy/Map(Int8,Array(String)) OK 136ms
/aggregate functions/anyLast/Map(Int16,Int16) OK 144ms
/aggregate functions/argMax/datatypes/Map(Int128,Int32),String OK 137ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Int8) OK 126ms
/aggregate functions/any/Map(Int16,Int128) OK 141ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Int64) OK 103ms
/aggregate functions/argMin/datatypes/Map(Int128,Int8),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Int16) OK 94ms
/aggregate functions/argMax/datatypes/Map(Int128,Int64),String OK 97ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Int128) OK 168ms
/aggregate functions/anyHeavy/Map(Int8,Map(String,LowCardinality(Float64))) OK 166ms
/aggregate functions/argMin/datatypes/Map(Int128,Int16),String OK 148ms
/aggregate functions/anyLast/Map(Int16,Int32) OK 165ms
/aggregate functions/argMax/datatypes/Map(Int128,Int128),String OK 157ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Int32) OK 147ms
/aggregate functions/any/Map(Int16,Float32) OK 126ms
/aggregate functions/argMin/datatypes/Map(Int128,Int32),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Float32) OK 111ms
/aggregate functions/any/Map(Int16,Float64) OK 162ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Int64) OK 175ms
/aggregate functions/argMax/datatypes/Map(Int128,Float32),String OK 131ms
/aggregate functions/anyHeavy/Map(Int8,Tuple(String)) OK 162ms
/aggregate functions/argMin/datatypes/Map(Int128,Int64),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Float64) OK 135ms
/aggregate functions/anyLast/Map(Int16,Int64) OK 141ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Int128) OK 141ms
/aggregate functions/argMax/datatypes/Map(Int128,Float64),String OK 132ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Decimal128(38)) OK 183ms
/aggregate functions/argMin/datatypes/Map(Int128,Int128),String OK 125ms
/aggregate functions/argMax/datatypes/Map(Int128,Decimal128(38)),String OK 153ms
/aggregate functions/any/Map(Int16,Decimal128(38)) OK 164ms
/aggregate functions/anyLast/Map(Int16,Int128) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Date) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Float32) OK 133ms
/aggregate functions/anyHeavy/Map(Int16,UInt8) OK 146ms
/aggregate functions/argMin/datatypes/Map(Int128,Float32),String OK 137ms
/aggregate functions/anyLast/Map(Int16,Float32) OK 91ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Float64) OK 100ms
/aggregate functions/argMin/datatypes/Map(Int128,Float64),String OK 153ms
/aggregate functions/argMax/datatypes/Map(Int128,Date),String OK 124ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Decimal128(38)) OK 142ms
/aggregate functions/argMax/datatypes/String,Map(Int128,DateTime) OK 103ms
/aggregate functions/anyHeavy/Map(Int16,UInt16) OK 139ms
/aggregate functions/argMax/datatypes/Map(Int128,DateTime),String OK 149ms
/aggregate functions/any/Map(Int16,Date) OK 115ms
/aggregate functions/anyLast/Map(Int16,Float64) OK 111ms
/aggregate functions/argMin/datatypes/Map(Int128,Decimal128(38)),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Int128,DateTime64(3)) OK 86ms
/aggregate functions/argMax/datatypes/Map(Int128,DateTime64(3)),String OK 131ms
/aggregate functions/any/Map(Int16,DateTime) OK 138ms
/aggregate functions/anyHeavy/Map(Int16,UInt32) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Date) OK 134ms
/aggregate functions/argMin/datatypes/Map(Int128,Date),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Bool) OK 111ms
/aggregate functions/anyLast/Map(Int16,Decimal128(38)) OK 164ms
/aggregate functions/argMin/datatypes/String,Map(Int128,DateTime) OK 161ms
/aggregate functions/argMax/datatypes/Map(Int128,Bool),String OK 138ms
/aggregate functions/argMax/datatypes/String,Map(Int128,String) OK 194ms
/aggregate functions/anyHeavy/Map(Int16,UInt64) OK 181ms
/aggregate functions/any/Map(Int16,DateTime64(3)) OK 165ms
/aggregate functions/argMax/datatypes/Map(Int128,String),String OK 165ms
/aggregate functions/argMin/datatypes/Map(Int128,DateTime),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(Int128,DateTime64(3)) OK 148ms
/aggregate functions/anyLast/Map(Int16,Date) OK 144ms
/aggregate functions/argMax/datatypes/String,Map(Int128,FixedString(51)) OK 136ms
/aggregate functions/argMin/datatypes/Map(Int128,DateTime64(3)),String OK 116ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Bool) OK 139ms
/aggregate functions/argMin/datatypes/Map(Int128,Bool),String OK 232ms
/aggregate functions/any/Map(Int16,Bool) OK 221ms
/aggregate functions/argMax/datatypes/Map(Int128,FixedString(51)),String OK 218ms
/aggregate functions/anyHeavy/Map(Int16,UInt128) OK 178ms
/aggregate functions/argMax/datatypes/String,Map(Int128,UUID) OK 183ms
/aggregate functions/argMin/datatypes/String,Map(Int128,String) OK 198ms
/aggregate functions/argMax/datatypes/Map(Int128,UUID),String OK 188ms
/aggregate functions/anyLast/Map(Int16,DateTime) OK 187ms
/aggregate functions/argMin/datatypes/Map(Int128,String),String OK 162ms
/aggregate functions/anyHeavy/Map(Int16,Int8) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(UInt8)) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Int128,FixedString(51)) OK 143ms
/aggregate functions/any/Map(Int16,String) OK 121ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(UInt8)),String OK 158ms
/aggregate functions/anyLast/Map(Int16,DateTime64(3)) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(UInt16)) OK 145ms
/aggregate functions/argMin/datatypes/Map(Int128,FixedString(51)),String OK 147ms
/aggregate functions/argMin/datatypes/String,Map(Int128,UUID) OK 109ms
/aggregate functions/anyHeavy/Map(Int16,Int16) OK 104ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(UInt16)),String OK 93ms
/aggregate functions/any/Map(Int16,FixedString(51)) OK 93ms
/aggregate functions/anyLast/Map(Int16,Bool) OK 95ms
/aggregate functions/argMin/datatypes/Map(Int128,UUID),String OK 148ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(UInt32)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(UInt8)) OK 119ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(UInt32)),String OK 109ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(UInt8)),String OK 151ms
/aggregate functions/anyHeavy/Map(Int16,Int32) OK 148ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(UInt64)) OK 124ms
/aggregate functions/any/Map(Int16,UUID) OK 117ms
/aggregate functions/anyLast/Map(Int16,String) OK 116ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(UInt64)),String OK 125ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(UInt16)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(UInt128)) OK 97ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(UInt16)),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(UInt32)) OK 173ms
/aggregate functions/anyHeavy/Map(Int16,Int64) OK 112ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(UInt128)),String OK 154ms
/aggregate functions/any/Map(Int16,Nullable(UInt8)) OK 109ms
/aggregate functions/anyLast/Map(Int16,FixedString(51)) OK 96ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(Int8)) OK 108ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(Int8)),String OK 109ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(UInt32)),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(UInt64)) OK 120ms
/aggregate functions/anyLast/Map(Int16,UUID) OK 95ms
/aggregate functions/anyHeavy/Map(Int16,Int128) OK 115ms
/aggregate functions/any/Map(Int16,Nullable(UInt16)) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(Int16)) OK 104ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(Int16)),String OK 102ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(UInt64)),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(Int32)) OK 102ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(UInt128)) OK 109ms
/aggregate functions/anyLast/Map(Int16,Nullable(UInt8)) OK 121ms
/aggregate functions/any/Map(Int16,Nullable(UInt32)) OK 116ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(UInt128)),String OK 122ms
/aggregate functions/anyHeavy/Map(Int16,Float32) OK 107ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(Int32)),String OK 93ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(Int64)) OK 120ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(Int64)),String OK 133ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(Int8)) OK 113ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(Int8)),String OK 115ms
/aggregate functions/anyLast/Map(Int16,Nullable(UInt16)) OK 137ms
/aggregate functions/any/Map(Int16,Nullable(UInt64)) OK 110ms
/aggregate functions/anyHeavy/Map(Int16,Float64) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(Int16)) OK 110ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(Int128)) OK 136ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(Int128)),String OK 111ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(Int16)),String OK 123ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(Int32)) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(Float32)) OK 93ms
/aggregate functions/anyHeavy/Map(Int16,Decimal128(38)) OK 108ms
/aggregate functions/any/Map(Int16,Nullable(UInt128)) OK 102ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(Int32)),String OK 103ms
/aggregate functions/anyLast/Map(Int16,Nullable(UInt32)) OK 100ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(Float32)),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(Float64)) OK 98ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(Float64)),String OK 103ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(Int64)) OK 146ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(Int64)),String OK 107ms
/aggregate functions/any/Map(Int16,Nullable(Int8)) OK 122ms
/aggregate functions/anyHeavy/Map(Int16,Date) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(Int128)) OK 121ms
/aggregate functions/anyLast/Map(Int16,Nullable(UInt64)) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(Decimal128(38))) OK 101ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(Decimal128(38))),String OK 108ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(Date)) OK 91ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(Int128)),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(Float32)) OK 132ms
/aggregate functions/any/Map(Int16,Nullable(Int16)) OK 110ms
/aggregate functions/anyHeavy/Map(Int16,DateTime) OK 115ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(Float32)),String OK 153ms
/aggregate functions/anyLast/Map(Int16,Nullable(UInt128)) OK 86ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(Date)),String OK 106ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(DateTime)) OK 141ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(DateTime)),String OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(Float64)) OK 103ms
/aggregate functions/anyLast/Map(Int16,Nullable(Int8)) OK 103ms
/aggregate functions/any/Map(Int16,Nullable(Int32)) OK 101ms
/aggregate functions/anyHeavy/Map(Int16,DateTime64(3)) OK 129ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(Float64)),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(DateTime64(3))) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(Decimal128(38))) OK 96ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(DateTime64(3))),String OK 102ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(Bool)) OK 165ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(Decimal128(38))),String OK 148ms
/aggregate functions/anyLast/Map(Int16,Nullable(Int16)) OK 108ms
/aggregate functions/any/Map(Int16,Nullable(Int64)) OK 82ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(Date)) OK 119ms
/aggregate functions/anyHeavy/Map(Int16,Bool) OK 107ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(Date)),String OK 126ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(Bool)),String OK 93ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(String)) OK 139ms
/aggregate functions/any/Map(Int16,Nullable(Int128)) OK 86ms
/aggregate functions/anyLast/Map(Int16,Nullable(Int32)) OK 104ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(String)),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(DateTime)) OK 127ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(DateTime)),String OK 116ms
/aggregate functions/anyHeavy/Map(Int16,String) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(FixedString(51))) OK 152ms
/aggregate functions/any/Map(Int16,Nullable(Float32)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(DateTime64(3))) OK 140ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(FixedString(51))),String OK 107ms
/aggregate functions/anyLast/Map(Int16,Nullable(Int64)) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Nullable(UUID)) OK 93ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(DateTime64(3))),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(Bool)) OK 113ms
/aggregate functions/anyHeavy/Map(Int16,FixedString(51)) OK 144ms
/aggregate functions/any/Map(Int16,Nullable(Float64)) OK 124ms
/aggregate functions/argMax/datatypes/Map(Int128,Nullable(UUID)),String OK 137ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(UInt8)) OK 119ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(Bool)),String OK 155ms
/aggregate functions/anyLast/Map(Int16,Nullable(Int128)) OK 97ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(UInt8)),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(String)) OK 102ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(String)),String OK 113ms
/aggregate functions/anyHeavy/Map(Int16,UUID) OK 136ms
/aggregate functions/anyLast/Map(Int16,Nullable(Float32)) OK 133ms
/aggregate functions/any/Map(Int16,Nullable(Decimal128(38))) OK 107ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(UInt16)) OK 117ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(UInt16)),String OK 116ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(UInt32)) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(FixedString(51))) OK 104ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(FixedString(51))),String OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Nullable(UUID)) OK 97ms
/aggregate functions/any/Map(Int16,Nullable(Date)) OK 184ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(UInt32)),String OK 101ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(UInt8)) OK 174ms
/aggregate functions/anyLast/Map(Int16,Nullable(Float64)) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(UInt64)) OK 150ms
/aggregate functions/argMin/datatypes/Map(Int128,Nullable(UUID)),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(UInt8)) OK 138ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(UInt64)),String OK 130ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(UInt8)),String OK 92ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(UInt128)) OK 156ms
/aggregate functions/anyLast/Map(Int16,Nullable(Decimal128(38))) OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(UInt16)) OK 143ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(UInt128)),String OK 111ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(UInt16)),String OK 141ms
/aggregate functions/any/Map(Int16,Nullable(DateTime)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(UInt32)) OK 139ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(UInt16)) OK 110ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Int8)) OK 118ms
/aggregate functions/anyLast/Map(Int16,Nullable(Date)) OK 92ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Int8)),String OK 82ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Int16)) OK 155ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(UInt32)) OK 159ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(UInt32)),String OK 156ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Int16)),String OK 143ms
/aggregate functions/any/Map(Int16,Nullable(DateTime64(3))) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(UInt64)) OK 130ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(UInt64)),String OK 141ms
/aggregate functions/anyLast/Map(Int16,Nullable(DateTime)) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Int32)) OK 119ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Int32)),String OK 165ms
/aggregate functions/any/Map(Int16,Nullable(Bool)) OK 157ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(UInt128)) OK 169ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Int64)) OK 161ms
/aggregate functions/anyLast/Map(Int16,Nullable(DateTime64(3))) OK 158ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(UInt64)) OK 146ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(UInt128)),String OK 152ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Int8)) OK 109ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Int64)),String OK 153ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Int8)),String OK 87ms
/aggregate functions/any/Map(Int16,Nullable(String)) OK 134ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(UInt128)) OK 153ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Int128)) OK 100ms
/aggregate functions/anyLast/Map(Int16,Nullable(Bool)) OK 162ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Int128)),String OK 160ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Int16)) OK 104ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Int16)),String OK 151ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Float32)) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Int32)) OK 120ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Float32)),String OK 94ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Int32)),String OK 115ms
/aggregate functions/any/Map(Int16,Nullable(FixedString(51))) OK 102ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Float64)) OK 131ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(Int8)) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Int64)) OK 157ms
/aggregate functions/anyLast/Map(Int16,Nullable(String)) OK 126ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Float64)),String OK 150ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Int64)),String OK 159ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Date)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Int128)) OK 117ms
/aggregate functions/any/Map(Int16,Nullable(UUID)) OK 120ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(Int16)) OK 102ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Date)),String OK 110ms
/aggregate functions/anyLast/Map(Int16,Nullable(FixedString(51))) OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(DateTime)) OK 117ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Int128)),String OK 130ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(DateTime)),String OK 114ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Float32)) OK 130ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Float32)),String OK 141ms
/aggregate functions/any/Map(Int16,LowCardinality(UInt8)) OK 105ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(Int32)) OK 138ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Bool)) OK 114ms
/aggregate functions/anyLast/Map(Int16,Nullable(UUID)) OK 105ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Bool)),String OK 135ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(String)) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Float64)) OK 132ms
/aggregate functions/any/Map(Int16,LowCardinality(UInt16)) OK 137ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Float64)),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Date)) OK 128ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(String)),String OK 101ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(Int64)) OK 103ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(UInt8)) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(FixedString(51))) OK 138ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(FixedString(51))),String OK 139ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Date)),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(DateTime)) OK 100ms
/aggregate functions/any/Map(Int16,LowCardinality(UInt32)) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(UUID)) OK 122ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(DateTime)),String OK 121ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(Int128)) OK 106ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(UInt16)) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Bool)) OK 204ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(UUID)),String OK 149ms
/aggregate functions/any/Map(Int16,LowCardinality(UInt64)) OK 162ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt8))) OK 178ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Bool)),String OK 146ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(Float32)) OK 115ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(UInt8))),String OK 140ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(String)) OK 140ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(UInt32)) OK 115ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(Float64)) OK 94ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt16))) OK 208ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(String)),String OK 197ms
/aggregate functions/any/Map(Int16,LowCardinality(UInt128)) OK 168ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(UInt16))),String OK 172ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(FixedString(51))) OK 173ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(UInt64)) OK 155ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt32))) OK 165ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(FixedString(51))),String OK 146ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(Decimal128(38))) OK 236ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(UInt128)) OK 132ms
/aggregate functions/any/Map(Int16,LowCardinality(Int8)) OK 138ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(UUID)) OK 112ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(UInt32))),String OK 125ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(UUID)),String OK 151ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt64))) OK 138ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(UInt64))),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt8))) OK 148ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(UInt8))),String OK 154ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Int8)) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt128))) OK 134ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(Date)) OK 123ms
/aggregate functions/any/Map(Int16,LowCardinality(Int16)) OK 118ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(UInt128))),String OK 122ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt16))) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(Int8))) OK 116ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(UInt16))),String OK 121ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Int16)) OK 112ms
/aggregate functions/any/Map(Int16,LowCardinality(Int32)) OK 126ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(DateTime)) OK 116ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(Int8))),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt32))) OK 120ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(Int16))) OK 149ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(Int16))),String OK 119ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(UInt32))),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt64))) OK 119ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Int32)) OK 90ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(DateTime64(3))) OK 116ms
/aggregate functions/any/Map(Int16,LowCardinality(Int64)) OK 119ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(UInt64))),String OK 132ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(Int32))) OK 146ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(Int32))),String OK 145ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt128))) OK 101ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(UInt128))),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(Int64))) OK 113ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Int64)) OK 112ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(Bool)) OK 99ms
/aggregate functions/any/Map(Int16,LowCardinality(Int128)) OK 98ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(Int8))) OK 161ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(Int8))),String OK 156ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(Int16))) OK 132ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(Int64))),String OK 165ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(Int128))) OK 126ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(Int128))),String OK 142ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Int128)) OK 125ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(String)) OK 110ms
/aggregate functions/any/Map(Int16,LowCardinality(Float32)) OK 110ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(Int16))),String OK 188ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(Float32))) OK 169ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(Int32))) OK 145ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(Int32))),String OK 164ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Float32)) OK 155ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(Float32))),String OK 163ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(FixedString(51))) OK 96ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(Float64))) OK 147ms
/aggregate functions/any/Map(Int16,LowCardinality(Float64)) OK 121ms
/aggregate functions/anyHeavy/Map(Int16,Nullable(UUID)) OK 81ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(Int64))) OK 186ms
/aggregate functions/any/Map(Int16,LowCardinality(Date)) OK 151ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(Float64))),String OK 119ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Float64)) OK 104ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(Int64))),String OK 156ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(Date))) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(Int128))) OK 159ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(Date))),String OK 138ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(UInt8)) OK 131ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Date)) OK 93ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(DateTime))) OK 124ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(DateTime))),String OK 88ms
/aggregate functions/any/Map(Int16,LowCardinality(DateTime)) OK 137ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(Bool))) OK 114ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(Int128))),String OK 128ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(Float32))) OK 152ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(UInt16)) OK 121ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(Float32))),String OK 122ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(DateTime)) OK 122ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(Bool))),String OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(String))) OK 131ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(String))),String OK 104ms
/aggregate functions/any/Map(Int16,LowCardinality(Bool)) OK 145ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(Float64))) OK 107ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(UInt32)) OK 127ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(Float64))),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(Date))) OK 148ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Bool)) OK 141ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 130ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(FixedString(51)))),String OK 131ms
/aggregate functions/argMax/datatypes/String,Map(Int128,LowCardinality(Nullable(UUID))) OK 115ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(Date))),String OK 117ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(DateTime))) OK 112ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(UInt64)) OK 107ms
/aggregate functions/any/Map(Int16,LowCardinality(String)) OK 103ms
/aggregate functions/argMax/datatypes/Map(Int128,LowCardinality(Nullable(UUID))),String OK 96ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(String)) OK 98ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(DateTime))),String OK 98ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Array(String)) OK 134ms
/aggregate functions/argMax/datatypes/Map(Int128,Array(String)),String OK 158ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(Bool))) OK 123ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(Bool))),String OK 150ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(UInt128)) OK 105ms
/aggregate functions/any/Map(Int16,LowCardinality(FixedString(51))) OK 102ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Map(String,LowCardinality(Float64))) OK 120ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(FixedString(51))) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(String))) OK 119ms
/aggregate functions/argMax/datatypes/Map(Int128,Map(String,LowCardinality(Float64))),String OK 98ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Int8)) OK 106ms
/aggregate functions/any/Map(Int16,LowCardinality(UUID)) OK 110ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(String))),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(Int128,Tuple(String)) OK 141ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 162ms
/aggregate functions/argMax/datatypes/Map(Int128,Tuple(String)),String OK 99ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(UUID)) OK 117ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(FixedString(51)))),String OK 105ms
/aggregate functions/argMax/datatypes/String,Map(Date,UInt8) OK 116ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Int16)) OK 118ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/argMin/datatypes/String,Map(Int128,LowCardinality(Nullable(UUID))) OK 116ms
/aggregate functions/argMax/datatypes/Map(Date,UInt8),String OK 94ms
/aggregate functions/argMin/datatypes/Map(Int128,LowCardinality(Nullable(UUID))),String OK 115ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(UInt8))) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(Date,UInt16) OK 107ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Array(String)) OK 123ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(UInt16))) OK 110ms
/aggregate functions/argMax/datatypes/Map(Date,UInt16),String OK 99ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Int32)) OK 104ms
/aggregate functions/argMax/datatypes/String,Map(Date,UInt32) OK 99ms
/aggregate functions/argMin/datatypes/Map(Int128,Array(String)),String OK 160ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(UInt16))) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Map(String,LowCardinality(Float64))) OK 120ms
/aggregate functions/argMax/datatypes/Map(Date,UInt32),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Date,UInt64) OK 107ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(UInt32))) OK 97ms
/aggregate functions/argMin/datatypes/Map(Int128,Map(String,LowCardinality(Float64))),String OK 101ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Int64)) OK 155ms
/aggregate functions/argMax/datatypes/Map(Date,UInt64),String OK 139ms
/aggregate functions/argMax/datatypes/String,Map(Date,UInt128) OK 164ms
/aggregate functions/argMin/datatypes/String,Map(Int128,Tuple(String)) OK 164ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(UInt32))) OK 137ms
/aggregate functions/argMin/datatypes/Map(Int128,Tuple(String)),String OK 143ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(UInt64))) OK 138ms
/aggregate functions/argMax/datatypes/Map(Date,UInt128),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Date,UInt8) OK 110ms
/aggregate functions/argMax/datatypes/String,Map(Date,Int8) OK 148ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Int128)) OK 88ms
/aggregate functions/argMin/datatypes/Map(Date,UInt8),String OK 135ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(UInt64))) OK 166ms
/aggregate functions/argMax/datatypes/Map(Date,Int8),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Date,UInt16) OK 159ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(UInt128))) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(Date,Int16) OK 97ms
/aggregate functions/argMin/datatypes/Map(Date,UInt16),String OK 128ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Float32)) OK 125ms
/aggregate functions/argMax/datatypes/Map(Date,Int16),String OK 94ms
/aggregate functions/argMax/datatypes/String,Map(Date,Int32) OK 87ms
/aggregate functions/argMax/datatypes/Map(Date,Int32),String OK 114ms
/aggregate functions/argMin/datatypes/String,Map(Date,UInt32) OK 88ms
/aggregate functions/argMin/datatypes/Map(Date,UInt32),String OK 147ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Float64)) OK 157ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(Int8))) OK 113ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(UInt128))) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(Date,UInt64) OK 112ms
/aggregate functions/argMax/datatypes/String,Map(Date,Int64) OK 110ms
/aggregate functions/argMax/datatypes/Map(Date,Int64),String OK 114ms
/aggregate functions/argMin/datatypes/Map(Date,UInt64),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(Date,Int128) OK 91ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(Int8))) OK 105ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(Int16))) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Date,UInt128) OK 116ms
/aggregate functions/argMax/datatypes/Map(Date,Int128),String OK 120ms
/aggregate functions/argMin/datatypes/Map(Date,UInt128),String OK 91ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Date)) OK 164ms
/aggregate functions/argMax/datatypes/String,Map(Date,Float32) OK 187ms
/aggregate functions/argMin/datatypes/String,Map(Date,Int8) OK 171ms
/aggregate functions/argMax/datatypes/Map(Date,Float32),String OK 162ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(Int16))) OK 137ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(Int32))) OK 107ms
/aggregate functions/argMin/datatypes/Map(Date,Int8),String OK 119ms
/aggregate functions/argMin/datatypes/String,Map(Date,Int16) OK 152ms
/aggregate functions/argMax/datatypes/String,Map(Date,Float64) OK 148ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(DateTime)) OK 170ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(Int64))) OK 120ms
/aggregate functions/argMax/datatypes/Map(Date,Float64),String OK 134ms
/aggregate functions/argMin/datatypes/Map(Date,Int16),String OK 156ms
/aggregate functions/argMax/datatypes/String,Map(Date,Decimal128(38)) OK 97ms
/aggregate functions/argMin/datatypes/String,Map(Date,Int32) OK 112ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(Int32))) OK 105ms
/aggregate functions/argMin/datatypes/Map(Date,Int32),String OK 221ms
/aggregate functions/argMax/datatypes/Map(Date,Decimal128(38)),String OK 229ms
/aggregate functions/argMax/datatypes/String,Map(Date,Date) OK 153ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(Int128))) OK 308ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(Int64))) OK 282ms
/aggregate functions/argMin/datatypes/String,Map(Date,Int64) OK 284ms
/aggregate functions/argMax/datatypes/Map(Date,Date),String OK 259ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Bool)) OK 240ms
/aggregate functions/argMin/datatypes/Map(Date,Int64),String OK 261ms
/aggregate functions/argMax/datatypes/String,Map(Date,DateTime) OK 173ms
/aggregate functions/argMin/datatypes/String,Map(Date,Int128) OK 153ms
/aggregate functions/argMax/datatypes/Map(Date,DateTime),String OK 144ms
/aggregate functions/argMax/datatypes/String,Map(Date,DateTime64(3)) OK 129ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(String)) OK 141ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(Int128))) OK 154ms
/aggregate functions/argMin/datatypes/Map(Date,Int128),String OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Date,Float32) OK 135ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(Float32))) OK 128ms
/aggregate functions/argMin/datatypes/Map(Date,Float32),String OK 130ms
/aggregate functions/argMax/datatypes/Map(Date,DateTime64(3)),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Date,Bool) OK 94ms
/aggregate functions/argMax/datatypes/Map(Date,Bool),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(Date,String) OK 141ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(FixedString(51))) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(Date,Float64) OK 124ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(Float64))) OK 126ms
/aggregate functions/argMin/datatypes/Map(Date,Float64),String OK 139ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(Float32))) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(Date,Decimal128(38)) OK 140ms
/aggregate functions/argMax/datatypes/Map(Date,String),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(Date,FixedString(51)) OK 108ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(UUID)) OK 110ms
/aggregate functions/argMin/datatypes/Map(Date,Decimal128(38)),String OK 118ms
/aggregate functions/argMax/datatypes/Map(Date,FixedString(51)),String OK 149ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(Date))) OK 142ms
/aggregate functions/argMax/datatypes/String,Map(Date,UUID) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(Date,Date) OK 133ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(Float64))) OK 143ms
/aggregate functions/argMin/datatypes/Map(Date,Date),String OK 132ms
/aggregate functions/argMax/datatypes/Map(Date,UUID),String OK 108ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(UInt8))) OK 97ms
/aggregate functions/argMin/datatypes/String,Map(Date,DateTime) OK 96ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(DateTime))) OK 211ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(UInt8)) OK 107ms
/aggregate functions/argMin/datatypes/Map(Date,DateTime),String OK 220ms
/aggregate functions/argMin/datatypes/String,Map(Date,DateTime64(3)) OK 105ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(UInt8)),String OK 194ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(Date))) OK 201ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(UInt16)) OK 105ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(UInt16))) OK 187ms
/aggregate functions/argMin/datatypes/Map(Date,DateTime64(3)),String OK 173ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(UInt16)),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Date,Bool) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(UInt32)) OK 153ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(Bool))) OK 141ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(UInt32)),String OK 120ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(DateTime))) OK 171ms
/aggregate functions/argMin/datatypes/Map(Date,Bool),String OK 128ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(UInt64)) OK 105ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(UInt32))) OK 169ms
/aggregate functions/argMin/datatypes/String,Map(Date,String) OK 158ms
/aggregate functions/argMin/datatypes/Map(Date,String),String OK 141ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(UInt64)),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(UInt128)) OK 87ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(UInt128)),String OK 128ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/argMin/datatypes/String,Map(Date,FixedString(51)) OK 119ms
/aggregate functions/argMin/datatypes/Map(Date,FixedString(51)),String OK 128ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(Bool))) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(Date,UUID) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(Int8)) OK 114ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(UInt64))) OK 96ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(Int8)),String OK 114ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(Int16)) OK 108ms
/aggregate functions/argMin/datatypes/Map(Date,UUID),String OK 105ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(UInt128))) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(UInt8)) OK 131ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(Int16)),String OK 147ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(UInt8)),String OK 117ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(String))) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(Int32)) OK 114ms
/aggregate functions/any/Map(Int16,LowCardinality(Nullable(UUID))) OK 105ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(Int32)),String OK 103ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(UInt16)) OK 93ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(Int8))) OK 129ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(UInt16)),String OK 193ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(UInt32)) OK 202ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(Int64)) OK 193ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 166ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(Int64)),String OK 189ms
/aggregate functions/any/Map(Int16,Array(String)) OK 170ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(UInt32)),String OK 174ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(Int128)) OK 155ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(Int16))) OK 146ms
/aggregate functions/anyLast/Map(Int16,LowCardinality(Nullable(UUID))) OK 191ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(UInt64)) OK 181ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(Int128)),String OK 181ms
/aggregate functions/any/Map(Int16,Map(String,LowCardinality(Float64))) OK 162ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(Float32)) OK 166ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(UInt64)),String OK 149ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(UInt128)) OK 153ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(Float32)),String OK 169ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(Int32))) OK 118ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(UInt128)),String OK 162ms
/aggregate functions/any/Map(Int16,Tuple(String)) OK 128ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(Int8)) OK 138ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(Float64)) OK 144ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(Int8)),String OK 134ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(Float64)),String OK 134ms
/aggregate functions/anyLast/Map(Int16,Array(String)) OK 146ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(Decimal128(38))) OK 146ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(Int64))) OK 137ms
/aggregate functions/any/Map(Int32,UInt8) OK 165ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(Int16)) OK 127ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(Int16)),String OK 112ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(Decimal128(38))),String OK 140ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(Date)) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(Int32)) OK 139ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(Int128))) OK 141ms
/aggregate functions/anyLast/Map(Int16,Map(String,LowCardinality(Float64))) OK 113ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(Date)),String OK 132ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(Int32)),String OK 176ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(Int64)) OK 156ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(DateTime)) OK 159ms
/aggregate functions/anyLast/Map(Int16,Tuple(String)) OK 149ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(DateTime)),String OK 116ms
/aggregate functions/any/Map(Int32,UInt16) OK 116ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(Int64)),String OK 145ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(DateTime64(3))) OK 120ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(Float32))) OK 92ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(Float64))) OK 174ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(DateTime64(3))),String OK 162ms
/aggregate functions/any/Map(Int32,UInt32) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(Bool)) OK 158ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(Int128)) OK 125ms
/aggregate functions/anyLast/Map(Int32,UInt8) OK 139ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(Bool)),String OK 150ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(Int128)),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(Float32)) OK 133ms
/aggregate functions/any/Map(Int32,UInt64) OK 95ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(Float32)),String OK 178ms
/aggregate functions/anyLast/Map(Int32,UInt16) OK 152ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(String)) OK 165ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(Date))) OK 151ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(Float64)) OK 162ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(String)),String OK 151ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(Float64)),String OK 168ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(FixedString(51))) OK 163ms
/aggregate functions/any/Map(Int32,UInt128) OK 128ms
/aggregate functions/anyLast/Map(Int32,UInt32) OK 123ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(DateTime))) OK 128ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(Decimal128(38))) OK 152ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(FixedString(51))),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(Date,Nullable(UUID)) OK 143ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(Decimal128(38))),String OK 149ms
/aggregate functions/argMax/datatypes/Map(Date,Nullable(UUID)),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(Date)) OK 149ms
/aggregate functions/any/Map(Int32,Int8) OK 138ms
/aggregate functions/anyLast/Map(Int32,UInt64) OK 142ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(UInt8)) OK 140ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(Bool))) OK 129ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(UInt8)),String OK 148ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(Date)),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(DateTime)) OK 173ms
/aggregate functions/any/Map(Int32,Int16) OK 190ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(UInt16)) OK 174ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(DateTime)),String OK 178ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(String))) OK 116ms
/aggregate functions/anyLast/Map(Int32,UInt128) OK 135ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(UInt16)),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(DateTime64(3))) OK 104ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(UInt32)) OK 102ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(DateTime64(3))),String OK 118ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(UInt32)),String OK 144ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(Bool)) OK 134ms
/aggregate functions/any/Map(Int32,Int32) OK 107ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(UInt64)) OK 176ms
/aggregate functions/anyLast/Map(Int32,Int8) OK 130ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(Bool)),String OK 99ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(UInt64)),String OK 115ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(String)) OK 96ms
/aggregate functions/any/Map(Int32,Int64) OK 110ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(String)),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(UInt128)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(FixedString(51))) OK 133ms
/aggregate functions/anyHeavy/Map(Int16,LowCardinality(Nullable(UUID))) OK 118ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(UInt128)),String OK 133ms
/aggregate functions/anyLast/Map(Int32,Int16) OK 108ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(FixedString(51))),String OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Int8)) OK 116ms
/aggregate functions/any/Map(Int32,Int128) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(Date,Nullable(UUID)) OK 140ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Int8)),String OK 111ms
/aggregate functions/anyHeavy/Map(Int16,Array(String)) OK 117ms
/aggregate functions/argMin/datatypes/Map(Date,Nullable(UUID)),String OK 143ms
/aggregate functions/anyLast/Map(Int32,Int32) OK 135ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Int16)) OK 98ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(UInt8)) OK 117ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Int16)),String OK 109ms
/aggregate functions/any/Map(Int32,Float32) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Int32)) OK 102ms
/aggregate functions/anyHeavy/Map(Int16,Map(String,LowCardinality(Float64))) OK 130ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(UInt8)),String OK 135ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Int32)),String OK 147ms
/aggregate functions/anyLast/Map(Int32,Int64) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(UInt16)) OK 103ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(UInt16)),String OK 122ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Int64)) OK 105ms
/aggregate functions/any/Map(Int32,Float64) OK 104ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Int64)),String OK 91ms
/aggregate functions/anyHeavy/Map(Int16,Tuple(String)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(UInt32)) OK 141ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(UInt32)),String OK 146ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Int128)) OK 154ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Int128)),String OK 111ms
/aggregate functions/anyLast/Map(Int32,Int128) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(UInt64)) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Float32)) OK 121ms
/aggregate functions/any/Map(Int32,Decimal128(38)) OK 125ms
/aggregate functions/anyHeavy/Map(Int32,UInt8) OK 96ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Float32)),String OK 163ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(UInt64)),String OK 162ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(UInt128)) OK 142ms
/aggregate functions/anyLast/Map(Int32,Float32) OK 127ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(UInt128)),String OK 153ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Float64)) OK 153ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Float64)),String OK 135ms
/aggregate functions/any/Map(Int32,Date) OK 146ms
/aggregate functions/anyHeavy/Map(Int32,UInt16) OK 118ms
/aggregate functions/anyLast/Map(Int32,Float64) OK 176ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Int8)) OK 174ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Date)) OK 178ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Int8)),String OK 159ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Date)),String OK 118ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Int16)) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(DateTime)) OK 147ms
/aggregate functions/any/Map(Int32,DateTime) OK 134ms
/aggregate functions/anyHeavy/Map(Int32,UInt32) OK 133ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(DateTime)),String OK 80ms
/aggregate functions/any/Map(Int32,DateTime64(3)) OK 151ms
/aggregate functions/anyLast/Map(Int32,Decimal128(38)) OK 148ms
/aggregate functions/anyHeavy/Map(Int32,UInt64) OK 125ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Int16)),String OK 145ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Bool)) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Int32)) OK 156ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Int32)),String OK 102ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Bool)),String OK 154ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(String)) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Int64)) OK 109ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(String)),String OK 95ms
/aggregate functions/anyHeavy/Map(Int32,UInt128) OK 84ms
/aggregate functions/anyLast/Map(Int32,Date) OK 135ms
/aggregate functions/any/Map(Int32,Bool) OK 128ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Int64)),String OK 124ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Int128)) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(FixedString(51))),String OK 100ms
/aggregate functions/anyHeavy/Map(Int32,Int8) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(UUID)) OK 116ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Int128)),String OK 131ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(UUID)),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Float32)) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(UInt8))) OK 112ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Float32)),String OK 132ms
/aggregate functions/any/Map(Int32,String) OK 132ms
/aggregate functions/anyLast/Map(Int32,DateTime) OK 105ms
/aggregate functions/anyHeavy/Map(Int32,Int16) OK 110ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(UInt8))),String OK 117ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Float64)) OK 106ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(UInt16))) OK 121ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Float64)),String OK 94ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(UInt16))),String OK 150ms
/aggregate functions/anyLast/Map(Int32,DateTime64(3)) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Date)) OK 108ms
/aggregate functions/any/Map(Int32,FixedString(51)) OK 108ms
/aggregate functions/anyHeavy/Map(Int32,Int32) OK 96ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(UInt32))) OK 94ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Date)),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(DateTime)) OK 121ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(UInt32))),String OK 108ms
/aggregate functions/anyLast/Map(Int32,Bool) OK 108ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(DateTime)),String OK 211ms
/aggregate functions/any/Map(Int32,UUID) OK 103ms
/aggregate functions/anyHeavy/Map(Int32,Int64) OK 202ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(UInt64))) OK 99ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(UInt64))),String OK 203ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Bool)) OK 173ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Bool)),String OK 169ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(UInt128))) OK 167ms
/aggregate functions/anyLast/Map(Int32,String) OK 138ms
/aggregate functions/any/Map(Int32,Nullable(UInt8)) OK 128ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(UInt128))),String OK 152ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(String)) OK 138ms
/aggregate functions/anyHeavy/Map(Int32,Int128) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(Int8))) OK 148ms
/aggregate functions/any/Map(Int32,Nullable(UInt16)) OK 155ms
/aggregate functions/anyLast/Map(Int32,FixedString(51)) OK 142ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(String)),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(FixedString(51))) OK 150ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(Int8))),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(Int16))) OK 129ms
/aggregate functions/anyHeavy/Map(Int32,Float32) OK 102ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(FixedString(51))),String OK 106ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(Int16))),String OK 189ms
/aggregate functions/anyLast/Map(Int32,UUID) OK 167ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(Int32))) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(UUID)) OK 145ms
/aggregate functions/any/Map(Int32,Nullable(UInt32)) OK 156ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(UUID)),String OK 152ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(Int32))),String OK 129ms
/aggregate functions/anyHeavy/Map(Int32,Float64) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(UInt8))) OK 141ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(Int64))) OK 114ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(UInt8))),String OK 120ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(Int64))),String OK 124ms
/aggregate functions/any/Map(Int32,Nullable(UInt64)) OK 127ms
/aggregate functions/anyLast/Map(Int32,Nullable(UInt8)) OK 110ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(Int128))) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(UInt16))) OK 117ms
/aggregate functions/anyHeavy/Map(Int32,Decimal128(38)) OK 105ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(UInt16))),String OK 125ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(Int128))),String OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(UInt32))) OK 131ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(Float32))) OK 116ms
/aggregate functions/anyLast/Map(Int32,Nullable(UInt16)) OK 132ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(Float32))),String OK 139ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(UInt32))),String OK 131ms
/aggregate functions/any/Map(Int32,Nullable(UInt128)) OK 131ms
/aggregate functions/anyHeavy/Map(Int32,Date) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(UInt64))) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(Float64))) OK 125ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(Float64))),String OK 92ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(UInt64))),String OK 128ms
/aggregate functions/anyLast/Map(Int32,Nullable(UInt32)) OK 150ms
/aggregate functions/anyHeavy/Map(Int32,DateTime) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(UInt128))) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(Date))) OK 134ms
/aggregate functions/any/Map(Int32,Nullable(Int8)) OK 122ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(UInt128))),String OK 124ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(Date))),String OK 94ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(Int8))) OK 164ms
/aggregate functions/anyHeavy/Map(Int32,DateTime64(3)) OK 160ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(Int8))),String OK 160ms
/aggregate functions/any/Map(Int32,Nullable(Int16)) OK 133ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(DateTime))),String OK 128ms
/aggregate functions/anyLast/Map(Int32,Nullable(UInt64)) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(Int16))) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(Bool))) OK 131ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(Bool))),String OK 124ms
/aggregate functions/anyLast/Map(Int32,Nullable(UInt128)) OK 190ms
/aggregate functions/any/Map(Int32,Nullable(Int32)) OK 193ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(String))) OK 177ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(Int16))),String OK 204ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(Int32))) OK 192ms
/aggregate functions/anyHeavy/Map(Int32,Bool) OK 183ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(Int32))),String OK 153ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(String))),String OK 170ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 154ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(Int64))) OK 172ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(FixedString(51)))),String OK 146ms
/aggregate functions/anyLast/Map(Int32,Nullable(Int8)) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(Date,LowCardinality(Nullable(UUID))) OK 165ms
/aggregate functions/any/Map(Int32,Nullable(Int64)) OK 125ms
/aggregate functions/argMax/datatypes/Map(Date,LowCardinality(Nullable(UUID))),String OK 140ms
/aggregate functions/anyHeavy/Map(Int32,String) OK 141ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(Int64))),String OK 122ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(Int128))) OK 142ms
/aggregate functions/anyLast/Map(Int32,Nullable(Int16)) OK 181ms
/aggregate functions/any/Map(Int32,Nullable(Int128)) OK 173ms
/aggregate functions/argMax/datatypes/String,Map(Date,Array(String)) OK 124ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(Int128))),String OK 162ms
/aggregate functions/argMax/datatypes/Map(Date,Array(String)),String OK 161ms
/aggregate functions/anyHeavy/Map(Int32,FixedString(51)) OK 159ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(Float32))) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(Date,Map(String,LowCardinality(Float64))) OK 122ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(Float32))),String OK 147ms
/aggregate functions/argMax/datatypes/Map(Date,Map(String,LowCardinality(Float64))),String OK 125ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(Float64))) OK 188ms
/aggregate functions/argMax/datatypes/String,Map(Date,Tuple(String)) OK 191ms
/aggregate functions/any/Map(Int32,Nullable(Float32)) OK 164ms
/aggregate functions/anyLast/Map(Int32,Nullable(Int32)) OK 161ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(Float64))),String OK 172ms
/aggregate functions/argMax/datatypes/Map(Date,Tuple(String)),String OK 171ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(Date))) OK 142ms
/aggregate functions/anyHeavy/Map(Int32,UUID) OK 154ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,UInt8) OK 156ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(Date))),String OK 171ms
/aggregate functions/anyLast/Map(Int32,Nullable(Int64)) OK 128ms
/aggregate functions/any/Map(Int32,Nullable(Float64)) OK 147ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(UInt8)) OK 170ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(DateTime))) OK 169ms
/aggregate functions/argMax/datatypes/Map(DateTime,UInt8),String OK 159ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(DateTime))),String OK 151ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,UInt16) OK 103ms
/aggregate functions/argMax/datatypes/Map(DateTime,UInt16),String OK 106ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,UInt32) OK 99ms
/aggregate functions/anyLast/Map(Int32,Nullable(Int128)) OK 111ms
/aggregate functions/any/Map(Int32,Nullable(Decimal128(38))) OK 149ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(Bool))) OK 127ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(Bool))),String OK 129ms
/aggregate functions/argMax/datatypes/Map(DateTime,UInt32),String OK 110ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(UInt16)) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(String))) OK 154ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,UInt64) OK 142ms
/aggregate functions/argMax/datatypes/Map(DateTime,UInt64),String OK 117ms
/aggregate functions/anyLast/Map(Int32,Nullable(Float32)) OK 105ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(UInt32)) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,UInt128) OK 138ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(String))),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 131ms
/aggregate functions/any/Map(Int32,Nullable(Date)) OK 109ms
/aggregate functions/argMax/datatypes/Map(DateTime,UInt128),String OK 108ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(FixedString(51)))),String OK 110ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Int8) OK 125ms
/aggregate functions/anyLast/Map(Int32,Nullable(Float64)) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(Date,LowCardinality(Nullable(UUID))) OK 103ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(UInt64)) OK 113ms
/aggregate functions/any/Map(Int32,Nullable(DateTime)) OK 104ms
/aggregate functions/argMax/datatypes/Map(DateTime,Int8),String OK 109ms
/aggregate functions/argMin/datatypes/Map(Date,LowCardinality(Nullable(UUID))),String OK 116ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Int16) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(Date,Array(String)) OK 117ms
/aggregate functions/anyLast/Map(Int32,Nullable(Decimal128(38))) OK 112ms
/aggregate functions/argMax/datatypes/Map(DateTime,Int16),String OK 103ms
/aggregate functions/argMin/datatypes/Map(Date,Array(String)),String OK 122ms
/aggregate functions/any/Map(Int32,Nullable(DateTime64(3))) OK 121ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(UInt128)) OK 103ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Int32) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(Date,Map(String,LowCardinality(Float64))) OK 134ms
/aggregate functions/argMax/datatypes/Map(DateTime,Int32),String OK 129ms
/aggregate functions/argMin/datatypes/Map(Date,Map(String,LowCardinality(Float64))),String OK 136ms
/aggregate functions/anyLast/Map(Int32,Nullable(Date)) OK 99ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Int64) OK 120ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(Int8)) OK 90ms
/aggregate functions/argMin/datatypes/String,Map(Date,Tuple(String)) OK 118ms
/aggregate functions/any/Map(Int32,Nullable(Bool)) OK 104ms
/aggregate functions/anyLast/Map(Int32,Nullable(DateTime)) OK 103ms
/aggregate functions/argMax/datatypes/Map(DateTime,Int64),String OK 168ms
/aggregate functions/argMin/datatypes/Map(Date,Tuple(String)),String OK 152ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Int128) OK 136ms
/aggregate functions/argMax/datatypes/Map(DateTime,Int128),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,UInt8) OK 124ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(Int16)) OK 122ms
/aggregate functions/any/Map(Int32,Nullable(String)) OK 110ms
/aggregate functions/argMin/datatypes/Map(DateTime,UInt8),String OK 102ms
/aggregate functions/anyLast/Map(Int32,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Float32) OK 101ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,UInt16) OK 137ms
/aggregate functions/argMax/datatypes/Map(DateTime,Float32),String OK 143ms
/aggregate functions/argMin/datatypes/Map(DateTime,UInt16),String OK 110ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(Int32)) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Float64) OK 149ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,UInt32) OK 103ms
/aggregate functions/any/Map(Int32,Nullable(FixedString(51))) OK 84ms
/aggregate functions/anyLast/Map(Int32,Nullable(Bool)) OK 127ms
/aggregate functions/argMax/datatypes/Map(DateTime,Float64),String OK 98ms
/aggregate functions/any/Map(Int32,Nullable(UUID)) OK 94ms
/aggregate functions/argMin/datatypes/Map(DateTime,UInt32),String OK 155ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,UInt64) OK 131ms
/aggregate functions/argMin/datatypes/Map(DateTime,UInt64),String OK 131ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(Int64)) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Decimal128(38)) OK 113ms
/aggregate functions/argMax/datatypes/Map(DateTime,Decimal128(38)),String OK 119ms
/aggregate functions/anyLast/Map(Int32,Nullable(String)) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Date) OK 119ms
/aggregate functions/any/Map(Int32,LowCardinality(UInt8)) OK 102ms
/aggregate functions/argMax/datatypes/Map(DateTime,Date),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,UInt128) OK 175ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(Int128)) OK 160ms
/aggregate functions/argMin/datatypes/Map(DateTime,UInt128),String OK 159ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Int8) OK 138ms
/aggregate functions/anyLast/Map(Int32,Nullable(FixedString(51))) OK 137ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,DateTime) OK 135ms
/aggregate functions/argMax/datatypes/Map(DateTime,DateTime),String OK 137ms
/aggregate functions/any/Map(Int32,LowCardinality(UInt16)) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,DateTime64(3)) OK 157ms
/aggregate functions/argMin/datatypes/Map(DateTime,Int8),String OK 113ms
/aggregate functions/anyLast/Map(Int32,Nullable(UUID)) OK 115ms
/aggregate functions/argMax/datatypes/Map(DateTime,DateTime64(3)),String OK 145ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(Float32)) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Int16) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Bool) OK 131ms
/aggregate functions/argMin/datatypes/Map(DateTime,Int16),String OK 118ms
/aggregate functions/any/Map(Int32,LowCardinality(UInt32)) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Int32) OK 171ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(UInt8)) OK 177ms
/aggregate functions/argMin/datatypes/Map(DateTime,Int32),String OK 149ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(Float64)) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Int64) OK 154ms
/aggregate functions/any/Map(Int32,LowCardinality(UInt64)) OK 130ms
/aggregate functions/argMax/datatypes/Map(DateTime,Bool),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,String) OK 139ms
/aggregate functions/argMax/datatypes/Map(DateTime,String),String OK 116ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(Decimal128(38))) OK 192ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,FixedString(51)) OK 164ms
/aggregate functions/argMax/datatypes/Map(DateTime,FixedString(51)),String OK 145ms
/aggregate functions/any/Map(Int32,LowCardinality(UInt128)) OK 161ms
/aggregate functions/argMin/datatypes/Map(DateTime,Int64),String OK 148ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Int128) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,UUID) OK 151ms
/aggregate functions/argMin/datatypes/Map(DateTime,Int128),String OK 143ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(UInt16)) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Float32) OK 170ms
/aggregate functions/argMax/datatypes/Map(DateTime,UUID),String OK 176ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(UInt32)) OK 159ms
/aggregate functions/argMin/datatypes/Map(DateTime,Float32),String OK 116ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(UInt8)) OK 134ms
/aggregate functions/any/Map(Int32,LowCardinality(Int8)) OK 159ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Float64) OK 155ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(UInt8)),String OK 145ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(Date)) OK 121ms
/aggregate functions/argMin/datatypes/Map(DateTime,Float64),String OK 108ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(DateTime)) OK 147ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(UInt16)) OK 190ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Decimal128(38)) OK 155ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(UInt64)) OK 151ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(UInt16)),String OK 178ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(UInt32)) OK 159ms
/aggregate functions/argMin/datatypes/Map(DateTime,Decimal128(38)),String OK 155ms
/aggregate functions/any/Map(Int32,LowCardinality(Int16)) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Date) OK 110ms
/aggregate functions/any/Map(Int32,LowCardinality(Int32)) OK 108ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(DateTime64(3))) OK 201ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(UInt128)) OK 179ms
/aggregate functions/argMin/datatypes/Map(DateTime,Date),String OK 179ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,DateTime) OK 176ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(UInt32)),String OK 177ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(UInt64)) OK 180ms
/aggregate functions/argMin/datatypes/Map(DateTime,DateTime),String OK 171ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(UInt64)),String OK 155ms
/aggregate functions/any/Map(Int32,LowCardinality(Int64)) OK 160ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(Bool)) OK 167ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Int8)) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,DateTime64(3)) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(UInt128)) OK 156ms
/aggregate functions/argMin/datatypes/Map(DateTime,DateTime64(3)),String OK 166ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(UInt128)),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Bool) OK 163ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(Int8)) OK 148ms
/aggregate functions/any/Map(Int32,LowCardinality(Int128)) OK 111ms
/aggregate functions/argMin/datatypes/Map(DateTime,Bool),String OK 84ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Int16)) OK 129ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(Int8)),String OK 183ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(Int16)) OK 150ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(String)) OK 119ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(Int16)),String OK 145ms
/aggregate functions/any/Map(Int32,LowCardinality(Float32)) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,String) OK 146ms
/aggregate functions/argMin/datatypes/Map(DateTime,String),String OK 156ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,FixedString(51)) OK 112ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Int32)) OK 114ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(FixedString(51))) OK 116ms
/aggregate functions/any/Map(Int32,LowCardinality(Float64)) OK 117ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(Int32)) OK 164ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(Int32)),String OK 177ms
/aggregate functions/argMin/datatypes/Map(DateTime,FixedString(51)),String OK 178ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,UUID) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(Int64)) OK 131ms
/aggregate functions/argMin/datatypes/Map(DateTime,UUID),String OK 160ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Int64)) OK 182ms
/aggregate functions/anyHeavy/Map(Int32,Nullable(UUID)) OK 132ms
/aggregate functions/any/Map(Int32,LowCardinality(Date)) OK 134ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(Int64)),String OK 97ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(UInt8)) OK 143ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(Int128)) OK 147ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(Int128)),String OK 127ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(UInt8)),String OK 156ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(UInt16)) OK 101ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(UInt8)) OK 116ms
/aggregate functions/any/Map(Int32,LowCardinality(DateTime)) OK 123ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(Float32)) OK 100ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Int128)) OK 107ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(UInt16)),String OK 97ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(Float32)),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(UInt32)) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(Float64)) OK 87ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(UInt16)) OK 133ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(UInt32)),String OK 117ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(Float64)),String OK 127ms
/aggregate functions/any/Map(Int32,LowCardinality(Bool)) OK 114ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Float32)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(UInt64)) OK 123ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(Decimal128(38))) OK 117ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(UInt64)),String OK 127ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(Decimal128(38))),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(UInt128)) OK 135ms
/aggregate functions/any/Map(Int32,LowCardinality(String)) OK 98ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(UInt32)) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(Date)) OK 104ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Float64)) OK 101ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(UInt128)),String OK 157ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(Date)),String OK 163ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(DateTime)) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(Int8)) OK 153ms
/aggregate functions/any/Map(Int32,LowCardinality(FixedString(51))) OK 121ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(DateTime)),String OK 117ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(UInt64)) OK 126ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(Int8)),String OK 110ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Date)) OK 109ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(Int16)) OK 193ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(DateTime64(3))) OK 174ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(DateTime64(3))),String OK 158ms
/aggregate functions/any/Map(Int32,LowCardinality(UUID)) OK 158ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(Int16)),String OK 176ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(Bool)) OK 159ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(Int32)) OK 151ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(UInt128)) OK 135ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(DateTime)) OK 94ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Bool)) OK 106ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(Bool)),String OK 163ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(UInt8))) OK 130ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Int8)) OK 160ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(String)) OK 145ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(Int32)),String OK 116ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(String)),String OK 156ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(Int64)) OK 147ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(Int64)),String OK 90ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(String)) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(Int128)) OK 111ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(Int128)),String OK 88ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(FixedString(51))) OK 124ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(FixedString(51))),String OK 135ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Int16)) OK 165ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(Float32)) OK 116ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Nullable(UUID)) OK 89ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(FixedString(51))) OK 111ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(Float32)),String OK 124ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(Float64)) OK 122ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(UInt32))) OK 102ms
/aggregate functions/argMax/datatypes/Map(DateTime,Nullable(UUID)),String OK 95ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(UInt8)) OK 117ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(Float64)),String OK 124ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(UUID)) OK 123ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(UInt8)),String OK 101ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Int32)) OK 136ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(UInt64))) OK 158ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(Decimal128(38))) OK 117ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(Decimal128(38))),String OK 150ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(UInt16)) OK 116ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(UInt16)),String OK 111ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(UInt32)) OK 121ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(Date)) OK 107ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(UInt8))) OK 116ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(Date)),String OK 117ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Int64)) OK 92ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(UInt32)),String OK 111ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(UInt128))) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(DateTime)) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(UInt64)) OK 131ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(DateTime)),String OK 161ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(UInt64)),String OK 147ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(UInt16))) OK 135ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Int128)) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(DateTime64(3))) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(UInt128)) OK 104ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(DateTime64(3))),String OK 108ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(Int8))) OK 106ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(UInt128)),String OK 96ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(UInt32))) OK 131ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Int8)) OK 121ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Float32)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(Bool)) OK 131ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(Bool)),String OK 166ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Int8)),String OK 156ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(String)) OK 134ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(Int16))) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Int16)) OK 121ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Int16)),String OK 105ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(UInt64))) OK 212ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Float64)) OK 200ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(String)),String OK 168ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(FixedString(51))) OK 153ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(Int32))) OK 175ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Int32)) OK 157ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(FixedString(51))),String OK 165ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Int32)),String OK 134ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Int64)) OK 164ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Nullable(UUID)) OK 93ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Int64)),String OK 147ms
/aggregate functions/argMin/datatypes/Map(DateTime,Nullable(UUID)),String OK 127ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Int128)) OK 154ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Date)) OK 105ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(UInt128))) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(UInt8)) OK 115ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(Int64))) OK 152ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Int128)),String OK 105ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(UInt8)),String OK 113ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(DateTime)) OK 138ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(UInt16)) OK 140ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(UInt16)),String OK 101ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Float32)) OK 108ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Float32)),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Float64)) OK 117ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(Int128))) OK 107ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(UInt32)) OK 106ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(Int16))) OK 109ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(UInt32)),String OK 105ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Float64)),String OK 105ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Bool)) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(UInt64)) OK 140ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Date)) OK 157ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(Float32))) OK 106ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Date)),String OK 132ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(UInt64)),String OK 101ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(Int32))) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(UInt128)) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(DateTime)) OK 118ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(String)) OK 128ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(Float64))) OK 92ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(UInt128)),String OK 131ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Int8)) OK 109ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(DateTime)),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Bool)) OK 120ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Int8)),String OK 121ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(Int64))) OK 110ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Bool)),String OK 97ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(Date))) OK 99ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(FixedString(51))) OK 175ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Int16)) OK 175ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Int16)),String OK 186ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(String)) OK 172ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(String)),String OK 152ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(Int128))) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Int32)) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(FixedString(51))) OK 121ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(DateTime))) OK 106ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(UUID)) OK 128ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(Bool))) OK 155ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Int32)),String OK 161ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(FixedString(51))),String OK 171ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Int64)) OK 173ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(Float32))) OK 106ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(UUID)) OK 142ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(UUID)),String OK 149ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Int64)),String OK 139ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(String))) OK 160ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt8))) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Int128)) OK 237ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Int128)),String OK 225ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(UInt8))),String OK 118ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt16))) OK 101ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Float32)) OK 233ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(UInt16))) OK 113ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(Date))) OK 184ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(UInt16))),String OK 131ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt32))) OK 131ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(UInt32))),String OK 205ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 235ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(UInt32))) OK 240ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Float32)),String OK 135ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(DateTime))) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Float64)) OK 155ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt64))) OK 135ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Float64)),String OK 151ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(UInt64))),String OK 138ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt128))) OK 100ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Date)) OK 121ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(Bool))) OK 187ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(UInt128))),String OK 159ms
/aggregate functions/any/Map(Int32,LowCardinality(Nullable(UUID))) OK 153ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Date)),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int8))) OK 136ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(UInt64))) OK 157ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(DateTime)) OK 150ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(Int8))),String OK 109ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(DateTime)),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Bool)) OK 92ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int16))) OK 152ms
/aggregate functions/any/Map(Int32,Array(String)) OK 141ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(Int16))),String OK 122ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Bool)),String OK 150ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(UInt128))) OK 143ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int32))) OK 113ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(String))) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(String)) OK 104ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(String)),String OK 113ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(Int32))),String OK 173ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int64))) OK 149ms
/aggregate functions/any/Map(Int32,Map(String,LowCardinality(Float64))) OK 151ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(Int64))),String OK 129ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(FixedString(51))) OK 130ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(Int8))) OK 104ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(FixedString(51))),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(UUID)) OK 125ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(Int16))) OK 161ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int128))) OK 129ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(Int128))),String OK 158ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(UUID)),String OK 137ms
/aggregate functions/any/Map(Int32,Tuple(String)) OK 102ms
/aggregate functions/anyLast/Map(Int32,LowCardinality(Nullable(UUID))) OK 148ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(Float32))) OK 152ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt8))) OK 121ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(UInt8))),String OK 134ms
/aggregate functions/any/Map(Int64,UInt8) OK 142ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(Float32))),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt16))) OK 139ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(UInt16))),String OK 129ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(Int32))) OK 117ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(Float64))) OK 128ms
/aggregate functions/anyLast/Map(Int32,Array(String)) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt32))) OK 146ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(Float64))),String OK 141ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(Date))) OK 128ms
/aggregate functions/any/Map(Int64,UInt16) OK 138ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(Int64))) OK 140ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(UInt32))),String OK 145ms
/aggregate functions/anyLast/Map(Int32,Map(String,LowCardinality(Float64))) OK 145ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt64))) OK 126ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(Date))),String OK 127ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(DateTime))) OK 118ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(UInt64))),String OK 123ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(DateTime))),String OK 143ms
/aggregate functions/any/Map(Int64,UInt32) OK 158ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(Int128))) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt128))) OK 138ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(Bool))) OK 147ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(UInt128))),String OK 111ms
/aggregate functions/anyLast/Map(Int32,Tuple(String)) OK 136ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(Bool))),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int8))) OK 120ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(String))) OK 147ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(Int8))),String OK 175ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(Float32))) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int16))) OK 154ms
/aggregate functions/any/Map(Int64,UInt64) OK 130ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(Int16))),String OK 141ms
/aggregate functions/anyLast/Map(Int64,UInt8) OK 132ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(String))),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 140ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(FixedString(51)))),String OK 174ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,LowCardinality(Nullable(UUID))) OK 182ms
/aggregate functions/any/Map(Int64,UInt128) OK 201ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(Float64))) OK 184ms
/aggregate functions/anyLast/Map(Int64,UInt16) OK 172ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int32))) OK 189ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(Int32))),String OK 178ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int64))) OK 166ms
/aggregate functions/argMax/datatypes/Map(DateTime,LowCardinality(Nullable(UUID))),String OK 166ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Array(String)) OK 177ms
/aggregate functions/argMax/datatypes/Map(DateTime,Array(String)),String OK 129ms
/aggregate functions/anyLast/Map(Int64,UInt32) OK 142ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(Date))) OK 130ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(Int64))),String OK 160ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Map(String,LowCardinality(Float64))) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int128))) OK 145ms
/aggregate functions/any/Map(Int64,Int8) OK 135ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(Int128))),String OK 124ms
/aggregate functions/argMax/datatypes/Map(DateTime,Map(String,LowCardinality(Float64))),String OK 152ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(DateTime))) OK 156ms
/aggregate functions/anyLast/Map(Int64,UInt64) OK 154ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(Float32))) OK 161ms
/aggregate functions/argMax/datatypes/String,Map(DateTime,Tuple(String)) OK 116ms
/aggregate functions/any/Map(Int64,Int16) OK 157ms
/aggregate functions/argMax/datatypes/Map(DateTime,Tuple(String)),String OK 141ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(Float32))),String OK 125ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(Float64))) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(Bool,UInt8) OK 166ms
/aggregate functions/argMax/datatypes/Map(Bool,UInt8),String OK 155ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(Float64))),String OK 161ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(Bool))) OK 115ms
/aggregate functions/anyLast/Map(Int64,UInt128) OK 106ms
/aggregate functions/argMax/datatypes/String,Map(Bool,UInt16) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(Date))) OK 151ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(Date))),String OK 151ms
/aggregate functions/any/Map(Int64,Int32) OK 139ms
/aggregate functions/anyLast/Map(Int64,Int8) OK 120ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(String))) OK 121ms
/aggregate functions/argMax/datatypes/Map(Bool,UInt16),String OK 103ms
/aggregate functions/argMax/datatypes/String,Map(Bool,UInt32) OK 122ms
/aggregate functions/argMax/datatypes/Map(Bool,UInt32),String OK 136ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(DateTime))) OK 114ms
/aggregate functions/any/Map(Int64,Int64) OK 130ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(DateTime))),String OK 153ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(Bool))) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(Bool,UInt64) OK 116ms
/aggregate functions/anyLast/Map(Int64,Int16) OK 121ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 122ms
/aggregate functions/argMax/datatypes/Map(Bool,UInt64),String OK 106ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(Bool))),String OK 111ms
/aggregate functions/argMax/datatypes/String,Map(Bool,UInt128) OK 134ms
/aggregate functions/any/Map(Int64,Int128) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(String))) OK 117ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(String))),String OK 110ms
/aggregate functions/argMax/datatypes/Map(Bool,UInt128),String OK 94ms
/aggregate functions/anyLast/Map(Int64,Int32) OK 90ms
/aggregate functions/anyHeavy/Map(Int32,LowCardinality(Nullable(UUID))) OK 94ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Int8) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 134ms
/aggregate functions/any/Map(Int64,Float32) OK 103ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(FixedString(51)))),String OK 121ms
/aggregate functions/argMax/datatypes/Map(Bool,Int8),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,LowCardinality(Nullable(UUID))) OK 145ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Int16) OK 113ms
/aggregate functions/anyLast/Map(Int64,Int64) OK 100ms
/aggregate functions/anyHeavy/Map(Int32,Array(String)) OK 109ms
/aggregate functions/argMax/datatypes/Map(Bool,Int16),String OK 132ms
/aggregate functions/any/Map(Int64,Float64) OK 102ms
/aggregate functions/argMin/datatypes/Map(DateTime,LowCardinality(Nullable(UUID))),String OK 108ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Int32) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Array(String)) OK 141ms
/aggregate functions/anyLast/Map(Int64,Int128) OK 118ms
/aggregate functions/argMax/datatypes/Map(Bool,Int32),String OK 119ms
/aggregate functions/anyHeavy/Map(Int32,Map(String,LowCardinality(Float64))) OK 117ms
/aggregate functions/argMin/datatypes/Map(DateTime,Array(String)),String OK 114ms
/aggregate functions/any/Map(Int64,Decimal128(38)) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Map(String,LowCardinality(Float64))) OK 102ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Int64) OK 106ms
/aggregate functions/argMax/datatypes/Map(Bool,Int64),String OK 112ms
/aggregate functions/anyLast/Map(Int64,Float32) OK 123ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Int128) OK 125ms
/aggregate functions/argMin/datatypes/Map(DateTime,Map(String,LowCardinality(Float64))),String OK 152ms
/aggregate functions/anyHeavy/Map(Int32,Tuple(String)) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(DateTime,Tuple(String)) OK 112ms
/aggregate functions/any/Map(Int64,Date) OK 117ms
/aggregate functions/argMin/datatypes/Map(DateTime,Tuple(String)),String OK 112ms
/aggregate functions/argMax/datatypes/Map(Bool,Int128),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Float32) OK 103ms
/aggregate functions/anyLast/Map(Int64,Float64) OK 163ms
/aggregate functions/argMax/datatypes/Map(Bool,Float32),String OK 171ms
/aggregate functions/argMin/datatypes/String,Map(Bool,UInt8) OK 174ms
/aggregate functions/anyHeavy/Map(Int64,UInt8) OK 163ms
/aggregate functions/argMin/datatypes/Map(Bool,UInt8),String OK 165ms
/aggregate functions/any/Map(Int64,DateTime) OK 143ms
/aggregate functions/argMin/datatypes/String,Map(Bool,UInt16) OK 120ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Float64) OK 143ms
/aggregate functions/argMax/datatypes/Map(Bool,Float64),String OK 128ms
/aggregate functions/anyLast/Map(Int64,Decimal128(38)) OK 127ms
/aggregate functions/argMin/datatypes/Map(Bool,UInt16),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Decimal128(38)) OK 149ms
/aggregate functions/anyHeavy/Map(Int64,UInt16) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(Bool,UInt32) OK 130ms
/aggregate functions/any/Map(Int64,DateTime64(3)) OK 108ms
/aggregate functions/argMin/datatypes/Map(Bool,UInt32),String OK 117ms
/aggregate functions/argMax/datatypes/Map(Bool,Decimal128(38)),String OK 125ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Date) OK 106ms
/aggregate functions/anyLast/Map(Int64,Date) OK 142ms
/aggregate functions/any/Map(Int64,Bool) OK 145ms
/aggregate functions/anyHeavy/Map(Int64,UInt32) OK 160ms
/aggregate functions/argMin/datatypes/String,Map(Bool,UInt64) OK 115ms
/aggregate functions/argMin/datatypes/Map(Bool,UInt64),String OK 151ms
/aggregate functions/argMax/datatypes/Map(Bool,Date),String OK 128ms
/aggregate functions/argMin/datatypes/String,Map(Bool,UInt128) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(Bool,DateTime) OK 130ms
/aggregate functions/argMax/datatypes/Map(Bool,DateTime),String OK 145ms
/aggregate functions/argMin/datatypes/Map(Bool,UInt128),String OK 146ms
/aggregate functions/anyLast/Map(Int64,DateTime) OK 183ms
/aggregate functions/any/Map(Int64,String) OK 155ms
/aggregate functions/argMax/datatypes/String,Map(Bool,DateTime64(3)) OK 138ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Int8) OK 128ms
/aggregate functions/argMax/datatypes/Map(Bool,DateTime64(3)),String OK 148ms
/aggregate functions/anyHeavy/Map(Int64,UInt64) OK 140ms
/aggregate functions/argMin/datatypes/Map(Bool,Int8),String OK 153ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Bool) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Int16) OK 89ms
/aggregate functions/argMin/datatypes/Map(Bool,Int16),String OK 138ms
/aggregate functions/argMax/datatypes/Map(Bool,Bool),String OK 124ms
/aggregate functions/any/Map(Int64,FixedString(51)) OK 139ms
/aggregate functions/anyHeavy/Map(Int64,UInt128) OK 155ms
/aggregate functions/argMax/datatypes/String,Map(Bool,String) OK 135ms
/aggregate functions/argMax/datatypes/Map(Bool,String),String OK 116ms
/aggregate functions/anyLast/Map(Int64,DateTime64(3)) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Int32) OK 125ms
/aggregate functions/argMin/datatypes/Map(Bool,Int32),String OK 159ms
/aggregate functions/argMax/datatypes/String,Map(Bool,FixedString(51)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Int64) OK 151ms
/aggregate functions/argMax/datatypes/Map(Bool,FixedString(51)),String OK 137ms
/aggregate functions/any/Map(Int64,UUID) OK 201ms
/aggregate functions/argMax/datatypes/String,Map(Bool,UUID) OK 183ms
/aggregate functions/argMin/datatypes/Map(Bool,Int64),String OK 205ms
/aggregate functions/anyHeavy/Map(Int64,Int8) OK 179ms
/aggregate functions/anyLast/Map(Int64,Bool) OK 193ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Int128) OK 122ms
/aggregate functions/argMax/datatypes/Map(Bool,UUID),String OK 116ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(UInt8)) OK 104ms
/aggregate functions/argMin/datatypes/Map(Bool,Int128),String OK 107ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(UInt8)),String OK 136ms
/aggregate functions/anyHeavy/Map(Int64,Int16) OK 108ms
/aggregate functions/any/Map(Int64,Nullable(UInt8)) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Float32) OK 129ms
/aggregate functions/argMin/datatypes/Map(Bool,Float32),String OK 132ms
/aggregate functions/anyLast/Map(Int64,String) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(UInt16)) OK 142ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(UInt16)),String OK 124ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Float64) OK 123ms
/aggregate functions/anyHeavy/Map(Int64,Int32) OK 103ms
/aggregate functions/anyLast/Map(Int64,FixedString(51)) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(UInt32)) OK 135ms
/aggregate functions/argMin/datatypes/Map(Bool,Float64),String OK 135ms
/aggregate functions/any/Map(Int64,Nullable(UInt16)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Decimal128(38)) OK 142ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(UInt32)),String OK 139ms
/aggregate functions/argMin/datatypes/Map(Bool,Decimal128(38)),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(UInt64)) OK 117ms
/aggregate functions/anyHeavy/Map(Int64,Int64) OK 102ms
/aggregate functions/anyLast/Map(Int64,UUID) OK 106ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(UInt64)),String OK 163ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Date) OK 172ms
/aggregate functions/any/Map(Int64,Nullable(UInt32)) OK 172ms
/aggregate functions/argMin/datatypes/Map(Bool,Date),String OK 155ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(UInt128)) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(Bool,DateTime) OK 116ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(UInt128)),String OK 104ms
/aggregate functions/anyHeavy/Map(Int64,Int128) OK 125ms
/aggregate functions/anyLast/Map(Int64,Nullable(UInt8)) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(Int8)) OK 105ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(Int8)),String OK 123ms
/aggregate functions/argMin/datatypes/Map(Bool,DateTime),String OK 134ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(Int16)) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Bool,DateTime64(3)) OK 157ms
/aggregate functions/anyHeavy/Map(Int64,Float32) OK 109ms
/aggregate functions/argMin/datatypes/Map(Bool,DateTime64(3)),String OK 126ms
/aggregate functions/any/Map(Int64,Nullable(UInt64)) OK 111ms
/aggregate functions/anyLast/Map(Int64,Nullable(UInt16)) OK 115ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(Int16)),String OK 103ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(Int32)) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Bool) OK 107ms
/aggregate functions/anyHeavy/Map(Int64,Float64) OK 122ms
/aggregate functions/any/Map(Int64,Nullable(UInt128)) OK 128ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(Int32)),String OK 118ms
/aggregate functions/argMin/datatypes/Map(Bool,Bool),String OK 126ms
/aggregate functions/anyLast/Map(Int64,Nullable(UInt32)) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(Bool,String) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(Int64)) OK 117ms
/aggregate functions/argMin/datatypes/Map(Bool,String),String OK 84ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(Int64)),String OK 106ms
/aggregate functions/anyHeavy/Map(Int64,Decimal128(38)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(Int128)) OK 143ms
/aggregate functions/any/Map(Int64,Nullable(Int8)) OK 141ms
/aggregate functions/argMin/datatypes/String,Map(Bool,FixedString(51)) OK 158ms
/aggregate functions/anyLast/Map(Int64,Nullable(UInt64)) OK 118ms
/aggregate functions/argMin/datatypes/Map(Bool,FixedString(51)),String OK 134ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(Int128)),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Bool,UUID) OK 99ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(Float32)) OK 123ms
/aggregate functions/anyHeavy/Map(Int64,Date) OK 102ms
/aggregate functions/anyLast/Map(Int64,Nullable(UInt128)) OK 141ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(Float32)),String OK 125ms
/aggregate functions/any/Map(Int64,Nullable(Int16)) OK 147ms
/aggregate functions/argMin/datatypes/Map(Bool,UUID),String OK 144ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(UInt8)) OK 140ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(Float64)) OK 120ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(UInt8)),String OK 117ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(Float64)),String OK 150ms
/aggregate functions/anyHeavy/Map(Int64,DateTime) OK 90ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(Decimal128(38))) OK 200ms
/aggregate functions/anyLast/Map(Int64,Nullable(Int8)) OK 197ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(Decimal128(38))),String OK 155ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(UInt16)) OK 175ms
/aggregate functions/any/Map(Int64,Nullable(Int32)) OK 141ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(UInt16)),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(UInt32)) OK 159ms
/aggregate functions/anyHeavy/Map(Int64,DateTime64(3)) OK 163ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(Date)) OK 118ms
/aggregate functions/any/Map(Int64,Nullable(Int64)) OK 163ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(Date)),String OK 170ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(UInt32)),String OK 142ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(UInt64)) OK 147ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(UInt64)),String OK 153ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(DateTime)) OK 147ms
/aggregate functions/anyHeavy/Map(Int64,Bool) OK 132ms
/aggregate functions/anyLast/Map(Int64,Nullable(Int16)) OK 118ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(DateTime)),String OK 144ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(UInt128)) OK 161ms
/aggregate functions/anyLast/Map(Int64,Nullable(Int32)) OK 165ms
/aggregate functions/any/Map(Int64,Nullable(Int128)) OK 170ms
/aggregate functions/anyHeavy/Map(Int64,String) OK 118ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(UInt128)),String OK 156ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(DateTime64(3))) OK 113ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(DateTime64(3))),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(Int8)) OK 152ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(Bool)) OK 86ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(Bool)),String OK 106ms
/aggregate functions/anyHeavy/Map(Int64,FixedString(51)) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(String)) OK 81ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(Int8)),String OK 182ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(String)),String OK 157ms
/aggregate functions/anyLast/Map(Int64,Nullable(Int64)) OK 167ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(Int16)) OK 122ms
/aggregate functions/any/Map(Int64,Nullable(Float32)) OK 114ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(Int16)),String OK 139ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(FixedString(51))) OK 131ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(FixedString(51))),String OK 127ms
/aggregate functions/anyHeavy/Map(Int64,UUID) OK 105ms
/aggregate functions/any/Map(Int64,Nullable(Float64)) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(Int32)) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Nullable(UUID)) OK 149ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(Int32)),String OK 126ms
/aggregate functions/anyLast/Map(Int64,Nullable(Int128)) OK 162ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(UInt8)) OK 124ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(Int64)) OK 125ms
/aggregate functions/argMax/datatypes/Map(Bool,Nullable(UUID)),String OK 106ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(UInt8)) OK 156ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(Int64)),String OK 114ms
/aggregate functions/any/Map(Int64,Nullable(Decimal128(38))) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(Int128)) OK 142ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(UInt8)),String OK 113ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(UInt16)) OK 137ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(Int128)),String OK 137ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(UInt16)) OK 113ms
/aggregate functions/anyLast/Map(Int64,Nullable(Float32)) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(Float32)) OK 121ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(UInt16)),String OK 108ms
/aggregate functions/any/Map(Int64,Nullable(Date)) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(UInt32)) OK 126ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(UInt32)),String OK 126ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(Float32)),String OK 143ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(UInt32)) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(Float64)) OK 136ms
/aggregate functions/anyLast/Map(Int64,Nullable(Float64)) OK 136ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(UInt64)) OK 133ms
/aggregate functions/any/Map(Int64,Nullable(DateTime)) OK 97ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(Float64)),String OK 131ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(UInt64)),String OK 90ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(UInt128)) OK 89ms
/aggregate functions/any/Map(Int64,Nullable(DateTime64(3))) OK 150ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(UInt64)) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(Decimal128(38))) OK 130ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(Decimal128(38))),String OK 138ms
/aggregate functions/anyLast/Map(Int64,Nullable(Decimal128(38))) OK 142ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(UInt128)),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(Date)) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Int8)) OK 114ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Int8)),String OK 109ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(UInt128)) OK 148ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(Date)),String OK 144ms
/aggregate functions/any/Map(Int64,Nullable(Bool)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Int16)) OK 160ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(DateTime)) OK 137ms
/aggregate functions/anyLast/Map(Int64,Nullable(Date)) OK 132ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(DateTime)),String OK 132ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Int16)),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Int32)) OK 127ms
/aggregate functions/any/Map(Int64,Nullable(String)) OK 188ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(Int8)) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(DateTime64(3))) OK 204ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Int32)),String OK 205ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(DateTime64(3))),String OK 151ms
/aggregate functions/anyLast/Map(Int64,Nullable(DateTime)) OK 151ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(Bool)) OK 189ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Int64)) OK 143ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Int64)),String OK 141ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(Int16)) OK 128ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(Bool)),String OK 133ms
/aggregate functions/anyLast/Map(Int64,Nullable(DateTime64(3))) OK 165ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Int128)) OK 151ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Int128)),String OK 130ms
/aggregate functions/any/Map(Int64,Nullable(FixedString(51))) OK 121ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(String)) OK 129ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(String)),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Float32)) OK 131ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(Int32)) OK 97ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(FixedString(51))) OK 122ms
/aggregate functions/any/Map(Int64,Nullable(UUID)) OK 92ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Float32)),String OK 121ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Float64)) OK 122ms
/aggregate functions/anyLast/Map(Int64,Nullable(Bool)) OK 129ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(FixedString(51))),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Nullable(UUID)) OK 120ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Float64)),String OK 143ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(Int64)) OK 106ms
/aggregate functions/any/Map(Int64,LowCardinality(UInt8)) OK 121ms
/aggregate functions/argMin/datatypes/Map(Bool,Nullable(UUID)),String OK 110ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Date)) OK 95ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Date)),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(UInt8)) OK 102ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(UInt8)),String OK 130ms
/aggregate functions/anyLast/Map(Int64,Nullable(String)) OK 130ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(Int128)) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(DateTime)) OK 113ms
/aggregate functions/any/Map(Int64,LowCardinality(UInt16)) OK 155ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(DateTime)),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(UInt16)) OK 144ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(UInt16)),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Bool)) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(UInt32)) OK 138ms
/aggregate functions/anyLast/Map(Int64,Nullable(FixedString(51))) OK 142ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(Float32)) OK 126ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Bool)),String OK 102ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(String)) OK 126ms
/aggregate functions/any/Map(Int64,LowCardinality(UInt32)) OK 131ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(UInt32)),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(UInt64)) OK 99ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(String)),String OK 236ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(FixedString(51))) OK 171ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(Float64)) OK 159ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(UInt64)),String OK 147ms
/aggregate functions/anyLast/Map(Int64,Nullable(UUID)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(UInt128)) OK 185ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(FixedString(51))),String OK 185ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(UInt128)),String OK 166ms
/aggregate functions/any/Map(Int64,LowCardinality(UInt64)) OK 164ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(UInt8)) OK 209ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Int8)) OK 222ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(Decimal128(38))) OK 186ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(UUID)) OK 221ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(UUID)),String OK 155ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Int8)),String OK 121ms
/aggregate functions/any/Map(Int64,LowCardinality(UInt128)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Int16)) OK 138ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt8))) OK 141ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(Date)) OK 135ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(UInt16)) OK 162ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Int16)),String OK 165ms
/aggregate functions/any/Map(Int64,LowCardinality(Int8)) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Int32)) OK 126ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(UInt8))),String OK 144ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Int32)),String OK 123ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt16))) OK 111ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(UInt16))),String OK 125ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(DateTime)) OK 84ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt32))) OK 163ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Int64)) OK 153ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Int64)),String OK 140ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(UInt32))),String OK 135ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(UInt32)) OK 148ms
/aggregate functions/any/Map(Int64,LowCardinality(Int16)) OK 144ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt64))) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Int128)) OK 113ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(DateTime64(3))) OK 106ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(UInt64))),String OK 132ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Int128)),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Float32)) OK 145ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt128))) OK 132ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Float32)),String OK 124ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(UInt128))),String OK 139ms
/aggregate functions/any/Map(Int64,LowCardinality(Int32)) OK 124ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(UInt64)) OK 142ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(Bool)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(Int8))) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Float64)) OK 167ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Float64)),String OK 175ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(Int8))),String OK 157ms
/aggregate functions/any/Map(Int64,LowCardinality(Int64)) OK 155ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Date)) OK 156ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(Int16))) OK 157ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(String)) OK 99ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(UInt128)) OK 97ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(Int16))),String OK 108ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(FixedString(51))) OK 85ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Int8)) OK 93ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Date)),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(Int32))) OK 151ms
/aggregate functions/any/Map(Int64,LowCardinality(Int128)) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(DateTime)) OK 164ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(DateTime)),String OK 150ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(Int32))),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(Int64))) OK 128ms
/aggregate functions/anyHeavy/Map(Int64,Nullable(UUID)) OK 128ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Int16)) OK 122ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(Int64))),String OK 118ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Bool)) OK 106ms
/aggregate functions/any/Map(Int64,LowCardinality(Float32)) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(Int128))) OK 142ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Bool)),String OK 132ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(Int128))),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(String)) OK 128ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(UInt8)) OK 102ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Int32)) OK 149ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(String)),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(Float32))) OK 97ms
/aggregate functions/any/Map(Int64,LowCardinality(Float64)) OK 111ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(Float32))),String OK 119ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(UInt16)) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(Float64))) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(FixedString(51))) OK 122ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(FixedString(51))),String OK 100ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Int64)) OK 100ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(Float64))),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(UUID)) OK 141ms
/aggregate functions/any/Map(Int64,LowCardinality(Date)) OK 116ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(Date))) OK 155ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(UUID)),String OK 133ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(UInt32)) OK 141ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(Date))),String OK 141ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt8))) OK 125ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Int128)) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(DateTime))) OK 113ms
/aggregate functions/any/Map(Int64,LowCardinality(DateTime)) OK 112ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(UInt8))),String OK 100ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Float32)) OK 140ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt16))) OK 135ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(UInt16))),String OK 136ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(DateTime))),String OK 125ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(UInt64)) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(Bool))) OK 138ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(Bool))),String OK 123ms
/aggregate functions/any/Map(Int64,LowCardinality(Bool)) OK 110ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt32))) OK 113ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Float64)) OK 141ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(UInt32))),String OK 177ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(String))) OK 168ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(UInt128)) OK 162ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt64))) OK 119ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(String))),String OK 169ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 157ms
/aggregate functions/any/Map(Int64,LowCardinality(String)) OK 136ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(UInt64))),String OK 130ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Date)) OK 116ms
/aggregate functions/any/Map(Int64,LowCardinality(FixedString(51))) OK 134ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(UInt128))),String OK 128ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Int8)) OK 131ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(FixedString(51)))),String OK 152ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(Int8))) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(Bool,LowCardinality(Nullable(UUID))) OK 150ms
/aggregate functions/argMax/datatypes/Map(Bool,LowCardinality(Nullable(UUID))),String OK 97ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(Int8))),String OK 117ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(DateTime)) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Array(String)) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(Int16))) OK 132ms
/aggregate functions/any/Map(Int64,LowCardinality(UUID)) OK 108ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Int16)) OK 121ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(Int16))),String OK 132ms
/aggregate functions/argMax/datatypes/Map(Bool,Array(String)),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Map(String,LowCardinality(Float64))) OK 124ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(Int32))) OK 128ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Bool)) OK 108ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(UInt8))) OK 147ms
/aggregate functions/argMax/datatypes/Map(Bool,Map(String,LowCardinality(Float64))),String OK 179ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Int32)) OK 159ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(Int32))),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(Int64))) OK 163ms
/aggregate functions/argMax/datatypes/String,Map(Bool,Tuple(String)) OK 133ms
/aggregate functions/argMax/datatypes/Map(Bool,Tuple(String)),String OK 135ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(Int64))),String OK 95ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(String)) OK 114ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(UInt16))) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(Int128))) OK 138ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(Int128))),String OK 148ms
/aggregate functions/argMax/datatypes/String,Map(String,UInt8) OK 128ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Int64)) OK 139ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(FixedString(51))) OK 142ms
/aggregate functions/argMax/datatypes/Map(String,UInt8),String OK 140ms
/aggregate functions/argMax/datatypes/String,Map(String,UInt16) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(Float32))) OK 136ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(UInt32))) OK 96ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(Float32))),String OK 138ms
/aggregate functions/argMax/datatypes/Map(String,UInt16),String OK 187ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(Float64))) OK 185ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Int128)) OK 153ms
/aggregate functions/argMax/datatypes/String,Map(String,UInt32) OK 177ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(UUID)) OK 150ms
/aggregate functions/argMax/datatypes/Map(String,UInt32),String OK 175ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(Float64))),String OK 130ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(UInt64))) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(Date))),String OK 167ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Float32)) OK 137ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(UInt8))) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(String,UInt64) OK 153ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(UInt128))) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(DateTime))) OK 154ms
/aggregate functions/argMax/datatypes/Map(String,UInt64),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(String,UInt128) OK 133ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(DateTime))),String OK 133ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Float64)) OK 120ms
/aggregate functions/argMax/datatypes/Map(String,UInt128),String OK 132ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(Int8))) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(Bool))) OK 157ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(UInt16))) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(String,Int8) OK 175ms
/aggregate functions/argMax/datatypes/Map(String,Int8),String OK 150ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(Bool))),String OK 147ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(String))) OK 147ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Date)) OK 100ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(Int16))) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(String,Int16) OK 101ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(String))),String OK 109ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(UInt32))) OK 113ms
/aggregate functions/argMax/datatypes/Map(String,Int16),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 125ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(FixedString(51)))),String OK 146ms
/aggregate functions/argMax/datatypes/String,Map(String,Int32) OK 107ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(DateTime)) OK 121ms
/aggregate functions/argMax/datatypes/Map(String,Int32),String OK 118ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(Int32))) OK 100ms
/aggregate functions/argMin/datatypes/String,Map(Bool,LowCardinality(Nullable(UUID))) OK 126ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(UInt64))) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(String,Int64) OK 127ms
/aggregate functions/argMax/datatypes/Map(String,Int64),String OK 96ms
/aggregate functions/argMin/datatypes/Map(Bool,LowCardinality(Nullable(UUID))),String OK 122ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Bool)) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Array(String)) OK 118ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(Int64))) OK 101ms
/aggregate functions/argMax/datatypes/String,Map(String,Int128) OK 109ms
/aggregate functions/argMax/datatypes/Map(String,Int128),String OK 142ms
/aggregate functions/argMin/datatypes/Map(Bool,Array(String)),String OK 129ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(UInt128))) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(String,Float32) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Map(String,LowCardinality(Float64))) OK 144ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(String)) OK 124ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(Int128))) OK 131ms
/aggregate functions/argMin/datatypes/Map(Bool,Map(String,LowCardinality(Float64))),String OK 110ms
/aggregate functions/argMax/datatypes/Map(String,Float32),String OK 116ms
/aggregate functions/argMin/datatypes/String,Map(Bool,Tuple(String)) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(String,Float64) OK 142ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(Int8))) OK 128ms
/aggregate functions/argMax/datatypes/Map(String,Float64),String OK 152ms
/aggregate functions/argMin/datatypes/Map(Bool,Tuple(String)),String OK 136ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(FixedString(51))) OK 138ms
/aggregate functions/argMin/datatypes/String,Map(String,UInt8) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(String,Decimal128(38)) OK 128ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(Float32))) OK 134ms
/aggregate functions/argMin/datatypes/Map(String,UInt8),String OK 104ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(Int16))) OK 231ms
/aggregate functions/argMax/datatypes/Map(String,Decimal128(38)),String OK 227ms
/aggregate functions/argMin/datatypes/String,Map(String,UInt16) OK 214ms
/aggregate functions/argMin/datatypes/Map(String,UInt16),String OK 128ms
/aggregate functions/argMax/datatypes/String,Map(String,Date) OK 100ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(UUID)) OK 212ms
/aggregate functions/argMax/datatypes/Map(String,Date),String OK 191ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(Float64))) OK 199ms
/aggregate functions/argMin/datatypes/String,Map(String,UInt32) OK 164ms
/aggregate functions/argMax/datatypes/String,Map(String,DateTime) OK 133ms
/aggregate functions/argMin/datatypes/Map(String,UInt32),String OK 197ms
/aggregate functions/argMax/datatypes/Map(String,DateTime),String OK 144ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(Int32))) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(String,UInt64) OK 146ms
/aggregate functions/argMax/datatypes/String,Map(String,DateTime64(3)) OK 157ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(Date))) OK 128ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(UInt8))) OK 116ms
/aggregate functions/argMin/datatypes/Map(String,UInt64),String OK 123ms
/aggregate functions/argMax/datatypes/Map(String,DateTime64(3)),String OK 126ms
/aggregate functions/argMin/datatypes/String,Map(String,UInt128) OK 133ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(Int64))) OK 163ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(UInt16))) OK 148ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(DateTime))) OK 158ms
/aggregate functions/argMax/datatypes/String,Map(String,Bool) OK 123ms
/aggregate functions/argMin/datatypes/Map(String,UInt128),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(String,Int8) OK 144ms
/aggregate functions/argMax/datatypes/Map(String,Bool),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(String,String) OK 110ms
/aggregate functions/argMin/datatypes/Map(String,Int8),String OK 100ms
/aggregate functions/argMax/datatypes/Map(String,String),String OK 151ms
/aggregate functions/argMax/datatypes/String,Map(String,FixedString(51)) OK 156ms
/aggregate functions/argMin/datatypes/String,Map(String,Int16) OK 173ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(UInt32))) OK 159ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(Int128))) OK 138ms
/aggregate functions/argMax/datatypes/Map(String,FixedString(51)),String OK 145ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(Bool))) OK 150ms
/aggregate functions/argMin/datatypes/Map(String,Int16),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(String,Int32) OK 107ms
/aggregate functions/argMax/datatypes/String,Map(String,UUID) OK 132ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(Float32))) OK 162ms
/aggregate functions/argMax/datatypes/Map(String,UUID),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(UInt8)) OK 157ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(UInt64))) OK 132ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(String))) OK 151ms
/aggregate functions/argMin/datatypes/Map(String,Int32),String OK 142ms
/aggregate functions/argMin/datatypes/String,Map(String,Int64) OK 154ms
/aggregate functions/argMin/datatypes/Map(String,Int64),String OK 141ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(UInt8)),String OK 103ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(UInt16)) OK 111ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(UInt128))) OK 139ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(Float64))) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(String,Int128) OK 111ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(UInt16)),String OK 130ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 111ms
/aggregate functions/argMin/datatypes/Map(String,Int128),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(String,Float32) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(UInt32)) OK 126ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(UInt32)),String OK 102ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(Date))) OK 161ms
/aggregate functions/argMin/datatypes/Map(String,Float32),String OK 150ms
/aggregate functions/any/Map(Int64,LowCardinality(Nullable(UUID))) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(String,Float64) OK 129ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(Int8))) OK 98ms
/aggregate functions/argMin/datatypes/Map(String,Float64),String OK 139ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(UInt64)) OK 124ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(UInt64)),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(UInt128)) OK 104ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(Int16))) OK 117ms
/aggregate functions/any/Map(Int64,Array(String)) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(String,Decimal128(38)) OK 145ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(UInt128)),String OK 140ms
/aggregate functions/argMin/datatypes/Map(String,Decimal128(38)),String OK 116ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(DateTime))) OK 150ms
/aggregate functions/argMin/datatypes/String,Map(String,Date) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(Int8)) OK 120ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(Int8)),String OK 117ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(Int32))) OK 92ms
/aggregate functions/any/Map(Int64,Map(String,LowCardinality(Float64))) OK 95ms
/aggregate functions/argMin/datatypes/Map(String,Date),String OK 133ms
/aggregate functions/argMin/datatypes/String,Map(String,DateTime) OK 141ms
/aggregate functions/argMin/datatypes/Map(String,DateTime),String OK 146ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(Int16)) OK 122ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(Int16)),String OK 149ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(Int32)) OK 140ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(Bool))) OK 141ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(Int64))) OK 113ms
/aggregate functions/any/Map(Int64,Tuple(String)) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(String,DateTime64(3)) OK 100ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(Int32)),String OK 165ms
/aggregate functions/argMin/datatypes/Map(String,DateTime64(3)),String OK 145ms
/aggregate functions/argMin/datatypes/String,Map(String,Bool) OK 156ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(Int128))) OK 137ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(Int64)) OK 144ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(Int64)),String OK 148ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(String))) OK 110ms
/aggregate functions/any/Map(Int128,UInt8) OK 127ms
/aggregate functions/argMin/datatypes/Map(String,Bool),String OK 99ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 184ms
/aggregate functions/argMin/datatypes/String,Map(String,String) OK 150ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(Float32))) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(Int128)) OK 163ms
/aggregate functions/any/Map(Int128,UInt16) OK 158ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(Int128)),String OK 129ms
/aggregate functions/argMin/datatypes/Map(String,String),String OK 149ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(Float32)) OK 141ms
/aggregate functions/argMin/datatypes/String,Map(String,FixedString(51)) OK 139ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(Float64))) OK 145ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(Float32)),String OK 171ms
/aggregate functions/argMin/datatypes/Map(String,FixedString(51)),String OK 170ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(Float64)) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(String,UUID) OK 145ms
/aggregate functions/any/Map(Int128,UInt32) OK 144ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(Float64)),String OK 123ms
/aggregate functions/argMin/datatypes/Map(String,UUID),String OK 112ms
/aggregate functions/anyLast/Map(Int64,LowCardinality(Nullable(UUID))) OK 142ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(Date))) OK 145ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(UInt8)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(Decimal128(38))) OK 144ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(Decimal128(38))),String OK 127ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(UInt8)),String OK 138ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(Date)) OK 128ms
/aggregate functions/any/Map(Int128,UInt64) OK 121ms
/aggregate functions/anyLast/Map(Int64,Array(String)) OK 124ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(UInt16)) OK 131ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(UInt16)),String OK 133ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(DateTime))) OK 140ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(Date)),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(DateTime)) OK 148ms
/aggregate functions/any/Map(Int128,UInt128) OK 138ms
/aggregate functions/anyLast/Map(Int64,Map(String,LowCardinality(Float64))) OK 124ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(DateTime)),String OK 143ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(UInt32)) OK 120ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(UInt32)),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(UInt64)) OK 180ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(DateTime64(3))) OK 151ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(Bool))) OK 171ms
/aggregate functions/anyLast/Map(Int64,Tuple(String)) OK 148ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(UInt64)),String OK 148ms
/aggregate functions/any/Map(Int128,Int8) OK 137ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(DateTime64(3))),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(Bool)) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(UInt128)) OK 144ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(Bool)),String OK 150ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(String)) OK 156ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(String)),String OK 114ms
/aggregate functions/any/Map(Int128,Int16) OK 146ms
/aggregate functions/anyLast/Map(Int128,UInt8) OK 135ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(UInt128)),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(Int8)) OK 108ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(String))) OK 123ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(Int8)),String OK 129ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(FixedString(51))) OK 166ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(Int16)) OK 160ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(FixedString(51))),String OK 124ms
/aggregate functions/anyLast/Map(Int128,UInt16) OK 164ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 150ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(Int16)),String OK 143ms
/aggregate functions/any/Map(Int128,Int32) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(String,Nullable(UUID)) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(Int32)) OK 146ms
/aggregate functions/argMax/datatypes/Map(String,Nullable(UUID)),String OK 104ms
/aggregate functions/any/Map(Int128,Int64) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(UInt8)) OK 157ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(Int32)),String OK 124ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(Int64)) OK 128ms
/aggregate functions/anyHeavy/Map(Int64,LowCardinality(Nullable(UUID))) OK 169ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(UInt8)),String OK 115ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(Int64)),String OK 152ms
/aggregate functions/anyLast/Map(Int128,UInt32) OK 153ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(UInt16)) OK 109ms
/aggregate functions/any/Map(Int128,Int128) OK 109ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(Int128)) OK 114ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(UInt16)),String OK 122ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(Int128)),String OK 91ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(UInt32)) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(Float32)) OK 103ms
/aggregate functions/anyLast/Map(Int128,UInt64) OK 115ms
/aggregate functions/anyHeavy/Map(Int64,Array(String)) OK 91ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(UInt32)),String OK 148ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(Float32)),String OK 112ms
/aggregate functions/any/Map(Int128,Float32) OK 144ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(Float64)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(UInt64)) OK 99ms
/aggregate functions/anyHeavy/Map(Int64,Map(String,LowCardinality(Float64))) OK 128ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(Float64)),String OK 109ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(UInt64)),String OK 109ms
/aggregate functions/anyLast/Map(Int128,UInt128) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(UInt128)) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(Decimal128(38))) OK 111ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(UInt128)),String OK 107ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(Decimal128(38))),String OK 172ms
/aggregate functions/any/Map(Int128,Float64) OK 162ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(Date)) OK 139ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Int8)) OK 143ms
/aggregate functions/anyHeavy/Map(Int64,Tuple(String)) OK 141ms
/aggregate functions/anyLast/Map(Int128,Int8) OK 107ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Int8)),String OK 115ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(Date)),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Int16)) OK 108ms
/aggregate functions/anyLast/Map(Int128,Int16) OK 96ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(DateTime)) OK 114ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Int16)),String OK 132ms
/aggregate functions/any/Map(Int128,Decimal128(38)) OK 134ms
/aggregate functions/anyHeavy/Map(Int128,UInt8) OK 143ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(DateTime)),String OK 157ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Int32)) OK 129ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Int32)),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(DateTime64(3))) OK 110ms
/aggregate functions/anyLast/Map(Int128,Int32) OK 99ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(DateTime64(3))),String OK 90ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Int64)) OK 128ms
/aggregate functions/any/Map(Int128,Date) OK 129ms
/aggregate functions/anyHeavy/Map(Int128,UInt16) OK 169ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Int64)),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(Bool)) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Int128)) OK 149ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(Bool)),String OK 147ms
/aggregate functions/anyLast/Map(Int128,Int64) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(String)) OK 132ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Int128)),String OK 112ms
/aggregate functions/any/Map(Int128,DateTime) OK 99ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(String)),String OK 85ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Float32)) OK 208ms
/aggregate functions/anyLast/Map(Int128,Int128) OK 205ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Float32)),String OK 105ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(FixedString(51))) OK 215ms
/aggregate functions/anyHeavy/Map(Int128,UInt32) OK 109ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(FixedString(51))),String OK 199ms
/aggregate functions/argMin/datatypes/String,Map(String,Nullable(UUID)) OK 175ms
/aggregate functions/any/Map(Int128,DateTime64(3)) OK 168ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Float64)) OK 168ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Float64)),String OK 158ms
/aggregate functions/anyHeavy/Map(Int128,UInt64) OK 199ms
/aggregate functions/anyLast/Map(Int128,Float32) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Date)) OK 126ms
/aggregate functions/argMin/datatypes/Map(String,Nullable(UUID)),String OK 156ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(UInt8)) OK 161ms
/aggregate functions/any/Map(Int128,Bool) OK 144ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(UInt8)),String OK 119ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Date)),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(DateTime)) OK 120ms
/aggregate functions/anyHeavy/Map(Int128,UInt128) OK 85ms
/aggregate functions/anyLast/Map(Int128,Float64) OK 91ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(DateTime)),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Bool)) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(UInt16)) OK 120ms
/aggregate functions/any/Map(Int128,String) OK 121ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(UInt16)),String OK 140ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(UInt32)) OK 117ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Bool)),String OK 99ms
/aggregate functions/anyHeavy/Map(Int128,Int8) OK 112ms
/aggregate functions/anyLast/Map(Int128,Decimal128(38)) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(String)) OK 118ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(String)),String OK 115ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(UInt32)),String OK 91ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(FixedString(51))) OK 113ms
/aggregate functions/any/Map(Int128,FixedString(51)) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(UInt64)) OK 114ms
/aggregate functions/anyLast/Map(Int128,Date) OK 114ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(UInt64)),String OK 126ms
/aggregate functions/anyHeavy/Map(Int128,Int16) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(UInt128)) OK 101ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(FixedString(51))),String OK 158ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(UUID)) OK 135ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(UUID)),String OK 140ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(UInt128)),String OK 105ms
/aggregate functions/anyLast/Map(Int128,DateTime) OK 108ms
/aggregate functions/any/Map(Int128,UUID) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Int8)) OK 110ms
/aggregate functions/anyHeavy/Map(Int128,Int32) OK 103ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Int8)),String OK 128ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(UInt8))) OK 164ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Int16)) OK 132ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(UInt8))),String OK 162ms
/aggregate functions/anyLast/Map(Int128,DateTime64(3)) OK 164ms
/aggregate functions/any/Map(Int128,Nullable(UInt8)) OK 104ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(UInt16))) OK 157ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Int16)),String OK 151ms
/aggregate functions/anyHeavy/Map(Int128,Int64) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Int32)) OK 126ms
/aggregate functions/any/Map(Int128,Nullable(UInt16)) OK 90ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Int32)),String OK 110ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(UInt16))),String OK 170ms
/aggregate functions/anyHeavy/Map(Int128,Int128) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(UInt32))) OK 115ms
/aggregate functions/anyLast/Map(Int128,Bool) OK 114ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(UInt32))),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Int64)) OK 147ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Int64)),String OK 133ms
/aggregate functions/any/Map(Int128,Nullable(UInt32)) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Int128)) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(UInt64))) OK 143ms
/aggregate functions/anyLast/Map(Int128,String) OK 143ms
/aggregate functions/anyHeavy/Map(Int128,Float32) OK 104ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(UInt64))),String OK 133ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Int128)),String OK 92ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Float32)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(UInt128))) OK 121ms
/aggregate functions/any/Map(Int128,Nullable(UInt64)) OK 122ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Float32)),String OK 109ms
/aggregate functions/anyHeavy/Map(Int128,Float64) OK 94ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Float64)) OK 121ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(UInt128))),String OK 133ms
/aggregate functions/anyLast/Map(Int128,FixedString(51)) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(Int8))) OK 147ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(Int8))),String OK 126ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Float64)),String OK 144ms
/aggregate functions/any/Map(Int128,Nullable(UInt128)) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Date)) OK 127ms
/aggregate functions/anyHeavy/Map(Int128,Decimal128(38)) OK 103ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Date)),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(Int16))) OK 158ms
/aggregate functions/any/Map(Int128,Nullable(Int8)) OK 145ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(Int16))),String OK 134ms
/aggregate functions/anyLast/Map(Int128,UUID) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(Int32))) OK 173ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(DateTime)) OK 105ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(DateTime)),String OK 125ms
/aggregate functions/anyHeavy/Map(Int128,Date) OK 160ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Bool)) OK 91ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Bool)),String OK 158ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(Int32))),String OK 158ms
/aggregate functions/anyLast/Map(Int128,Nullable(UInt8)) OK 160ms
/aggregate functions/any/Map(Int128,Nullable(Int16)) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(Int64))) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(String)) OK 118ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(String)),String OK 130ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(Int64))),String OK 117ms
/aggregate functions/anyHeavy/Map(Int128,DateTime) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(FixedString(51))) OK 176ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(FixedString(51))),String OK 169ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(Int128))) OK 162ms
/aggregate functions/any/Map(Int128,Nullable(Int32)) OK 149ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(Int128))),String OK 161ms
/aggregate functions/anyLast/Map(Int128,Nullable(UInt16)) OK 137ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(Float32))) OK 129ms
/aggregate functions/anyHeavy/Map(Int128,DateTime64(3)) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(UUID)) OK 118ms
/aggregate functions/anyHeavy/Map(Int128,Bool) OK 181ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(UUID)),String OK 170ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(Float32))),String OK 170ms
/aggregate functions/anyLast/Map(Int128,Nullable(UInt32)) OK 146ms
/aggregate functions/any/Map(Int128,Nullable(Int64)) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(UInt8))) OK 107ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(Float64))) OK 136ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(UInt8))),String OK 160ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(Float64))),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/any/Map(Int128,Nullable(Int128)) OK 141ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(Date))) OK 178ms
/aggregate functions/anyLast/Map(Int128,Nullable(UInt64)) OK 122ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(Date))),String OK 185ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(UInt16))),String OK 116ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(DateTime))) OK 128ms
/aggregate functions/anyHeavy/Map(Int128,String) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(UInt32))) OK 155ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(UInt32))),String OK 117ms
/aggregate functions/anyLast/Map(Int128,Nullable(UInt128)) OK 81ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(UInt64))) OK 127ms
/aggregate functions/any/Map(Int128,Nullable(Float32)) OK 134ms
/aggregate functions/anyHeavy/Map(Int128,FixedString(51)) OK 132ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(DateTime))),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(Bool))) OK 135ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(UInt64))),String OK 109ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(Bool))),String OK 119ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(UInt128))) OK 116ms
/aggregate functions/anyLast/Map(Int128,Nullable(Int8)) OK 96ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(String))) OK 136ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(UInt128))),String OK 116ms
/aggregate functions/any/Map(Int128,Nullable(Float64)) OK 125ms
/aggregate functions/anyHeavy/Map(Int128,UUID) OK 96ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(Int8))) OK 146ms
/aggregate functions/anyLast/Map(Int128,Nullable(Int16)) OK 108ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(String))),String OK 109ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(Int8))),String OK 147ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(FixedString(51)))) OK 116ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(UInt8)) OK 100ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(Int16))) OK 128ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(FixedString(51)))),String OK 126ms
/aggregate functions/any/Map(Int128,Nullable(Decimal128(38))) OK 127ms
/aggregate functions/anyLast/Map(Int128,Nullable(Int32)) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(String,LowCardinality(Nullable(UUID))) OK 116ms
/aggregate functions/argMax/datatypes/Map(String,LowCardinality(Nullable(UUID))),String OK 121ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(Int16))),String OK 125ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(Int32))) OK 135ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(UInt16)) OK 96ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(Int32))),String OK 125ms
/aggregate functions/argMax/datatypes/String,Map(String,Array(String)) OK 156ms
/aggregate functions/anyLast/Map(Int128,Nullable(Int64)) OK 121ms
/aggregate functions/any/Map(Int128,Nullable(Date)) OK 115ms
/aggregate functions/argMax/datatypes/Map(String,Array(String)),String OK 155ms
/aggregate functions/argMax/datatypes/String,Map(String,Map(String,LowCardinality(Float64))) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(Int64))) OK 132ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(UInt32)) OK 119ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(Int64))),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(Int128))) OK 135ms
/aggregate functions/any/Map(Int128,Nullable(DateTime)) OK 116ms
/aggregate functions/anyLast/Map(Int128,Nullable(Int128)) OK 120ms
/aggregate functions/argMax/datatypes/Map(String,Map(String,LowCardinality(Float64))),String OK 94ms
/aggregate functions/argMax/datatypes/String,Map(String,Tuple(String)) OK 146ms
/aggregate functions/argMax/datatypes/Map(String,Tuple(String)),String OK 158ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(UInt64)) OK 123ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(Int128))),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(Float32))) OK 147ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),UInt8) OK 130ms
/aggregate functions/any/Map(Int128,Nullable(DateTime64(3))) OK 135ms
/aggregate functions/anyLast/Map(Int128,Nullable(Float32)) OK 122ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(Float32))),String OK 130ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(UInt128)) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(Float64))) OK 106ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),UInt8),String OK 107ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(Float64))),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),UInt16) OK 114ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),UInt16),String OK 149ms
/aggregate functions/anyLast/Map(Int128,Nullable(Float64)) OK 139ms
/aggregate functions/any/Map(Int128,Nullable(Bool)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(Date))) OK 119ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(Date))),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),UInt32) OK 154ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(Int8)) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(DateTime))) OK 136ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),UInt32),String OK 116ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(DateTime))),String OK 141ms
/aggregate functions/any/Map(Int128,Nullable(String)) OK 116ms
/aggregate functions/anyLast/Map(Int128,Nullable(Decimal128(38))) OK 125ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),UInt64) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(Bool))) OK 141ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(Int16)) OK 114ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),UInt64),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),UInt128) OK 112ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(Bool))),String OK 129ms
/aggregate functions/any/Map(Int128,Nullable(FixedString(51))) OK 105ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),UInt128),String OK 134ms
/aggregate functions/anyLast/Map(Int128,Nullable(Date)) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(String))) OK 136ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(String))),String OK 112ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(Int32)) OK 169ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Int8) OK 176ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Int8),String OK 157ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(FixedString(51)))) OK 141ms
/aggregate functions/any/Map(Int128,Nullable(UUID)) OK 130ms
/aggregate functions/anyLast/Map(Int128,Nullable(DateTime)) OK 141ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Int16) OK 145ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(FixedString(51)))),String OK 141ms
/aggregate functions/argMin/datatypes/String,Map(String,LowCardinality(Nullable(UUID))) OK 127ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(Int64)) OK 113ms
/aggregate functions/argMin/datatypes/Map(String,LowCardinality(Nullable(UUID))),String OK 194ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Int16),String OK 209ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Int32) OK 112ms
/aggregate functions/any/Map(Int128,LowCardinality(UInt8)) OK 217ms
/aggregate functions/anyLast/Map(Int128,Nullable(DateTime64(3))) OK 173ms
/aggregate functions/argMin/datatypes/String,Map(String,Array(String)) OK 177ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Int32),String OK 169ms
/aggregate functions/argMin/datatypes/Map(String,Array(String)),String OK 157ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(Int128)) OK 197ms
/aggregate functions/argMin/datatypes/String,Map(String,Map(String,LowCardinality(Float64))) OK 106ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Int64) OK 165ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Int64),String OK 128ms
/aggregate functions/anyLast/Map(Int128,Nullable(Bool)) OK 124ms
/aggregate functions/argMin/datatypes/Map(String,Map(String,LowCardinality(Float64))),String OK 127ms
/aggregate functions/any/Map(Int128,LowCardinality(UInt16)) OK 168ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Int128) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(String,Tuple(String)) OK 153ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Int128),String OK 114ms
/aggregate functions/argMin/datatypes/Map(String,Tuple(String)),String OK 126ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(Float32)) OK 108ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Float32) OK 113ms
/aggregate functions/anyLast/Map(Int128,Nullable(String)) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),UInt8) OK 120ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Float32),String OK 125ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),UInt8),String OK 118ms
/aggregate functions/any/Map(Int128,LowCardinality(UInt32)) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Float64) OK 128ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(Float64)) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),UInt16) OK 139ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Float64),String OK 118ms
/aggregate functions/anyLast/Map(Int128,Nullable(FixedString(51))) OK 119ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),UInt16),String OK 104ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Decimal128(38)) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),UInt32) OK 94ms
/aggregate functions/any/Map(Int128,LowCardinality(UInt64)) OK 109ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Decimal128(38)),String OK 109ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(Decimal128(38))) OK 129ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),UInt32),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Date) OK 124ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),UInt64) OK 155ms
/aggregate functions/anyLast/Map(Int128,Nullable(UUID)) OK 143ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Date),String OK 147ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),UInt64),String OK 140ms
/aggregate functions/any/Map(Int128,LowCardinality(UInt128)) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),DateTime) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),UInt128) OK 116ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(Date)) OK 89ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),DateTime),String OK 97ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(UInt8)) OK 131ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),UInt128),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),DateTime64(3)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Int8) OK 98ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),DateTime64(3)),String OK 120ms
/aggregate functions/any/Map(Int128,LowCardinality(Int8)) OK 149ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(DateTime)) OK 122ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Int8),String OK 121ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Bool) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Int16) OK 99ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Int16),String OK 141ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(UInt16)) OK 90ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Bool),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),String) OK 93ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(DateTime64(3))) OK 131ms
/aggregate functions/any/Map(Int128,LowCardinality(Int16)) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Int32) OK 131ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),String),String OK 105ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Int32),String OK 133ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(UInt32)) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),FixedString(51)) OK 115ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),FixedString(51)),String OK 112ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Int64) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),UUID) OK 115ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(Bool)) OK 113ms
/aggregate functions/any/Map(Int128,LowCardinality(Int32)) OK 118ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Int64),String OK 108ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(UInt64)) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Int128) OK 103ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),UUID),String OK 108ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(UInt8)) OK 106ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Int128),String OK 144ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(UInt8)),String OK 117ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(String)) OK 140ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Float32) OK 128ms
/aggregate functions/any/Map(Int128,LowCardinality(Int64)) OK 108ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Float32),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(UInt16)) OK 112ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(UInt128)) OK 124ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(UInt16)),String OK 123ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(UInt32)) OK 154ms
/aggregate functions/any/Map(Int128,LowCardinality(Int128)) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Float64) OK 146ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Float64),String OK 162ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(FixedString(51))) OK 147ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(UInt32)),String OK 137ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Decimal128(38)) OK 136ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Int8)) OK 129ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(UInt64)) OK 114ms
/aggregate functions/any/Map(Int128,LowCardinality(Float32)) OK 106ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(UInt64)),String OK 166ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Decimal128(38)),String OK 127ms
/aggregate functions/anyHeavy/Map(Int128,Nullable(UUID)) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(UInt128)) OK 149ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(UInt128)),String OK 155ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Date) OK 122ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Int16)) OK 153ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Date),String OK 139ms
/aggregate functions/any/Map(Int128,LowCardinality(Float64)) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),DateTime) OK 117ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),DateTime),String OK 137ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(Int8)) OK 157ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(UInt8)) OK 138ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(Int8)),String OK 156ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),DateTime64(3)) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(Int16)) OK 112ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Int32)) OK 152ms
/aggregate functions/any/Map(Int128,LowCardinality(Date)) OK 123ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),DateTime64(3)),String OK 100ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Bool) OK 123ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(Int16)),String OK 129ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Bool),String OK 133ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(UInt16)) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(Int32)) OK 132ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(Int32)),String OK 118ms
/aggregate functions/any/Map(Int128,LowCardinality(DateTime)) OK 125ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Int64)) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),String) OK 122ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),String),String OK 96ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(Int64)) OK 165ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),FixedString(51)) OK 145ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(UInt32)) OK 158ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(Int64)),String OK 148ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(Int128)) OK 117ms
/aggregate functions/any/Map(Int128,LowCardinality(Bool)) OK 115ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Int128)) OK 105ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),FixedString(51)),String OK 133ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),UUID) OK 104ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Float32)) OK 138ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(Int128)),String OK 142ms
/aggregate functions/any/Map(Int128,LowCardinality(String)) OK 141ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),UUID),String OK 114ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(Float32)) OK 151ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(Float32)),String OK 134ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(UInt64)) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(UInt8)) OK 139ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(UInt8)),String OK 119ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(UInt16)) OK 84ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Float64)) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(Float64)) OK 121ms
/aggregate functions/any/Map(Int128,LowCardinality(FixedString(51))) OK 160ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(Float64)),String OK 138ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(UInt16)),String OK 149ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(Decimal128(38))) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(UInt32)) OK 130ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(UInt128)) OK 139ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(UInt32)),String OK 112ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Date)) OK 96ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(Decimal128(38))),String OK 92ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(Date)) OK 137ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(Date)),String OK 141ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(UInt64)) OK 125ms
/aggregate functions/any/Map(Int128,LowCardinality(UUID)) OK 139ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(UInt64)),String OK 154ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Int8)) OK 164ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(UInt128)) OK 135ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(DateTime)) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(DateTime)) OK 115ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(DateTime)),String OK 203ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(UInt128)),String OK 189ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(DateTime64(3))) OK 169ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(UInt8))) OK 149ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Bool)) OK 158ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(Int8)) OK 142ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(Int8)),String OK 162ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(DateTime64(3))),String OK 141ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Int16)) OK 123ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(UInt16))) OK 174ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(Int16)) OK 126ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Int32)) OK 161ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(Bool)) OK 175ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(String)) OK 174ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(Bool)),String OK 159ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(Int16)),String OK 159ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(String)) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(Int32)) OK 140ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(Int32)),String OK 107ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(String)),String OK 151ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Int64)) OK 149ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(Int64)) OK 163ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(UInt32))) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(FixedString(51))) OK 140ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(Int64)),String OK 135ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(FixedString(51))),String OK 131ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(FixedString(51))) OK 143ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(Int128)) OK 104ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(UInt64))) OK 102ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Nullable(UUID)) OK 182ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(Int128)),String OK 174ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Int128)) OK 170ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Nullable(UUID)),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(UInt8)) OK 175ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(UUID)) OK 108ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(Float32)) OK 114ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(Float32)),String OK 118ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(UInt128))) OK 116ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(UInt8))) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(Float64)) OK 119ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(UInt8)),String OK 110ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(Float64)),String OK 115ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Float32)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(Decimal128(38))) OK 159ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(UInt16)) OK 128ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(UInt16)),String OK 107ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(Int8))) OK 143ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(UInt16))) OK 132ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(UInt32)) OK 135ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(Decimal128(38))),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(Date)) OK 118ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(UInt32)),String OK 115ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Float64)) OK 99ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(UInt64)) OK 110ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(Date)),String OK 107ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(UInt32))) OK 224ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(DateTime)) OK 224ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(UInt64)),String OK 136ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Date)) OK 194ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(DateTime)),String OK 111ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(UInt128)) OK 122ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(UInt128)),String OK 191ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(Int32))) OK 169ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(DateTime64(3))) OK 172ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(DateTime64(3))),String OK 215ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Int8)) OK 187ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Int8)),String OK 224ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(DateTime)) OK 152ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(Int64))) OK 146ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(UInt64))) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(Bool)) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Int16)) OK 107ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(Bool)),String OK 132ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Int16)),String OK 154ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Int32)) OK 153ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(String)) OK 129ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(UInt128))) OK 149ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(String)),String OK 152ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(Int128))) OK 152ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Bool)) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(FixedString(51))) OK 127ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Int32)),String OK 143ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(FixedString(51))),String OK 166ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Int64)) OK 163ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Int64)),String OK 146ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Nullable(UUID)) OK 159ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(Int8))) OK 131ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Nullable(UUID)),String OK 150ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(String)) OK 138ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(Float32))) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Int128)) OK 104ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Int128)),String OK 207ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(Int16))) OK 191ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Float32)) OK 124ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(UInt8)) OK 167ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Float32)),String OK 137ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(FixedString(51))) OK 169ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(UInt8)),String OK 132ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(UInt16)) OK 163ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(Date))) OK 156ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Float64)) OK 142ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Float64)),String OK 102ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(UInt16)),String OK 112ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(UInt32)) OK 163ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(UUID)) OK 110ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(UInt32)),String OK 139ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(Int32))) OK 145ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Date)) OK 137ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Date)),String OK 106ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(UInt64)) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(DateTime)) OK 112ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(UInt8))) OK 112ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(UInt64)),String OK 124ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(DateTime)),String OK 101ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(Int64))) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(UInt128)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Bool)) OK 97ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(Bool))) OK 128ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Bool)),String OK 140ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(UInt128)),String OK 142ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(UInt16))) OK 110ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(String)) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Int8)) OK 123ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(String)),String OK 110ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(Int128))) OK 123ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Int8)),String OK 123ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(String))) OK 106ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(UInt32))) OK 103ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(FixedString(51))) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Int16)) OK 132ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(FixedString(51))),String OK 131ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(UUID)) OK 123ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Int16)),String OK 122ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(Float32))) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Int32)) OK 126ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 132ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(UInt64))) OK 101ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(UUID)),String OK 93ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Int32)),String OK 118ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 98ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt8))),String OK 106ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Int64)) OK 148ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(Float64))) OK 107ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Int64)),String OK 122ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(UInt128))) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 128ms
/aggregate functions/any/Map(Int128,LowCardinality(Nullable(UUID))) OK 120ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt16))),String OK 154ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Int128)) OK 92ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 132ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(Date))) OK 124ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Int128)),String OK 133ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Float32)) OK 197ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(Int8))) OK 159ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt32))),String OK 164ms
/aggregate functions/any/Map(Int128,Array(String)) OK 168ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Float32)),String OK 162ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 123ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt64))),String OK 121ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(DateTime))) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Float64)) OK 106ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(Int16))) OK 91ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 158ms
/aggregate functions/any/Map(Int128,Map(String,LowCardinality(Float64))) OK 145ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Float64)),String OK 164ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Date)) OK 106ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt128))),String OK 156ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 143ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(Bool))) OK 122ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Date)),String OK 128ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(Int32))) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(DateTime)) OK 93ms
/aggregate functions/any/Map(Int128,Tuple(String)) OK 123ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(String))) OK 128ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int8))),String OK 176ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 158ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(DateTime)),String OK 145ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int16))),String OK 117ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Bool)) OK 106ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(Int64))) OK 143ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Bool)),String OK 146ms
/aggregate functions/any/Map(Date,UInt8) OK 124ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 94ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(String)) OK 176ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 174ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(String)),String OK 179ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int32))),String OK 162ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(Int128))) OK 110ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(FixedString(51))) OK 144ms
/aggregate functions/anyLast/Map(Int128,LowCardinality(Nullable(UUID))) OK 126ms
/aggregate functions/any/Map(Date,UInt16) OK 117ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(Float32))) OK 130ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int64))),String OK 109ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(FixedString(51))),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 118ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int128))),String OK 142ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(UUID)) OK 121ms
/aggregate functions/anyLast/Map(Int128,Array(String)) OK 123ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(UUID)),String OK 103ms
/aggregate functions/any/Map(Date,UInt32) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 209ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(Float64))) OK 169ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(Float32))),String OK 147ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 155ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt8))),String OK 155ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 136ms
/aggregate functions/anyLast/Map(Int128,Map(String,LowCardinality(Float64))) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 132ms
/aggregate functions/any/Map(Date,UInt64) OK 135ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(Float64))),String OK 153ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(Date))) OK 154ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt16))),String OK 149ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 119ms
/aggregate functions/anyLast/Map(Int128,Tuple(String)) OK 151ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Date))) OK 105ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt32))),String OK 141ms
/aggregate functions/any/Map(Date,UInt128) OK 122ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(Date))),String OK 132ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 177ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 122ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(DateTime))),String OK 147ms
/aggregate functions/any/Map(Date,Int8) OK 130ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(DateTime))) OK 148ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt64))),String OK 118ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 131ms
/aggregate functions/anyLast/Map(Date,UInt8) OK 137ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt128))),String OK 181ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 153ms
/aggregate functions/any/Map(Date,Int16) OK 144ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(Bool))),String OK 147ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(String))) OK 155ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int8))),String OK 146ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(Bool))) OK 139ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(String))),String OK 91ms
/aggregate functions/anyLast/Map(Date,UInt16) OK 120ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 109ms
/aggregate functions/any/Map(Date,Int32) OK 167ms
/aggregate functions/anyLast/Map(Date,UInt32) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 131ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))),String OK 155ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int16))),String OK 165ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(String))) OK 158ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 151ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 158ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),LowCardinality(Nullable(UUID))),String OK 114ms
/aggregate functions/anyLast/Map(Date,UInt64) OK 86ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int32))),String OK 91ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Array(String)) OK 168ms
/aggregate functions/any/Map(Date,Int64) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 124ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 155ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int64))),String OK 161ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Array(String)),String OK 153ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 148ms
/aggregate functions/anyLast/Map(Date,UInt128) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 123ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int128))),String OK 101ms
/aggregate functions/any/Map(Date,Int128) OK 183ms
/aggregate functions/anyLast/Map(Date,Int8) OK 182ms
/aggregate functions/anyHeavy/Map(Int128,LowCardinality(Nullable(UUID))) OK 178ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Map(String,LowCardinality(Float64))),String OK 172ms
/aggregate functions/argMax/datatypes/String,Map(FixedString(51),Tuple(String)) OK 178ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 161ms
/aggregate functions/argMax/datatypes/Map(FixedString(51),Tuple(String)),String OK 176ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(Float32))),String OK 172ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 172ms
/aggregate functions/any/Map(Date,Float32) OK 168ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(Float64))),String OK 177ms
/aggregate functions/argMax/datatypes/String,Map(UUID,UInt8) OK 146ms
/aggregate functions/anyHeavy/Map(Int128,Array(String)) OK 105ms
/aggregate functions/anyLast/Map(Date,Int16) OK 109ms
/aggregate functions/argMax/datatypes/Map(UUID,UInt8),String OK 149ms
/aggregate functions/argMax/datatypes/String,Map(UUID,UInt16) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Date))) OK 134ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(Date))),String OK 124ms
/aggregate functions/anyHeavy/Map(Int128,Map(String,LowCardinality(Float64))) OK 118ms
/aggregate functions/anyLast/Map(Date,Int32) OK 95ms
/aggregate functions/argMax/datatypes/Map(UUID,UInt16),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(UUID,UInt32) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 139ms
/aggregate functions/argMax/datatypes/Map(UUID,UInt32),String OK 96ms
/aggregate functions/any/Map(Date,Float64) OK 100ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(DateTime))),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 129ms
/aggregate functions/anyLast/Map(Date,Int64) OK 114ms
/aggregate functions/anyHeavy/Map(Int128,Tuple(String)) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(UUID,UInt64) OK 110ms
/aggregate functions/argMax/datatypes/Map(UUID,UInt64),String OK 146ms
/aggregate functions/any/Map(Date,Decimal128(38)) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(UUID,UInt128) OK 113ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(Bool))),String OK 123ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(String))) OK 120ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(String))),String OK 137ms
/aggregate functions/anyLast/Map(Date,Int128) OK 121ms
/aggregate functions/anyHeavy/Map(Date,UInt8) OK 92ms
/aggregate functions/argMax/datatypes/Map(UUID,UInt128),String OK 102ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Int8) OK 137ms
/aggregate functions/any/Map(Date,Date) OK 109ms
/aggregate functions/argMax/datatypes/Map(UUID,Int8),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 140ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))),String OK 105ms
/aggregate functions/anyHeavy/Map(Date,UInt16) OK 110ms
/aggregate functions/anyLast/Map(Date,Float32) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Int16) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 121ms
/aggregate functions/any/Map(Date,DateTime) OK 87ms
/aggregate functions/argMax/datatypes/Map(UUID,Int16),String OK 142ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),LowCardinality(Nullable(UUID))),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Int32) OK 131ms
/aggregate functions/anyHeavy/Map(Date,UInt32) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Array(String)) OK 125ms
/aggregate functions/argMax/datatypes/Map(UUID,Int32),String OK 123ms
/aggregate functions/anyLast/Map(Date,Float64) OK 130ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Array(String)),String OK 104ms
/aggregate functions/any/Map(Date,DateTime64(3)) OK 108ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Int64) OK 109ms
/aggregate functions/argMax/datatypes/Map(UUID,Int64),String OK 120ms
/aggregate functions/anyHeavy/Map(Date,UInt64) OK 106ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Map(String,LowCardinality(Float64))),String OK 114ms
/aggregate functions/argMin/datatypes/String,Map(FixedString(51),Tuple(String)) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Int128) OK 148ms
/aggregate functions/any/Map(Date,Bool) OK 136ms
/aggregate functions/anyLast/Map(Date,Decimal128(38)) OK 135ms
/aggregate functions/argMin/datatypes/Map(FixedString(51),Tuple(String)),String OK 132ms
/aggregate functions/argMax/datatypes/Map(UUID,Int128),String OK 113ms
/aggregate functions/anyHeavy/Map(Date,UInt128) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Float32) OK 87ms
/aggregate functions/argMin/datatypes/String,Map(UUID,UInt8) OK 113ms
/aggregate functions/argMin/datatypes/Map(UUID,UInt8),String OK 113ms
/aggregate functions/any/Map(Date,String) OK 124ms
/aggregate functions/argMax/datatypes/Map(UUID,Float32),String OK 162ms
/aggregate functions/anyLast/Map(Date,Date) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Float64) OK 154ms
/aggregate functions/argMax/datatypes/Map(UUID,Float64),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(UUID,UInt16) OK 153ms
/aggregate functions/anyHeavy/Map(Date,Int8) OK 129ms
/aggregate functions/argMin/datatypes/Map(UUID,UInt16),String OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UUID,UInt32) OK 121ms
/aggregate functions/anyLast/Map(Date,DateTime) OK 104ms
/aggregate functions/any/Map(Date,FixedString(51)) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Decimal128(38)) OK 159ms
/aggregate functions/argMax/datatypes/Map(UUID,Decimal128(38)),String OK 165ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Date) OK 171ms
/aggregate functions/argMin/datatypes/Map(UUID,UInt32),String OK 118ms
/aggregate functions/anyHeavy/Map(Date,Int16) OK 144ms
/aggregate functions/argMin/datatypes/String,Map(UUID,UInt64) OK 149ms
/aggregate functions/argMin/datatypes/Map(UUID,UInt64),String OK 153ms
/aggregate functions/anyLast/Map(Date,DateTime64(3)) OK 136ms
/aggregate functions/any/Map(Date,UUID) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(UUID,UInt128) OK 95ms
/aggregate functions/argMax/datatypes/Map(UUID,Date),String OK 187ms
/aggregate functions/anyHeavy/Map(Date,Int32) OK 175ms
/aggregate functions/argMax/datatypes/String,Map(UUID,DateTime) OK 198ms
/aggregate functions/anyLast/Map(Date,Bool) OK 179ms
/aggregate functions/argMin/datatypes/Map(UUID,UInt128),String OK 186ms
/aggregate functions/any/Map(Date,Nullable(UInt8)) OK 153ms
/aggregate functions/argMax/datatypes/Map(UUID,DateTime),String OK 175ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Int8) OK 169ms
/aggregate functions/argMin/datatypes/Map(UUID,Int8),String OK 139ms
/aggregate functions/any/Map(Date,Nullable(UInt16)) OK 129ms
/aggregate functions/anyHeavy/Map(Date,Int64) OK 150ms
/aggregate functions/argMax/datatypes/String,Map(UUID,DateTime64(3)) OK 178ms
/aggregate functions/anyLast/Map(Date,String) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Int16) OK 140ms
/aggregate functions/argMax/datatypes/Map(UUID,DateTime64(3)),String OK 140ms
/aggregate functions/argMin/datatypes/Map(UUID,Int16),String OK 143ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Bool) OK 145ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Int32) OK 144ms
/aggregate functions/any/Map(Date,Nullable(UInt32)) OK 89ms
/aggregate functions/anyLast/Map(Date,FixedString(51)) OK 138ms
/aggregate functions/anyHeavy/Map(Date,Int128) OK 168ms
/aggregate functions/argMin/datatypes/Map(UUID,Int32),String OK 130ms
/aggregate functions/argMax/datatypes/Map(UUID,Bool),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Int64) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(UUID,String) OK 153ms
/aggregate functions/argMin/datatypes/Map(UUID,Int64),String OK 99ms
/aggregate functions/argMax/datatypes/Map(UUID,String),String OK 140ms
/aggregate functions/any/Map(Date,Nullable(UInt64)) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Int128) OK 101ms
/aggregate functions/anyLast/Map(Date,UUID) OK 109ms
/aggregate functions/argMin/datatypes/Map(UUID,Int128),String OK 111ms
/aggregate functions/argMax/datatypes/String,Map(UUID,FixedString(51)) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Float32) OK 168ms
/aggregate functions/anyHeavy/Map(Date,Float32) OK 130ms
/aggregate functions/argMax/datatypes/Map(UUID,FixedString(51)),String OK 178ms
/aggregate functions/argMax/datatypes/String,Map(UUID,UUID) OK 163ms
/aggregate functions/any/Map(Date,Nullable(UInt128)) OK 152ms
/aggregate functions/argMin/datatypes/Map(UUID,Float32),String OK 117ms
/aggregate functions/anyLast/Map(Date,Nullable(UInt8)) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Float64) OK 107ms
/aggregate functions/anyHeavy/Map(Date,Float64) OK 132ms
/aggregate functions/argMax/datatypes/Map(UUID,UUID),String OK 131ms
/aggregate functions/any/Map(Date,Nullable(Int8)) OK 114ms
/aggregate functions/argMin/datatypes/Map(UUID,Float64),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(UInt8)) OK 163ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Decimal128(38)) OK 109ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(UInt8)),String OK 109ms
/aggregate functions/argMin/datatypes/Map(UUID,Decimal128(38)),String OK 151ms
/aggregate functions/anyLast/Map(Date,Nullable(UInt16)) OK 138ms
/aggregate functions/anyHeavy/Map(Date,Decimal128(38)) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(UInt16)) OK 107ms
/aggregate functions/any/Map(Date,Nullable(Int16)) OK 124ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Date) OK 96ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(UInt16)),String OK 102ms
/aggregate functions/argMin/datatypes/Map(UUID,Date),String OK 106ms
/aggregate functions/anyLast/Map(Date,Nullable(UInt32)) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(UInt32)) OK 90ms
/aggregate functions/argMin/datatypes/String,Map(UUID,DateTime) OK 107ms
/aggregate functions/anyHeavy/Map(Date,Date) OK 131ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(UInt32)),String OK 134ms
/aggregate functions/argMin/datatypes/Map(UUID,DateTime),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(UInt64)) OK 123ms
/aggregate functions/any/Map(Date,Nullable(Int32)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(UUID,DateTime64(3)) OK 106ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(UInt64)),String OK 111ms
/aggregate functions/anyLast/Map(Date,Nullable(UInt64)) OK 117ms
/aggregate functions/argMin/datatypes/Map(UUID,DateTime64(3)),String OK 125ms
/aggregate functions/anyHeavy/Map(Date,DateTime) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Bool) OK 167ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(UInt128)) OK 114ms
/aggregate functions/argMin/datatypes/Map(UUID,Bool),String OK 146ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(UInt128)),String OK 120ms
/aggregate functions/any/Map(Date,Nullable(Int64)) OK 151ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(Int8)) OK 146ms
/aggregate functions/anyLast/Map(Date,Nullable(UInt128)) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(UUID,String) OK 117ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(Int8)),String OK 104ms
/aggregate functions/anyHeavy/Map(Date,DateTime64(3)) OK 92ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(Int16)) OK 100ms
/aggregate functions/argMin/datatypes/Map(UUID,String),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(UUID,FixedString(51)) OK 156ms
/aggregate functions/any/Map(Date,Nullable(Int128)) OK 161ms
/aggregate functions/anyLast/Map(Date,Nullable(Int8)) OK 101ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(Int16)),String OK 106ms
/aggregate functions/argMin/datatypes/Map(UUID,FixedString(51)),String OK 117ms
/aggregate functions/anyHeavy/Map(Date,Bool) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(Int32)) OK 122ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(Int32)),String OK 108ms
/aggregate functions/anyLast/Map(Date,Nullable(Int16)) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(Int64)) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(UUID,UUID) OK 106ms
/aggregate functions/argMin/datatypes/Map(UUID,UUID),String OK 86ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(UInt8)) OK 147ms
/aggregate functions/any/Map(Date,Nullable(Float32)) OK 120ms
/aggregate functions/anyHeavy/Map(Date,String) OK 138ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(Int64)),String OK 117ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(Int128)) OK 117ms
/aggregate functions/anyLast/Map(Date,Nullable(Int32)) OK 119ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(UInt8)),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(UInt16)) OK 131ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(Int128)),String OK 116ms
/aggregate functions/any/Map(Date,Nullable(Float64)) OK 146ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(Float32)) OK 164ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(Float32)),String OK 156ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(UInt16)),String OK 134ms
/aggregate functions/anyHeavy/Map(Date,FixedString(51)) OK 156ms
/aggregate functions/anyLast/Map(Date,Nullable(Int64)) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(UInt32)) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(Float64)) OK 123ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(UInt32)),String OK 100ms
/aggregate functions/any/Map(Date,Nullable(Decimal128(38))) OK 185ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(UInt64)) OK 180ms
/aggregate functions/anyLast/Map(Date,Nullable(Int128)) OK 180ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(Float64)),String OK 179ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/anyHeavy/Map(Date,UUID) OK 157ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(UInt64)),String OK 162ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(Decimal128(38))),String OK 148ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(UInt128)) OK 131ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(Date)) OK 193ms
/aggregate functions/any/Map(Date,Nullable(Date)) OK 142ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(UInt128)),String OK 143ms
/aggregate functions/anyHeavy/Map(Date,Nullable(UInt8)) OK 117ms
/aggregate functions/anyLast/Map(Date,Nullable(Float32)) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(Int8)) OK 118ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(Date)),String OK 124ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(Int8)),String OK 139ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(DateTime)) OK 129ms
/aggregate functions/anyLast/Map(Date,Nullable(Float64)) OK 213ms
/aggregate functions/anyHeavy/Map(Date,Nullable(UInt16)) OK 189ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(DateTime)),String OK 176ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(Int16)) OK 185ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(DateTime64(3))) OK 181ms
/aggregate functions/any/Map(Date,Nullable(DateTime)) OK 166ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(Int16)),String OK 159ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(DateTime64(3))),String OK 176ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(Int32)) OK 139ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(Int32)),String OK 129ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(Bool)) OK 142ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(Int64)) OK 143ms
/aggregate functions/any/Map(Date,Nullable(DateTime64(3))) OK 119ms
/aggregate functions/anyHeavy/Map(Date,Nullable(UInt32)) OK 130ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(Int64)),String OK 91ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(Bool)),String OK 116ms
/aggregate functions/anyLast/Map(Date,Nullable(Decimal128(38))) OK 91ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(String)) OK 126ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(Int128)) OK 92ms
/aggregate functions/anyLast/Map(Date,Nullable(Date)) OK 187ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(Int128)),String OK 155ms
/aggregate functions/any/Map(Date,Nullable(Bool)) OK 173ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(String)),String OK 161ms
/aggregate functions/anyHeavy/Map(Date,Nullable(UInt64)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(FixedString(51))) OK 143ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(Float32)) OK 144ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(FixedString(51))),String OK 112ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(Float32)),String OK 110ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Nullable(UUID)) OK 130ms
/aggregate functions/anyHeavy/Map(Date,Nullable(UInt128)) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(Float64)) OK 149ms
/aggregate functions/argMax/datatypes/Map(UUID,Nullable(UUID)),String OK 122ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(Float64)),String OK 126ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(UInt8)) OK 139ms
/aggregate functions/any/Map(Date,Nullable(String)) OK 133ms
/aggregate functions/anyLast/Map(Date,Nullable(DateTime)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(Decimal128(38))) OK 134ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(UInt8)),String OK 111ms
/aggregate functions/anyHeavy/Map(Date,Nullable(Int8)) OK 152ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(UInt16)) OK 166ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(Decimal128(38))),String OK 137ms
/aggregate functions/anyLast/Map(Date,Nullable(DateTime64(3))) OK 147ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(Date)) OK 139ms
/aggregate functions/any/Map(Date,Nullable(FixedString(51))) OK 100ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(UInt16)),String OK 147ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(Date)),String OK 135ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(UInt32)) OK 86ms
/aggregate functions/any/Map(Date,Nullable(UUID)) OK 108ms
/aggregate functions/anyHeavy/Map(Date,Nullable(Int16)) OK 125ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(DateTime)) OK 119ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(DateTime)),String OK 125ms
/aggregate functions/anyLast/Map(Date,Nullable(Bool)) OK 161ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(UInt32)),String OK 123ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(DateTime64(3))) OK 151ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(UInt64)) OK 156ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(UInt64)),String OK 113ms
/aggregate functions/any/Map(Date,LowCardinality(UInt8)) OK 103ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(DateTime64(3))),String OK 137ms
/aggregate functions/anyHeavy/Map(Date,Nullable(Int32)) OK 154ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(Bool)) OK 137ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(UInt128)) OK 128ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(UInt128)),String OK 132ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(Bool)),String OK 113ms
/aggregate functions/anyLast/Map(Date,Nullable(String)) OK 117ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Int8)) OK 116ms
/aggregate functions/any/Map(Date,LowCardinality(UInt16)) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(String)) OK 128ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Int8)),String OK 141ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(String)),String OK 119ms
/aggregate functions/anyHeavy/Map(Date,Nullable(Int64)) OK 150ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Int16)) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(FixedString(51))) OK 147ms
/aggregate functions/anyLast/Map(Date,Nullable(FixedString(51))) OK 124ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Int16)),String OK 107ms
/aggregate functions/any/Map(Date,LowCardinality(UInt32)) OK 130ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(FixedString(51))),String OK 96ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Nullable(UUID)) OK 116ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Int32)) OK 175ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Int32)),String OK 160ms
/aggregate functions/anyLast/Map(Date,Nullable(UUID)) OK 170ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Int64)) OK 96ms
/aggregate functions/anyHeavy/Map(Date,Nullable(Int128)) OK 93ms
/aggregate functions/argMin/datatypes/Map(UUID,Nullable(UUID)),String OK 143ms
/aggregate functions/any/Map(Date,LowCardinality(UInt64)) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(UInt8)) OK 111ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(UInt8)),String OK 136ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Int64)),String OK 154ms
/aggregate functions/anyHeavy/Map(Date,Nullable(Float32)) OK 107ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Int128)) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(UInt16)) OK 129ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Int128)),String OK 102ms
/aggregate functions/any/Map(Date,LowCardinality(UInt128)) OK 131ms
/aggregate functions/anyLast/Map(Date,LowCardinality(UInt8)) OK 113ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(UInt16)),String OK 117ms
/aggregate functions/anyHeavy/Map(Date,Nullable(Float64)) OK 96ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(UInt32)) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Float32)) OK 99ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Float32)),String OK 99ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Float64)) OK 106ms
/aggregate functions/anyLast/Map(Date,LowCardinality(UInt16)) OK 148ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(UInt32)),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(UInt64)) OK 110ms
/aggregate functions/any/Map(Date,LowCardinality(Int8)) OK 93ms
/aggregate functions/anyHeavy/Map(Date,Nullable(Decimal128(38))) OK 135ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(UInt64)),String OK 112ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Float64)),String OK 98ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Date)) OK 101ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Date)),String OK 79ms
/aggregate functions/any/Map(Date,LowCardinality(Int16)) OK 114ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(UInt128)) OK 114ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(UInt128)),String OK 92ms
/aggregate functions/anyLast/Map(Date,LowCardinality(UInt32)) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Int8)) OK 101ms
/aggregate functions/anyHeavy/Map(Date,Nullable(Date)) OK 116ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(DateTime)) OK 106ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(DateTime)),String OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Bool)) OK 97ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Int8)),String OK 138ms
/aggregate functions/any/Map(Date,LowCardinality(Int32)) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Int16)) OK 93ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Int16)),String OK 102ms
/aggregate functions/anyLast/Map(Date,LowCardinality(UInt64)) OK 110ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Bool)),String OK 137ms
/aggregate functions/anyHeavy/Map(Date,Nullable(DateTime)) OK 107ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(String)) OK 125ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(String)),String OK 114ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Int32)) OK 104ms
/aggregate functions/any/Map(Date,LowCardinality(Int64)) OK 91ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Int32)),String OK 102ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Int64)) OK 82ms
/aggregate functions/anyLast/Map(Date,LowCardinality(UInt128)) OK 117ms
/aggregate functions/anyHeavy/Map(Date,Nullable(DateTime64(3))) OK 112ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(FixedString(51))) OK 124ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(FixedString(51))),String OK 127ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(UUID)) OK 155ms
/aggregate functions/any/Map(Date,LowCardinality(Int128)) OK 132ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Int64)),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Int128)) OK 100ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Int128)),String OK 105ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Int8)) OK 123ms
/aggregate functions/anyHeavy/Map(Date,Nullable(Bool)) OK 98ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(UUID)),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Float32)) OK 109ms
/aggregate functions/any/Map(Date,LowCardinality(Float32)) OK 127ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Float32)),String OK 123ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Float64)) OK 103ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(UInt8))),String OK 105ms
/aggregate functions/anyHeavy/Map(Date,Nullable(String)) OK 99ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Int16)) OK 128ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt16))) OK 123ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Float64)),String OK 134ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(UInt16))),String OK 119ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Date)) OK 137ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt32))) OK 154ms
/aggregate functions/any/Map(Date,LowCardinality(Float64)) OK 87ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Date)),String OK 109ms
/aggregate functions/anyHeavy/Map(Date,Nullable(FixedString(51))) OK 139ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Int32)) OK 110ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(UInt32))),String OK 97ms
/aggregate functions/any/Map(Date,LowCardinality(Date)) OK 94ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(DateTime)) OK 132ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(DateTime)),String OK 115ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Bool)) OK 128ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(UInt64))),String OK 99ms
/aggregate functions/anyHeavy/Map(Date,Nullable(UUID)) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt128))) OK 107ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Int64)) OK 97ms
/aggregate functions/any/Map(Date,LowCardinality(DateTime)) OK 94ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(UInt128))),String OK 95ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Bool)),String OK 99ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(String)) OK 123ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(Int8))) OK 157ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(String)),String OK 115ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(UInt8)) OK 114ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Int128)) OK 114ms
/aggregate functions/any/Map(Date,LowCardinality(Bool)) OK 114ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(Int8))),String OK 114ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(Int16))) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(FixedString(51))),String OK 109ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(UUID)) OK 133ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(UInt16)) OK 205ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Float32)) OK 136ms
/aggregate functions/any/Map(Date,LowCardinality(String)) OK 110ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(Int16))),String OK 128ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(Int32))) OK 115ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(Int32))),String OK 164ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(UUID)),String OK 152ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt8))) OK 116ms
/aggregate functions/any/Map(Date,LowCardinality(FixedString(51))) OK 162ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(UInt8))),String OK 201ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(Int64))) OK 210ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(Int64))),String OK 164ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Float64)) OK 173ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(Int128))) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt16))) OK 143ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(UInt32)) OK 135ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(UInt16))),String OK 124ms
/aggregate functions/any/Map(Date,LowCardinality(UUID)) OK 87ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(Int128))),String OK 169ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Date)) OK 136ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt32))) OK 156ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(Float32))) OK 134ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(UInt32))),String OK 112ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(UInt64)) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt64))) OK 130ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(Float32))),String OK 137ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(UInt8))) OK 107ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(UInt64))),String OK 181ms
/aggregate functions/anyLast/Map(Date,LowCardinality(DateTime)) OK 178ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(Float64))) OK 173ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(UInt128)) OK 166ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt128))) OK 159ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(Float64))),String OK 152ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(UInt16))) OK 146ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(UInt128))),String OK 108ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(Date))) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(Date))),String OK 175ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(UInt32))) OK 169ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(DateTime))) OK 147ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(Int8))),String OK 152ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(Int16))) OK 161ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Bool)) OK 130ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Int8)) OK 150ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(DateTime))),String OK 109ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(Int16))),String OK 125ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/anyLast/Map(Date,LowCardinality(String)) OK 171ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(Bool))),String OK 139ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(Int32))) OK 127ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Int16)) OK 150ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(Int32))),String OK 102ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(UInt64))) OK 153ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(String))) OK 104ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(Int64))) OK 140ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(String))),String OK 123ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(Int64))),String OK 123ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(Int128))) OK 121ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(FixedString(51)))),String OK 80ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Int32)) OK 123ms
/aggregate functions/anyLast/Map(Date,LowCardinality(FixedString(51))) OK 121ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(Int128))),String OK 120ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(UInt128))) OK 106ms
/aggregate functions/argMax/datatypes/String,Map(UUID,LowCardinality(Nullable(UUID))) OK 100ms
/aggregate functions/argMax/datatypes/Map(UUID,LowCardinality(Nullable(UUID))),String OK 87ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(Float32))) OK 152ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(Float32))),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Array(String)) OK 128ms
/aggregate functions/argMax/datatypes/Map(UUID,Array(String)),String OK 132ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(Int8))) OK 145ms
/aggregate functions/anyLast/Map(Date,LowCardinality(UUID)) OK 96ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Int64)) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(Float64))) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Map(String,LowCardinality(Float64))) OK 120ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(Float64))),String OK 122ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(UInt8))) OK 125ms
/aggregate functions/argMax/datatypes/Map(UUID,Map(String,LowCardinality(Float64))),String OK 148ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(Date))) OK 129ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Int128)) OK 149ms
/aggregate functions/argMax/datatypes/String,Map(UUID,Tuple(String)) OK 147ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(Date))),String OK 139ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(Int16))) OK 119ms
/aggregate functions/argMax/datatypes/Map(UUID,Tuple(String)),String OK 134ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(UInt16))) OK 93ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(DateTime))),String OK 100ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),UInt8) OK 142ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(Int32))) OK 136ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Float32)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(Bool))) OK 134ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),UInt8),String OK 137ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),UInt16) OK 106ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(Bool))),String OK 116ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(UInt32))) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(String))) OK 91ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),UInt16),String OK 128ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),UInt32) OK 130ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(Int64))) OK 125ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Float64)) OK 106ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(String))),String OK 161ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),UInt32),String OK 172ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(UInt64))) OK 159ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 151ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(FixedString(51)))),String OK 156ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Date)) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),UInt64) OK 140ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(Int128))) OK 109ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),UInt64),String OK 124ms
/aggregate functions/argMin/datatypes/String,Map(UUID,LowCardinality(Nullable(UUID))) OK 111ms
/aggregate functions/argMin/datatypes/Map(UUID,LowCardinality(Nullable(UUID))),String OK 135ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(UInt128))) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),UInt128) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Array(String)) OK 128ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(Float32))) OK 110ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(DateTime)) OK 122ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),UInt128),String OK 153ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Int8) OK 97ms
/aggregate functions/argMin/datatypes/Map(UUID,Array(String)),String OK 107ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(Int8))) OK 108ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Int8),String OK 93ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Map(String,LowCardinality(Float64))) OK 101ms
/aggregate functions/argMin/datatypes/Map(UUID,Map(String,LowCardinality(Float64))),String OK 177ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(Float64))) OK 154ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Int16) OK 127ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Bool)) OK 127ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Int16),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(UUID,Tuple(String)) OK 100ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(Int16))) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Int32) OK 145ms
/aggregate functions/argMin/datatypes/Map(UUID,Tuple(String)),String OK 144ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Int32),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),UInt8) OK 120ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(String)) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Int64) OK 153ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),UInt8),String OK 138ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(Date))) OK 134ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(Int32))) OK 127ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Int64),String OK 102ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),UInt16) OK 100ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(FixedString(51))) OK 100ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),UInt16),String OK 105ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(DateTime))) OK 144ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(Int64))) OK 146ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),UInt32) OK 127ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Int128) OK 121ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Int128),String OK 164ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Float32) OK 157ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),UInt32),String OK 115ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(UUID)) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),UInt64) OK 110ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Float32),String OK 130ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),UInt64),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),UInt128) OK 145ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(Bool))) OK 130ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(Int128))) OK 119ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Float64) OK 120ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Float64),String OK 113ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(UInt8))) OK 123ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),UInt128),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Decimal128(38)) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Int8) OK 134ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(Float32))) OK 151ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(String))) OK 137ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Int8),String OK 130ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Decimal128(38)),String OK 145ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Date) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Int16) OK 121ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(UInt16))) OK 114ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Date),String OK 121ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Int16),String OK 208ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 190ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Int32) OK 171ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(Float64))) OK 183ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(UInt32))) OK 151ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Int32),String OK 167ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),DateTime) OK 165ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),DateTime),String OK 176ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),DateTime64(3)) OK 128ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(UInt64))) OK 251ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Int64) OK 251ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Int64),String OK 246ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),DateTime64(3)),String OK 211ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(Date))) OK 196ms
/aggregate functions/any/Map(Date,LowCardinality(Nullable(UUID))) OK 217ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Int128) OK 210ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Bool) OK 228ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Bool),String OK 196ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(DateTime))) OK 178ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),String) OK 139ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Int128),String OK 166ms
/aggregate functions/any/Map(Date,Array(String)) OK 136ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(UInt128))) OK 181ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Float32) OK 149ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),String),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),FixedString(51)) OK 164ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Float32),String OK 163ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),FixedString(51)),String OK 84ms
/aggregate functions/any/Map(Date,Map(String,LowCardinality(Float64))) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),UUID) OK 126ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(Bool))) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Float64) OK 115ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Float64),String OK 115ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(Int8))) OK 149ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),UUID),String OK 162ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Decimal128(38)) OK 162ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(UInt8)) OK 120ms
/aggregate functions/any/Map(Date,Tuple(String)) OK 106ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(String))) OK 184ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(UInt8)),String OK 168ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Decimal128(38)),String OK 168ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Date) OK 153ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(UInt16)) OK 124ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(Int16))) OK 109ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(UInt16)),String OK 204ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Date),String OK 183ms
/aggregate functions/any/Map(DateTime,UInt8) OK 210ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),DateTime) OK 144ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(UInt32)) OK 133ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(Int32))) OK 100ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),DateTime),String OK 128ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 138ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(UInt32)),String OK 130ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),DateTime64(3)) OK 101ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(UInt64)) OK 156ms
/aggregate functions/any/Map(DateTime,UInt16) OK 144ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(UInt64)),String OK 126ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),DateTime64(3)),String OK 107ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Bool) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(UInt128)) OK 131ms
/aggregate functions/anyLast/Map(Date,LowCardinality(Nullable(UUID))) OK 111ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(Int128))) OK 148ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Bool),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),String) OK 200ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(UInt128)),String OK 153ms
/aggregate functions/anyLast/Map(Date,Array(String)) OK 170ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),String),String OK 159ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(Int8)) OK 168ms
/aggregate functions/any/Map(DateTime,UInt32) OK 147ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(Int8)),String OK 170ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),FixedString(51)) OK 125ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(Float32))) OK 116ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(Int16)) OK 127ms
/aggregate functions/any/Map(DateTime,UInt64) OK 108ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),FixedString(51)),String OK 130ms
/aggregate functions/anyLast/Map(Date,Map(String,LowCardinality(Float64))) OK 118ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(Int16)),String OK 156ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),UUID) OK 147ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(Int32)) OK 139ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(Float64))) OK 129ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),UUID),String OK 123ms
/aggregate functions/any/Map(DateTime,UInt128) OK 83ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(Int32)),String OK 98ms
/aggregate functions/anyLast/Map(Date,Tuple(String)) OK 91ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(UInt8)) OK 93ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(UInt8)),String OK 105ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(Date))) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(Int64)) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(UInt16)) OK 122ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(Int64)),String OK 107ms
/aggregate functions/any/Map(DateTime,Int8) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(Int128)) OK 111ms
/aggregate functions/anyLast/Map(DateTime,UInt8) OK 126ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(UInt16)),String OK 103ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(UInt32)) OK 116ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(Int128)),String OK 137ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(Float32)) OK 110ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(DateTime))) OK 118ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(UInt32)),String OK 104ms
/aggregate functions/any/Map(DateTime,Int16) OK 105ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(Float32)),String OK 101ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(UInt64)) OK 106ms
/aggregate functions/anyLast/Map(DateTime,UInt16) OK 97ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(UInt64)),String OK 127ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(Float64)) OK 128ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(UInt128)) OK 108ms
/aggregate functions/any/Map(DateTime,Int32) OK 124ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(Bool))) OK 164ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(Float64)),String OK 128ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(Decimal128(38))) OK 127ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(UInt128)),String OK 127ms
/aggregate functions/anyLast/Map(DateTime,UInt32) OK 109ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(Int8)) OK 85ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(Int8)),String OK 93ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(Decimal128(38))),String OK 95ms
/aggregate functions/any/Map(DateTime,Int64) OK 104ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(Date)) OK 95ms
/aggregate functions/anyLast/Map(DateTime,UInt64) OK 117ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(Date)),String OK 117ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(Int16)) OK 115ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(Int16)),String OK 114ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(Int32)) OK 97ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(DateTime)) OK 126ms
/aggregate functions/any/Map(DateTime,Int128) OK 96ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(DateTime)),String OK 115ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 121ms
/aggregate functions/anyLast/Map(DateTime,UInt128) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(DateTime64(3))) OK 124ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(Int32)),String OK 100ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(Int64)) OK 104ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(Int64)),String OK 123ms
/aggregate functions/any/Map(DateTime,Float32) OK 106ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(DateTime64(3))),String OK 141ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(Bool)) OK 124ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(Int128)) OK 131ms
/aggregate functions/anyHeavy/Map(Date,LowCardinality(Nullable(UUID))) OK 129ms
/aggregate functions/anyLast/Map(DateTime,Int8) OK 98ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(Bool)),String OK 98ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(Int128)),String OK 101ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(Float32)) OK 120ms
/aggregate functions/any/Map(DateTime,Float64) OK 122ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(String)) OK 96ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(String)),String OK 117ms
/aggregate functions/anyLast/Map(DateTime,Int16) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(FixedString(51))) OK 119ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(Float32)),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(Float64)) OK 121ms
/aggregate functions/anyHeavy/Map(Date,Array(String)) OK 106ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(Float64)),String OK 98ms
/aggregate functions/any/Map(DateTime,Decimal128(38)) OK 99ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(FixedString(51))),String OK 114ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Nullable(UUID)) OK 119ms
/aggregate functions/anyLast/Map(DateTime,Int32) OK 101ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Nullable(UUID)),String OK 117ms
/aggregate functions/anyHeavy/Map(Date,Map(String,LowCardinality(Float64))) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(Decimal128(38))) OK 114ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(Decimal128(38))),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(Date)) OK 126ms
/aggregate functions/any/Map(DateTime,Date) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt8)) OK 134ms
/aggregate functions/anyLast/Map(DateTime,Int64) OK 89ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(UInt8)),String OK 107ms
/aggregate functions/anyHeavy/Map(Date,Tuple(String)) OK 144ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt16)) OK 147ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(Date)),String OK 152ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(DateTime)) OK 135ms
/aggregate functions/any/Map(DateTime,DateTime) OK 121ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(DateTime)),String OK 116ms
/aggregate functions/anyLast/Map(DateTime,Int128) OK 106ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(UInt16)),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt32)) OK 128ms
/aggregate functions/anyHeavy/Map(DateTime,UInt8) OK 131ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(UInt32)),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(DateTime64(3))) OK 138ms
/aggregate functions/any/Map(DateTime,DateTime64(3)) OK 133ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(DateTime64(3))),String OK 100ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(Bool)) OK 132ms
/aggregate functions/anyLast/Map(DateTime,Float32) OK 110ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt64)) OK 99ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(UInt64)),String OK 97ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(Bool)),String OK 113ms
/aggregate functions/anyHeavy/Map(DateTime,UInt16) OK 147ms
/aggregate functions/anyLast/Map(DateTime,Float64) OK 150ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt128)) OK 156ms
/aggregate functions/any/Map(DateTime,Bool) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(String)) OK 145ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(String)),String OK 124ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(UInt128)),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Int8)) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(FixedString(51))) OK 82ms
/aggregate functions/any/Map(DateTime,String) OK 136ms
/aggregate functions/anyHeavy/Map(DateTime,UInt32) OK 126ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(FixedString(51))),String OK 160ms
/aggregate functions/anyLast/Map(DateTime,Decimal128(38)) OK 126ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Int8)),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Nullable(UUID)) OK 135ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Int16)) OK 134ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Int16)),String OK 118ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Nullable(UUID)),String OK 105ms
/aggregate functions/anyHeavy/Map(DateTime,UInt64) OK 87ms
/aggregate functions/any/Map(DateTime,FixedString(51)) OK 109ms
/aggregate functions/anyLast/Map(DateTime,Date) OK 161ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt8)) OK 174ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Int32)) OK 167ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(UInt8)),String OK 170ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Int32)),String OK 138ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt16)) OK 142ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Int64)) OK 144ms
/aggregate functions/anyHeavy/Map(DateTime,UInt128) OK 110ms
/aggregate functions/any/Map(DateTime,UUID) OK 93ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Int64)),String OK 169ms
/aggregate functions/anyLast/Map(DateTime,DateTime) OK 158ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(UInt16)),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Int128)) OK 159ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Int128)),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt32)) OK 143ms
/aggregate functions/anyHeavy/Map(DateTime,Int8) OK 135ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(UInt32)),String OK 89ms
/aggregate functions/any/Map(DateTime,Nullable(UInt8)) OK 112ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt64)) OK 113ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(UInt64)),String OK 93ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Float32)) OK 169ms
/aggregate functions/any/Map(DateTime,Nullable(UInt16)) OK 165ms
/aggregate functions/anyHeavy/Map(DateTime,Int16) OK 116ms
/aggregate functions/anyLast/Map(DateTime,DateTime64(3)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt128)) OK 119ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Float32)),String OK 102ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Float64)) OK 119ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(UInt128)),String OK 137ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Int8)) OK 132ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Float64)),String OK 202ms
/aggregate functions/anyHeavy/Map(DateTime,Int32) OK 158ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Int8)),String OK 154ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Date)) OK 181ms
/aggregate functions/anyLast/Map(DateTime,Bool) OK 158ms
/aggregate functions/any/Map(DateTime,Nullable(UInt32)) OK 146ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Date)),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Int16)) OK 115ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Int16)),String OK 118ms
/aggregate functions/anyHeavy/Map(DateTime,Int64) OK 106ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Int32)) OK 203ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(DateTime)) OK 169ms
/aggregate functions/anyLast/Map(DateTime,String) OK 171ms
/aggregate functions/any/Map(DateTime,Nullable(UInt64)) OK 184ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(DateTime)),String OK 167ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Int32)),String OK 166ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Bool)) OK 167ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Int64)) OK 160ms
/aggregate functions/anyHeavy/Map(DateTime,Int128) OK 119ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Bool)),String OK 152ms
/aggregate functions/anyLast/Map(DateTime,FixedString(51)) OK 123ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(String)) OK 126ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Int64)),String OK 137ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Int128)) OK 128ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(String)),String OK 100ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Int128)),String OK 140ms
/aggregate functions/any/Map(DateTime,Nullable(UInt128)) OK 114ms
/aggregate functions/anyHeavy/Map(DateTime,Float32) OK 90ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 142ms
/aggregate functions/anyLast/Map(DateTime,UUID) OK 123ms
/aggregate functions/anyHeavy/Map(DateTime,Float64) OK 111ms
/aggregate functions/any/Map(DateTime,Nullable(Int8)) OK 136ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(FixedString(51))),String OK 134ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(UUID)) OK 139ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Float32)) OK 105ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Float32)),String OK 111ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Float64)) OK 126ms
/aggregate functions/anyHeavy/Map(DateTime,Decimal128(38)) OK 76ms
/aggregate functions/anyLast/Map(DateTime,Nullable(UInt8)) OK 151ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Float64)),String OK 141ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(UUID)),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Date)) OK 138ms
/aggregate functions/any/Map(DateTime,Nullable(Int16)) OK 121ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 138ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))),String OK 119ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Date)),String OK 91ms
/aggregate functions/anyHeavy/Map(DateTime,Date) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(DateTime)) OK 140ms
/aggregate functions/any/Map(DateTime,Nullable(Int32)) OK 150ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(DateTime)),String OK 136ms
/aggregate functions/anyLast/Map(DateTime,Nullable(UInt16)) OK 136ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))),String OK 143ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Bool)) OK 142ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 140ms
/aggregate functions/anyHeavy/Map(DateTime,DateTime) OK 117ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))),String OK 103ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Bool)),String OK 117ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(String)) OK 126ms
/aggregate functions/anyLast/Map(DateTime,Nullable(UInt32)) OK 144ms
/aggregate functions/anyHeavy/Map(DateTime,DateTime64(3)) OK 154ms
/aggregate functions/any/Map(DateTime,Nullable(Int64)) OK 136ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 132ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(String)),String OK 150ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))),String OK 141ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(FixedString(51))),String OK 86ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))),String OK 129ms
/aggregate functions/any/Map(DateTime,Nullable(Int128)) OK 149ms
/aggregate functions/anyLast/Map(DateTime,Nullable(UInt64)) OK 129ms
/aggregate functions/anyHeavy/Map(DateTime,Bool) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(UUID)) OK 95ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int8))),String OK 143ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(UUID)),String OK 103ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 112ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))),String OK 147ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 144ms
/aggregate functions/anyLast/Map(DateTime,Nullable(UInt128)) OK 143ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int16))),String OK 116ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 116ms
/aggregate functions/any/Map(DateTime,Nullable(Float32)) OK 131ms
/aggregate functions/anyHeavy/Map(DateTime,String) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 119ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))),String OK 117ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int32))),String OK 136ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 158ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))),String OK 142ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 137ms
/aggregate functions/anyLast/Map(DateTime,Nullable(Int8)) OK 145ms
/aggregate functions/any/Map(DateTime,Nullable(Float64)) OK 92ms
/aggregate functions/anyHeavy/Map(DateTime,FixedString(51)) OK 117ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int64))),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/any/Map(DateTime,Nullable(Decimal128(38))) OK 96ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))),String OK 170ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 137ms
/aggregate functions/anyHeavy/Map(DateTime,UUID) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 113ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int128))),String OK 137ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))),String OK 130ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 121ms
/aggregate functions/anyLast/Map(DateTime,Nullable(Int16)) OK 91ms
/aggregate functions/any/Map(DateTime,Nullable(Date)) OK 102ms
/aggregate functions/anyLast/Map(DateTime,Nullable(Int32)) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 179ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Float32))),String OK 154ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(UInt8)) OK 152ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 154ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int8))),String OK 140ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Float64))),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 136ms
/aggregate functions/any/Map(DateTime,Nullable(DateTime)) OK 134ms
/aggregate functions/anyLast/Map(DateTime,Nullable(Int64)) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 188ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Date))),String OK 194ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int16))),String OK 177ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(UInt16)) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 180ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 173ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int32))),String OK 151ms
/aggregate functions/any/Map(DateTime,Nullable(DateTime64(3))) OK 145ms
/aggregate functions/anyLast/Map(DateTime,Nullable(Int128)) OK 143ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(UInt32)) OK 116ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 114ms
/aggregate functions/any/Map(DateTime,Nullable(Bool)) OK 182ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))),String OK 113ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int64))),String OK 170ms
/aggregate functions/anyLast/Map(DateTime,Nullable(Float32)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 172ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 175ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Bool))),String OK 116ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(UInt64)) OK 142ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int128))),String OK 134ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 134ms
/aggregate functions/anyLast/Map(DateTime,Nullable(Float64)) OK 102ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(String))),String OK 122ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 143ms
/aggregate functions/any/Map(DateTime,Nullable(String)) OK 105ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 127ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Float32))),String OK 91ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(UInt128)) OK 121ms
/aggregate functions/anyLast/Map(DateTime,Nullable(Decimal128(38))) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 130ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))),String OK 120ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 105ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Float64))),String OK 110ms
/aggregate functions/any/Map(DateTime,Nullable(FixedString(51))) OK 91ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UUID))),String OK 125ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(Int8)) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 130ms
/aggregate functions/anyLast/Map(DateTime,Nullable(Date)) OK 123ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Array(String)) OK 126ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Array(String)),String OK 125ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Date))),String OK 132ms
/aggregate functions/any/Map(DateTime,Nullable(UUID)) OK 105ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 113ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(Int16)) OK 102ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))),String OK 88ms
/aggregate functions/any/Map(DateTime,LowCardinality(UInt8)) OK 127ms
/aggregate functions/anyLast/Map(DateTime,Nullable(DateTime)) OK 117ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Map(String,LowCardinality(Float64))),String OK 122ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(String),Tuple(String)) OK 162ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 143ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Bool))),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 122ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(Int32)) OK 109ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(String),Tuple(String)),String OK 117ms
/aggregate functions/anyLast/Map(DateTime,Nullable(DateTime64(3))) OK 134ms
/aggregate functions/any/Map(DateTime,LowCardinality(UInt16)) OK 91ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),UInt8) OK 112ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(String))),String OK 95ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 128ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(Int64)) OK 136ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),UInt8),String OK 152ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))),String OK 96ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),UInt16) OK 148ms
/aggregate functions/any/Map(DateTime,LowCardinality(UInt32)) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 125ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),UInt16),String OK 110ms
/aggregate functions/anyLast/Map(DateTime,Nullable(Bool)) OK 121ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UUID))),String OK 131ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Array(String)) OK 104ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(Int128)) OK 89ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),UInt32) OK 104ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),UInt32),String OK 128ms
/aggregate functions/any/Map(DateTime,LowCardinality(UInt64)) OK 99ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),UInt64) OK 101ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Array(String)),String OK 113ms
/aggregate functions/anyLast/Map(DateTime,Nullable(String)) OK 127ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(Float32)) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 111ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Map(String,LowCardinality(Float64))),String OK 120ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),UInt64),String OK 103ms
/aggregate functions/any/Map(DateTime,LowCardinality(UInt128)) OK 106ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),UInt128) OK 108ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),UInt128),String OK 90ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(String),Tuple(String)) OK 95ms
/aggregate functions/anyLast/Map(DateTime,Nullable(FixedString(51))) OK 106ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(String),Tuple(String)),String OK 188ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(Float64)) OK 174ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),UInt8) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Int8) OK 161ms
/aggregate functions/any/Map(DateTime,LowCardinality(Int8)) OK 150ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Int8),String OK 128ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Int16) OK 125ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),UInt8),String OK 105ms
/aggregate functions/anyLast/Map(DateTime,Nullable(UUID)) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),UInt16) OK 157ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Int16),String OK 130ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),UInt16),String OK 231ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Int32) OK 111ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(Decimal128(38))) OK 223ms
/aggregate functions/any/Map(DateTime,LowCardinality(Int16)) OK 220ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Int32),String OK 108ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),UInt32) OK 208ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(UInt8)) OK 190ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Int64) OK 133ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Int64),String OK 124ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Int128) OK 126ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),UInt32),String OK 122ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),UInt64) OK 133ms
/aggregate functions/any/Map(DateTime,LowCardinality(Int32)) OK 107ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(Date)) OK 147ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),UInt64),String OK 138ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(UInt16)) OK 142ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Int128),String OK 138ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Float32) OK 125ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Float32),String OK 112ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),UInt128) OK 83ms
/aggregate functions/any/Map(DateTime,LowCardinality(Int64)) OK 80ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),UInt128),String OK 136ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Float64) OK 138ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Int8) OK 179ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Float64),String OK 112ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(DateTime)) OK 188ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(UInt32)) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 104ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Int8),String OK 129ms
/aggregate functions/any/Map(DateTime,LowCardinality(Int128)) OK 144ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Decimal128(38)),String OK 172ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Date) OK 160ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Int16) OK 130ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Date),String OK 160ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(UInt64)) OK 115ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Int16),String OK 141ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Int32) OK 120ms
/aggregate functions/any/Map(DateTime,LowCardinality(Float32)) OK 110ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(DateTime64(3))) OK 113ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(UInt128)) OK 112ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Int32),String OK 95ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),DateTime) OK 117ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),DateTime),String OK 127ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 156ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Int64) OK 111ms
/aggregate functions/any/Map(DateTime,LowCardinality(Float64)) OK 144ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(Bool)) OK 98ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Int64),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Int128) OK 105ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Int8)) OK 99ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),DateTime64(3)),String OK 140ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(String)) OK 126ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Int128),String OK 153ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Bool) OK 130ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Float32) OK 127ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Bool),String OK 123ms
/aggregate functions/any/Map(DateTime,LowCardinality(Date)) OK 109ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Float32),String OK 117ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Int16)) OK 104ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(FixedString(51))) OK 157ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),String) OK 146ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),String),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Float64) OK 149ms
/aggregate functions/any/Map(DateTime,LowCardinality(DateTime)) OK 144ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Float64),String OK 144ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Int32)) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),FixedString(51)) OK 134ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 87ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Decimal128(38)),String OK 98ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Int64)) OK 138ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),FixedString(51)),String OK 130ms
/aggregate functions/anyHeavy/Map(DateTime,Nullable(UUID)) OK 134ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),UUID) OK 110ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Date) OK 99ms
/aggregate functions/any/Map(DateTime,LowCardinality(Bool)) OK 136ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),UUID),String OK 128ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Date),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),DateTime) OK 103ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),DateTime),String OK 165ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 167ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt8)),String OK 143ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Int128)) OK 108ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(UInt8)) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 140ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 132ms
/aggregate functions/any/Map(DateTime,LowCardinality(String)) OK 105ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),DateTime64(3)),String OK 116ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Float32)) OK 87ms
/aggregate functions/any/Map(DateTime,LowCardinality(FixedString(51))) OK 139ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt16)),String OK 154ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(UInt16)) OK 162ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Bool) OK 148ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 119ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Bool),String OK 153ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt32)),String OK 154ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),String) OK 97ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Float64)) OK 119ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),String),String OK 130ms
/aggregate functions/any/Map(DateTime,LowCardinality(UUID)) OK 118ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 131ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt64)),String OK 129ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),FixedString(51)) OK 124ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),FixedString(51)),String OK 121ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(UInt32)) OK 126ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 105ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Date)) OK 99ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 89ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),UUID) OK 118ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt128)),String OK 139ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(DateTime)) OK 114ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 152ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),UUID),String OK 134ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int8)),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 122ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(UInt64)) OK 102ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 101ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt8)),String OK 102ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Bool)) OK 190ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(UInt128)) OK 195ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 192ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 194ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt16)),String OK 180ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int16)),String OK 181ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 146ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 137ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 110ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 168ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int32)),String OK 158ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(String)) OK 117ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt32)),String OK 155ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Int8)) OK 115ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 151ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 122ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int64)),String OK 113ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt64)),String OK 122ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(FixedString(51))) OK 162ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Int16)) OK 135ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 152ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 142ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt128)),String OK 126ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int128)),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 132ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 133ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 92ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Float32)),String OK 186ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Int32)) OK 150ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 163ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int8)),String OK 161ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(UUID)) OK 135ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 139ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Float64)),String OK 151ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int16)),String OK 140ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(Int8))) OK 129ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Int64)) OK 117ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 148ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(Int16))) OK 143ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 106ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int32)),String OK 137ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 149ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))),String OK 150ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 139ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Int128)) OK 119ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Date)),String OK 131ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 110ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(Int32))) OK 125ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int64)),String OK 115ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 139ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 121ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int128)),String OK 114ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(DateTime)),String OK 125ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Float32)) OK 96ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 95ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 103ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 114ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(Int64))) OK 128ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Float32)),String OK 146ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 99ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 102ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Float64)) OK 110ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Bool)),String OK 98ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Float64)),String OK 91ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 113ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(String)) OK 111ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(Int128))) OK 209ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(String)),String OK 119ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 179ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))),String OK 169ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Date)) OK 100ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 158ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 154ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Date)),String OK 119ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 140ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(DateTime)) OK 131ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 128ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(Int8))) OK 151ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UUID)),String OK 138ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(Float32))) OK 143ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 123ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(DateTime)),String OK 115ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 134ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Bool)) OK 173ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)),String OK 159ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))),String OK 127ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 194ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 215ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)),String OK 166ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(Int16))) OK 187ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(Float64))) OK 179ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Bool)),String OK 191ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 135ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(String)) OK 132ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(String)) OK 111ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)),String OK 90ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(String)),String OK 113ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(Date))) OK 101ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(Int32))) OK 123ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 116ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 123ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))),String OK 130ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)),String OK 121ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(FixedString(51))) OK 112ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 100ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 94ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(Int64))) OK 157ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UUID)),String OK 174ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)),String OK 147ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(UUID)) OK 154ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 115ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 125ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)),String OK 127ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(Bool))) OK 134ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)),String OK 112ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 133ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 159ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(Int128))) OK 124ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)),String OK 123ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 173ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 161ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)),String OK 150ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 133ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(String))) OK 138ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)),String OK 100ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 81ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 102ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)),String OK 121ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 126ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 126ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)),String OK 115ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 130ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)),String OK 115ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(Float64))) OK 113ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 92ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)),String OK 133ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 133ms
/aggregate functions/any/Map(DateTime,LowCardinality(Nullable(UUID))) OK 154ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 98ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 99ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)),String OK 137ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(Date))) OK 130ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 115ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)),String OK 115ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 125ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)),String OK 114ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)),String OK 115ms
/aggregate functions/any/Map(DateTime,Array(String)) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 121ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 158ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Date)),String OK 100ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 117ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 122ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)),String OK 110ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 110ms
/aggregate functions/any/Map(DateTime,Map(String,LowCardinality(Float64))) OK 102ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)),String OK 109ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 94ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)),String OK 110ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(Bool))) OK 129ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 99ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(Int8))) OK 106ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)),String OK 114ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)),String OK 116ms
/aggregate functions/any/Map(DateTime,Tuple(String)) OK 94ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 131ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(String)),String OK 131ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 106ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)),String OK 140ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(Int16))) OK 123ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(String))) OK 103ms
/aggregate functions/any/Map(Bool,UInt8) OK 107ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 169ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 155ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))),String OK 109ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)),String OK 135ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 108ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 129ms
/aggregate functions/any/Map(Bool,UInt16) OK 123ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(Int32))) OK 109ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 92ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)),String OK 121ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 144ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))),String OK 114ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Date)),String OK 117ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 112ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)),String OK 118ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/anyLast/Map(DateTime,LowCardinality(Nullable(UUID))) OK 96ms
/aggregate functions/any/Map(Bool,UInt32) OK 109ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))),String OK 119ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 117ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)),String OK 119ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 121ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(Int128))) OK 108ms
/aggregate functions/anyLast/Map(DateTime,Array(String)) OK 107ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 110ms
/aggregate functions/any/Map(Bool,UInt64) OK 100ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))),String OK 182ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 163ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(String)),String OK 135ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 140ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(Float32))) OK 125ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))),String OK 126ms
/aggregate functions/anyLast/Map(DateTime,Map(String,LowCardinality(Float64))) OK 118ms
/aggregate functions/any/Map(Bool,UInt128) OK 133ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))),String OK 124ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 155ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(Float64))) OK 111ms
/aggregate functions/anyLast/Map(DateTime,Tuple(String)) OK 120ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 148ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)),String OK 124ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))),String OK 151ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 148ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/any/Map(Bool,Int8) OK 125ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(Date))) OK 125ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))),String OK 141ms
/aggregate functions/anyLast/Map(Bool,UInt8) OK 127ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 110ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))),String OK 121ms
/aggregate functions/any/Map(Bool,Int16) OK 115ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 120ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))),String OK 111ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 111ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 135ms
/aggregate functions/anyLast/Map(Bool,UInt16) OK 111ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))),String OK 140ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 131ms
/aggregate functions/any/Map(Bool,Int32) OK 120ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 129ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))),String OK 107ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(Bool))) OK 99ms
/aggregate functions/anyLast/Map(Bool,UInt32) OK 93ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))),String OK 124ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))),String OK 135ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 117ms
/aggregate functions/any/Map(Bool,Int64) OK 163ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))),String OK 164ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 113ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))),String OK 103ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(String))) OK 115ms
/aggregate functions/anyLast/Map(Bool,UInt64) OK 94ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 139ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))),String OK 159ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 167ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))),String OK 168ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 151ms
/aggregate functions/anyLast/Map(Bool,UInt128) OK 151ms
/aggregate functions/any/Map(Bool,Int128) OK 138ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 137ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 124ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))),String OK 94ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 175ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))),String OK 121ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 150ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))),String OK 103ms
/aggregate functions/anyHeavy/Map(DateTime,LowCardinality(Nullable(UUID))) OK 109ms
/aggregate functions/any/Map(Bool,Float32) OK 147ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))),String OK 130ms
/aggregate functions/anyLast/Map(Bool,Int8) OK 124ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 117ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 124ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))),String OK 111ms
/aggregate functions/anyHeavy/Map(DateTime,Array(String)) OK 92ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 163ms
/aggregate functions/anyLast/Map(Bool,Int16) OK 162ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))),String OK 184ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 134ms
/aggregate functions/any/Map(Bool,Float64) OK 148ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))),String OK 167ms
/aggregate functions/anyHeavy/Map(DateTime,Map(String,LowCardinality(Float64))) OK 127ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))),String OK 123ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 111ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/any/Map(Bool,Decimal128(38)) OK 148ms
/aggregate functions/anyLast/Map(Bool,Int32) OK 121ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))),String OK 127ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))),String OK 184ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/anyHeavy/Map(DateTime,Tuple(String)) OK 108ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 116ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))),String OK 199ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))),String OK 156ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 128ms
/aggregate functions/anyLast/Map(Bool,Int64) OK 119ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 179ms
/aggregate functions/anyHeavy/Map(Bool,UInt8) OK 146ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))),String OK 167ms
/aggregate functions/any/Map(Bool,Date) OK 171ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))),String OK 80ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Array(String)) OK 121ms
/aggregate functions/anyLast/Map(Bool,Int128) OK 100ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Array(String)),String OK 105ms
/aggregate functions/anyHeavy/Map(Bool,UInt16) OK 141ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 156ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))),String OK 131ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 133ms
/aggregate functions/any/Map(Bool,DateTime) OK 117ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))),String OK 119ms
/aggregate functions/anyLast/Map(Bool,Float32) OK 91ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))),String OK 142ms
/aggregate functions/argMax/datatypes/String,Map(LowCardinality(FixedString(51)),Tuple(String)) OK 151ms
/aggregate functions/anyHeavy/Map(Bool,UInt32) OK 138ms
/aggregate functions/anyLast/Map(Bool,Float64) OK 155ms
/aggregate functions/any/Map(Bool,DateTime64(3)) OK 122ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 141ms
/aggregate functions/argMax/datatypes/Map(LowCardinality(FixedString(51)),Tuple(String)),String OK 142ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))),String OK 144ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 121ms
/aggregate functions/argMax/datatypes/String,Nullable(UInt8) OK 114ms
/aggregate functions/argMax/datatypes/Nullable(UInt8),String OK 92ms
/aggregate functions/any/Map(Bool,Bool) OK 134ms
/aggregate functions/anyHeavy/Map(Bool,UInt64) OK 137ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))),String OK 151ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 153ms
/aggregate functions/argMax/datatypes/String,Nullable(UInt16) OK 139ms
/aggregate functions/anyLast/Map(Bool,Decimal128(38)) OK 156ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))),String OK 150ms
/aggregate functions/argMax/datatypes/Nullable(UInt16),String OK 139ms
/aggregate functions/argMax/datatypes/String,Nullable(UInt32) OK 101ms
/aggregate functions/any/Map(Bool,String) OK 103ms
/aggregate functions/anyHeavy/Map(Bool,UInt128) OK 92ms
/aggregate functions/argMax/datatypes/Nullable(UInt32),String OK 100ms
/aggregate functions/argMax/datatypes/String,Nullable(UInt64) OK 172ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Array(String)) OK 173ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Array(String)),String OK 162ms
/aggregate functions/argMax/datatypes/Nullable(UInt64),String OK 134ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 128ms
/aggregate functions/anyLast/Map(Bool,Date) OK 135ms
/aggregate functions/anyHeavy/Map(Bool,Int8) OK 129ms
/aggregate functions/any/Map(Bool,FixedString(51)) OK 120ms
/aggregate functions/argMax/datatypes/String,Nullable(UInt128) OK 116ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))),String OK 124ms
/aggregate functions/argMax/datatypes/Nullable(UInt128),String OK 110ms
/aggregate functions/anyLast/Map(Bool,DateTime) OK 97ms
/aggregate functions/argMax/datatypes/String,Nullable(Int8) OK 118ms
/aggregate functions/argMin/datatypes/String,Map(LowCardinality(FixedString(51)),Tuple(String)) OK 108ms
/aggregate functions/argMin/datatypes/Map(LowCardinality(FixedString(51)),Tuple(String)),String OK 128ms
/aggregate functions/any/Map(Bool,UUID) OK 106ms
/aggregate functions/anyHeavy/Map(Bool,Int16) OK 117ms
/aggregate functions/argMax/datatypes/Nullable(Int8),String OK 112ms
/aggregate functions/anyLast/Map(Bool,DateTime64(3)) OK 104ms
/aggregate functions/argMax/datatypes/String,Nullable(Int16) OK 101ms
/aggregate functions/argMin/datatypes/String,Nullable(UInt8) OK 97ms
/aggregate functions/argMin/datatypes/Nullable(UInt8),String OK 110ms
/aggregate functions/argMax/datatypes/Nullable(Int16),String OK 112ms
/aggregate functions/any/Map(Bool,Nullable(UInt8)) OK 129ms
/aggregate functions/argMin/datatypes/String,Nullable(UInt16) OK 120ms
/aggregate functions/argMax/datatypes/String,Nullable(Int32) OK 109ms
/aggregate functions/anyHeavy/Map(Bool,Int32) OK 101ms
/aggregate functions/anyLast/Map(Bool,Bool) OK 97ms
/aggregate functions/argMax/datatypes/Nullable(Int32),String OK 119ms
/aggregate functions/argMin/datatypes/Nullable(UInt16),String OK 100ms
/aggregate functions/argMin/datatypes/String,Nullable(UInt32) OK 113ms
/aggregate functions/argMax/datatypes/String,Nullable(Int64) OK 112ms
/aggregate functions/anyHeavy/Map(Bool,Int64) OK 117ms
/aggregate functions/argMax/datatypes/Nullable(Int64),String OK 124ms
/aggregate functions/argMin/datatypes/Nullable(UInt32),String OK 100ms
/aggregate functions/any/Map(Bool,Nullable(UInt16)) OK 107ms
/aggregate functions/anyLast/Map(Bool,String) OK 96ms
/aggregate functions/argMin/datatypes/String,Nullable(UInt64) OK 100ms
/aggregate functions/argMax/datatypes/String,Nullable(Int128) OK 95ms
/aggregate functions/argMin/datatypes/Nullable(UInt64),String OK 99ms
/aggregate functions/argMax/datatypes/Nullable(Int128),String OK 97ms
/aggregate functions/argMin/datatypes/String,Nullable(UInt128) OK 99ms
/aggregate functions/anyHeavy/Map(Bool,Int128) OK 106ms
/aggregate functions/any/Map(Bool,Nullable(UInt32)) OK 112ms
/aggregate functions/argMax/datatypes/String,Nullable(Float32) OK 136ms
/aggregate functions/anyLast/Map(Bool,FixedString(51)) OK 133ms
/aggregate functions/argMin/datatypes/Nullable(UInt128),String OK 130ms
/aggregate functions/argMax/datatypes/Nullable(Float32),String OK 111ms
/aggregate functions/argMin/datatypes/String,Nullable(Int8) OK 100ms
/aggregate functions/argMax/datatypes/String,Nullable(Float64) OK 99ms
/aggregate functions/argMin/datatypes/Nullable(Int8),String OK 97ms
/aggregate functions/anyHeavy/Map(Bool,Float32) OK 122ms
/aggregate functions/any/Map(Bool,Nullable(UInt64)) OK 110ms
/aggregate functions/argMax/datatypes/Nullable(Float64),String OK 117ms
/aggregate functions/anyLast/Map(Bool,UUID) OK 104ms
/aggregate functions/argMax/datatypes/String,Nullable(Decimal128(38)) OK 123ms
/aggregate functions/argMin/datatypes/String,Nullable(Int16) OK 174ms
/aggregate functions/argMin/datatypes/Nullable(Int16),String OK 152ms
/aggregate functions/argMax/datatypes/Nullable(Decimal128(38)),String OK 134ms
/aggregate functions/argMin/datatypes/String,Nullable(Int32) OK 144ms
/aggregate functions/any/Map(Bool,Nullable(UInt128)) OK 108ms
/aggregate functions/anyHeavy/Map(Bool,Float64) OK 120ms
/aggregate functions/anyLast/Map(Bool,Nullable(UInt8)) OK 98ms
/aggregate functions/argMax/datatypes/String,Nullable(Date) OK 95ms
/aggregate functions/argMax/datatypes/Nullable(Date),String OK 100ms
/aggregate functions/argMax/datatypes/String,Nullable(DateTime) OK 139ms
/aggregate functions/argMin/datatypes/Nullable(Int32),String OK 120ms
/aggregate functions/argMin/datatypes/String,Nullable(Int64) OK 144ms
/aggregate functions/any/Map(Bool,Nullable(Int8)) OK 164ms
/aggregate functions/argMin/datatypes/Nullable(Int64),String OK 161ms
/aggregate functions/anyHeavy/Map(Bool,Decimal128(38)) OK 155ms
/aggregate functions/anyLast/Map(Bool,Nullable(UInt16)) OK 122ms
/aggregate functions/argMax/datatypes/Nullable(DateTime),String OK 114ms
/aggregate functions/argMax/datatypes/String,Nullable(DateTime64(3)) OK 135ms
/aggregate functions/argMin/datatypes/String,Nullable(Int128) OK 103ms
/aggregate functions/argMax/datatypes/Nullable(DateTime64(3)),String OK 100ms
/aggregate functions/argMax/datatypes/String,Nullable(Bool) OK 167ms
/aggregate functions/anyLast/Map(Bool,Nullable(UInt32)) OK 121ms
/aggregate functions/argMin/datatypes/Nullable(Int128),String OK 194ms
/aggregate functions/any/Map(Bool,Nullable(Int16)) OK 96ms
/aggregate functions/argMin/datatypes/String,Nullable(Float32) OK 165ms
/aggregate functions/anyHeavy/Map(Bool,Date) OK 159ms
/aggregate functions/argMax/datatypes/Nullable(Bool),String OK 141ms
/aggregate functions/argMin/datatypes/Nullable(Float32),String OK 111ms
/aggregate functions/argMax/datatypes/String,Nullable(String) OK 92ms
/aggregate functions/any/Map(Bool,Nullable(Int32)) OK 138ms
/aggregate functions/anyLast/Map(Bool,Nullable(UInt64)) OK 129ms
/aggregate functions/argMax/datatypes/Nullable(String),String OK 158ms
/aggregate functions/argMax/datatypes/String,Nullable(FixedString(51)) OK 165ms
/aggregate functions/argMax/datatypes/Nullable(FixedString(51)),String OK 111ms
/aggregate functions/argMin/datatypes/String,Nullable(Float64) OK 112ms
/aggregate functions/anyHeavy/Map(Bool,DateTime) OK 120ms
/aggregate functions/argMin/datatypes/Nullable(Float64),String OK 134ms
/aggregate functions/argMin/datatypes/String,Nullable(Decimal128(38)) OK 129ms
/aggregate functions/anyLast/Map(Bool,Nullable(UInt128)) OK 95ms
/aggregate functions/any/Map(Bool,Nullable(Int64)) OK 93ms
/aggregate functions/argMax/datatypes/String,Nullable(UUID) OK 115ms
/aggregate functions/argMin/datatypes/Nullable(Decimal128(38)),String OK 114ms
/aggregate functions/anyHeavy/Map(Bool,DateTime64(3)) OK 94ms
/aggregate functions/argMin/datatypes/String,Nullable(Date) OK 123ms
/aggregate functions/argMax/datatypes/Nullable(UUID),String OK 102ms
/aggregate functions/argMin/datatypes/Nullable(Date),String OK 107ms
/aggregate functions/argMax/datatypes/String,Array(UInt8) OK 108ms
/aggregate functions/anyLast/Map(Bool,Nullable(Int8)) OK 116ms
/aggregate functions/any/Map(Bool,Nullable(Int128)) OK 107ms
/aggregate functions/anyHeavy/Map(Bool,Bool) OK 107ms
/aggregate functions/argMax/datatypes/Array(UInt8),String OK 110ms
/aggregate functions/argMin/datatypes/String,Nullable(DateTime) OK 92ms
/aggregate functions/argMax/datatypes/String,Array(UInt16) OK 96ms
/aggregate functions/argMin/datatypes/Nullable(DateTime),String OK 101ms
/aggregate functions/argMax/datatypes/Array(UInt16),String OK 121ms
/aggregate functions/argMin/datatypes/String,Nullable(DateTime64(3)) OK 107ms
/aggregate functions/any/Map(Bool,Nullable(Float32)) OK 94ms
/aggregate functions/anyLast/Map(Bool,Nullable(Int16)) OK 99ms
/aggregate functions/argMin/datatypes/Nullable(DateTime64(3)),String OK 109ms
/aggregate functions/anyHeavy/Map(Bool,String) OK 117ms
/aggregate functions/argMax/datatypes/String,Array(UInt32) OK 125ms
/aggregate functions/argMax/datatypes/Array(UInt32),String OK 135ms
/aggregate functions/argMin/datatypes/String,Nullable(Bool) OK 140ms
/aggregate functions/any/Map(Bool,Nullable(Float64)) OK 120ms
/aggregate functions/argMin/datatypes/Nullable(Bool),String OK 131ms
/aggregate functions/anyLast/Map(Bool,Nullable(Int32)) OK 107ms
/aggregate functions/argMax/datatypes/String,Array(UInt64) OK 115ms
/aggregate functions/argMin/datatypes/String,Nullable(String) OK 111ms
/aggregate functions/anyHeavy/Map(Bool,FixedString(51)) OK 105ms
/aggregate functions/argMax/datatypes/Array(UInt64),String OK 106ms
/aggregate functions/argMax/datatypes/String,Array(UInt128) OK 140ms
/aggregate functions/anyLast/Map(Bool,Nullable(Int64)) OK 136ms
/aggregate functions/any/Map(Bool,Nullable(Decimal128(38))) OK 135ms
/aggregate functions/argMin/datatypes/Nullable(String),String OK 114ms
/aggregate functions/argMax/datatypes/Array(UInt128),String OK 152ms
/aggregate functions/argMin/datatypes/String,Nullable(FixedString(51)) OK 144ms
/aggregate functions/argMin/datatypes/Nullable(FixedString(51)),String OK 116ms
/aggregate functions/anyHeavy/Map(Bool,UUID) OK 110ms
/aggregate functions/argMax/datatypes/String,Array(Int8) OK 101ms
/aggregate functions/argMin/datatypes/String,Nullable(UUID) OK 149ms
/aggregate functions/argMax/datatypes/Array(Int8),String OK 130ms
/aggregate functions/anyLast/Map(Bool,Nullable(Int128)) OK 122ms
/aggregate functions/any/Map(Bool,Nullable(Date)) OK 136ms
/aggregate functions/argMin/datatypes/Nullable(UUID),String OK 118ms
/aggregate functions/argMax/datatypes/String,Array(Int16) OK 121ms
/aggregate functions/argMin/datatypes/String,Array(UInt8) OK 124ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(UInt8)) OK 117ms
/aggregate functions/argMax/datatypes/Array(Int16),String OK 121ms
/aggregate functions/anyLast/Map(Bool,Nullable(Float32)) OK 175ms
/aggregate functions/argMax/datatypes/String,Array(Int32) OK 157ms
/aggregate functions/argMin/datatypes/Array(UInt8),String OK 178ms
/aggregate functions/any/Map(Bool,Nullable(DateTime)) OK 156ms
/aggregate functions/argMin/datatypes/String,Array(UInt16) OK 156ms
/aggregate functions/argMax/datatypes/Array(Int32),String OK 157ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(UInt16)) OK 135ms
/aggregate functions/argMin/datatypes/Array(UInt16),String OK 128ms
/aggregate functions/argMax/datatypes/String,Array(Int64) OK 152ms
/aggregate functions/argMax/datatypes/Array(Int64),String OK 118ms
/aggregate functions/argMin/datatypes/String,Array(UInt32) OK 155ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(UInt32)) OK 128ms
/aggregate functions/any/Map(Bool,Nullable(DateTime64(3))) OK 142ms
/aggregate functions/anyLast/Map(Bool,Nullable(Float64)) OK 136ms
/aggregate functions/argMin/datatypes/Array(UInt32),String OK 146ms
/aggregate functions/argMax/datatypes/String,Array(Int128) OK 122ms
/aggregate functions/argMin/datatypes/String,Array(UInt64) OK 204ms
/aggregate functions/argMax/datatypes/Array(Int128),String OK 196ms
/aggregate functions/argMax/datatypes/String,Array(Float32) OK 118ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(UInt64)) OK 325ms
/aggregate functions/argMax/datatypes/Array(Float32),String OK 286ms
/aggregate functions/anyLast/Map(Bool,Nullable(Decimal128(38))) OK 316ms
/aggregate functions/any/Map(Bool,Nullable(Bool)) OK 301ms
/aggregate functions/argMin/datatypes/Array(UInt64),String OK 304ms
/aggregate functions/argMin/datatypes/String,Array(UInt128) OK 285ms
/aggregate functions/argMax/datatypes/String,Array(Float64) OK 207ms
/aggregate functions/argMin/datatypes/Array(UInt128),String OK 240ms
/aggregate functions/argMax/datatypes/Array(Float64),String OK 232ms
/aggregate functions/argMax/datatypes/String,Array(Decimal128(38)) OK 148ms
/aggregate functions/argMax/datatypes/Array(Decimal128(38)),String OK 137ms
/aggregate functions/argMin/datatypes/String,Array(Int8) OK 150ms
/aggregate functions/any/Map(Bool,Nullable(String)) OK 139ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(UInt128)) OK 109ms
/aggregate functions/argMin/datatypes/Array(Int8),String OK 94ms
/aggregate functions/anyLast/Map(Bool,Nullable(Date)) OK 124ms
/aggregate functions/argMax/datatypes/String,Array(Date) OK 126ms
/aggregate functions/argMin/datatypes/String,Array(Int16) OK 99ms
/aggregate functions/argMin/datatypes/Array(Int16),String OK 197ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(Int8)) OK 172ms
/aggregate functions/argMin/datatypes/String,Array(Int32) OK 175ms
/aggregate functions/argMax/datatypes/Array(Date),String OK 169ms
/aggregate functions/argMax/datatypes/String,Array(DateTime) OK 170ms
/aggregate functions/anyLast/Map(Bool,Nullable(DateTime)) OK 146ms
/aggregate functions/any/Map(Bool,Nullable(FixedString(51))) OK 143ms
/aggregate functions/argMax/datatypes/Array(DateTime),String OK 138ms
/aggregate functions/argMin/datatypes/Array(Int32),String OK 160ms
/aggregate functions/argMax/datatypes/String,Array(DateTime64(3)) OK 111ms
/aggregate functions/any/Map(Bool,Nullable(UUID)) OK 149ms
/aggregate functions/anyLast/Map(Bool,Nullable(DateTime64(3))) OK 152ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(Int16)) OK 134ms
/aggregate functions/argMax/datatypes/Array(DateTime64(3)),String OK 107ms
/aggregate functions/argMin/datatypes/String,Array(Int64) OK 136ms
/aggregate functions/argMax/datatypes/String,Array(Bool) OK 146ms
/aggregate functions/argMin/datatypes/Array(Int64),String OK 134ms
/aggregate functions/argMin/datatypes/String,Array(Int128) OK 123ms
/aggregate functions/argMax/datatypes/Array(Bool),String OK 152ms
/aggregate functions/argMax/datatypes/String,Array(String) OK 86ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(Int32)) OK 128ms
/aggregate functions/argMin/datatypes/Array(Int128),String OK 149ms
/aggregate functions/argMin/datatypes/String,Array(Float32) OK 147ms
/aggregate functions/any/Map(Bool,LowCardinality(UInt8)) OK 127ms
/aggregate functions/argMin/datatypes/Array(Float32),String OK 143ms
/aggregate functions/anyLast/Map(Bool,Nullable(Bool)) OK 118ms
/aggregate functions/argMax/datatypes/Array(String),String OK 112ms
/aggregate functions/argMax/datatypes/String,Array(FixedString(51)) OK 128ms
/aggregate functions/argMax/datatypes/Array(FixedString(51)),String OK 145ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(Int64)) OK 104ms
/aggregate functions/anyLast/Map(Bool,Nullable(String)) OK 120ms
/aggregate functions/argMax/datatypes/String,Array(UUID) OK 134ms
/aggregate functions/any/Map(Bool,LowCardinality(UInt16)) OK 102ms
/aggregate functions/argMin/datatypes/String,Array(Float64) OK 141ms
/aggregate functions/argMin/datatypes/Array(Float64),String OK 98ms
/aggregate functions/argMin/datatypes/String,Array(Decimal128(38)) OK 92ms
/aggregate functions/argMax/datatypes/Array(UUID),String OK 113ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(Int128)) OK 95ms
/aggregate functions/any/Map(Bool,LowCardinality(UInt32)) OK 147ms
/aggregate functions/argMin/datatypes/Array(Decimal128(38)),String OK 148ms
/aggregate functions/anyLast/Map(Bool,Nullable(FixedString(51))) OK 140ms
/aggregate functions/argMin/datatypes/String,Array(Date) OK 146ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(UInt8)) OK 117ms
/aggregate functions/argMax/datatypes/Array(Nullable(UInt8)),String OK 100ms
/aggregate functions/argMin/datatypes/Array(Date),String OK 113ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(UInt16)) OK 112ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(Float32)) OK 94ms
/aggregate functions/argMax/datatypes/Array(Nullable(UInt16)),String OK 91ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(UInt32)) OK 123ms
/aggregate functions/any/Map(Bool,LowCardinality(UInt64)) OK 138ms
/aggregate functions/anyLast/Map(Bool,Nullable(UUID)) OK 125ms
/aggregate functions/argMin/datatypes/String,Array(DateTime) OK 102ms
/aggregate functions/argMin/datatypes/Array(DateTime),String OK 136ms
/aggregate functions/argMin/datatypes/String,Array(DateTime64(3)) OK 121ms
/aggregate functions/argMax/datatypes/Array(Nullable(UInt32)),String OK 127ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(Float64)) OK 92ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(UInt64)) OK 94ms
/aggregate functions/argMin/datatypes/Array(DateTime64(3)),String OK 159ms
/aggregate functions/argMax/datatypes/Array(Nullable(UInt64)),String OK 127ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(Decimal128(38))) OK 162ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(UInt8)) OK 156ms
/aggregate functions/any/Map(Bool,LowCardinality(UInt128)) OK 135ms
/aggregate functions/argMin/datatypes/String,Array(Bool) OK 88ms
/aggregate functions/argMin/datatypes/Array(Bool),String OK 122ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(UInt128)) OK 139ms
/aggregate functions/argMax/datatypes/Array(Nullable(UInt128)),String OK 130ms
/aggregate functions/argMin/datatypes/String,Array(String) OK 105ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(Int8)) OK 104ms
/aggregate functions/any/Map(Bool,LowCardinality(Int8)) OK 140ms
/aggregate functions/argMin/datatypes/Array(String),String OK 122ms
/aggregate functions/argMin/datatypes/String,Array(FixedString(51)) OK 131ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(UInt16)) OK 156ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(Date)) OK 130ms
/aggregate functions/argMax/datatypes/Array(Nullable(Int8)),String OK 157ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(Int16)) OK 119ms
/aggregate functions/argMin/datatypes/Array(FixedString(51)),String OK 121ms
/aggregate functions/argMax/datatypes/Array(Nullable(Int16)),String OK 105ms
/aggregate functions/argMin/datatypes/String,Array(UUID) OK 121ms
/aggregate functions/argMin/datatypes/Array(UUID),String OK 125ms
/aggregate functions/any/Map(Bool,LowCardinality(Int16)) OK 111ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(Int32)) OK 94ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(DateTime)) OK 83ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(UInt32)) OK 130ms
/aggregate functions/argMax/datatypes/Array(Nullable(Int32)),String OK 104ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(Int64)) OK 121ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(UInt8)) OK 103ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(DateTime64(3))) OK 117ms
/aggregate functions/argMax/datatypes/Array(Nullable(Int64)),String OK 115ms
/aggregate functions/argMin/datatypes/Array(Nullable(UInt8)),String OK 118ms
/aggregate functions/any/Map(Bool,LowCardinality(Int32)) OK 120ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(UInt16)) OK 222ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(Int128)) OK 185ms
/aggregate functions/argMin/datatypes/Array(Nullable(UInt16)),String OK 214ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(UInt64)) OK 174ms
/aggregate functions/argMax/datatypes/Array(Nullable(Int128)),String OK 183ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(Bool)) OK 196ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(Float32)) OK 214ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(UInt32)) OK 190ms
/aggregate functions/any/Map(Bool,LowCardinality(Int64)) OK 200ms
/aggregate functions/argMax/datatypes/Array(Nullable(Float32)),String OK 149ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(UInt128)) OK 119ms
/aggregate functions/argMin/datatypes/Array(Nullable(UInt32)),String OK 103ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(Float64)) OK 113ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(UInt64)) OK 104ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(String)) OK 110ms
/aggregate functions/argMin/datatypes/Array(Nullable(UInt64)),String OK 118ms
/aggregate functions/argMax/datatypes/Array(Nullable(Float64)),String OK 123ms
/aggregate functions/any/Map(Bool,LowCardinality(Int128)) OK 120ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(UInt128)) OK 95ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Int8)) OK 110ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(Decimal128(38))) OK 132ms
/aggregate functions/argMin/datatypes/Array(Nullable(UInt128)),String OK 118ms
/aggregate functions/argMax/datatypes/Array(Nullable(Decimal128(38))),String OK 100ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(FixedString(51))) OK 101ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(Int8)) OK 106ms
/aggregate functions/argMin/datatypes/Array(Nullable(Int8)),String OK 139ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(Date)) OK 112ms
/aggregate functions/any/Map(Bool,LowCardinality(Float32)) OK 90ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Int16)) OK 150ms
/aggregate functions/argMax/datatypes/Array(Nullable(Date)),String OK 93ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(Int16)) OK 128ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(DateTime)) OK 117ms
/aggregate functions/anyHeavy/Map(Bool,Nullable(UUID)) OK 107ms
/aggregate functions/argMin/datatypes/Array(Nullable(Int16)),String OK 109ms
/aggregate functions/any/Map(Bool,LowCardinality(Float64)) OK 92ms
/aggregate functions/argMax/datatypes/Array(Nullable(DateTime)),String OK 130ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(DateTime64(3))) OK 116ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(Int32)) OK 79ms
/aggregate functions/argMax/datatypes/Array(Nullable(DateTime64(3))),String OK 130ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Int32)) OK 105ms
/aggregate functions/argMin/datatypes/Array(Nullable(Int32)),String OK 153ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(UInt8)) OK 106ms
/aggregate functions/any/Map(Bool,LowCardinality(Date)) OK 98ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(Int64)) OK 123ms
/aggregate functions/argMin/datatypes/Array(Nullable(Int64)),String OK 94ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(Bool)) OK 108ms
/aggregate functions/argMax/datatypes/Array(Nullable(Bool)),String OK 91ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Int64)) OK 125ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(UInt16)) OK 135ms
/aggregate functions/any/Map(Bool,LowCardinality(DateTime)) OK 124ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(String)) OK 131ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(Int128)) OK 99ms
/aggregate functions/argMin/datatypes/Array(Nullable(Int128)),String OK 116ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(Float32)) OK 108ms
/aggregate functions/argMax/datatypes/Array(Nullable(String)),String OK 110ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(FixedString(51))) OK 112ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Int128)) OK 100ms
/aggregate functions/argMin/datatypes/Array(Nullable(Float32)),String OK 122ms
/aggregate functions/any/Map(Bool,LowCardinality(Bool)) OK 149ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(UInt32)) OK 116ms
/aggregate functions/argMax/datatypes/Array(Nullable(FixedString(51))),String OK 115ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(Float64)) OK 116ms
/aggregate functions/argMin/datatypes/Array(Nullable(Float64)),String OK 119ms
/aggregate functions/argMax/datatypes/String,Array(Nullable(UUID)) OK 105ms
/aggregate functions/argMax/datatypes/Array(Nullable(UUID)),String OK 107ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Float32)) OK 92ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(Decimal128(38))) OK 198ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(UInt64)) OK 126ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(UInt8)) OK 127ms
/aggregate functions/argMin/datatypes/Array(Nullable(Decimal128(38))),String OK 121ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(UInt8)),String OK 177ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(Date)) OK 162ms
/aggregate functions/any/Map(Bool,LowCardinality(String)) OK 150ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(UInt16)) OK 149ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Float64)) OK 125ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(UInt128)) OK 110ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(UInt16)),String OK 109ms
/aggregate functions/argMin/datatypes/Array(Nullable(Date)),String OK 122ms
/aggregate functions/any/Map(Bool,LowCardinality(FixedString(51))) OK 140ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Date)) OK 126ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(UInt32)) OK 140ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(DateTime)) OK 108ms
/aggregate functions/argMin/datatypes/Array(Nullable(DateTime)),String OK 112ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(UInt32)),String OK 134ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Int8)) OK 111ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(UInt64)) OK 101ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(DateTime64(3))) OK 95ms
/aggregate functions/argMin/datatypes/Array(Nullable(DateTime64(3))),String OK 126ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(Bool)) OK 151ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(DateTime)) OK 127ms
/aggregate functions/any/Map(Bool,LowCardinality(UUID)) OK 219ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(UInt64)),String OK 142ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(UInt128)) OK 214ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(UInt128)),String OK 135ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Int16)) OK 127ms
/aggregate functions/argMin/datatypes/Array(Nullable(Bool)),String OK 100ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(String)) OK 134ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Bool)) OK 119ms
/aggregate functions/argMin/datatypes/Array(Nullable(String)),String OK 187ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(FixedString(51))) OK 208ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Int8)) OK 201ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Int32)) OK 204ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(UInt8))) OK 137ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Int8)),String OK 203ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Int16)) OK 107ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(String)) OK 103ms
/aggregate functions/argMin/datatypes/Array(Nullable(FixedString(51))),String OK 129ms
/aggregate functions/argMin/datatypes/String,Array(Nullable(UUID)) OK 89ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Int16)),String OK 169ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(FixedString(51))) OK 134ms
/aggregate functions/argMin/datatypes/Array(Nullable(UUID)),String OK 132ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Int32)) OK 142ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(UInt16))) OK 148ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Int64)) OK 148ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Int32)),String OK 134ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(UInt8)) OK 143ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(UInt8)),String OK 107ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(UUID)) OK 125ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(UInt16)) OK 157ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Int64)) OK 118ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Int64)),String OK 137ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Int128)) OK 150ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(UInt32))) OK 98ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Int128)) OK 138ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(UInt16)),String OK 137ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(UInt32)) OK 135ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(UInt8))) OK 112ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(UInt64))) OK 122ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Int128)),String OK 110ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(UInt32)),String OK 114ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Float32)) OK 125ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Float32)) OK 106ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(UInt64)) OK 118ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Float32)),String OK 119ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(UInt64)),String OK 123ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(UInt16))) OK 124ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Float64)) OK 107ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(UInt128)) OK 116ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Float64)) OK 137ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Float64)),String OK 119ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(UInt128)),String OK 106ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Date)) OK 123ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Int8)) OK 125ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Date)),String OK 102ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(UInt32))) OK 91ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Int8)),String OK 139ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Int16)) OK 151ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(DateTime)) OK 118ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Date)) OK 137ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(DateTime)),String OK 116ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Int16)),String OK 115ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(Int16))) OK 128ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(UInt64))) OK 116ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Bool)) OK 103ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Bool)),String OK 114ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Int32)) OK 139ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(String)) OK 135ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Int32)),String OK 180ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Int64)) OK 154ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(DateTime)) OK 124ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(String)),String OK 160ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(Int32))) OK 142ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(UInt128))) OK 145ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Int64)),String OK 96ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(FixedString(51))),String OK 130ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Bool)) OK 106ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Int128)) OK 147ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(Int64))) OK 140ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(Int8))) OK 122ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(UUID)) OK 119ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Int128)),String OK 130ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(UUID)),String OK 135ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Float32)) OK 103ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(String)) OK 94ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(UInt8))) OK 106ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(Int16))) OK 178ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(UInt8))),String OK 184ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(Int128))) OK 127ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Float32)),String OK 127ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Float64)) OK 151ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(UInt16))) OK 146ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Float64)),String OK 148ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(FixedString(51))) OK 117ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(UInt16))),String OK 120ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Date)) OK 81ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(UUID)) OK 169ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Date)),String OK 125ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(UInt32))) OK 111ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(Int32))) OK 122ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(DateTime)) OK 126ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(UInt32))),String OK 140ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(UInt64))) OK 134ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(DateTime)),String OK 118ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(Float64))) OK 112ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(UInt64))),String OK 175ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Bool)) OK 179ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(Int64))) OK 166ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Bool)),String OK 145ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(UInt128))) OK 163ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(UInt8))) OK 130ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(UInt128))),String OK 143ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(String)) OK 148ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(Date))) OK 118ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(String)),String OK 140ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(UInt16))) OK 150ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(Int8))) OK 137ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(Int128))) OK 141ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(DateTime))) OK 144ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(Int8))),String OK 102ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(FixedString(51))) OK 107ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(FixedString(51))),String OK 112ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(Int16))) OK 125ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(Int16))),String OK 94ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(UUID)) OK 126ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(UUID)),String OK 130ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(Int32))) OK 139ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(UInt8))) OK 130ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(Float32))) OK 139ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(UInt32))) OK 134ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(Bool))) OK 136ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(Int32))),String OK 108ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(UInt8))),String OK 140ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(UInt16))) OK 136ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(Int64))),String OK 111ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(UInt16))),String OK 131ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(Int128))) OK 116ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(UInt64))) OK 131ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(Float64))) OK 124ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(String))) OK 129ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(Int128))),String OK 112ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(Float32))) OK 128ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(UInt32))) OK 161ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(Float32))),String OK 145ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(UInt32))),String OK 156ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(UInt64))) OK 128ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(Date))) OK 135ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(UInt128))) OK 122ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 129ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(Float64))) OK 139ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(Float64))),String OK 108ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(UInt64))),String OK 166ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(Int8))) OK 162ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(Date))) OK 160ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(DateTime))) OK 126ms
/aggregate functions/any/Map(Bool,LowCardinality(Nullable(UUID))) OK 121ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(UInt128))) OK 124ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(UInt128))),String OK 144ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(Date))),String OK 101ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(DateTime))) OK 98ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(DateTime))),String OK 125ms
/aggregate functions/any/Map(Bool,Array(String)) OK 102ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(Bool))) OK 134ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(Int8))) OK 128ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(Int8))),String OK 127ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(Int16))) OK 109ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(Int16))) OK 131ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(Bool))) OK 123ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(Bool))),String OK 105ms
/aggregate functions/any/Map(Bool,Map(String,LowCardinality(Float64))) OK 130ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(String))) OK 130ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(Int16))),String OK 132ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(String))) OK 149ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(Int32))) OK 102ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(String))),String OK 130ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(FixedString(51)))) OK 101ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(Int32))) OK 131ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(Int32))),String OK 119ms
/aggregate functions/any/Map(Bool,Tuple(String)) OK 99ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(Int64))) OK 97ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(FixedString(51)))),String OK 118ms
/aggregate functions/argMax/datatypes/String,Array(LowCardinality(Nullable(UUID))) OK 117ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(Int64))) OK 130ms
/aggregate functions/argMax/datatypes/Array(LowCardinality(Nullable(UUID))),String OK 125ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(Int64))),String OK 133ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 125ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(Int128))) OK 99ms
/aggregate functions/any/Map(String,UInt8) OK 91ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(Int128))) OK 94ms
/aggregate functions/argMax/datatypes/String,Array(Array(String)) OK 174ms
/aggregate functions/argMax/datatypes/Array(Array(String)),String OK 171ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(Int128))),String OK 161ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(Float32))) OK 149ms
/aggregate functions/argMax/datatypes/String,Array(Map(String,LowCardinality(Float64))) OK 148ms
/aggregate functions/anyLast/Map(Bool,LowCardinality(Nullable(UUID))) OK 141ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(Float32))),String OK 128ms
/aggregate functions/any/Map(String,UInt16) OK 121ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(Float32))) OK 115ms
/aggregate functions/argMax/datatypes/Array(Map(String,LowCardinality(Float64))),String OK 143ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(Float64))) OK 141ms
/aggregate functions/any/Map(String,UInt32) OK 117ms
/aggregate functions/argMax/datatypes/String,Array(Tuple(String)) OK 216ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(Float64))),String OK 137ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(Float64))) OK 108ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(Date))) OK 207ms
/aggregate functions/anyLast/Map(Bool,Array(String)) OK 133ms
/aggregate functions/argMax/datatypes/Array(Tuple(String)),String OK 203ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(Date))) OK 115ms
/aggregate functions/any/Map(String,UInt64) OK 107ms
/aggregate functions/anyLast/Map(Bool,Map(String,LowCardinality(Float64))) OK 187ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(Date))),String OK 222ms
/aggregate functions/argMax/datatypes/String,LowCardinality(UInt8) OK 224ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(DateTime))) OK 226ms
/aggregate functions/argMax/datatypes/LowCardinality(UInt8),String OK 123ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(DateTime))),String OK 146ms
/aggregate functions/argMax/datatypes/String,LowCardinality(UInt16) OK 128ms
/aggregate functions/any/Map(String,UInt128) OK 115ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(DateTime))) OK 120ms
/aggregate functions/anyLast/Map(Bool,Tuple(String)) OK 123ms
/aggregate functions/argMax/datatypes/LowCardinality(UInt16),String OK 114ms
/aggregate functions/any/Map(String,Int8) OK 146ms
/aggregate functions/argMax/datatypes/String,LowCardinality(UInt32) OK 125ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(Bool))) OK 141ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(Bool))) OK 142ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(Bool))),String OK 131ms
/aggregate functions/argMax/datatypes/LowCardinality(UInt32),String OK 132ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(String))) OK 118ms
/aggregate functions/argMax/datatypes/String,LowCardinality(UInt64) OK 113ms
/aggregate functions/anyLast/Map(String,UInt8) OK 115ms
/aggregate functions/argMax/datatypes/LowCardinality(UInt64),String OK 146ms
/aggregate functions/any/Map(String,Int16) OK 120ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(String))),String OK 134ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(String))) OK 119ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(FixedString(51)))) OK 147ms
/aggregate functions/argMax/datatypes/String,LowCardinality(UInt128) OK 97ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(FixedString(51)))),String OK 112ms
/aggregate functions/argMax/datatypes/LowCardinality(UInt128),String OK 144ms
/aggregate functions/anyLast/Map(String,UInt16) OK 144ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Int8) OK 236ms
/aggregate functions/any/Map(String,Int32) OK 220ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 235ms
/aggregate functions/argMin/datatypes/String,Array(LowCardinality(Nullable(UUID))) OK 202ms
/aggregate functions/argMax/datatypes/LowCardinality(Int8),String OK 232ms
/aggregate functions/argMin/datatypes/Array(LowCardinality(Nullable(UUID))),String OK 231ms
/aggregate functions/argMin/datatypes/String,Array(Array(String)) OK 196ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Int16) OK 157ms
/aggregate functions/anyLast/Map(String,UInt32) OK 144ms
/aggregate functions/argMin/datatypes/Array(Array(String)),String OK 171ms
/aggregate functions/any/Map(String,Int64) OK 159ms
/aggregate functions/argMax/datatypes/LowCardinality(Int16),String OK 153ms
/aggregate functions/argMin/datatypes/String,Array(Map(String,LowCardinality(Float64))) OK 145ms
/aggregate functions/anyHeavy/Map(Bool,LowCardinality(Nullable(UUID))) OK 140ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Int32) OK 145ms
/aggregate functions/argMin/datatypes/Array(Map(String,LowCardinality(Float64))),String OK 121ms
/aggregate functions/anyLast/Map(String,UInt64) OK 90ms
/aggregate functions/argMax/datatypes/LowCardinality(Int32),String OK 135ms
/aggregate functions/anyLast/Map(String,UInt128) OK 80ms
/aggregate functions/argMin/datatypes/String,Array(Tuple(String)) OK 119ms
/aggregate functions/argMin/datatypes/Array(Tuple(String)),String OK 159ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Int64) OK 148ms
/aggregate functions/any/Map(String,Int128) OK 121ms
/aggregate functions/anyHeavy/Map(Bool,Array(String)) OK 125ms
/aggregate functions/argMin/datatypes/String,LowCardinality(UInt8) OK 161ms
/aggregate functions/argMax/datatypes/LowCardinality(Int64),String OK 98ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Int128) OK 154ms
/aggregate functions/anyLast/Map(String,Int8) OK 108ms
/aggregate functions/argMax/datatypes/LowCardinality(Int128),String OK 129ms
/aggregate functions/argMin/datatypes/LowCardinality(UInt8),String OK 130ms
/aggregate functions/any/Map(String,Float32) OK 99ms
/aggregate functions/anyHeavy/Map(Bool,Map(String,LowCardinality(Float64))) OK 105ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Float32) OK 169ms
/aggregate functions/anyLast/Map(String,Int16) OK 179ms
/aggregate functions/argMin/datatypes/String,LowCardinality(UInt16) OK 166ms
/aggregate functions/argMin/datatypes/LowCardinality(UInt16),String OK 166ms
/aggregate functions/argMax/datatypes/LowCardinality(Float32),String OK 156ms
/aggregate functions/any/Map(String,Float64) OK 166ms
/aggregate functions/anyHeavy/Map(Bool,Tuple(String)) OK 167ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Float64) OK 130ms
/aggregate functions/argMin/datatypes/String,LowCardinality(UInt32) OK 147ms
/aggregate functions/argMax/datatypes/LowCardinality(Float64),String OK 138ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Date) OK 110ms
/aggregate functions/argMin/datatypes/LowCardinality(UInt32),String OK 118ms
/aggregate functions/anyLast/Map(String,Int32) OK 99ms
/aggregate functions/argMin/datatypes/String,LowCardinality(UInt64) OK 122ms
/aggregate functions/argMax/datatypes/LowCardinality(Date),String OK 118ms
/aggregate functions/any/Map(String,Decimal128(38)) OK 112ms
/aggregate functions/argMin/datatypes/LowCardinality(UInt64),String OK 105ms
/aggregate functions/anyHeavy/Map(String,UInt8) OK 108ms
/aggregate functions/anyLast/Map(String,Int64) OK 102ms
/aggregate functions/argMax/datatypes/String,LowCardinality(DateTime) OK 107ms
/aggregate functions/argMin/datatypes/String,LowCardinality(UInt128) OK 122ms
/aggregate functions/argMin/datatypes/LowCardinality(UInt128),String OK 120ms
/aggregate functions/argMax/datatypes/LowCardinality(DateTime),String OK 93ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Bool) OK 117ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Int8) OK 93ms
/aggregate functions/any/Map(String,Date) OK 116ms
/aggregate functions/anyHeavy/Map(String,UInt16) OK 103ms
/aggregate functions/anyLast/Map(String,Int128) OK 89ms
/aggregate functions/argMax/datatypes/LowCardinality(Bool),String OK 115ms
/aggregate functions/argMax/datatypes/String,LowCardinality(String) OK 113ms
/aggregate functions/argMin/datatypes/LowCardinality(Int8),String OK 127ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Int16) OK 117ms
/aggregate functions/argMin/datatypes/LowCardinality(Int16),String OK 90ms
/aggregate functions/argMax/datatypes/LowCardinality(String),String OK 111ms
/aggregate functions/anyHeavy/Map(String,UInt32) OK 123ms
/aggregate functions/any/Map(String,DateTime) OK 108ms
/aggregate functions/anyLast/Map(String,Float32) OK 90ms
/aggregate functions/argMax/datatypes/String,LowCardinality(FixedString(51)) OK 110ms
/aggregate functions/argMax/datatypes/LowCardinality(FixedString(51)),String OK 93ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Int32) OK 111ms
/aggregate functions/argMin/datatypes/LowCardinality(Int32),String OK 90ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Int64) OK 105ms
/aggregate functions/anyLast/Map(String,Float64) OK 109ms
/aggregate functions/argMax/datatypes/String,LowCardinality(UUID) OK 115ms
/aggregate functions/any/Map(String,DateTime64(3)) OK 110ms
/aggregate functions/anyHeavy/Map(String,UInt64) OK 103ms
/aggregate functions/argMax/datatypes/LowCardinality(UUID),String OK 112ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(UInt8)) OK 94ms
/aggregate functions/argMin/datatypes/LowCardinality(Int64),String OK 95ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Int128) OK 111ms
/aggregate functions/argMin/datatypes/LowCardinality(Int128),String OK 92ms
/aggregate functions/anyLast/Map(String,Decimal128(38)) OK 99ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(UInt8)),String OK 102ms
/aggregate functions/any/Map(String,Bool) OK 93ms
/aggregate functions/anyHeavy/Map(String,UInt128) OK 93ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(UInt16)) OK 90ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(UInt16)),String OK 126ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Float32) OK 89ms
/aggregate functions/argMin/datatypes/LowCardinality(Float32),String OK 103ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Float64) OK 114ms
/aggregate functions/anyLast/Map(String,Date) OK 115ms
/aggregate functions/any/Map(String,String) OK 100ms
/aggregate functions/anyHeavy/Map(String,Int8) OK 111ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(UInt32)) OK 113ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(UInt32)),String OK 98ms
/aggregate functions/argMin/datatypes/LowCardinality(Float64),String OK 103ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Date) OK 100ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(UInt64)) OK 106ms
/aggregate functions/argMin/datatypes/LowCardinality(Date),String OK 96ms
/aggregate functions/any/Map(String,FixedString(51)) OK 90ms
/aggregate functions/anyLast/Map(String,DateTime) OK 92ms
/aggregate functions/anyHeavy/Map(String,Int16) OK 119ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(UInt64)),String OK 88ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(UInt128)) OK 103ms
/aggregate functions/argMin/datatypes/String,LowCardinality(DateTime) OK 99ms
/aggregate functions/argMin/datatypes/LowCardinality(DateTime),String OK 91ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(UInt128)),String OK 105ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Bool) OK 84ms
/aggregate functions/any/Map(String,UUID) OK 97ms
/aggregate functions/anyLast/Map(String,DateTime64(3)) OK 97ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(Int8)) OK 85ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(Int8)),String OK 109ms
/aggregate functions/anyHeavy/Map(String,Int32) OK 88ms
/aggregate functions/argMin/datatypes/LowCardinality(Bool),String OK 104ms
/aggregate functions/argMin/datatypes/String,LowCardinality(String) OK 90ms
/aggregate functions/argMin/datatypes/LowCardinality(String),String OK 86ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(Int16)) OK 122ms
/aggregate functions/any/Map(String,Nullable(UInt8)) OK 106ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(Int16)),String OK 116ms
/aggregate functions/anyLast/Map(String,Bool) OK 114ms
/aggregate functions/anyHeavy/Map(String,Int64) OK 96ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(Int32)) OK 102ms
/aggregate functions/argMin/datatypes/String,LowCardinality(FixedString(51)) OK 113ms
/aggregate functions/argMin/datatypes/LowCardinality(FixedString(51)),String OK 96ms
/aggregate functions/argMin/datatypes/String,LowCardinality(UUID) OK 96ms
/aggregate functions/any/Map(String,Nullable(UInt16)) OK 101ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(Int32)),String OK 107ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(Int64)) OK 106ms
/aggregate functions/anyLast/Map(String,String) OK 79ms
/aggregate functions/anyHeavy/Map(String,Int128) OK 83ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(Int64)),String OK 131ms
/aggregate functions/argMin/datatypes/LowCardinality(UUID),String OK 134ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(UInt8)) OK 122ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(UInt8)),String OK 130ms
/aggregate functions/anyLast/Map(String,FixedString(51)) OK 108ms
/aggregate functions/any/Map(String,Nullable(UInt32)) OK 109ms
/aggregate functions/anyHeavy/Map(String,Float32) OK 92ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(Int128)) OK 104ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(Int128)),String OK 93ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(Float32)) OK 112ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(UInt16)) OK 117ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(UInt16)),String OK 121ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(UInt32)) OK 118ms
/aggregate functions/anyHeavy/Map(String,Float64) OK 161ms
/aggregate functions/anyLast/Map(String,UUID) OK 112ms
/aggregate functions/any/Map(String,Nullable(UInt64)) OK 146ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(Float32)),String OK 135ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(Float64)) OK 99ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(Float64)),String OK 88ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(UInt32)),String OK 159ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(UInt64)) OK 127ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(UInt64)),String OK 138ms
/aggregate functions/anyLast/Map(String,Nullable(UInt8)) OK 112ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(Date)) OK 123ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(Date)),String OK 115ms
/aggregate functions/any/Map(String,Nullable(UInt128)) OK 103ms
/aggregate functions/anyHeavy/Map(String,Decimal128(38)) OK 109ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(DateTime)) OK 98ms
/aggregate functions/anyLast/Map(String,Nullable(UInt16)) OK 154ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(UInt128)) OK 157ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(DateTime)),String OK 161ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(UInt128)),String OK 158ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(Int8)) OK 144ms
/aggregate functions/any/Map(String,Nullable(Int8)) OK 126ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(Bool)) OK 146ms
/aggregate functions/anyHeavy/Map(String,Date) OK 128ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(Bool)),String OK 120ms
/aggregate functions/anyLast/Map(String,Nullable(UInt32)) OK 248ms
/aggregate functions/any/Map(String,Nullable(Int16)) OK 243ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(Int8)),String OK 235ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(String)) OK 239ms
/aggregate functions/anyHeavy/Map(String,DateTime) OK 159ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(Int16)) OK 242ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(String)),String OK 227ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(Int16)),String OK 224ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(FixedString(51))) OK 217ms
/aggregate functions/anyHeavy/Map(String,DateTime64(3)) OK 169ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(Int32)) OK 135ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(FixedString(51))),String OK 165ms
/aggregate functions/any/Map(String,Nullable(Int32)) OK 131ms
/aggregate functions/argMax/datatypes/String,LowCardinality(Nullable(UUID)) OK 143ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(Int32)),String OK 162ms
/aggregate functions/anyLast/Map(String,Nullable(UInt64)) OK 122ms
/aggregate functions/argMax/datatypes/LowCardinality(Nullable(UUID)),String OK 101ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(Int64)) OK 116ms
/aggregate functions/anyHeavy/Map(String,Bool) OK 82ms
/aggregate functions/argMax/datatypes/String,Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 823ms
/aggregate functions/anyLast/Map(String,Nullable(UInt128)) OK 151ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(Int64)),String OK 179ms
/aggregate functions/any/Map(String,Nullable(Int64)) OK 149ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(Int128)) OK 152ms
/aggregate functions/argMax/datatypes/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)),String OK 795ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(Int128)),String OK 138ms
/aggregate functions/anyHeavy/Map(String,String) OK 166ms
/aggregate functions/anyLast/Map(String,Nullable(Int8)) OK 133ms
/aggregate functions/any/Map(String,Nullable(Int128)) OK 157ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(Float32)) OK 162ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(Float32)),String OK 140ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(Float64)) OK 126ms
/aggregate functions/anyHeavy/Map(String,FixedString(51)) OK 135ms
/aggregate functions/anyLast/Map(String,Nullable(Int16)) OK 98ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(Float64)),String OK 111ms
/aggregate functions/any/Map(String,Nullable(Float32)) OK 100ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(Date)) OK 90ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(Date)),String OK 104ms
/aggregate functions/anyHeavy/Map(String,UUID) OK 97ms
/aggregate functions/anyLast/Map(String,Nullable(Int32)) OK 96ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(DateTime)) OK 88ms
/aggregate functions/any/Map(String,Nullable(Float64)) OK 90ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(DateTime)),String OK 122ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(Bool)) OK 88ms
/aggregate functions/anyHeavy/Map(String,Nullable(UInt8)) OK 100ms
/aggregate functions/anyLast/Map(String,Nullable(Int64)) OK 130ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(Bool)),String OK 127ms
/aggregate functions/any/Map(String,Nullable(Decimal128(38))) OK 111ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(String)) OK 102ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(String)),String OK 90ms
/aggregate functions/anyHeavy/Map(String,Nullable(UInt16)) OK 93ms
/aggregate functions/anyLast/Map(String,Nullable(Int128)) OK 110ms
/aggregate functions/any/Map(String,Nullable(Date)) OK 110ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(FixedString(51))) OK 125ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(FixedString(51))),String OK 88ms
/aggregate functions/argMin/datatypes/String,LowCardinality(Nullable(UUID)) OK 97ms
/aggregate functions/anyHeavy/Map(String,Nullable(UInt32)) OK 106ms
/aggregate functions/argMin/datatypes/LowCardinality(Nullable(UUID)),String OK 279ms
/aggregate functions/anyLast/Map(String,Nullable(Float32)) OK 292ms
/aggregate functions/any/Map(String,Nullable(DateTime)) OK 295ms
/aggregate functions/argMin/datatypes/String,Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 692ms
/aggregate functions/argMin/datatypes/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)),String OK 1s 454ms
/aggregate functions/anyHeavy/Map(String,Nullable(UInt64)) OK 988ms
/aggregate functions/argMax/datatypes/permutations OK 24s 974ms
/aggregate functions/anyLast/Map(String,Nullable(Float64)) OK 722ms
/aggregate functions/any/Map(String,Nullable(DateTime64(3))) OK 720ms
/aggregate functions/argMax/datatypes/permutations/UInt64,UInt64 OK 651ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 538ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Nullable(Int64) OK 2s 23ms
/aggregate functions/anyLast/Map(String,Nullable(Decimal128(38))) OK 1s 916ms
/aggregate functions/anyHeavy/Map(String,Nullable(UInt128)) OK 1s 931ms
/aggregate functions/any/Map(String,Nullable(Bool)) OK 1s 928ms
/aggregate functions/argMin/datatypes/permutations OK 23s 721ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Nullable(Float64) OK 1s 400ms
/aggregate functions/argMin/datatypes/permutations/UInt64,UInt64 OK 1s 149ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 687ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Nullable(Int64) OK 2s 235ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Nullable(Float32) OK 2s 110ms
/aggregate functions/anyLast/Map(String,Nullable(Date)) OK 1s 603ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Nullable(Decimal128(38)) OK 1s 626ms
/aggregate functions/anyHeavy/Map(String,Nullable(Int8)) OK 1s 583ms
/aggregate functions/any/Map(String,Nullable(String)) OK 1s 618ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Nullable(DateTime) OK 1s 575ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Nullable(Float64) OK 1s 102ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Nullable(Float32) OK 537ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Nullable(Date) OK 193ms
/aggregate functions/anyHeavy/Map(String,Nullable(Int16)) OK 176ms
/aggregate functions/anyLast/Map(String,Nullable(DateTime)) OK 163ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Nullable(Decimal128(38)) OK 170ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Map(String,LowCardinality(Float64)) OK 154ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Nullable(DateTime) OK 161ms
/aggregate functions/argMax/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 152ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Nullable(Date) OK 135ms
/aggregate functions/any/Map(String,Nullable(FixedString(51))) OK 124ms
/aggregate functions/any/Map(String,Nullable(UUID)) OK 134ms
/aggregate functions/anyLast/Map(String,Nullable(DateTime64(3))) OK 162ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Map(String,LowCardinality(Float64)) OK 139ms
/aggregate functions/argMax/datatypes/permutations/UInt64,LowCardinality(Int64) OK 141ms
/aggregate functions/anyHeavy/Map(String,Nullable(Int32)) OK 141ms
/aggregate functions/argMin/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 107ms
/aggregate functions/argMax/datatypes/permutations/UInt64,LowCardinality(Float64) OK 148ms
/aggregate functions/argMin/datatypes/permutations/UInt64,LowCardinality(Int64) OK 91ms
/aggregate functions/argMax/datatypes/permutations/UInt64,LowCardinality(Float32) OK 132ms
/aggregate functions/argMin/datatypes/permutations/UInt64,LowCardinality(Float64) OK 147ms
/aggregate functions/argMin/datatypes/permutations/UInt64,LowCardinality(Float32) OK 168ms
/aggregate functions/any/Map(String,LowCardinality(UInt8)) OK 152ms
/aggregate functions/argMin/datatypes/permutations/UInt64,LowCardinality(DateTime) OK 130ms
/aggregate functions/argMax/datatypes/permutations/UInt64,LowCardinality(DateTime) OK 129ms
/aggregate functions/anyHeavy/Map(String,Nullable(Int64)) OK 128ms
/aggregate functions/argMax/datatypes/permutations/UInt64,LowCardinality(Date) OK 100ms
/aggregate functions/anyLast/Map(String,Nullable(Bool)) OK 90ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Int64 OK 120ms
/aggregate functions/anyLast/Map(String,Nullable(String)) OK 132ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Float64 OK 132ms
/aggregate functions/argMin/datatypes/permutations/UInt64,LowCardinality(Date) OK 144ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Int64 OK 148ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Float32 OK 103ms
/aggregate functions/anyHeavy/Map(String,Nullable(Int128)) OK 119ms
/aggregate functions/any/Map(String,LowCardinality(UInt16)) OK 125ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Decimal128(38) OK 126ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Float64 OK 127ms
/aggregate functions/argMax/datatypes/permutations/UInt64,DateTime OK 127ms
/aggregate functions/anyLast/Map(String,Nullable(FixedString(51))) OK 204ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Date OK 153ms
/aggregate functions/anyHeavy/Map(String,Nullable(Float32)) OK 243ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Float32 OK 230ms
/aggregate functions/any/Map(String,LowCardinality(UInt32)) OK 217ms
/aggregate functions/argMax/datatypes/permutations/UInt64,Array(String) OK 108ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Decimal128(38) OK 108ms
/aggregate functions/argMin/datatypes/permutations/UInt64,DateTime OK 232ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),UInt64 OK 219ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 196ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Date OK 209ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 197ms
/aggregate functions/anyLast/Map(String,Nullable(UUID)) OK 160ms
/aggregate functions/any/Map(String,LowCardinality(UInt64)) OK 131ms
/aggregate functions/argMin/datatypes/permutations/UInt64,Array(String) OK 132ms
/aggregate functions/anyHeavy/Map(String,Nullable(Float64)) OK 117ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),UInt64 OK 128ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Nullable(Float64) OK 143ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 154ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 148ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Nullable(Decimal128(38)) OK 137ms
/aggregate functions/anyLast/Map(String,LowCardinality(UInt8)) OK 127ms
/aggregate functions/any/Map(String,LowCardinality(UInt128)) OK 127ms
/aggregate functions/anyHeavy/Map(String,Nullable(Decimal128(38))) OK 124ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 121ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Nullable(Float64) OK 157ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Nullable(DateTime) OK 147ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Nullable(Date) OK 162ms
/aggregate functions/anyLast/Map(String,LowCardinality(UInt16)) OK 110ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 114ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Map(String,LowCardinality(Float64)) OK 104ms
/aggregate functions/any/Map(String,LowCardinality(Int8)) OK 88ms
/aggregate functions/anyHeavy/Map(String,Nullable(Date)) OK 113ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Nullable(Decimal128(38)) OK 141ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Nullable(DateTime) OK 106ms
/aggregate functions/any/Map(String,LowCardinality(Int16)) OK 107ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 178ms
/aggregate functions/anyLast/Map(String,LowCardinality(UInt32)) OK 172ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Nullable(Date) OK 162ms
/aggregate functions/anyHeavy/Map(String,Nullable(DateTime)) OK 153ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 164ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Map(String,LowCardinality(Float64)) OK 144ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),LowCardinality(Float64) OK 142ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 124ms
/aggregate functions/any/Map(String,LowCardinality(Int32)) OK 119ms
/aggregate functions/anyHeavy/Map(String,Nullable(DateTime64(3))) OK 122ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 165ms
/aggregate functions/anyLast/Map(String,LowCardinality(UInt64)) OK 151ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 137ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),LowCardinality(Float64) OK 150ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),LowCardinality(DateTime) OK 98ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 122ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),LowCardinality(Date) OK 106ms
/aggregate functions/any/Map(String,LowCardinality(Int64)) OK 108ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Int64 OK 100ms
/aggregate functions/anyHeavy/Map(String,Nullable(Bool)) OK 88ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Float64 OK 149ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),LowCardinality(DateTime) OK 151ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Float32 OK 142ms
/aggregate functions/any/Map(String,LowCardinality(Int128)) OK 124ms
/aggregate functions/anyLast/Map(String,LowCardinality(UInt128)) OK 140ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),LowCardinality(Date) OK 113ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Int64 OK 116ms
/aggregate functions/anyHeavy/Map(String,Nullable(String)) OK 98ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Decimal128(38) OK 97ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Float64 OK 113ms
/aggregate functions/any/Map(String,LowCardinality(Float32)) OK 140ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),DateTime OK 121ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Float32 OK 97ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Date OK 120ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Decimal128(38) OK 103ms
/aggregate functions/anyLast/Map(String,LowCardinality(Int8)) OK 123ms
/aggregate functions/anyHeavy/Map(String,Nullable(FixedString(51))) OK 117ms
/aggregate functions/argMax/datatypes/permutations/Nullable(UInt64),Array(String) OK 115ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),DateTime OK 103ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Date OK 112ms
/aggregate functions/argMin/datatypes/permutations/Nullable(UInt64),Array(String) OK 157ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),UInt64 OK 107ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 152ms
/aggregate functions/any/Map(String,LowCardinality(Float64)) OK 139ms
/aggregate functions/anyLast/Map(String,LowCardinality(Int16)) OK 98ms
/aggregate functions/anyHeavy/Map(String,Nullable(UUID)) OK 124ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 111ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),UInt64 OK 99ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 104ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Nullable(Float64) OK 109ms
/aggregate functions/anyLast/Map(String,LowCardinality(Int32)) OK 93ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 126ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(UInt8)) OK 126ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 128ms
/aggregate functions/any/Map(String,LowCardinality(Date)) OK 131ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Nullable(Decimal128(38)) OK 110ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Nullable(Float64) OK 98ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 138ms
/aggregate functions/anyLast/Map(String,LowCardinality(Int64)) OK 140ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Nullable(DateTime) OK 128ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Nullable(Date) OK 121ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Map(String,LowCardinality(Float64)) OK 144ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(UInt16)) OK 127ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Nullable(Decimal128(38)) OK 126ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Nullable(DateTime) OK 113ms
/aggregate functions/any/Map(String,LowCardinality(DateTime)) OK 131ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Nullable(Date) OK 92ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 99ms
/aggregate functions/anyLast/Map(String,LowCardinality(Int128)) OK 104ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 132ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Map(String,LowCardinality(Float64)) OK 105ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(UInt32)) OK 133ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 119ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),LowCardinality(Float64) OK 96ms
/aggregate functions/any/Map(String,LowCardinality(Bool)) OK 109ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 111ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 94ms
/aggregate functions/anyLast/Map(String,LowCardinality(Float32)) OK 99ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),LowCardinality(Float64) OK 124ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),LowCardinality(DateTime) OK 149ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),LowCardinality(Date) OK 112ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 142ms
/aggregate functions/any/Map(String,LowCardinality(String)) OK 146ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(UInt64)) OK 131ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Int64 OK 130ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),LowCardinality(DateTime) OK 133ms
/aggregate functions/anyLast/Map(String,LowCardinality(Float64)) OK 120ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),LowCardinality(Date) OK 90ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Float64 OK 95ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Float32 OK 122ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(UInt128)) OK 131ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Int64 OK 124ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Decimal128(38) OK 98ms
/aggregate functions/any/Map(String,LowCardinality(FixedString(51))) OK 124ms
/aggregate functions/anyLast/Map(String,LowCardinality(Date)) OK 100ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Float64 OK 141ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Float32 OK 116ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),DateTime OK 104ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Date OK 135ms
/aggregate functions/anyLast/Map(String,LowCardinality(DateTime)) OK 109ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Int64),Array(String) OK 124ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Decimal128(38) OK 128ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Int8)) OK 119ms
/aggregate functions/any/Map(String,LowCardinality(UUID)) OK 97ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),DateTime OK 114ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),UInt64 OK 95ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Date OK 105ms
/aggregate functions/anyLast/Map(String,LowCardinality(Bool)) OK 108ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(UInt8))) OK 105ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Nullable(UInt64) OK 112ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Nullable(Int64) OK 129ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Int16)) OK 110ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Int64),Array(String) OK 134ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Nullable(Float64) OK 133ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),UInt64 OK 105ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Nullable(UInt64) OK 109ms
/aggregate functions/anyLast/Map(String,LowCardinality(String)) OK 89ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Nullable(Float32) OK 82ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Int32)) OK 131ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Nullable(Decimal128(38)) OK 132ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Nullable(Int64) OK 119ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Nullable(Float64) OK 125ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Nullable(Float32) OK 127ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Nullable(DateTime) OK 118ms
/aggregate functions/anyLast/Map(String,LowCardinality(FixedString(51))) OK 104ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Nullable(Date) OK 103ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(UInt32))) OK 92ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Int64)) OK 121ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Nullable(Decimal128(38)) OK 141ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Map(String,LowCardinality(Float64)) OK 165ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Nullable(DateTime) OK 166ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),LowCardinality(UInt64) OK 144ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Nullable(Date) OK 139ms
/aggregate functions/anyLast/Map(String,LowCardinality(UUID)) OK 148ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(UInt64))) OK 99ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),LowCardinality(Int64) OK 143ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Int128)) OK 86ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(UInt128))) OK 91ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Map(String,LowCardinality(Float64)) OK 97ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),LowCardinality(UInt64) OK 111ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),LowCardinality(Float64) OK 132ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),LowCardinality(Float32) OK 89ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(UInt8))) OK 123ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),LowCardinality(Int64) OK 105ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),LowCardinality(DateTime) OK 119ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Float32)) OK 104ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(Int8))) OK 110ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),LowCardinality(Float64) OK 106ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),LowCardinality(Date) OK 94ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),LowCardinality(Float32) OK 103ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),LowCardinality(DateTime) OK 142ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Int64 OK 111ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(UInt16))) OK 117ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Float64 OK 119ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Float64)) OK 106ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(Int16))) OK 97ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),LowCardinality(Date) OK 98ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Float32 OK 94ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Int64 OK 102ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Decimal128(38) OK 112ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Date)) OK 115ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(UInt32))) OK 128ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),DateTime OK 140ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Float64 OK 113ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Float32 OK 113ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Date OK 100ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Decimal128(38) OK 108ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float64),Array(String) OK 106ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(Int64))) OK 107ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(DateTime)) OK 110ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),DateTime OK 134ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(UInt64))) OK 143ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),UInt64 OK 126ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Date OK 128ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 135ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float64),Array(String) OK 114ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 98ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(Int128))) OK 100ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Bool)) OK 92ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),UInt64 OK 193ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Nullable(Float64) OK 208ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 104ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(UInt128))) OK 109ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 181ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 103ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Nullable(Decimal128(38)) OK 149ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(String)) OK 151ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(Float32))) OK 141ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Nullable(Float64) OK 140ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(Int8))) OK 139ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 243ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Nullable(Decimal128(38)) OK 166ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Nullable(DateTime) OK 166ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(Float64))) OK 157ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Nullable(Date) OK 101ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(FixedString(51))) OK 93ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Map(String,LowCardinality(Float64)) OK 82ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Nullable(DateTime) OK 113ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(Int16))) OK 113ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 112ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(UUID)) OK 113ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 113ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(Date))) OK 132ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Nullable(Date) OK 117ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),LowCardinality(Float64) OK 101ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Map(String,LowCardinality(Float64)) OK 126ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 110ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 116ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(UInt8))) OK 117ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),LowCardinality(DateTime) OK 109ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),LowCardinality(Date) OK 138ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(Int64))) OK 116ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 136ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),LowCardinality(Float64) OK 113ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(DateTime))) OK 129ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 113ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Int64 OK 100ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Float64 OK 126ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(UInt16))) OK 125ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(Int128))) OK 158ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),LowCardinality(DateTime) OK 159ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Float32 OK 122ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),LowCardinality(Date) OK 125ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Int64 OK 148ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(Bool))) OK 131ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Decimal128(38) OK 117ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),DateTime OK 118ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(UInt32))) OK 112ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Date OK 127ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Float64 OK 125ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Float32),Array(String) OK 175ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(Float32))) OK 167ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(String))) OK 153ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Float32 OK 152ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Decimal128(38) OK 158ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(UInt64))) OK 136ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),UInt64 OK 128ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Nullable(UInt64) OK 115ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),DateTime OK 123ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Int64) OK 132ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 114ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(UInt128))) OK 120ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Date OK 121ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Float64) OK 122ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Float32),Array(String) OK 126ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Float32) OK 88ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),UInt64 OK 90ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(Date))) OK 146ms
/aggregate functions/any/Map(String,LowCardinality(Nullable(UUID))) OK 130ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(Int8))) OK 129ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Nullable(UInt64) OK 123ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Decimal128(38)) OK 148ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Nullable(DateTime) OK 153ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Int64) OK 116ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Date) OK 138ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Float64) OK 131ms
/aggregate functions/any/Map(String,Array(String)) OK 135ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Float32) OK 137ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(Int16))) OK 104ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(DateTime))) OK 119ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Decimal128(38)) OK 148ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Map(String,LowCardinality(Float64)) OK 115ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(UInt64) OK 116ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Int64) OK 123ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Nullable(DateTime) OK 110ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(Bool))) OK 113ms
/aggregate functions/any/Map(String,Map(String,LowCardinality(Float64))) OK 126ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Date) OK 129ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Float64) OK 148ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Float32) OK 128ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Map(String,LowCardinality(Float64)) OK 139ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(UInt64) OK 127ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(DateTime) OK 106ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(Int64))) OK 100ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(String))) OK 211ms
/aggregate functions/any/Map(String,Tuple(String)) OK 185ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Int64) OK 278ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Date) OK 254ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Int64 OK 281ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Float64) OK 250ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Float64 OK 263ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Float32) OK 263ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(Int128))) OK 249ms
/aggregate functions/any/Map(FixedString(51),UInt8) OK 141ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 137ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Float32 OK 83ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(DateTime) OK 152ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Date) OK 134ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(Float32))) OK 108ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Decimal128(38) OK 130ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Int64 OK 104ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),DateTime OK 117ms
/aggregate functions/any/Map(FixedString(51),UInt16) OK 116ms
/aggregate functions/anyLast/Map(String,LowCardinality(Nullable(UUID))) OK 111ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Date OK 97ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(Float64))) OK 124ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Float64 OK 137ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Float32 OK 115ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Decimal128(38)),Array(String) OK 134ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),UInt64 OK 123ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Decimal128(38) OK 144ms
/aggregate functions/anyLast/Map(String,Array(String)) OK 122ms
/aggregate functions/any/Map(FixedString(51),UInt32) OK 132ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Nullable(UInt64) OK 121ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),DateTime OK 152ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Date OK 153ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Nullable(Int64) OK 121ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Nullable(Float64) OK 154ms
/aggregate functions/anyLast/Map(String,Map(String,LowCardinality(Float64))) OK 141ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Nullable(Float32) OK 130ms
/aggregate functions/any/Map(FixedString(51),UInt64) OK 102ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Decimal128(38)),Array(String) OK 129ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(DateTime))) OK 98ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Nullable(Decimal128(38)) OK 130ms
/aggregate functions/any/Map(FixedString(51),UInt128) OK 114ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),UInt64 OK 143ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Nullable(UInt64) OK 140ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Nullable(DateTime) OK 145ms
/aggregate functions/anyLast/Map(String,Tuple(String)) OK 123ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Nullable(Int64) OK 142ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Nullable(Date) OK 128ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(Bool))) OK 133ms
/aggregate functions/any/Map(FixedString(51),Int8) OK 100ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Map(String,LowCardinality(Float64)) OK 105ms
/aggregate functions/anyLast/Map(FixedString(51),UInt8) OK 116ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Nullable(Float64) OK 152ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Nullable(Float32) OK 121ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),LowCardinality(UInt64) OK 124ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),LowCardinality(Int64) OK 116ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Nullable(Decimal128(38)) OK 135ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(String))) OK 140ms
/aggregate functions/any/Map(FixedString(51),Int16) OK 106ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),LowCardinality(Float64) OK 106ms
/aggregate functions/anyLast/Map(FixedString(51),UInt16) OK 145ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Nullable(DateTime) OK 125ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),LowCardinality(Float32) OK 131ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),LowCardinality(DateTime) OK 106ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Nullable(Date) OK 121ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Map(String,LowCardinality(Float64)) OK 131ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 116ms
/aggregate functions/any/Map(FixedString(51),Int32) OK 104ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),LowCardinality(Date) OK 104ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Int64 OK 106ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),LowCardinality(UInt64) OK 133ms
/aggregate functions/anyLast/Map(FixedString(51),UInt32) OK 113ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Float64 OK 144ms
/aggregate functions/any/Map(FixedString(51),Int64) OK 105ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),LowCardinality(Int64) OK 116ms
/aggregate functions/anyHeavy/Map(String,LowCardinality(Nullable(UUID))) OK 124ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),LowCardinality(Float64) OK 131ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Float32 OK 124ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Decimal128(38) OK 86ms
/aggregate functions/anyLast/Map(FixedString(51),UInt64) OK 84ms
/aggregate functions/any/Map(FixedString(51),Int128) OK 88ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),LowCardinality(Float32) OK 155ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),LowCardinality(DateTime) OK 164ms
/aggregate functions/anyHeavy/Map(String,Array(String)) OK 140ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),DateTime OK 99ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Date OK 133ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),LowCardinality(Date) OK 135ms
/aggregate functions/argMax/datatypes/permutations/Nullable(DateTime),Array(String) OK 92ms
/aggregate functions/anyLast/Map(FixedString(51),UInt128) OK 106ms
/aggregate functions/any/Map(FixedString(51),Float32) OK 104ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),UInt64 OK 89ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Nullable(UInt64) OK 139ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Int64 OK 148ms
/aggregate functions/anyHeavy/Map(String,Map(String,LowCardinality(Float64))) OK 139ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Nullable(Int64) OK 114ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Float64 OK 126ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Float32 OK 128ms
/aggregate functions/anyLast/Map(FixedString(51),Int8) OK 95ms
/aggregate functions/any/Map(FixedString(51),Float64) OK 127ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Nullable(Float64) OK 103ms
/aggregate functions/anyLast/Map(FixedString(51),Int16) OK 120ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Nullable(Float32) OK 129ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Nullable(Decimal128(38)) OK 116ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Decimal128(38) OK 156ms
/aggregate functions/anyHeavy/Map(String,Tuple(String)) OK 136ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),DateTime OK 133ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Date OK 152ms
/aggregate functions/any/Map(FixedString(51),Decimal128(38)) OK 104ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Nullable(DateTime) OK 129ms
/aggregate functions/anyLast/Map(FixedString(51),Int32) OK 136ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Nullable(Date) OK 134ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Map(String,LowCardinality(Float64)) OK 119ms
/aggregate functions/any/Map(FixedString(51),Date) OK 102ms
/aggregate functions/anyHeavy/Map(FixedString(51),UInt8) OK 175ms
/aggregate functions/argMin/datatypes/permutations/Nullable(DateTime),Array(String) OK 182ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),LowCardinality(UInt64) OK 181ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),UInt64 OK 187ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Nullable(UInt64) OK 200ms
/aggregate functions/any/Map(FixedString(51),DateTime) OK 131ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),LowCardinality(Int64) OK 127ms
/aggregate functions/anyLast/Map(FixedString(51),Int64) OK 105ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),LowCardinality(Float64) OK 127ms
/aggregate functions/anyHeavy/Map(FixedString(51),UInt16) OK 112ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Nullable(Int64) OK 96ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),LowCardinality(Float32) OK 104ms
/aggregate functions/anyLast/Map(FixedString(51),Int128) OK 131ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Nullable(Float64) OK 135ms
/aggregate functions/any/Map(FixedString(51),DateTime64(3)) OK 127ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),LowCardinality(DateTime) OK 154ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Nullable(Float32) OK 123ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),LowCardinality(Date) OK 86ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Nullable(Decimal128(38)) OK 118ms
/aggregate functions/anyHeavy/Map(FixedString(51),UInt32) OK 101ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Int64 OK 82ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Float64 OK 132ms
/aggregate functions/anyLast/Map(FixedString(51),Float32) OK 114ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Nullable(DateTime) OK 112ms
/aggregate functions/any/Map(FixedString(51),Bool) OK 115ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Nullable(Date) OK 85ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Float32 OK 133ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Decimal128(38) OK 93ms
/aggregate functions/anyHeavy/Map(FixedString(51),UInt64) OK 111ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Map(String,LowCardinality(Float64)) OK 112ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),LowCardinality(UInt64) OK 130ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),DateTime OK 129ms
/aggregate functions/anyLast/Map(FixedString(51),Float64) OK 96ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),LowCardinality(Int64) OK 104ms
/aggregate functions/any/Map(FixedString(51),String) OK 110ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Date OK 119ms
/aggregate functions/anyHeavy/Map(FixedString(51),UInt128) OK 120ms
/aggregate functions/argMax/datatypes/permutations/Nullable(Date),Array(String) OK 104ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),LowCardinality(Float64) OK 104ms
/aggregate functions/anyLast/Map(FixedString(51),Decimal128(38)) OK 135ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),LowCardinality(Float32) OK 126ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),LowCardinality(DateTime) OK 135ms
/aggregate functions/any/Map(FixedString(51),FixedString(51)) OK 117ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),UInt64 OK 118ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(UInt64) OK 132ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Int64) OK 97ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),LowCardinality(Date) OK 97ms
/aggregate functions/anyHeavy/Map(FixedString(51),Int8) OK 96ms
/aggregate functions/anyLast/Map(FixedString(51),Date) OK 103ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Int64 OK 120ms
/aggregate functions/any/Map(FixedString(51),UUID) OK 101ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Float64) OK 119ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Float64 OK 145ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Float32) OK 147ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Float32 OK 138ms
/aggregate functions/anyHeavy/Map(FixedString(51),Int16) OK 125ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Decimal128(38)) OK 100ms
/aggregate functions/anyLast/Map(FixedString(51),DateTime) OK 93ms
/aggregate functions/any/Map(FixedString(51),Nullable(UInt8)) OK 83ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Decimal128(38) OK 103ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(DateTime) OK 116ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Date) OK 96ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),DateTime OK 112ms
/aggregate functions/anyHeavy/Map(FixedString(51),Int32) OK 143ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Date OK 110ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Map(String,LowCardinality(Float64)) OK 85ms
/aggregate functions/any/Map(FixedString(51),Nullable(UInt16)) OK 103ms
/aggregate functions/anyLast/Map(FixedString(51),DateTime64(3)) OK 105ms
/aggregate functions/argMin/datatypes/permutations/Nullable(Date),Array(String) OK 112ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(UInt64) OK 142ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Int64) OK 104ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Float64) OK 113ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),UInt64 OK 92ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(UInt64) OK 108ms
/aggregate functions/any/Map(FixedString(51),Nullable(UInt32)) OK 104ms
/aggregate functions/anyLast/Map(FixedString(51),Bool) OK 93ms
/aggregate functions/anyHeavy/Map(FixedString(51),Int64) OK 97ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Int64) OK 110ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Float32) OK 103ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Float64) OK 166ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(DateTime) OK 153ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Date) OK 162ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Float32) OK 150ms
/aggregate functions/anyLast/Map(FixedString(51),String) OK 142ms
/aggregate functions/any/Map(FixedString(51),Nullable(UInt64)) OK 121ms
/aggregate functions/anyHeavy/Map(FixedString(51),Int128) OK 127ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Decimal128(38)) OK 132ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Int64 OK 132ms
/aggregate functions/any/Map(FixedString(51),Nullable(UInt128)) OK 154ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Float64 OK 150ms
/aggregate functions/anyHeavy/Map(FixedString(51),Float32) OK 140ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(DateTime) OK 147ms
/aggregate functions/anyLast/Map(FixedString(51),FixedString(51)) OK 97ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Date) OK 98ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Float32 OK 123ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Map(String,LowCardinality(Float64)) OK 128ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Decimal128(38) OK 102ms
/aggregate functions/anyLast/Map(FixedString(51),UUID) OK 100ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(UInt64) OK 81ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),DateTime OK 137ms
/aggregate functions/anyHeavy/Map(FixedString(51),Float64) OK 131ms
/aggregate functions/any/Map(FixedString(51),Nullable(Int8)) OK 103ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Date OK 121ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Int64) OK 110ms
/aggregate functions/argMax/datatypes/permutations/Map(String,LowCardinality(Float64)),Array(String) OK 91ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Float64) OK 124ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Float32) OK 124ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(UInt8)) OK 106ms
/aggregate functions/any/Map(FixedString(51),Nullable(Int16)) OK 123ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 187ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(DateTime) OK 117ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 196ms
/aggregate functions/anyHeavy/Map(FixedString(51),Decimal128(38)) OK 92ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 170ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Date) OK 160ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(UInt16)) OK 153ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Int64 OK 150ms
/aggregate functions/anyHeavy/Map(FixedString(51),Date) OK 150ms
/aggregate functions/any/Map(FixedString(51),Nullable(Int32)) OK 146ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Float64 OK 129ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Nullable(Float64) OK 118ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 102ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Float32 OK 106ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(UInt32)) OK 112ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Nullable(Decimal128(38)) OK 116ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Decimal128(38) OK 100ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),DateTime OK 103ms
/aggregate functions/anyHeavy/Map(FixedString(51),DateTime) OK 130ms
/aggregate functions/any/Map(FixedString(51),Nullable(Int64)) OK 81ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Nullable(DateTime) OK 102ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Nullable(Date) OK 106ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Date OK 123ms
/aggregate functions/argMin/datatypes/permutations/Map(String,LowCardinality(Float64)),Array(String) OK 123ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(UInt64)) OK 120ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Map(String,LowCardinality(Float64)) OK 95ms
/aggregate functions/any/Map(FixedString(51),Nullable(Int128)) OK 148ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 131ms
/aggregate functions/anyHeavy/Map(FixedString(51),DateTime64(3)) OK 110ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 101ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 97ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float64) OK 89ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 135ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 126ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(UInt128)) OK 112ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Nullable(Float64) OK 119ms
/aggregate functions/any/Map(FixedString(51),Nullable(Float32)) OK 110ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 129ms
/aggregate functions/anyHeavy/Map(FixedString(51),Bool) OK 129ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),LowCardinality(DateTime) OK 109ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Date) OK 119ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(Int8)) OK 98ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 101ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Nullable(Decimal128(38)) OK 87ms
/aggregate functions/any/Map(FixedString(51),Nullable(Float64)) OK 122ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Nullable(DateTime) OK 129ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Int64 OK 125ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Float64 OK 138ms
/aggregate functions/anyHeavy/Map(FixedString(51),String) OK 128ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Float32 OK 115ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(Int16)) OK 115ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Nullable(Date) OK 117ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Map(String,LowCardinality(Float64)) OK 101ms
/aggregate functions/any/Map(FixedString(51),Nullable(Decimal128(38))) OK 88ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 107ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Decimal128(38) OK 167ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),DateTime OK 150ms
/aggregate functions/anyHeavy/Map(FixedString(51),FixedString(51)) OK 107ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Date OK 153ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 145ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(Int32)) OK 117ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float64) OK 128ms
/aggregate functions/any/Map(FixedString(51),Nullable(Date)) OK 110ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 96ms
/aggregate functions/anyHeavy/Map(FixedString(51),UUID) OK 95ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(Int64)) OK 137ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(UInt64),Array(String) OK 119ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),LowCardinality(DateTime) OK 159ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),UInt64 OK 102ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Date) OK 151ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 123ms
/aggregate functions/any/Map(FixedString(51),Nullable(DateTime)) OK 113ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Int64 OK 126ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(UInt8)) OK 116ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 136ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Nullable(Float64) OK 137ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(Int128)) OK 100ms
/aggregate functions/any/Map(FixedString(51),Nullable(DateTime64(3))) OK 104ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 95ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Float64 OK 104ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Float32 OK 109ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Decimal128(38) OK 119ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(UInt16)) OK 105ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(Float32)) OK 111ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Nullable(Decimal128(38)) OK 113ms
/aggregate functions/any/Map(FixedString(51),Nullable(Bool)) OK 119ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Nullable(DateTime) OK 119ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Nullable(Date) OK 98ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),DateTime OK 114ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Date OK 126ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(UInt32)) OK 107ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(UInt64),Array(String) OK 107ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(Float64)) OK 81ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Map(String,LowCardinality(Float64)) OK 167ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 181ms
/aggregate functions/any/Map(FixedString(51),Nullable(String)) OK 172ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 179ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),UInt64 OK 165ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(UInt64)) OK 153ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 146ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 155ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(Decimal128(38))) OK 133ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float64) OK 149ms
/aggregate functions/any/Map(FixedString(51),Nullable(FixedString(51))) OK 149ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 157ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Nullable(Float64) OK 167ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(UInt128)) OK 103ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),LowCardinality(DateTime) OK 151ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 154ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(Date)) OK 146ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Nullable(Decimal128(38)) OK 98ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(Int8)) OK 88ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Nullable(DateTime) OK 100ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),LowCardinality(Date) OK 98ms
/aggregate functions/any/Map(FixedString(51),Nullable(UUID)) OK 126ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Int64 OK 124ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Float64 OK 130ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(DateTime)) OK 102ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Nullable(Date) OK 120ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Map(String,LowCardinality(Float64)) OK 143ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(Int16)) OK 117ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 104ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Float32 OK 102ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(DateTime64(3))) OK 108ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(UInt8)) OK 123ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Decimal128(38) OK 138ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 116ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),DateTime OK 95ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float64) OK 111ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(Int32)) OK 120ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 115ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Date OK 115ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(Bool)) OK 86ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Int64),Array(String) OK 110ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(UInt16)) OK 96ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),LowCardinality(DateTime) OK 111ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),UInt64 OK 196ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),LowCardinality(Date) OK 180ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(Int64)) OK 174ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Int64 OK 150ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Nullable(UInt64) OK 178ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(String)) OK 159ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(UInt32)) OK 271ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Nullable(Int64) OK 241ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Float64 OK 169ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Float32 OK 177ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Decimal128(38) OK 149ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(Int128)) OK 138ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Nullable(Float64) OK 146ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(FixedString(51))) OK 124ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Nullable(Float32) OK 129ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),DateTime OK 126ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Nullable(Decimal128(38)) OK 129ms
/aggregate functions/anyLast/Map(FixedString(51),Nullable(UUID)) OK 109ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(Float32)) OK 110ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Nullable(DateTime) OK 138ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Date OK 130ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Nullable(Date) OK 120ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(UInt64)) OK 110ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Int64),Array(String) OK 129ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),UInt64 OK 94ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(UInt8)) OK 107ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(Float64)) OK 91ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Map(String,LowCardinality(Float64)) OK 137ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(UInt128)) OK 126ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),LowCardinality(UInt64) OK 150ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Nullable(UInt64) OK 138ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),LowCardinality(Int64) OK 125ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Nullable(Int64) OK 130ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Nullable(Float64) OK 131ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(Decimal128(38))) OK 93ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(UInt16)) OK 90ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Int8)) OK 169ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float64) OK 146ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float32) OK 162ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Nullable(Float32) OK 150ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Nullable(Decimal128(38)) OK 138ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),LowCardinality(DateTime) OK 129ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Nullable(DateTime) OK 146ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(Date)) OK 124ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(UInt32)) OK 138ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),LowCardinality(Date) OK 177ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Int64 OK 112ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Nullable(Date) OK 125ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(DateTime)) OK 149ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Int16)) OK 153ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Map(String,LowCardinality(Float64)) OK 104ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Float64 OK 154ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),LowCardinality(UInt64) OK 127ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(UInt64)) OK 120ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Float32 OK 116ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),LowCardinality(Int64) OK 116ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float64) OK 113ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(UInt128)) OK 134ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float32) OK 140ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(DateTime64(3))) OK 117ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Int32)) OK 90ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Decimal128(38) OK 113ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),DateTime OK 95ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Date OK 98ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),LowCardinality(DateTime) OK 109ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),LowCardinality(Date) OK 91ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Int64)) OK 103ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float64),Array(String) OK 120ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(Bool)) OK 115ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),UInt64 OK 96ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Int8)) OK 112ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Int64 OK 113ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 93ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Float64 OK 102ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Float32 OK 114ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Int128)) OK 95ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 127ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Nullable(Float64) OK 123ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(String)) OK 132ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Int16)) OK 120ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Decimal128(38) OK 94ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 122ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),DateTime OK 92ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Float32)) OK 110ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Date OK 94ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float64),Array(String) OK 122ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Nullable(Decimal128(38)) OK 131ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Nullable(DateTime) OK 118ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Int32)) OK 210ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(FixedString(51))) OK 205ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),UInt64 OK 212ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Nullable(Date) OK 177ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 180ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Float64)) OK 176ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 156ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Map(String,LowCardinality(Float64)) OK 169ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 149ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 119ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Int64)) OK 135ms
/aggregate functions/anyHeavy/Map(FixedString(51),Nullable(UUID)) OK 106ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Nullable(Float64) OK 132ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Date)) OK 106ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 109ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Nullable(Decimal128(38)) OK 132ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float64) OK 92ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 97ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(UInt8)) OK 96ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),LowCardinality(DateTime) OK 110ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(DateTime)) OK 120ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Nullable(DateTime) OK 147ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Int128)) OK 99ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Nullable(Date) OK 126ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),LowCardinality(Date) OK 109ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Int64 OK 111ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Map(String,LowCardinality(Float64)) OK 101ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(UInt16)) OK 101ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Float64 OK 97ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Float32)) OK 95ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Bool)) OK 100ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Float32 OK 135ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 140ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 117ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Decimal128(38) OK 105ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float64) OK 87ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(UInt32)) OK 138ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),DateTime OK 120ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Float64)) OK 122ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(String)) OK 111ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 87ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Date OK 113ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),LowCardinality(DateTime) OK 126ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Float32),Array(String) OK 130ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),LowCardinality(Date) OK 105ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),UInt64 OK 113ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(UInt64)) OK 116ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Date)) OK 105ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Int64 OK 107ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Nullable(UInt64) OK 128ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Float64 OK 137ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Float32 OK 116ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Nullable(Int64) OK 133ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(UUID)) OK 124ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Nullable(Float64) OK 124ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(DateTime)) OK 114ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(UInt128)) OK 105ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Decimal128(38) OK 108ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Nullable(Float32) OK 153ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),DateTime OK 161ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Date OK 138ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Nullable(Decimal128(38)) OK 151ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Int8)) OK 110ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 133ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Bool)) OK 118ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Float32),Array(String) OK 133ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Nullable(DateTime) OK 125ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Int16)) OK 115ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Nullable(Date) OK 158ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),UInt64 OK 151ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(String)) OK 128ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Nullable(UInt64) OK 113ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 190ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Map(String,LowCardinality(Float64)) OK 134ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Nullable(Int64) OK 192ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),LowCardinality(UInt64) OK 185ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Int32)) OK 117ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Nullable(Float64) OK 107ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Int64) OK 192ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Nullable(Float32) OK 168ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float64) OK 185ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 153ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float32) OK 143ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Nullable(Decimal128(38)) OK 151ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Int64)) OK 112ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Nullable(DateTime) OK 129ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(UUID)) OK 132ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Nullable(Date) OK 93ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Int128)) OK 146ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),LowCardinality(DateTime) OK 117ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Date) OK 147ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Int64 OK 126ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Map(String,LowCardinality(Float64)) OK 138ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 139ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 137ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),LowCardinality(UInt64) OK 143ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Int64) OK 103ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Float64 OK 84ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Float32)) OK 122ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Float32 OK 111ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Decimal128(38) OK 128ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float64) OK 113ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 147ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 116ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float32) OK 137ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),LowCardinality(DateTime) OK 129ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),DateTime OK 116ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Date OK 84ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Float64)) OK 136ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Date) OK 116ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 119ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(DateTime),Array(String) OK 123ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Int64 OK 116ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 109ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Float64 OK 128ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),UInt64 OK 94ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Nullable(UInt64) OK 95ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Float32 OK 93ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 108ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Date)) OK 118ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Nullable(Int64) OK 106ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Nullable(Float64) OK 112ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 127ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Decimal128(38) OK 110ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Nullable(Float32) OK 124ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),DateTime OK 111ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Date OK 101ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 90ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Nullable(Decimal128(38)) OK 244ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(DateTime)) OK 236ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Nullable(DateTime) OK 245ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(DateTime),Array(String) OK 215ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 199ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),UInt64 OK 212ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Nullable(Date) OK 216ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Nullable(UInt64) OK 182ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 144ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 131ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 174ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Nullable(Int64) OK 129ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Bool)) OK 173ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Map(String,LowCardinality(Float64)) OK 154ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Nullable(Float64) OK 179ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Nullable(Float32) OK 165ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),LowCardinality(UInt64) OK 137ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),LowCardinality(Int64) OK 160ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 102ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Nullable(Decimal128(38)) OK 99ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),LowCardinality(Float64) OK 125ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),LowCardinality(Float32) OK 150ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 126ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(String)) OK 112ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Nullable(DateTime) OK 93ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),LowCardinality(DateTime) OK 121ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Nullable(Date) OK 129ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 106ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Map(String,LowCardinality(Float64)) OK 96ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),LowCardinality(UInt64) OK 97ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),LowCardinality(Date) OK 116ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(FixedString(51))) OK 105ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 108ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Int64 OK 125ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Float64 OK 126ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),LowCardinality(Int64) OK 108ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),LowCardinality(Float64) OK 88ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),LowCardinality(Float32) OK 93ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(UUID)) OK 117ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Float32 OK 102ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 123ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),LowCardinality(DateTime) OK 117ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 114ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),LowCardinality(Date) OK 136ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Decimal128(38) OK 140ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),DateTime OK 141ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Int64 OK 111ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Date OK 98ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 109ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Float64 OK 112ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Float32 OK 184ms
/aggregate functions/argMax/datatypes/permutations/LowCardinality(Date),Array(String) OK 94ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Decimal128(38) OK 101ms
/aggregate functions/argMax/datatypes/permutations/Int64,UInt64 OK 165ms
/aggregate functions/argMax/datatypes/permutations/Int64,Nullable(UInt64) OK 152ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 128ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(String))) OK 108ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 117ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),DateTime OK 114ms
/aggregate functions/argMax/datatypes/permutations/Int64,Nullable(Int64) OK 151ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Date OK 125ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 163ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 161ms
/aggregate functions/argMax/datatypes/permutations/Int64,Nullable(Float64) OK 167ms
/aggregate functions/argMin/datatypes/permutations/LowCardinality(Date),Array(String) OK 115ms
/aggregate functions/argMax/datatypes/permutations/Int64,Nullable(Float32) OK 125ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/argMin/datatypes/permutations/Int64,UInt64 OK 113ms
/aggregate functions/argMin/datatypes/permutations/Int64,Nullable(UInt64) OK 117ms
/aggregate functions/argMax/datatypes/permutations/Int64,Nullable(Decimal128(38)) OK 106ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 169ms
/aggregate functions/argMin/datatypes/permutations/Int64,Nullable(Int64) OK 148ms
/aggregate functions/argMin/datatypes/permutations/Int64,Nullable(Float64) OK 135ms
/aggregate functions/argMax/datatypes/permutations/Int64,Nullable(DateTime) OK 141ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 130ms
/aggregate functions/any/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 136ms
/aggregate functions/argMax/datatypes/permutations/Int64,Nullable(Date) OK 125ms
/aggregate functions/argMin/datatypes/permutations/Int64,Nullable(Float32) OK 106ms
/aggregate functions/argMax/datatypes/permutations/Int64,Map(String,LowCardinality(Float64)) OK 122ms
/aggregate functions/argMin/datatypes/permutations/Int64,Nullable(Decimal128(38)) OK 150ms
/aggregate functions/argMin/datatypes/permutations/Int64,Nullable(DateTime) OK 156ms
/aggregate functions/argMax/datatypes/permutations/Int64,LowCardinality(UInt64) OK 151ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 111ms
/aggregate functions/argMin/datatypes/permutations/Int64,Nullable(Date) OK 113ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 112ms
/aggregate functions/argMax/datatypes/permutations/Int64,LowCardinality(Int64) OK 137ms
/aggregate functions/any/Map(FixedString(51),Array(String)) OK 121ms
/aggregate functions/argMax/datatypes/permutations/Int64,LowCardinality(Float64) OK 116ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 288ms
/aggregate functions/argMin/datatypes/permutations/Int64,Map(String,LowCardinality(Float64)) OK 303ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 281ms
/aggregate functions/argMin/datatypes/permutations/Int64,LowCardinality(UInt64) OK 259ms
/aggregate functions/any/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 262ms
/aggregate functions/argMax/datatypes/permutations/Int64,LowCardinality(Float32) OK 265ms
/aggregate functions/argMin/datatypes/permutations/Int64,LowCardinality(Int64) OK 274ms
/aggregate functions/argMax/datatypes/permutations/Int64,LowCardinality(DateTime) OK 242ms
/aggregate functions/argMax/datatypes/permutations/Int64,LowCardinality(Date) OK 267ms
/aggregate functions/argMax/datatypes/permutations/Int64,Int64 OK 154ms
/aggregate functions/argMin/datatypes/permutations/Int64,LowCardinality(Float64) OK 154ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(String))) OK 118ms
/aggregate functions/any/Map(FixedString(51),Tuple(String)) OK 149ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 152ms
/aggregate functions/argMax/datatypes/permutations/Int64,Float64 OK 153ms
/aggregate functions/argMin/datatypes/permutations/Int64,LowCardinality(Float32) OK 110ms
/aggregate functions/argMax/datatypes/permutations/Int64,Float32 OK 132ms
/aggregate functions/argMin/datatypes/permutations/Int64,LowCardinality(DateTime) OK 104ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 143ms
/aggregate functions/argMin/datatypes/permutations/Int64,LowCardinality(Date) OK 163ms
/aggregate functions/argMin/datatypes/permutations/Int64,Int64 OK 136ms
/aggregate functions/argMax/datatypes/permutations/Int64,Decimal128(38) OK 118ms
/aggregate functions/argMin/datatypes/permutations/Int64,Float64 OK 133ms
/aggregate functions/any/Map(UUID,UInt8) OK 136ms
/aggregate functions/argMax/datatypes/permutations/Int64,DateTime OK 125ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 127ms
/aggregate functions/argMax/datatypes/permutations/Int64,Date OK 90ms
/aggregate functions/argMax/datatypes/permutations/Int64,Array(String) OK 119ms
/aggregate functions/anyLast/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 153ms
/aggregate functions/argMax/datatypes/permutations/Float64,UInt64 OK 125ms
/aggregate functions/argMin/datatypes/permutations/Int64,Float32 OK 111ms
/aggregate functions/argMax/datatypes/permutations/Float64,Nullable(UInt64) OK 126ms
/aggregate functions/argMin/datatypes/permutations/Int64,Decimal128(38) OK 134ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 117ms
/aggregate functions/any/Map(UUID,UInt16) OK 112ms
/aggregate functions/argMin/datatypes/permutations/Int64,DateTime OK 119ms
/aggregate functions/argMax/datatypes/permutations/Float64,Nullable(Int64) OK 107ms
/aggregate functions/argMin/datatypes/permutations/Int64,Date OK 90ms
/aggregate functions/argMax/datatypes/permutations/Float64,Nullable(Float64) OK 159ms
/aggregate functions/any/Map(UUID,UInt32) OK 137ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 151ms
/aggregate functions/argMax/datatypes/permutations/Float64,Nullable(Float32) OK 137ms
/aggregate functions/argMin/datatypes/permutations/Int64,Array(String) OK 120ms
/aggregate functions/anyLast/Map(FixedString(51),Array(String)) OK 119ms
/aggregate functions/argMin/datatypes/permutations/Float64,UInt64 OK 122ms
/aggregate functions/argMin/datatypes/permutations/Float64,Nullable(UInt64) OK 99ms
/aggregate functions/argMax/datatypes/permutations/Float64,Nullable(Decimal128(38)) OK 95ms
/aggregate functions/argMin/datatypes/permutations/Float64,Nullable(Int64) OK 121ms
/aggregate functions/anyLast/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 153ms
/aggregate functions/any/Map(UUID,UInt64) OK 150ms
/aggregate functions/argMin/datatypes/permutations/Float64,Nullable(Float64) OK 129ms
/aggregate functions/argMax/datatypes/permutations/Float64,Nullable(DateTime) OK 112ms
/aggregate functions/argMax/datatypes/permutations/Float64,Nullable(Date) OK 138ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 144ms
/aggregate functions/argMin/datatypes/permutations/Float64,Nullable(Float32) OK 138ms
/aggregate functions/argMax/datatypes/permutations/Float64,Map(String,LowCardinality(Float64)) OK 130ms
/aggregate functions/argMin/datatypes/permutations/Float64,Nullable(Decimal128(38)) OK 180ms
/aggregate functions/argMax/datatypes/permutations/Float64,LowCardinality(UInt64) OK 154ms
/aggregate functions/argMin/datatypes/permutations/Float64,Nullable(DateTime) OK 146ms
/aggregate functions/any/Map(UUID,UInt128) OK 138ms
/aggregate functions/anyLast/Map(FixedString(51),Tuple(String)) OK 149ms
/aggregate functions/argMax/datatypes/permutations/Float64,LowCardinality(Int64) OK 146ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 130ms
/aggregate functions/argMax/datatypes/permutations/Float64,LowCardinality(Float64) OK 150ms
/aggregate functions/argMin/datatypes/permutations/Float64,Nullable(Date) OK 146ms
/aggregate functions/argMax/datatypes/permutations/Float64,LowCardinality(Float32) OK 123ms
/aggregate functions/argMin/datatypes/permutations/Float64,Map(String,LowCardinality(Float64)) OK 141ms
/aggregate functions/any/Map(UUID,Int8) OK 119ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 132ms
/aggregate functions/argMin/datatypes/permutations/Float64,LowCardinality(UInt64) OK 142ms
/aggregate functions/argMax/datatypes/permutations/Float64,LowCardinality(DateTime) OK 128ms
/aggregate functions/anyLast/Map(UUID,UInt8) OK 110ms
/aggregate functions/argMin/datatypes/permutations/Float64,LowCardinality(Int64) OK 113ms
/aggregate functions/argMax/datatypes/permutations/Float64,LowCardinality(Date) OK 122ms
/aggregate functions/argMax/datatypes/permutations/Float64,Int64 OK 92ms
/aggregate functions/any/Map(UUID,Int16) OK 129ms
/aggregate functions/anyLast/Map(UUID,UInt16) OK 129ms
/aggregate functions/argMin/datatypes/permutations/Float64,LowCardinality(Float64) OK 108ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 127ms
/aggregate functions/argMax/datatypes/permutations/Float64,Float64 OK 128ms
/aggregate functions/argMin/datatypes/permutations/Float64,LowCardinality(Float32) OK 112ms
/aggregate functions/argMin/datatypes/permutations/Float64,LowCardinality(DateTime) OK 124ms
/aggregate functions/argMax/datatypes/permutations/Float64,Float32 OK 82ms
/aggregate functions/argMax/datatypes/permutations/Float64,Decimal128(38) OK 95ms
/aggregate functions/argMax/datatypes/permutations/Float64,DateTime OK 89ms
/aggregate functions/argMin/datatypes/permutations/Float64,LowCardinality(Date) OK 133ms
/aggregate functions/any/Map(UUID,Int32) OK 139ms
/aggregate functions/anyLast/Map(UUID,UInt32) OK 124ms
/aggregate functions/argMin/datatypes/permutations/Float64,Int64 OK 112ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 128ms
/aggregate functions/argMax/datatypes/permutations/Float64,Date OK 118ms
/aggregate functions/argMin/datatypes/permutations/Float64,Float64 OK 124ms
/aggregate functions/argMax/datatypes/permutations/Float64,Array(String) OK 104ms
/aggregate functions/argMax/datatypes/permutations/Float32,UInt64 OK 88ms
/aggregate functions/argMin/datatypes/permutations/Float64,Float32 OK 158ms
/aggregate functions/argMin/datatypes/permutations/Float64,Decimal128(38) OK 171ms
/aggregate functions/anyLast/Map(UUID,UInt64) OK 127ms
/aggregate functions/argMax/datatypes/permutations/Float32,Nullable(UInt64) OK 140ms
/aggregate functions/any/Map(UUID,Int64) OK 137ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(String))) OK 104ms
/aggregate functions/argMin/datatypes/permutations/Float64,DateTime OK 142ms
/aggregate functions/argMax/datatypes/permutations/Float32,Nullable(Int64) OK 125ms
/aggregate functions/argMax/datatypes/permutations/Float32,Nullable(Float64) OK 136ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 126ms
/aggregate functions/anyLast/Map(UUID,UInt128) OK 110ms
/aggregate functions/argMax/datatypes/permutations/Float32,Nullable(Float32) OK 112ms
/aggregate functions/argMin/datatypes/permutations/Float64,Date OK 169ms
/aggregate functions/argMax/datatypes/permutations/Float32,Nullable(Decimal128(38)) OK 145ms
/aggregate functions/any/Map(UUID,Int128) OK 135ms
/aggregate functions/argMin/datatypes/permutations/Float64,Array(String) OK 112ms
/aggregate functions/argMin/datatypes/permutations/Float32,UInt64 OK 151ms
/aggregate functions/argMax/datatypes/permutations/Float32,Nullable(DateTime) OK 106ms
/aggregate functions/anyLast/Map(UUID,Int8) OK 91ms
/aggregate functions/anyHeavy/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/argMax/datatypes/permutations/Float32,Nullable(Date) OK 98ms
/aggregate functions/argMin/datatypes/permutations/Float32,Nullable(UInt64) OK 101ms
/aggregate functions/argMax/datatypes/permutations/Float32,Map(String,LowCardinality(Float64)) OK 126ms
/aggregate functions/any/Map(UUID,Float32) OK 106ms
/aggregate functions/argMax/datatypes/permutations/Float32,LowCardinality(UInt64) OK 107ms
/aggregate functions/argMin/datatypes/permutations/Float32,Nullable(Int64) OK 96ms
/aggregate functions/argMin/datatypes/permutations/Float32,Nullable(Float64) OK 107ms
/aggregate functions/anyLast/Map(UUID,Int16) OK 162ms
/aggregate functions/anyHeavy/Map(FixedString(51),Array(String)) OK 159ms
/aggregate functions/argMax/datatypes/permutations/Float32,LowCardinality(Int64) OK 155ms
/aggregate functions/argMin/datatypes/permutations/Float32,Nullable(Float32) OK 130ms
/aggregate functions/any/Map(UUID,Float64) OK 111ms
/aggregate functions/argMax/datatypes/permutations/Float32,LowCardinality(Float64) OK 118ms
/aggregate functions/argMax/datatypes/permutations/Float32,LowCardinality(Float32) OK 95ms
/aggregate functions/argMin/datatypes/permutations/Float32,Nullable(Decimal128(38)) OK 148ms
/aggregate functions/argMin/datatypes/permutations/Float32,Nullable(DateTime) OK 123ms
/aggregate functions/anyLast/Map(UUID,Int32) OK 143ms
/aggregate functions/anyHeavy/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 123ms
/aggregate functions/argMax/datatypes/permutations/Float32,LowCardinality(DateTime) OK 126ms
/aggregate functions/any/Map(UUID,Decimal128(38)) OK 113ms
/aggregate functions/argMin/datatypes/permutations/Float32,Nullable(Date) OK 99ms
/aggregate functions/argMax/datatypes/permutations/Float32,LowCardinality(Date) OK 138ms
/aggregate functions/argMax/datatypes/permutations/Float32,Int64 OK 133ms
/aggregate functions/argMin/datatypes/permutations/Float32,Map(String,LowCardinality(Float64)) OK 113ms
/aggregate functions/argMin/datatypes/permutations/Float32,LowCardinality(UInt64) OK 104ms
/aggregate functions/argMin/datatypes/permutations/Float32,LowCardinality(Int64) OK 128ms
/aggregate functions/anyHeavy/Map(FixedString(51),Tuple(String)) OK 108ms
/aggregate functions/any/Map(UUID,Date) OK 111ms
/aggregate functions/argMax/datatypes/permutations/Float32,Float64 OK 128ms
/aggregate functions/anyLast/Map(UUID,Int64) OK 108ms
/aggregate functions/argMax/datatypes/permutations/Float32,Float32 OK 96ms
/aggregate functions/argMax/datatypes/permutations/Float32,Decimal128(38) OK 117ms
/aggregate functions/argMin/datatypes/permutations/Float32,LowCardinality(Float64) OK 114ms
/aggregate functions/argMin/datatypes/permutations/Float32,LowCardinality(Float32) OK 97ms
/aggregate functions/anyHeavy/Map(UUID,UInt8) OK 106ms
/aggregate functions/any/Map(UUID,DateTime) OK 106ms
/aggregate functions/argMin/datatypes/permutations/Float32,LowCardinality(DateTime) OK 120ms
/aggregate functions/anyLast/Map(UUID,Int128) OK 106ms
/aggregate functions/argMax/datatypes/permutations/Float32,DateTime OK 131ms
/aggregate functions/argMax/datatypes/permutations/Float32,Date OK 108ms
/aggregate functions/argMin/datatypes/permutations/Float32,LowCardinality(Date) OK 110ms
/aggregate functions/argMax/datatypes/permutations/Float32,Array(String) OK 106ms
/aggregate functions/argMin/datatypes/permutations/Float32,Int64 OK 114ms
/aggregate functions/anyHeavy/Map(UUID,UInt16) OK 107ms
/aggregate functions/any/Map(UUID,DateTime64(3)) OK 125ms
/aggregate functions/anyLast/Map(UUID,Float32) OK 83ms
/aggregate functions/argMin/datatypes/permutations/Float32,Float64 OK 92ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),UInt64 OK 133ms
/aggregate functions/argMin/datatypes/permutations/Float32,Float32 OK 95ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Nullable(UInt64) OK 129ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Nullable(Int64) OK 130ms
/aggregate functions/argMin/datatypes/permutations/Float32,Decimal128(38) OK 110ms
/aggregate functions/anyLast/Map(UUID,Float64) OK 96ms
/aggregate functions/anyHeavy/Map(UUID,UInt32) OK 93ms
/aggregate functions/argMin/datatypes/permutations/Float32,DateTime OK 105ms
/aggregate functions/any/Map(UUID,Bool) OK 103ms
/aggregate functions/argMin/datatypes/permutations/Float32,Date OK 98ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Nullable(Float64) OK 126ms
/aggregate functions/argMin/datatypes/permutations/Float32,Array(String) OK 90ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Nullable(Float32) OK 105ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Nullable(Decimal128(38)) OK 115ms
/aggregate functions/anyLast/Map(UUID,Decimal128(38)) OK 114ms
/aggregate functions/anyHeavy/Map(UUID,UInt64) OK 108ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),UInt64 OK 114ms
/aggregate functions/any/Map(UUID,String) OK 130ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Nullable(UInt64) OK 126ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Nullable(Int64) OK 105ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Nullable(DateTime) OK 96ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Nullable(Date) OK 136ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Map(String,LowCardinality(Float64)) OK 149ms
/aggregate functions/anyHeavy/Map(UUID,UInt128) OK 152ms
/aggregate functions/anyLast/Map(UUID,Date) OK 134ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Nullable(Float64) OK 117ms
/aggregate functions/any/Map(UUID,FixedString(51)) OK 105ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Nullable(Float32) OK 107ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Nullable(Decimal128(38)) OK 110ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),LowCardinality(UInt64) OK 129ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),LowCardinality(Int64) OK 96ms
/aggregate functions/anyLast/Map(UUID,DateTime) OK 92ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),LowCardinality(Float64) OK 109ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Nullable(DateTime) OK 110ms
/aggregate functions/anyHeavy/Map(UUID,Int8) OK 110ms
/aggregate functions/any/Map(UUID,UUID) OK 120ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Nullable(Date) OK 107ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Map(String,LowCardinality(Float64)) OK 115ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),LowCardinality(Float32) OK 93ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),LowCardinality(DateTime) OK 95ms
/aggregate functions/anyLast/Map(UUID,DateTime64(3)) OK 96ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),LowCardinality(Date) OK 135ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),LowCardinality(UInt64) OK 133ms
/aggregate functions/anyHeavy/Map(UUID,Int16) OK 118ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),LowCardinality(Int64) OK 102ms
/aggregate functions/any/Map(UUID,Nullable(UInt8)) OK 131ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),LowCardinality(Float64) OK 122ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Int64 OK 107ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Float64 OK 90ms
/aggregate functions/anyLast/Map(UUID,Bool) OK 94ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),LowCardinality(Float32) OK 127ms
/aggregate functions/anyHeavy/Map(UUID,Int32) OK 111ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Float32 OK 157ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),LowCardinality(DateTime) OK 139ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Decimal128(38) OK 127ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),DateTime OK 143ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),LowCardinality(Date) OK 145ms
/aggregate functions/any/Map(UUID,Nullable(UInt16)) OK 133ms
/aggregate functions/anyLast/Map(UUID,String) OK 134ms
/aggregate functions/anyHeavy/Map(UUID,Int64) OK 103ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Int64 OK 99ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Date OK 135ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Float64 OK 109ms
/aggregate functions/argMax/datatypes/permutations/Decimal128(38),Array(String) OK 109ms
/aggregate functions/any/Map(UUID,Nullable(UInt32)) OK 147ms
/aggregate functions/argMax/datatypes/permutations/DateTime,UInt64 OK 126ms
/aggregate functions/anyLast/Map(UUID,FixedString(51)) OK 92ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Float32 OK 105ms
/aggregate functions/anyHeavy/Map(UUID,Int128) OK 164ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Decimal128(38) OK 154ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),DateTime OK 125ms
/aggregate functions/anyLast/Map(UUID,UUID) OK 173ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Nullable(UInt64) OK 204ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Date OK 181ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Nullable(Int64) OK 168ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Nullable(Float64) OK 152ms
/aggregate functions/any/Map(UUID,Nullable(UInt64)) OK 163ms
/aggregate functions/argMin/datatypes/permutations/Decimal128(38),Array(String) OK 123ms
/aggregate functions/anyHeavy/Map(UUID,Float32) OK 124ms
/aggregate functions/argMin/datatypes/permutations/DateTime,UInt64 OK 109ms
/aggregate functions/anyLast/Map(UUID,Nullable(UInt8)) OK 122ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Nullable(Float32) OK 107ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Nullable(Decimal128(38)) OK 116ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Nullable(UInt64) OK 133ms
/aggregate functions/any/Map(UUID,Nullable(UInt128)) OK 137ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Nullable(DateTime) OK 130ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Nullable(Int64) OK 119ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Nullable(Float64) OK 100ms
/aggregate functions/anyHeavy/Map(UUID,Float64) OK 116ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Nullable(Date) OK 119ms
/aggregate functions/anyLast/Map(UUID,Nullable(UInt16)) OK 95ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Map(String,LowCardinality(Float64)) OK 94ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Nullable(Float32) OK 148ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Nullable(Decimal128(38)) OK 137ms
/aggregate functions/argMax/datatypes/permutations/DateTime,LowCardinality(UInt64) OK 110ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Nullable(DateTime) OK 115ms
/aggregate functions/any/Map(UUID,Nullable(Int8)) OK 99ms
/aggregate functions/anyHeavy/Map(UUID,Decimal128(38)) OK 103ms
/aggregate functions/anyLast/Map(UUID,Nullable(UInt32)) OK 91ms
/aggregate functions/argMax/datatypes/permutations/DateTime,LowCardinality(Int64) OK 191ms
/aggregate functions/argMax/datatypes/permutations/DateTime,LowCardinality(Float64) OK 100ms
/aggregate functions/any/Map(UUID,Nullable(Int16)) OK 153ms
/aggregate functions/argMax/datatypes/permutations/DateTime,LowCardinality(Float32) OK 159ms
/aggregate functions/anyHeavy/Map(UUID,Date) OK 150ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Nullable(Date) OK 156ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Map(String,LowCardinality(Float64)) OK 152ms
/aggregate functions/argMin/datatypes/permutations/DateTime,LowCardinality(UInt64) OK 125ms
/aggregate functions/anyLast/Map(UUID,Nullable(UInt64)) OK 133ms
/aggregate functions/argMax/datatypes/permutations/DateTime,LowCardinality(DateTime) OK 144ms
/aggregate functions/argMax/datatypes/permutations/DateTime,LowCardinality(Date) OK 122ms
/aggregate functions/argMin/datatypes/permutations/DateTime,LowCardinality(Int64) OK 153ms
/aggregate functions/any/Map(UUID,Nullable(Int32)) OK 116ms
/aggregate functions/anyHeavy/Map(UUID,DateTime) OK 126ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Int64 OK 154ms
/aggregate functions/anyLast/Map(UUID,Nullable(UInt128)) OK 138ms
/aggregate functions/argMin/datatypes/permutations/DateTime,LowCardinality(Float64) OK 135ms
/aggregate functions/argMin/datatypes/permutations/DateTime,LowCardinality(Float32) OK 131ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Float64 OK 120ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Float32 OK 87ms
/aggregate functions/any/Map(UUID,Nullable(Int64)) OK 106ms
/aggregate functions/anyHeavy/Map(UUID,DateTime64(3)) OK 86ms
/aggregate functions/argMin/datatypes/permutations/DateTime,LowCardinality(DateTime) OK 134ms
/aggregate functions/argMin/datatypes/permutations/DateTime,LowCardinality(Date) OK 111ms
/aggregate functions/anyLast/Map(UUID,Nullable(Int8)) OK 136ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Int64 OK 123ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Decimal128(38) OK 105ms
/aggregate functions/argMax/datatypes/permutations/DateTime,DateTime OK 121ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Date OK 103ms
/aggregate functions/anyHeavy/Map(UUID,Bool) OK 117ms
/aggregate functions/any/Map(UUID,Nullable(Int128)) OK 114ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Float64 OK 175ms
/aggregate functions/argMax/datatypes/permutations/DateTime,Array(String) OK 163ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Float32 OK 122ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Decimal128(38) OK 141ms
/aggregate functions/anyLast/Map(UUID,Nullable(Int16)) OK 135ms
/aggregate functions/argMax/datatypes/permutations/Date,UInt64 OK 120ms
/aggregate functions/argMax/datatypes/permutations/Date,Nullable(UInt64) OK 107ms
/aggregate functions/anyHeavy/Map(UUID,String) OK 114ms
/aggregate functions/any/Map(UUID,Nullable(Float32)) OK 106ms
/aggregate functions/argMin/datatypes/permutations/DateTime,DateTime OK 98ms
/aggregate functions/argMax/datatypes/permutations/Date,Nullable(Int64) OK 125ms
/aggregate functions/argMax/datatypes/permutations/Date,Nullable(Float64) OK 130ms
/aggregate functions/anyLast/Map(UUID,Nullable(Int32)) OK 145ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Date OK 145ms
/aggregate functions/argMax/datatypes/permutations/Date,Nullable(Float32) OK 123ms
/aggregate functions/argMin/datatypes/permutations/DateTime,Array(String) OK 125ms
/aggregate functions/any/Map(UUID,Nullable(Float64)) OK 123ms
/aggregate functions/anyHeavy/Map(UUID,FixedString(51)) OK 102ms
/aggregate functions/argMin/datatypes/permutations/Date,UInt64 OK 91ms
/aggregate functions/argMax/datatypes/permutations/Date,Nullable(Decimal128(38)) OK 84ms
/aggregate functions/argMax/datatypes/permutations/Date,Nullable(DateTime) OK 147ms
/aggregate functions/anyHeavy/Map(UUID,UUID) OK 128ms
/aggregate functions/argMax/datatypes/permutations/Date,Nullable(Date) OK 107ms
/aggregate functions/argMin/datatypes/permutations/Date,Nullable(UInt64) OK 109ms
/aggregate functions/any/Map(UUID,Nullable(Decimal128(38))) OK 138ms
/aggregate functions/anyLast/Map(UUID,Nullable(Int64)) OK 132ms
/aggregate functions/argMin/datatypes/permutations/Date,Nullable(Int64) OK 108ms
/aggregate functions/argMin/datatypes/permutations/Date,Nullable(Float64) OK 108ms
/aggregate functions/argMax/datatypes/permutations/Date,Map(String,LowCardinality(Float64)) OK 98ms
/aggregate functions/argMax/datatypes/permutations/Date,LowCardinality(UInt64) OK 138ms
/aggregate functions/argMin/datatypes/permutations/Date,Nullable(Float32) OK 155ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(UInt8)) OK 155ms
/aggregate functions/argMin/datatypes/permutations/Date,Nullable(Decimal128(38)) OK 111ms
/aggregate functions/argMax/datatypes/permutations/Date,LowCardinality(Int64) OK 151ms
/aggregate functions/argMin/datatypes/permutations/Date,Nullable(DateTime) OK 142ms
/aggregate functions/anyLast/Map(UUID,Nullable(Int128)) OK 146ms
/aggregate functions/any/Map(UUID,Nullable(Date)) OK 124ms
/aggregate functions/argMax/datatypes/permutations/Date,LowCardinality(Float64) OK 127ms
/aggregate functions/argMin/datatypes/permutations/Date,Nullable(Date) OK 102ms
/aggregate functions/argMax/datatypes/permutations/Date,LowCardinality(Float32) OK 85ms
/aggregate functions/argMin/datatypes/permutations/Date,Map(String,LowCardinality(Float64)) OK 159ms
/aggregate functions/any/Map(UUID,Nullable(DateTime)) OK 102ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(UInt16)) OK 118ms
/aggregate functions/argMin/datatypes/permutations/Date,LowCardinality(UInt64) OK 146ms
/aggregate functions/argMax/datatypes/permutations/Date,LowCardinality(DateTime) OK 101ms
/aggregate functions/argMax/datatypes/permutations/Date,LowCardinality(Date) OK 118ms
/aggregate functions/anyLast/Map(UUID,Nullable(Float32)) OK 90ms
/aggregate functions/argMax/datatypes/permutations/Date,Int64 OK 117ms
/aggregate functions/argMin/datatypes/permutations/Date,LowCardinality(Int64) OK 103ms
/aggregate functions/any/Map(UUID,Nullable(DateTime64(3))) OK 114ms
/aggregate functions/anyLast/Map(UUID,Nullable(Float64)) OK 145ms
/aggregate functions/argMax/datatypes/permutations/Date,Float64 OK 129ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(UInt32)) OK 122ms
/aggregate functions/argMax/datatypes/permutations/Date,Float32 OK 100ms
/aggregate functions/argMin/datatypes/permutations/Date,LowCardinality(Float64) OK 123ms
/aggregate functions/argMin/datatypes/permutations/Date,LowCardinality(Float32) OK 118ms
/aggregate functions/argMin/datatypes/permutations/Date,LowCardinality(DateTime) OK 95ms
/aggregate functions/argMax/datatypes/permutations/Date,Decimal128(38) OK 95ms
/aggregate functions/any/Map(UUID,Nullable(Bool)) OK 143ms
/aggregate functions/argMax/datatypes/permutations/Date,DateTime OK 138ms
/aggregate functions/argMax/datatypes/permutations/Date,Date OK 142ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(UInt64)) OK 122ms
/aggregate functions/anyLast/Map(UUID,Nullable(Decimal128(38))) OK 128ms
/aggregate functions/argMin/datatypes/permutations/Date,LowCardinality(Date) OK 134ms
/aggregate functions/argMax/datatypes/permutations/Date,Array(String) OK 125ms
/aggregate functions/argMin/datatypes/permutations/Date,Int64 OK 112ms
/aggregate functions/argMin/datatypes/permutations/Date,Float64 OK 120ms
/aggregate functions/any/Map(UUID,Nullable(String)) OK 157ms
/aggregate functions/argMax/datatypes/permutations/Array(String),UInt64 OK 123ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(UInt128)) OK 115ms
/aggregate functions/anyLast/Map(UUID,Nullable(Date)) OK 137ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Nullable(UInt64) OK 135ms
/aggregate functions/argMin/datatypes/permutations/Date,Float32 OK 135ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Nullable(Int64) OK 106ms
/aggregate functions/argMin/datatypes/permutations/Date,Decimal128(38) OK 130ms
/aggregate functions/argMin/datatypes/permutations/Date,DateTime OK 112ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(Int8)) OK 132ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Nullable(Float64) OK 161ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Nullable(Float32) OK 155ms
/aggregate functions/argMin/datatypes/permutations/Date,Date OK 98ms
/aggregate functions/any/Map(UUID,Nullable(FixedString(51))) OK 139ms
/aggregate functions/anyLast/Map(UUID,Nullable(DateTime)) OK 117ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Nullable(Decimal128(38)) OK 145ms
/aggregate functions/argMin/datatypes/permutations/Date,Array(String) OK 105ms
/aggregate functions/argMin/datatypes/permutations/Array(String),UInt64 OK 140ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Nullable(UInt64) OK 143ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(Int16)) OK 131ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Nullable(Int64) OK 113ms
/aggregate functions/anyLast/Map(UUID,Nullable(DateTime64(3))) OK 103ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Nullable(DateTime) OK 126ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Nullable(Date) OK 117ms
/aggregate functions/any/Map(UUID,Nullable(UUID)) OK 128ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Map(String,LowCardinality(Float64)) OK 122ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Nullable(Float64) OK 98ms
/aggregate functions/anyLast/Map(UUID,Nullable(Bool)) OK 108ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Nullable(Float32) OK 112ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(Int32)) OK 125ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Nullable(Decimal128(38)) OK 115ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Nullable(DateTime) OK 133ms
/aggregate functions/argMax/datatypes/permutations/Array(String),LowCardinality(UInt64) OK 123ms
/aggregate functions/argMax/datatypes/permutations/Array(String),LowCardinality(Int64) OK 129ms
/aggregate functions/any/Map(UUID,LowCardinality(UInt8)) OK 98ms
/aggregate functions/argMax/datatypes/permutations/Array(String),LowCardinality(Float64) OK 115ms
/aggregate functions/anyLast/Map(UUID,Nullable(String)) OK 98ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Nullable(Date) OK 84ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Map(String,LowCardinality(Float64)) OK 99ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(Int64)) OK 124ms
/aggregate functions/any/Map(UUID,LowCardinality(UInt16)) OK 114ms
/aggregate functions/argMax/datatypes/permutations/Array(String),LowCardinality(Float32) OK 109ms
/aggregate functions/argMin/datatypes/permutations/Array(String),LowCardinality(UInt64) OK 122ms
/aggregate functions/argMax/datatypes/permutations/Array(String),LowCardinality(DateTime) OK 123ms
/aggregate functions/argMax/datatypes/permutations/Array(String),LowCardinality(Date) OK 108ms
/aggregate functions/argMin/datatypes/permutations/Array(String),LowCardinality(Int64) OK 163ms
/aggregate functions/anyLast/Map(UUID,Nullable(FixedString(51))) OK 145ms
/aggregate functions/argMin/datatypes/permutations/Array(String),LowCardinality(Float64) OK 137ms
/aggregate functions/any/Map(UUID,LowCardinality(UInt32)) OK 101ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(Int128)) OK 113ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Int64 OK 91ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Float64 OK 159ms
/aggregate functions/argMin/datatypes/permutations/Array(String),LowCardinality(Float32) OK 162ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Float32 OK 142ms
/aggregate functions/anyLast/Map(UUID,Nullable(UUID)) OK 136ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Decimal128(38) OK 125ms
/aggregate functions/any/Map(UUID,LowCardinality(UInt64)) OK 125ms
/aggregate functions/argMin/datatypes/permutations/Array(String),LowCardinality(DateTime) OK 127ms
/aggregate functions/argMin/datatypes/permutations/Array(String),LowCardinality(Date) OK 128ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(Float32)) OK 119ms
/aggregate functions/argMax/datatypes/permutations/Array(String),DateTime OK 129ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Date OK 150ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Int64 OK 120ms
/aggregate functions/argMax/datatypes/permutations/Array(String),Array(String) OK 137ms
/aggregate functions/any/Map(UUID,LowCardinality(UInt128)) OK 126ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(UInt8)) OK 112ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Float64 OK 102ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(Float64)) OK 115ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Float32 OK 118ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Decimal128(38) OK 83ms
/aggregate functions/argMin/datatypes/permutations/Array(String),DateTime OK 126ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(UInt16)) OK 100ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(Decimal128(38))) OK 116ms
/aggregate functions/any/Map(UUID,LowCardinality(Int8)) OK 93ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Date OK 94ms
/aggregate functions/avg OK 8s 553ms
/aggregate functions/avg/constant OK 54ms
/aggregate functions/argMin/datatypes/permutations/Array(String),Array(String) OK 102ms
/aggregate functions/avg/zero rows OK 51ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(UInt32)) OK 108ms
/aggregate functions/any/Map(UUID,LowCardinality(Int16)) OK 112ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(Date)) OK 80ms
/aggregate functions/avg/single row OK 50ms
/aggregate functions/avgWeighted XFail 789us
/aggregate functions/corr OK 12s 37ms
/aggregate functions/corr/constant OK 58ms
/aggregate functions/avg/with group by OK 43ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(DateTime)) OK 109ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(UInt64)) OK 88ms
/aggregate functions/corr/zero rows OK 61ms
/aggregate functions/any/Map(UUID,LowCardinality(Int32)) OK 76ms
/aggregate functions/avg/some negative values OK 88ms
/aggregate functions/corr/single row OK 46ms
/aggregate functions/any/Map(UUID,LowCardinality(Int64)) OK 123ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(UInt128)) OK 115ms
/aggregate functions/avg/NULL value handling OK 42ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(DateTime64(3))) OK 104ms
/aggregate functions/corr/with group by OK 83ms
/aggregate functions/avg/single NULL value OK 61ms
/aggregate functions/corr/some negative values OK 73ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Int8)) OK 80ms
/aggregate functions/avg/return type OK 58ms
/aggregate functions/any/Map(UUID,LowCardinality(Int128)) OK 93ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(Bool)) OK 84ms
/aggregate functions/avg/doc example OK 53ms
/aggregate functions/corr/NULL value handling OK 52ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Int16)) OK 76ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(String)) OK 82ms
/aggregate functions/any/Map(UUID,LowCardinality(Float32)) OK 70ms
/aggregate functions/avg/inf OK 66ms
/aggregate functions/corr/single NULL value OK 60ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Int32)) OK 76ms
/aggregate functions/any/Map(UUID,LowCardinality(Float64)) OK 97ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(FixedString(51))) OK 97ms
/aggregate functions/corr/inf, -inf, nan OK 554ms
/aggregate functions/avg/-inf OK 47ms
/aggregate functions/avg/nan OK 91ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Int64)) OK 88ms
/aggregate functions/any/Map(UUID,LowCardinality(Date)) OK 128ms
/aggregate functions/anyHeavy/Map(UUID,Nullable(UUID)) OK 128ms
/aggregate functions/avg/inf, -inf, nan OK 67ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Int128)) OK 83ms
/aggregate functions/avg/UInt8 OK 85ms
/aggregate functions/any/Map(UUID,LowCardinality(DateTime)) OK 93ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(UInt8)) OK 79ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Float32)) OK 79ms
/aggregate functions/avg/UInt16 OK 99ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(UInt16)) OK 80ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Float64)) OK 91ms
/aggregate functions/any/Map(UUID,LowCardinality(Bool)) OK 76ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(UInt32)) OK 81ms
/aggregate functions/any/Map(UUID,LowCardinality(String)) OK 83ms
/aggregate functions/avg/UInt32 OK 132ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Date)) OK 106ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(UInt64)) OK 85ms
/aggregate functions/any/Map(UUID,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(DateTime)) OK 77ms
/aggregate functions/avg/UInt64 OK 78ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(UInt128)) OK 91ms
/aggregate functions/corr/return type OK 45ms
/aggregate functions/any/Map(UUID,LowCardinality(UUID)) OK 91ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Bool)) OK 83ms
/aggregate functions/corr/example OK 46ms
/aggregate functions/avg/Int8 OK 84ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Int8)) OK 88ms
/aggregate functions/corr/datatypes OK 10s 951ms
/aggregate functions/corr/datatypes/Float64,UInt8 OK 634ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(UInt8))) OK 636ms
/aggregate functions/corr/datatypes/UInt8,Float64 OK 1s 143ms
/aggregate functions/corr/datatypes/Float64,UInt16 OK 1s 664ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(String)) OK 1s 654ms
/aggregate functions/avg/Int16 OK 1s 611ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Int16)) OK 1s 574ms
/aggregate functions/corr/datatypes/UInt16,Float64 OK 1s 31ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(UInt16))) OK 1s 42ms
/aggregate functions/corr/datatypes/Float64,UInt32 OK 513ms
/aggregate functions/avg/Int32 OK 100ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Int32)) OK 114ms
/aggregate functions/corr/datatypes/UInt32,Float64 OK 94ms
/aggregate functions/corr/datatypes/Float64,UInt64 OK 117ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(FixedString(51))) OK 95ms
/aggregate functions/corr/datatypes/UInt64,Float64 OK 86ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(UInt32))) OK 98ms
/aggregate functions/avg/Int64 OK 87ms
/aggregate functions/corr/datatypes/Float64,Int8 OK 105ms
/aggregate functions/corr/datatypes/Int8,Float64 OK 88ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(UUID)) OK 89ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Int64)) OK 101ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/corr/datatypes/Float64,Int16 OK 92ms
/aggregate functions/avg/Float32 OK 84ms
/aggregate functions/corr/datatypes/Int16,Float64 OK 92ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(UInt8))) OK 117ms
/aggregate functions/corr/datatypes/Float64,Int32 OK 127ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(UInt128))) OK 103ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Int128)) OK 115ms
/aggregate functions/corr/datatypes/Int32,Float64 OK 108ms
/aggregate functions/avg/Float64 OK 113ms
/aggregate functions/corr/datatypes/Float64,Int64 OK 90ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(Int8))) OK 111ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(UInt16))) OK 100ms
/aggregate functions/corr/datatypes/Int64,Float64 OK 80ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Float32)) OK 93ms
/aggregate functions/corr/datatypes/Float64,Float32 OK 82ms
/aggregate functions/corr/datatypes/Float32,Float64 OK 91ms
/aggregate functions/avg/Decimal128(38) OK 81ms
/aggregate functions/corr/datatypes/Float64,Float64 OK 87ms
/aggregate functions/corr/datatypes/Float64,Float64 OK 98ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(UInt32))) OK 112ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Float64)) OK 98ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(Int16))) OK 106ms
/aggregate functions/avg/Nullable(UInt8) OK 140ms
/aggregate functions/corr/datatypes/Float64,Nullable(UInt8) OK 131ms
/aggregate functions/corr/datatypes/Nullable(UInt8),Float64 OK 96ms
/aggregate functions/corr/datatypes/Float64,Nullable(UInt16) OK 80ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Date)) OK 103ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(UInt64))) OK 124ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(Int32))) OK 127ms
/aggregate functions/corr/datatypes/Nullable(UInt16),Float64 OK 96ms
/aggregate functions/corr/datatypes/Float64,Nullable(UInt32) OK 102ms
/aggregate functions/corr/datatypes/Nullable(UInt32),Float64 OK 92ms
/aggregate functions/avg/Nullable(UInt16) OK 79ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(DateTime)) OK 103ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(Int64))) OK 97ms
/aggregate functions/avg/Nullable(UInt32) OK 93ms
/aggregate functions/corr/datatypes/Float64,Nullable(UInt64) OK 116ms
/aggregate functions/corr/datatypes/Nullable(UInt64),Float64 OK 101ms
/aggregate functions/corr/datatypes/Float64,Nullable(Int8) OK 91ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Bool)) OK 84ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/avg/Nullable(UInt64) OK 89ms
/aggregate functions/corr/datatypes/Nullable(Int8),Float64 OK 123ms
/aggregate functions/corr/datatypes/Float64,Nullable(Int16) OK 109ms
/aggregate functions/corr/datatypes/Nullable(Int16),Float64 OK 104ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(String)) OK 84ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/avg/Nullable(Int8) OK 76ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(FixedString(51))) OK 140ms
/aggregate functions/corr/datatypes/Float64,Nullable(Int32) OK 155ms
/aggregate functions/corr/datatypes/Nullable(Int32),Float64 OK 128ms
/aggregate functions/corr/datatypes/Float64,Nullable(Int64) OK 121ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(Int32))) OK 122ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(Float64))) OK 136ms
/aggregate functions/avg/Nullable(Int16) OK 116ms
/aggregate functions/corr/datatypes/Nullable(Int64),Float64 OK 92ms
/aggregate functions/corr/datatypes/Float64,Nullable(Float32) OK 94ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(UUID)) OK 98ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(Int64))) OK 101ms
/aggregate functions/corr/datatypes/Nullable(Float32),Float64 OK 89ms
/aggregate functions/avg/Nullable(Int32) OK 90ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(Date))) OK 95ms
/aggregate functions/corr/datatypes/Float64,Nullable(Float64) OK 108ms
/aggregate functions/corr/datatypes/Nullable(Float64),Float64 OK 91ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(UInt8))) OK 111ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(Int128))) OK 97ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(UInt8) OK 80ms
/aggregate functions/avg/Nullable(Int64) OK 93ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(DateTime))) OK 98ms
/aggregate functions/corr/datatypes/LowCardinality(UInt8),Float64 OK 84ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(UInt16) OK 93ms
/aggregate functions/corr/datatypes/LowCardinality(UInt16),Float64 OK 100ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(Float32))) OK 109ms
/aggregate functions/avg/Nullable(Float32) OK 110ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(Bool))) OK 150ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(UInt32) OK 100ms
/aggregate functions/corr/datatypes/LowCardinality(UInt32),Float64 OK 88ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(UInt64) OK 85ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(Float64))) OK 128ms
/aggregate functions/avg/Nullable(Float64) OK 117ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(String))) OK 114ms
/aggregate functions/corr/datatypes/LowCardinality(UInt64),Float64 OK 101ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Int8) OK 101ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/corr/datatypes/LowCardinality(Int8),Float64 OK 78ms
/aggregate functions/avg/Nullable(Decimal128(38)) OK 85ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Int16) OK 90ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(UInt128))) OK 115ms
/aggregate functions/corr/datatypes/LowCardinality(Int16),Float64 OK 109ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Int32) OK 102ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/avg/LowCardinality(UInt8) OK 88ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(DateTime))) OK 112ms
/aggregate functions/corr/datatypes/LowCardinality(Int32),Float64 OK 118ms
/aggregate functions/any/Map(UUID,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Int64) OK 97ms
/aggregate functions/corr/datatypes/LowCardinality(Int64),Float64 OK 97ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(Int8))) OK 100ms
/aggregate functions/avg/LowCardinality(UInt16) OK 89ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/any/Map(UUID,Array(String)) OK 85ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Float32) OK 96ms
/aggregate functions/corr/datatypes/LowCardinality(Float32),Float64 OK 96ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Float64) OK 85ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(Int16))) OK 96ms
/aggregate functions/avg/LowCardinality(UInt32) OK 86ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/any/Map(UUID,Map(String,LowCardinality(Float64))) OK 98ms
/aggregate functions/corr/datatypes/LowCardinality(Float64),Float64 OK 124ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 101ms
/aggregate functions/corr/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 123ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(Int32))) OK 113ms
/aggregate functions/avg/LowCardinality(UInt64) OK 96ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/any/Map(UUID,Tuple(String)) OK 74ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 140ms
/aggregate functions/avg/LowCardinality(Int8) OK 126ms
/aggregate functions/corr/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 92ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(Int64))) OK 92ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 117ms
/aggregate functions/anyLast/Map(UUID,LowCardinality(Nullable(UUID))) OK 100ms
/aggregate functions/any/Map(LowCardinality(String),UInt8) OK 99ms
/aggregate functions/corr/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 99ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/anyLast/Map(UUID,Array(String)) OK 104ms
/aggregate functions/avg/LowCardinality(Int16) OK 91ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 95ms
/aggregate functions/any/Map(LowCardinality(String),UInt16) OK 101ms
/aggregate functions/corr/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 78ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 113ms
/aggregate functions/corr/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 137ms
/aggregate functions/avg/LowCardinality(Int32) OK 140ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 85ms
/aggregate functions/anyLast/Map(UUID,Map(String,LowCardinality(Float64))) OK 132ms
/aggregate functions/any/Map(LowCardinality(String),UInt32) OK 132ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(Float64))) OK 132ms
/aggregate functions/corr/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 177ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 145ms
/aggregate functions/corr/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 133ms
/aggregate functions/avg/LowCardinality(Int64) OK 118ms
/aggregate functions/anyLast/Map(UUID,Tuple(String)) OK 100ms
/aggregate functions/any/Map(LowCardinality(String),UInt64) OK 110ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(Date))) OK 95ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 91ms
/aggregate functions/anyLast/Map(LowCardinality(String),UInt8) OK 79ms
/aggregate functions/any/Map(LowCardinality(String),UInt128) OK 110ms
/aggregate functions/avg/LowCardinality(Float32) OK 102ms
/aggregate functions/corr/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 93ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 102ms
/aggregate functions/anyLast/Map(LowCardinality(String),UInt16) OK 83ms
/aggregate functions/corr/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 82ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/corr/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 109ms
/aggregate functions/avg/LowCardinality(Float64) OK 107ms
/aggregate functions/any/Map(LowCardinality(String),Int8) OK 89ms
/aggregate functions/corr/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 83ms
/aggregate functions/anyLast/Map(LowCardinality(String),UInt32) OK 352ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(String))) OK 326ms
/aggregate functions/any/Map(LowCardinality(String),Int16) OK 332ms
/aggregate functions/avg/LowCardinality(Nullable(UInt8)) OK 356ms
/aggregate functions/corr/datatypes/permutations OK 6s 682ms
/aggregate functions/anyLast/Map(LowCardinality(String),UInt64) OK 331ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 400ms
/aggregate functions/any/Map(LowCardinality(String),Int32) OK 398ms
/aggregate functions/avg/LowCardinality(Nullable(UInt16)) OK 393ms
/aggregate functions/anyLast/Map(LowCardinality(String),UInt128) OK 269ms
/aggregate functions/anyHeavy/Map(UUID,LowCardinality(Nullable(UUID))) OK 212ms
/aggregate functions/any/Map(LowCardinality(String),Int64) OK 190ms
/aggregate functions/avg/LowCardinality(Nullable(UInt32)) OK 138ms
/aggregate functions/corr/datatypes/permutations/UInt64,UInt64 OK 633ms
/aggregate functions/corr/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 144ms
/aggregate functions/corr/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 633ms
/aggregate functions/avg/LowCardinality(Nullable(UInt64)) OK 1s 546ms
/aggregate functions/anyLast/Map(LowCardinality(String),Int8) OK 1s 539ms
/aggregate functions/anyHeavy/Map(UUID,Array(String)) OK 1s 544ms
/aggregate functions/any/Map(LowCardinality(String),Int128) OK 1s 532ms
/aggregate functions/corr/datatypes/permutations/UInt64,Nullable(Float32) OK 979ms
/aggregate functions/corr/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 486ms
/aggregate functions/corr/datatypes/permutations/UInt64,LowCardinality(Int64) OK 97ms
/aggregate functions/anyLast/Map(LowCardinality(String),Int16) OK 131ms
/aggregate functions/avg/LowCardinality(Nullable(Int8)) OK 135ms
/aggregate functions/any/Map(LowCardinality(String),Float32) OK 103ms
/aggregate functions/corr/datatypes/permutations/UInt64,LowCardinality(Float32) OK 121ms
/aggregate functions/corr/datatypes/permutations/UInt64,Int64 OK 82ms
/aggregate functions/anyHeavy/Map(UUID,Map(String,LowCardinality(Float64))) OK 105ms
/aggregate functions/corr/datatypes/permutations/UInt64,Float32 OK 90ms
/aggregate functions/corr/datatypes/permutations/Nullable(UInt64),UInt64 OK 75ms
/aggregate functions/any/Map(LowCardinality(String),Float64) OK 110ms
/aggregate functions/anyHeavy/Map(UUID,Tuple(String)) OK 104ms
/aggregate functions/anyLast/Map(LowCardinality(String),Int32) OK 82ms
/aggregate functions/corr/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 102ms
/aggregate functions/avg/LowCardinality(Nullable(Int16)) OK 94ms
/aggregate functions/corr/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 144ms
/aggregate functions/corr/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 135ms
/aggregate functions/anyLast/Map(LowCardinality(String),Int64) OK 90ms
/aggregate functions/any/Map(LowCardinality(String),Decimal128(38)) OK 114ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),UInt8) OK 87ms
/aggregate functions/avg/LowCardinality(Nullable(Int32)) OK 93ms
/aggregate functions/corr/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 115ms
/aggregate functions/anyLast/Map(LowCardinality(String),Int128) OK 121ms
/aggregate functions/corr/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 106ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),UInt16) OK 83ms
/aggregate functions/corr/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 98ms
/aggregate functions/avg/LowCardinality(Nullable(Int64)) OK 103ms
/aggregate functions/any/Map(LowCardinality(String),Date) OK 97ms
/aggregate functions/corr/datatypes/permutations/Nullable(UInt64),Int64 OK 88ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),UInt32) OK 77ms
/aggregate functions/corr/datatypes/permutations/Nullable(UInt64),Float32 OK 106ms
/aggregate functions/corr/datatypes/permutations/Nullable(Int64),UInt64 OK 81ms
/aggregate functions/anyLast/Map(LowCardinality(String),Float32) OK 97ms
/aggregate functions/avg/LowCardinality(Nullable(Float32)) OK 103ms
/aggregate functions/any/Map(LowCardinality(String),DateTime) OK 106ms
/aggregate functions/corr/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 96ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),UInt64) OK 99ms
/aggregate functions/corr/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 79ms
/aggregate functions/anyLast/Map(LowCardinality(String),Float64) OK 104ms
/aggregate functions/corr/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 87ms
/aggregate functions/avg/LowCardinality(Nullable(Float64)) OK 100ms
/aggregate functions/corr/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 101ms
/aggregate functions/any/Map(LowCardinality(String),DateTime64(3)) OK 98ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),UInt128) OK 81ms
/aggregate functions/corr/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 82ms
/aggregate functions/corr/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 75ms
/aggregate functions/anyLast/Map(LowCardinality(String),Decimal128(38)) OK 119ms
/aggregate functions/corrStable OK 11s 991ms
/aggregate functions/corrStable/constant OK 49ms
/aggregate functions/corr/datatypes/permutations/Nullable(Int64),Int64 OK 82ms
/aggregate functions/any/Map(LowCardinality(String),Bool) OK 113ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Int8) OK 97ms
/aggregate functions/corr/datatypes/permutations/Nullable(Int64),Float32 OK 94ms
/aggregate functions/corrStable/zero rows OK 65ms
/aggregate functions/corr/datatypes/permutations/Nullable(Float32),UInt64 OK 80ms
/aggregate functions/corr/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 91ms
/aggregate functions/anyLast/Map(LowCardinality(String),Date) OK 103ms
/aggregate functions/corrStable/single row OK 70ms
/aggregate functions/any/Map(LowCardinality(String),String) OK 111ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Int16) OK 112ms
/aggregate functions/corr/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 93ms
/aggregate functions/corr/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 89ms
/aggregate functions/corr/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 98ms
/aggregate functions/corrStable/with group by OK 55ms
/aggregate functions/anyLast/Map(LowCardinality(String),DateTime) OK 109ms
/aggregate functions/corr/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 99ms
/aggregate functions/corr/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 111ms
/aggregate functions/any/Map(LowCardinality(String),FixedString(51)) OK 83ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Int32) OK 93ms
/aggregate functions/corrStable/some negative values OK 62ms
/aggregate functions/corr/datatypes/permutations/Nullable(Float32),Int64 OK 87ms
/aggregate functions/corrStable/NULL value handling OK 54ms
/aggregate functions/any/Map(LowCardinality(String),UUID) OK 224ms
/aggregate functions/corr/datatypes/permutations/Nullable(Float32),Float32 OK 213ms
/aggregate functions/anyLast/Map(LowCardinality(String),DateTime64(3)) OK 212ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Int64) OK 188ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 206ms
/aggregate functions/corrStable/single NULL value OK 170ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 236ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Int128) OK 120ms
/aggregate functions/corrStable/inf, -inf, nan OK 564ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 122ms
/aggregate functions/anyLast/Map(LowCardinality(String),Bool) OK 108ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(UInt8)) OK 116ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 116ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 92ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Float32) OK 113ms
/aggregate functions/anyLast/Map(LowCardinality(String),String) OK 99ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 120ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(UInt16)) OK 82ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 97ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(UInt64),Int64 OK 86ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(UInt32)) OK 100ms
/aggregate functions/anyLast/Map(LowCardinality(String),FixedString(51)) OK 122ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Float64) OK 108ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(UInt64),Float32 OK 97ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Int64),UInt64 OK 99ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 101ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(UInt64)) OK 85ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 111ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Decimal128(38)) OK 119ms
/aggregate functions/anyLast/Map(LowCardinality(String),UUID) OK 102ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 104ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 90ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(UInt128)) OK 90ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 138ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(UInt8)) OK 160ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 157ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Int64),Int64 OK 131ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Date) OK 148ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(Int8)) OK 122ms
/aggregate functions/corrStable/return type OK 75ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Int64),Float32 OK 102ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Float32),UInt64 OK 92ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 113ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),DateTime) OK 108ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(UInt16)) OK 83ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(Int16)) OK 109ms
/aggregate functions/corrStable/example OK 56ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 98ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 97ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(UInt32)) OK 81ms
/aggregate functions/corrStable/datatypes OK 10s 764ms
/aggregate functions/corrStable/datatypes/Float64,UInt8 OK 563ms
/aggregate functions/corrStable/datatypes/UInt8,Float64 OK 1s 11ms
/aggregate functions/corrStable/datatypes/Float64,UInt16 OK 1s 508ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),DateTime64(3)) OK 1s 591ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 1s 587ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(Int32)) OK 1s 568ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(UInt64)) OK 1s 509ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 1s 529ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 1s 509ms
/aggregate functions/corrStable/datatypes/UInt16,Float64 OK 1s 44ms
/aggregate functions/corrStable/datatypes/Float64,UInt32 OK 587ms
/aggregate functions/corrStable/datatypes/UInt32,Float64 OK 130ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(UInt128)) OK 105ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Float32),Int64 OK 109ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(Int64)) OK 101ms
/aggregate functions/corrStable/datatypes/Float64,UInt64 OK 177ms
/aggregate functions/corr/datatypes/permutations/LowCardinality(Float32),Float32 OK 161ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Bool) OK 97ms
/aggregate functions/corr/datatypes/permutations/Int64,UInt64 OK 172ms
/aggregate functions/corrStable/datatypes/UInt64,Float64 OK 155ms
/aggregate functions/corrStable/datatypes/Float64,Int8 OK 131ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(Int8)) OK 100ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(Int128)) OK 147ms
/aggregate functions/corr/datatypes/permutations/Int64,Nullable(UInt64) OK 153ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),String) OK 148ms
/aggregate functions/corr/datatypes/permutations/Int64,Nullable(Int64) OK 113ms
/aggregate functions/corrStable/datatypes/Int8,Float64 OK 122ms
/aggregate functions/corr/datatypes/permutations/Int64,Nullable(Float32) OK 88ms
/aggregate functions/corrStable/datatypes/Float64,Int16 OK 91ms
/aggregate functions/corrStable/datatypes/Int16,Float64 OK 105ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(Int16)) OK 97ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(Float32)) OK 114ms
/aggregate functions/corr/datatypes/permutations/Int64,LowCardinality(UInt64) OK 94ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),FixedString(51)) OK 114ms
/aggregate functions/corr/datatypes/permutations/Int64,LowCardinality(Int64) OK 105ms
/aggregate functions/corrStable/datatypes/Float64,Int32 OK 110ms
/aggregate functions/corr/datatypes/permutations/Int64,LowCardinality(Float32) OK 111ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(Int32)) OK 102ms
/aggregate functions/corrStable/datatypes/Int32,Float64 OK 87ms
/aggregate functions/corrStable/datatypes/Float64,Int64 OK 96ms
/aggregate functions/corr/datatypes/permutations/Int64,Int64 OK 86ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(Float64)) OK 88ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),UUID) OK 109ms
/aggregate functions/corr/datatypes/permutations/Int64,Float32 OK 99ms
/aggregate functions/corrStable/datatypes/Int64,Float64 OK 137ms
/aggregate functions/corrStable/datatypes/Float64,Float32 OK 135ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(Int64)) OK 135ms
/aggregate functions/corrStable/datatypes/Float32,Float64 OK 135ms
/aggregate functions/corr/datatypes/permutations/Float32,UInt64 OK 132ms
/aggregate functions/corr/datatypes/permutations/Float32,Nullable(UInt64) OK 96ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 92ms
/aggregate functions/corr/datatypes/permutations/Float32,Nullable(Int64) OK 97ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(UInt8)) OK 103ms
/aggregate functions/corrStable/datatypes/Float64,Float64 OK 108ms
/aggregate functions/corrStable/datatypes/Float64,Float64 OK 97ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(Int128)) OK 118ms
/aggregate functions/corrStable/datatypes/Float64,Nullable(UInt8) OK 110ms
/aggregate functions/corr/datatypes/permutations/Float32,Nullable(Float32) OK 118ms
/aggregate functions/corr/datatypes/permutations/Float32,LowCardinality(UInt64) OK 96ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(Date)) OK 95ms
/aggregate functions/corr/datatypes/permutations/Float32,LowCardinality(Int64) OK 117ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(UInt16)) OK 111ms
/aggregate functions/corrStable/datatypes/Nullable(UInt8),Float64 OK 109ms
/aggregate functions/corrStable/datatypes/Float64,Nullable(UInt16) OK 96ms
/aggregate functions/corr/datatypes/permutations/Float32,LowCardinality(Float32) OK 105ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(DateTime)) OK 151ms
/aggregate functions/corrStable/datatypes/Nullable(UInt16),Float64 OK 145ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(Float32)) OK 136ms
/aggregate functions/corr/datatypes/permutations/Float32,Int64 OK 129ms
/aggregate functions/corr/datatypes/permutations/Float32,Float32 OK 93ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(UInt32)) OK 101ms
/aggregate functions/corrStable/datatypes/Float64,Nullable(UInt32) OK 133ms
/aggregate functions/corrStable/datatypes/Nullable(UInt32),Float64 OK 132ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(Float64)) OK 111ms
/aggregate functions/corrStable/datatypes/Float64,Nullable(UInt64) OK 95ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 83ms
/aggregate functions/count OK 1s 185ms
/aggregate functions/count/distinct expr OK 375ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(UInt64)) OK 90ms
/aggregate functions/corrStable/datatypes/Nullable(UInt64),Float64 OK 109ms
/aggregate functions/corrStable/datatypes/Float64,Nullable(Int8) OK 94ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(Bool)) OK 115ms
/aggregate functions/corrStable/datatypes/Nullable(Int8),Float64 OK 113ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(UInt128)) OK 85ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 97ms
/aggregate functions/corrStable/datatypes/Float64,Nullable(Int16) OK 83ms
/aggregate functions/corrStable/datatypes/Nullable(Int16),Float64 OK 121ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(Int8)) OK 97ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(String)) OK 85ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(Date)) OK 94ms
/aggregate functions/corrStable/datatypes/Float64,Nullable(Int32) OK 97ms
/aggregate functions/corrStable/datatypes/Nullable(Int32),Float64 OK 87ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(Int16)) OK 91ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(FixedString(51))) OK 125ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(DateTime)) OK 105ms
/aggregate functions/corrStable/datatypes/Float64,Nullable(Int64) OK 83ms
/aggregate functions/corrStable/datatypes/Nullable(Int64),Float64 OK 101ms
/aggregate functions/corrStable/datatypes/Float64,Nullable(Float32) OK 88ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(Int32)) OK 119ms
/aggregate functions/count/expr OK 358ms
/aggregate functions/corrStable/datatypes/Nullable(Float32),Float64 OK 92ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 89ms
/aggregate functions/corrStable/datatypes/Float64,Nullable(Float64) OK 84ms
/aggregate functions/any/Map(LowCardinality(String),Nullable(UUID)) OK 92ms
/aggregate functions/corrStable/datatypes/Nullable(Float64),Float64 OK 83ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(UInt8) OK 111ms
/aggregate functions/corrStable/datatypes/LowCardinality(UInt8),Float64 OK 103ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(Bool)) OK 104ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(Int64)) OK 107ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(UInt8)) OK 101ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(UInt16) OK 90ms
/aggregate functions/corrStable/datatypes/LowCardinality(UInt16),Float64 OK 118ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(UInt32) OK 106ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(String)) OK 99ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(Int128)) OK 88ms
/aggregate functions/corrStable/datatypes/LowCardinality(UInt32),Float64 OK 93ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(UInt16)) OK 99ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(Float32)) OK 111ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(FixedString(51))) OK 116ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(UInt64) OK 111ms
/aggregate functions/corrStable/datatypes/LowCardinality(UInt64),Float64 OK 98ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(UInt32)) OK 108ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Int8) OK 75ms
/aggregate functions/count/zero parameters OK 450ms
/aggregate functions/corrStable/datatypes/LowCardinality(Int8),Float64 OK 85ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Int16) OK 110ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(Float64)) OK 108ms
/aggregate functions/corrStable/datatypes/LowCardinality(Int16),Float64 OK 89ms
/aggregate functions/anyLast/Map(LowCardinality(String),Nullable(UUID)) OK 94ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(UInt64)) OK 105ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Int32) OK 90ms
/aggregate functions/corrStable/datatypes/LowCardinality(Int32),Float64 OK 96ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(UInt8)) OK 109ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Int64) OK 102ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 102ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(UInt128)) OK 108ms
/aggregate functions/corrStable/datatypes/LowCardinality(Int64),Float64 OK 74ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Float32) OK 125ms
/aggregate functions/corrStable/datatypes/LowCardinality(Float32),Float64 OK 101ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(Date)) OK 120ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(UInt16)) OK 123ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Int8)) OK 99ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Float64) OK 102ms
/aggregate functions/corrStable/datatypes/LowCardinality(Float64),Float64 OK 93ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 114ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Int16)) OK 123ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(DateTime)) OK 111ms
/aggregate functions/corrStable/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 79ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(UInt32)) OK 107ms
/aggregate functions/covarPop OK 13s 804ms
/aggregate functions/covarPop/constant OK 65ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 97ms
/aggregate functions/corrStable/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 90ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 115ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 99ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(UInt64)) OK 113ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Int32)) OK 88ms
/aggregate functions/covarPop/zero rows OK 58ms
/aggregate functions/corrStable/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 100ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 101ms
/aggregate functions/covarPop/single row OK 51ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Int64)) OK 91ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(Bool)) OK 91ms
/aggregate functions/corrStable/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 90ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(UInt128)) OK 95ms
/aggregate functions/covarPop/with group by OK 55ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 103ms
/aggregate functions/corrStable/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 104ms
/aggregate functions/covarPop/some negative values OK 59ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Int128)) OK 100ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(String)) OK 100ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 82ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Int8)) OK 112ms
/aggregate functions/covarPop/NULL value handling OK 61ms
/aggregate functions/corrStable/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 85ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 89ms
/aggregate functions/corrStable/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 109ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Float32)) OK 100ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(FixedString(51))) OK 102ms
/aggregate functions/covarPop/single NULL value OK 64ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Int16)) OK 79ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 108ms
/aggregate functions/corrStable/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 95ms
/aggregate functions/covarPop/inf, -inf, nan OK 2s 734ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Float64)) OK 111ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 114ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Nullable(UUID)) OK 98ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Int32)) OK 97ms
/aggregate functions/corrStable/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 135ms
/aggregate functions/corrStable/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 133ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(UInt8)) OK 221ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Date)) OK 422ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Int64)) OK 100ms
/aggregate functions/corrStable/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 83ms
/aggregate functions/corrStable/datatypes/permutations OK 6s 538ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Int128)) OK 535ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(UInt16)) OK 523ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(DateTime)) OK 437ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Float32)) OK 314ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(UInt32)) OK 205ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Bool)) OK 91ms
/aggregate functions/corrStable/datatypes/permutations/UInt64,UInt64 OK 630ms
/aggregate functions/corrStable/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 110ms
/aggregate functions/corrStable/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 632ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Float64)) OK 1s 563ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(String)) OK 1s 544ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(UInt64)) OK 1s 545ms
/aggregate functions/corrStable/datatypes/permutations/UInt64,Nullable(Float32) OK 983ms
/aggregate functions/corrStable/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 515ms
/aggregate functions/corrStable/datatypes/permutations/UInt64,LowCardinality(Int64) OK 80ms
/aggregate functions/corrStable/datatypes/permutations/UInt64,LowCardinality(Float32) OK 129ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 103ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(UInt128)) OK 120ms
/aggregate functions/corrStable/datatypes/permutations/UInt64,Int64 OK 103ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Date)) OK 109ms
/aggregate functions/corrStable/datatypes/permutations/UInt64,Float32 OK 82ms
/aggregate functions/covarPop/return type OK 46ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(UUID)) OK 105ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(UInt64),UInt64 OK 105ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(DateTime)) OK 113ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Int8)) OK 112ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 100ms
/aggregate functions/covarPop/example OK 57ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 94ms
/aggregate functions/covarPop/datatypes OK 10s 546ms
/aggregate functions/covarPop/datatypes/Float64,UInt8 OK 537ms
/aggregate functions/covarPop/datatypes/UInt8,Float64 OK 997ms
/aggregate functions/covarPop/datatypes/Float64,UInt16 OK 1s 486ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 1s 472ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 1s 477ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 1s 486ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Bool)) OK 1s 468ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Int16)) OK 1s 471ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 1s 475ms
/aggregate functions/covarPop/datatypes/UInt16,Float64 OK 980ms
/aggregate functions/covarPop/datatypes/Float64,UInt32 OK 506ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 160ms
/aggregate functions/covarPop/datatypes/UInt32,Float64 OK 108ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 136ms
/aggregate functions/covarPop/datatypes/Float64,UInt64 OK 133ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(String)) OK 133ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Int32)) OK 121ms
/aggregate functions/covarPop/datatypes/UInt64,Float64 OK 126ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(UInt64),Int64 OK 126ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(UInt64),Float32 OK 100ms
/aggregate functions/covarPop/datatypes/Float64,Int8 OK 108ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Int64),UInt64 OK 125ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Int64)) OK 96ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 84ms
/aggregate functions/covarPop/datatypes/Int8,Float64 OK 89ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 113ms
/aggregate functions/covarPop/datatypes/Float64,Int16 OK 149ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 104ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 149ms
/aggregate functions/covarPop/datatypes/Int16,Float64 OK 93ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 91ms
/aggregate functions/covarPop/datatypes/Float64,Int32 OK 98ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Int128)) OK 89ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 102ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 111ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(UUID)) OK 101ms
/aggregate functions/covarPop/datatypes/Int32,Float64 OK 99ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/covarPop/datatypes/Float64,Int64 OK 95ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 91ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Float32)) OK 94ms
/aggregate functions/covarPop/datatypes/Int64,Float64 OK 103ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Int64),Int64 OK 91ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 114ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Int64),Float32 OK 105ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 100ms
/aggregate functions/covarPop/datatypes/Float64,Float32 OK 95ms
/aggregate functions/covarPop/datatypes/Float32,Float64 OK 79ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Float32),UInt64 OK 89ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Float64)) OK 117ms
/aggregate functions/covarPop/datatypes/Float64,Float64 OK 107ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 84ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 84ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 102ms
/aggregate functions/covarPop/datatypes/Float64,Float64 OK 106ms
/aggregate functions/covarPop/datatypes/Float64,Nullable(UInt8) OK 90ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 102ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 88ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 109ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Date)) OK 115ms
/aggregate functions/covarPop/datatypes/Nullable(UInt8),Float64 OK 104ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 94ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 106ms
/aggregate functions/covarPop/datatypes/Float64,Nullable(UInt16) OK 114ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 113ms
/aggregate functions/covarPop/datatypes/Nullable(UInt16),Float64 OK 118ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 93ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Float32),Int64 OK 108ms
/aggregate functions/covarPop/datatypes/Float64,Nullable(UInt32) OK 133ms
/aggregate functions/corrStable/datatypes/permutations/Nullable(Float32),Float32 OK 93ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(DateTime)) OK 99ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 101ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 134ms
/aggregate functions/covarPop/datatypes/Nullable(UInt32),Float64 OK 118ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 115ms
/aggregate functions/covarPop/datatypes/Float64,Nullable(UInt64) OK 113ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 120ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 131ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Bool)) OK 120ms
/aggregate functions/covarPop/datatypes/Nullable(UInt64),Float64 OK 93ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/covarPop/datatypes/Float64,Nullable(Int8) OK 110ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 91ms
/aggregate functions/covarPop/datatypes/Nullable(Int8),Float64 OK 97ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 116ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(String)) OK 131ms
/aggregate functions/covarPop/datatypes/Float64,Nullable(Int16) OK 117ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 109ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 87ms
/aggregate functions/covarPop/datatypes/Nullable(Int16),Float64 OK 104ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 106ms
/aggregate functions/covarPop/datatypes/Float64,Nullable(Int32) OK 93ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(UInt64),Int64 OK 104ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 127ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(UInt64),Float32 OK 101ms
/aggregate functions/covarPop/datatypes/Nullable(Int32),Float64 OK 87ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Int64),UInt64 OK 115ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 104ms
/aggregate functions/covarPop/datatypes/Float64,Nullable(Int64) OK 105ms
/aggregate functions/covarPop/datatypes/Nullable(Int64),Float64 OK 130ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/covarPop/datatypes/Float64,Nullable(Float32) OK 101ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 92ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 115ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(UUID)) OK 117ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 109ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 118ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 113ms
/aggregate functions/covarPop/datatypes/Nullable(Float32),Float64 OK 86ms
/aggregate functions/covarPop/datatypes/Float64,Nullable(Float64) OK 89ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 97ms
/aggregate functions/covarPop/datatypes/Nullable(Float64),Float64 OK 78ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 121ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(UInt8) OK 118ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 115ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 114ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 111ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 108ms
/aggregate functions/covarPop/datatypes/LowCardinality(UInt8),Float64 OK 104ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(UInt16) OK 95ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Int64),Int64 OK 88ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Int64),Float32 OK 105ms
/aggregate functions/covarPop/datatypes/LowCardinality(UInt16),Float64 OK 107ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 95ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 111ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Float32),UInt64 OK 118ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 112ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(UInt32) OK 146ms
/aggregate functions/covarPop/datatypes/LowCardinality(UInt32),Float64 OK 106ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 105ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 116ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 103ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(UInt64) OK 134ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 127ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 102ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 91ms
/aggregate functions/covarPop/datatypes/LowCardinality(UInt64),Float64 OK 108ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 96ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Int8) OK 86ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 84ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 116ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 114ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Float32),Int64 OK 107ms
/aggregate functions/covarPop/datatypes/LowCardinality(Int8),Float64 OK 111ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Int16) OK 115ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 108ms
/aggregate functions/covarPop/datatypes/LowCardinality(Int16),Float64 OK 108ms
/aggregate functions/corrStable/datatypes/permutations/LowCardinality(Float32),Float32 OK 89ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/corrStable/datatypes/permutations/Int64,UInt64 OK 117ms
/aggregate functions/corrStable/datatypes/permutations/Int64,Nullable(UInt64) OK 99ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 119ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Int32) OK 123ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 110ms
/aggregate functions/covarPop/datatypes/LowCardinality(Int32),Float64 OK 120ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Int64) OK 90ms
/aggregate functions/corrStable/datatypes/permutations/Int64,Nullable(Int64) OK 126ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 106ms
/aggregate functions/corrStable/datatypes/permutations/Int64,Nullable(Float32) OK 82ms
/aggregate functions/covarPop/datatypes/LowCardinality(Int64),Float64 OK 101ms
/aggregate functions/corrStable/datatypes/permutations/Int64,LowCardinality(UInt64) OK 132ms
/aggregate functions/any/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 127ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 177ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Float32) OK 102ms
/aggregate functions/covarPop/datatypes/LowCardinality(Float32),Float64 OK 101ms
/aggregate functions/corrStable/datatypes/permutations/Int64,LowCardinality(Int64) OK 132ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 137ms
/aggregate functions/corrStable/datatypes/permutations/Int64,LowCardinality(Float32) OK 152ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Float64) OK 125ms
/aggregate functions/covarPop/datatypes/LowCardinality(Float64),Float64 OK 96ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 163ms
/aggregate functions/corrStable/datatypes/permutations/Int64,Int64 OK 178ms
/aggregate functions/any/Map(LowCardinality(String),Array(String)) OK 169ms
/aggregate functions/corrStable/datatypes/permutations/Int64,Float32 OK 116ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 125ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 108ms
/aggregate functions/covarPop/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 103ms
/aggregate functions/corrStable/datatypes/permutations/Float32,UInt64 OK 99ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 101ms
/aggregate functions/covarPop/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 97ms
/aggregate functions/corrStable/datatypes/permutations/Float32,Nullable(UInt64) OK 121ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 127ms
/aggregate functions/any/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 100ms
/aggregate functions/corrStable/datatypes/permutations/Float32,Nullable(Int64) OK 98ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 113ms
/aggregate functions/corrStable/datatypes/permutations/Float32,Nullable(Float32) OK 95ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 113ms
/aggregate functions/covarPop/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 107ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 88ms
/aggregate functions/any/Map(LowCardinality(String),Tuple(String)) OK 114ms
/aggregate functions/corrStable/datatypes/permutations/Float32,LowCardinality(UInt64) OK 103ms
/aggregate functions/corrStable/datatypes/permutations/Float32,LowCardinality(Int64) OK 146ms
/aggregate functions/corrStable/datatypes/permutations/Float32,LowCardinality(Float32) OK 132ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 129ms
/aggregate functions/anyLast/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 129ms
/aggregate functions/covarPop/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 94ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 125ms
/aggregate functions/covarPop/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 93ms
/aggregate functions/corrStable/datatypes/permutations/Float32,Int64 OK 112ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),UInt8) OK 97ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 94ms
/aggregate functions/corrStable/datatypes/permutations/Float32,Float32 OK 87ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 138ms
/aggregate functions/anyLast/Map(LowCardinality(String),Array(String)) OK 94ms
/aggregate functions/covarPop/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 97ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 88ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),UInt16) OK 103ms
/aggregate functions/covarPop/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 96ms
/aggregate functions/covarPopStable OK 14s 64ms
/aggregate functions/covarPopStable/constant OK 90ms
/aggregate functions/anyLast/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 107ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 112ms
/aggregate functions/covarPop/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 116ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 83ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),UInt32) OK 85ms
/aggregate functions/covarPopStable/zero rows OK 46ms
/aggregate functions/anyLast/Map(LowCardinality(String),Tuple(String)) OK 84ms
/aggregate functions/covarPop/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 82ms
/aggregate functions/covarPop/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 105ms
/aggregate functions/covarPopStable/single row OK 49ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/covarPop/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 90ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),UInt64) OK 173ms
/aggregate functions/covarPopStable/with group by OK 53ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),UInt8) OK 222ms
/aggregate functions/covarPopStable/some negative values OK 351ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 483ms
/aggregate functions/covarPop/datatypes/permutations OK 6s 365ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),UInt128) OK 499ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),UInt16) OK 397ms
/aggregate functions/covarPopStable/NULL value handling OK 440ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 329ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),UInt32) OK 293ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Int8) OK 266ms
/aggregate functions/covarPop/datatypes/permutations/UInt64,UInt64 OK 540ms
/aggregate functions/covarPop/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 11ms
/aggregate functions/covarPop/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 525ms
/aggregate functions/covarPopStable/single NULL value OK 1s 484ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 1s 536ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Int16) OK 1s 504ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),UInt64) OK 1s 483ms
/aggregate functions/covarPop/datatypes/permutations/UInt64,Nullable(Float32) OK 997ms
/aggregate functions/covarPop/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 547ms
/aggregate functions/covarPopStable/inf, -inf, nan OK 514ms
/aggregate functions/covarPop/datatypes/permutations/UInt64,LowCardinality(Int64) OK 89ms
/aggregate functions/covarPop/datatypes/permutations/UInt64,LowCardinality(Float32) OK 88ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),UInt128) OK 102ms
/aggregate functions/covarPop/datatypes/permutations/UInt64,Int64 OK 92ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Int32) OK 78ms
/aggregate functions/covarPop/datatypes/permutations/UInt64,Float32 OK 92ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(UInt64),UInt64 OK 78ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Int64) OK 106ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 109ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 108ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Int8) OK 73ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 92ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 75ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Int16) OK 93ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Int128) OK 106ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 79ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 94ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 80ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Int32) OK 88ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(UInt64),Int64 OK 79ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Array(String)) OK 78ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Float32) OK 79ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(UInt64),Float32 OK 99ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Int64),UInt64 OK 79ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Int64) OK 82ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 93ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 106ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Float64) OK 83ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 97ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 88ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Int128) OK 103ms
/aggregate functions/covarPopStable/return type OK 61ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 114ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 89ms
/aggregate functions/anyHeavy/Map(LowCardinality(String),Tuple(String)) OK 105ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 95ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 120ms
/aggregate functions/covarPopStable/example OK 69ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Float32) OK 83ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Date) OK 95ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Int64),Int64 OK 91ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),UInt8) OK 96ms
/aggregate functions/covarPopStable/datatypes OK 10s 879ms
/aggregate functions/covarPopStable/datatypes/Float64,UInt8 OK 538ms
/aggregate functions/covarPopStable/datatypes/UInt8,Float64 OK 952ms
/aggregate functions/covarPopStable/datatypes/Float64,UInt16 OK 1s 435ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Int64),Float32 OK 1s 411ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Float64) OK 1s 408ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Float32),UInt64 OK 1s 413ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),DateTime) OK 1s 383ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 1s 375ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),UInt16) OK 1s 376ms
/aggregate functions/covarPopStable/datatypes/UInt16,Float64 OK 922ms
/aggregate functions/covarPopStable/datatypes/Float64,UInt32 OK 476ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 124ms
/aggregate functions/covarPopStable/datatypes/UInt32,Float64 OK 147ms
/aggregate functions/covarPopStable/datatypes/Float64,UInt64 OK 122ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 116ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 133ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 121ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 130ms
/aggregate functions/covarPopStable/datatypes/UInt64,Float64 OK 126ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),UInt32) OK 109ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 123ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Bool) OK 157ms
/aggregate functions/covarPopStable/datatypes/Float64,Int8 OK 150ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),UInt64) OK 143ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 137ms
/aggregate functions/covarPopStable/datatypes/Int8,Float64 OK 105ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Date) OK 127ms
/aggregate functions/covarPopStable/datatypes/Float64,Int16 OK 133ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Float32),Int64 OK 79ms
/aggregate functions/covarPop/datatypes/permutations/Nullable(Float32),Float32 OK 105ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 91ms
/aggregate functions/covarPopStable/datatypes/Int16,Float64 OK 98ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),DateTime) OK 95ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 102ms
/aggregate functions/covarPopStable/datatypes/Float64,Int32 OK 115ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),UInt128) OK 108ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),String) OK 90ms
/aggregate functions/covarPopStable/datatypes/Int32,Float64 OK 102ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 104ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 106ms
/aggregate functions/covarPopStable/datatypes/Float64,Int64 OK 101ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 115ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 122ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 109ms
/aggregate functions/covarPopStable/datatypes/Int64,Float64 OK 89ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Int8) OK 102ms
/aggregate functions/covarPopStable/datatypes/Float64,Float32 OK 105ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 109ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 93ms
/aggregate functions/covarPopStable/datatypes/Float32,Float64 OK 80ms
/aggregate functions/covarPopStable/datatypes/Float64,Float64 OK 138ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Bool) OK 138ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(UInt64),Int64 OK 91ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Int16) OK 130ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),UUID) OK 122ms
/aggregate functions/covarPopStable/datatypes/Float64,Float64 OK 84ms
/aggregate functions/covarPopStable/datatypes/Float64,Nullable(UInt8) OK 101ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(UInt64),Float32 OK 98ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Int64),UInt64 OK 94ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 145ms
/aggregate functions/covarPopStable/datatypes/Nullable(UInt8),Float64 OK 150ms
/aggregate functions/covarPopStable/datatypes/Float64,Nullable(UInt16) OK 136ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 120ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Int32) OK 121ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),String) OK 116ms
/aggregate functions/covarPopStable/datatypes/Nullable(UInt16),Float64 OK 126ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 115ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 135ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 178ms
/aggregate functions/covarPopStable/datatypes/Float64,Nullable(UInt32) OK 158ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 170ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 135ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Int64) OK 143ms
/aggregate functions/covarPopStable/datatypes/Nullable(UInt32),Float64 OK 144ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 134ms
/aggregate functions/covarPopStable/datatypes/Float64,Nullable(UInt64) OK 146ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 121ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),UUID) OK 132ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Int128) OK 111ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Int64),Int64 OK 115ms
/aggregate functions/covarPopStable/datatypes/Nullable(UInt64),Float64 OK 120ms
/aggregate functions/covarPopStable/datatypes/Float64,Nullable(Int8) OK 97ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Int64),Float32 OK 121ms
/aggregate functions/covarPopStable/datatypes/Nullable(Int8),Float64 OK 123ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Float32),UInt64 OK 119ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 108ms
/aggregate functions/covarPopStable/datatypes/Float64,Nullable(Int16) OK 143ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Float32) OK 113ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 125ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 139ms
/aggregate functions/covarPopStable/datatypes/Nullable(Int16),Float64 OK 108ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 124ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 123ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 89ms
/aggregate functions/covarPopStable/datatypes/Float64,Nullable(Int32) OK 93ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Float64) OK 120ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 156ms
/aggregate functions/covarPopStable/datatypes/Nullable(Int32),Float64 OK 150ms
/aggregate functions/covarPopStable/datatypes/Float64,Nullable(Int64) OK 113ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 151ms
/aggregate functions/covarPopStable/datatypes/Nullable(Int64),Float64 OK 132ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 142ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 98ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 122ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 98ms
/aggregate functions/covarPopStable/datatypes/Float64,Nullable(Float32) OK 104ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Float32),Int64 OK 93ms
/aggregate functions/covarPopStable/datatypes/Nullable(Float32),Float64 OK 109ms
/aggregate functions/covarPop/datatypes/permutations/LowCardinality(Float32),Float32 OK 107ms
/aggregate functions/covarPopStable/datatypes/Float64,Nullable(Float64) OK 96ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 116ms
/aggregate functions/covarPop/datatypes/permutations/Int64,UInt64 OK 104ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 89ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Date) OK 122ms
/aggregate functions/covarPop/datatypes/permutations/Int64,Nullable(UInt64) OK 106ms
/aggregate functions/covarPopStable/datatypes/Nullable(Float64),Float64 OK 106ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(UInt8) OK 107ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 109ms
/aggregate functions/covarPop/datatypes/permutations/Int64,Nullable(Int64) OK 113ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(UInt8),Float64 OK 98ms
/aggregate functions/covarPop/datatypes/permutations/Int64,Nullable(Float32) OK 102ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 106ms
/aggregate functions/covarPop/datatypes/permutations/Int64,LowCardinality(UInt64) OK 87ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(UInt16) OK 93ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),DateTime) OK 85ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(UInt16),Float64 OK 163ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(UInt32) OK 169ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 162ms
/aggregate functions/covarPop/datatypes/permutations/Int64,LowCardinality(Int64) OK 88ms
/aggregate functions/covarPop/datatypes/permutations/Int64,LowCardinality(Float32) OK 168ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 152ms
/aggregate functions/covarPop/datatypes/permutations/Int64,Int64 OK 120ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 116ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(UInt32),Float64 OK 116ms
/aggregate functions/covarPop/datatypes/permutations/Int64,Float32 OK 113ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(UInt64) OK 138ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 141ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 128ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(UInt64),Float64 OK 89ms
/aggregate functions/covarPop/datatypes/permutations/Float32,UInt64 OK 92ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Bool) OK 96ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Int8) OK 124ms
/aggregate functions/covarPop/datatypes/permutations/Float32,Nullable(UInt64) OK 88ms
/aggregate functions/covarPop/datatypes/permutations/Float32,Nullable(Int64) OK 98ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Int8),Float64 OK 99ms
/aggregate functions/covarPop/datatypes/permutations/Float32,Nullable(Float32) OK 105ms
/aggregate functions/covarPop/datatypes/permutations/Float32,LowCardinality(UInt64) OK 93ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),String) OK 98ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 118ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Int16) OK 107ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Int16),Float64 OK 93ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 100ms
/aggregate functions/covarPop/datatypes/permutations/Float32,LowCardinality(Int64) OK 80ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Int32) OK 107ms
/aggregate functions/covarPop/datatypes/permutations/Float32,LowCardinality(Float32) OK 114ms
/aggregate functions/covarPop/datatypes/permutations/Float32,Int64 OK 106ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 97ms
/aggregate functions/covarPop/datatypes/permutations/Float32,Float32 OK 119ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Int32),Float64 OK 106ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Int64) OK 85ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 110ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 100ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Int64),Float64 OK 82ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),UUID) OK 85ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Float32) OK 109ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Float32),Float64 OK 94ms
/aggregate functions/covarSamp OK 14s 347ms
/aggregate functions/covarSamp/constant OK 68ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 125ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 74ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Float64) OK 100ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 97ms
/aggregate functions/covarSamp/zero rows OK 58ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 89ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Float64),Float64 OK 100ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 90ms
/aggregate functions/covarSamp/single row OK 61ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 91ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 86ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 95ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 96ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 78ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 101ms
/aggregate functions/covarSamp/with group by OK 45ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 93ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/covarSamp/some negative values OK 58ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 81ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 80ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 91ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 82ms
/aggregate functions/covarSamp/NULL value handling OK 62ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 76ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 84ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 84ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 142ms
/aggregate functions/covarSamp/single NULL value OK 54ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 114ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 104ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 100ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 87ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 87ms
/aggregate functions/covarSamp/inf, -inf, nan OK 1s 174ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 112ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 120ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 113ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 82ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 83ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 90ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 80ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 95ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 115ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 89ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 95ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 83ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 82ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 82ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 112ms
/aggregate functions/covarPopStable/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 112ms
/aggregate functions/covarPopStable/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 100ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 102ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 131ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 427ms
/aggregate functions/covarPopStable/datatypes/permutations OK 6s 655ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 393ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 512ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 422ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 344ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 284ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 128ms
/aggregate functions/covarSamp/return type OK 76ms
/aggregate functions/covarPopStable/datatypes/permutations/UInt64,UInt64 OK 553ms
/aggregate functions/covarPopStable/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 50ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 1s 36ms
/aggregate functions/covarPopStable/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 611ms
/aggregate functions/covarSamp/example OK 1s 538ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 1s 539ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 1s 549ms
/aggregate functions/covarPopStable/datatypes/permutations/UInt64,Nullable(Float32) OK 1s 79ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 593ms
/aggregate functions/covarPopStable/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 563ms
/aggregate functions/covarSamp/datatypes OK 11s 146ms
/aggregate functions/covarSamp/datatypes/Float64,UInt8 OK 518ms
/aggregate functions/covarSamp/datatypes/UInt8,Float64 OK 996ms
/aggregate functions/covarSamp/datatypes/Float64,UInt16 OK 1s 560ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 1s 560ms
/aggregate functions/covarPopStable/datatypes/permutations/UInt64,LowCardinality(Int64) OK 1s 481ms
/aggregate functions/covarPopStable/datatypes/permutations/UInt64,LowCardinality(Float32) OK 1s 544ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 1s 474ms
/aggregate functions/covarPopStable/datatypes/permutations/UInt64,Int64 OK 1s 532ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 1s 528ms
/aggregate functions/covarSamp/datatypes/UInt16,Float64 OK 1s 51ms
/aggregate functions/covarSamp/datatypes/Float64,UInt32 OK 577ms
/aggregate functions/covarPopStable/datatypes/permutations/UInt64,Float32 OK 141ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 145ms
/aggregate functions/covarSamp/datatypes/UInt32,Float64 OK 116ms
/aggregate functions/covarSamp/datatypes/Float64,UInt64 OK 101ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(UInt64),UInt64 OK 119ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 105ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 109ms
/aggregate functions/covarSamp/datatypes/UInt64,Float64 OK 118ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 89ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 88ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 82ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 112ms
/aggregate functions/covarSamp/datatypes/Float64,Int8 OK 98ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 109ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 91ms
/aggregate functions/covarSamp/datatypes/Int8,Float64 OK 115ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 107ms
/aggregate functions/covarSamp/datatypes/Float64,Int16 OK 96ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 95ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 98ms
/aggregate functions/covarSamp/datatypes/Int16,Float64 OK 102ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 121ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 120ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 123ms
/aggregate functions/covarSamp/datatypes/Float64,Int32 OK 112ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(UInt64),Int64 OK 108ms
/aggregate functions/covarSamp/datatypes/Int32,Float64 OK 112ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(UInt64),Float32 OK 91ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 93ms
/aggregate functions/covarSamp/datatypes/Float64,Int64 OK 89ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Int64),UInt64 OK 104ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 106ms
/aggregate functions/covarSamp/datatypes/Int64,Float64 OK 117ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 90ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 115ms
/aggregate functions/covarSamp/datatypes/Float64,Float32 OK 105ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 90ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 104ms
/aggregate functions/covarSamp/datatypes/Float32,Float64 OK 106ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 95ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 106ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 126ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 105ms
/aggregate functions/covarSamp/datatypes/Float64,Float64 OK 123ms
/aggregate functions/covarSamp/datatypes/Float64,Float64 OK 118ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 117ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 92ms
/aggregate functions/covarSamp/datatypes/Float64,Nullable(UInt8) OK 97ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 110ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Int64),Int64 OK 89ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Int64),Float32 OK 120ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 106ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 115ms
/aggregate functions/covarSamp/datatypes/Nullable(UInt8),Float64 OK 104ms
/aggregate functions/covarSamp/datatypes/Float64,Nullable(UInt16) OK 119ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 106ms
/aggregate functions/covarSamp/datatypes/Nullable(UInt16),Float64 OK 90ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Float32),UInt64 OK 94ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 93ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 111ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 100ms
/aggregate functions/covarSamp/datatypes/Float64,Nullable(UInt32) OK 115ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 120ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 105ms
/aggregate functions/covarSamp/datatypes/Nullable(UInt32),Float64 OK 94ms
/aggregate functions/covarSamp/datatypes/Float64,Nullable(UInt64) OK 111ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 117ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 112ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 98ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 99ms
/aggregate functions/covarSamp/datatypes/Nullable(UInt64),Float64 OK 111ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 118ms
/aggregate functions/covarSamp/datatypes/Float64,Nullable(Int8) OK 108ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 115ms
/aggregate functions/covarSamp/datatypes/Nullable(Int8),Float64 OK 115ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 102ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Float32),Int64 OK 90ms
/aggregate functions/covarPopStable/datatypes/permutations/Nullable(Float32),Float32 OK 79ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 85ms
/aggregate functions/covarSamp/datatypes/Float64,Nullable(Int16) OK 116ms
/aggregate functions/covarSamp/datatypes/Nullable(Int16),Float64 OK 113ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 127ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 104ms
/aggregate functions/covarSamp/datatypes/Float64,Nullable(Int32) OK 109ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 105ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 89ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 126ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 117ms
/aggregate functions/covarSamp/datatypes/Nullable(Int32),Float64 OK 163ms
/aggregate functions/covarSamp/datatypes/Float64,Nullable(Int64) OK 134ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 121ms
/aggregate functions/covarSamp/datatypes/Nullable(Int64),Float64 OK 146ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 154ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 155ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 138ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 118ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 112ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 107ms
/aggregate functions/covarSamp/datatypes/Float64,Nullable(Float32) OK 95ms
/aggregate functions/covarSamp/datatypes/Nullable(Float32),Float64 OK 118ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 122ms
/aggregate functions/covarSamp/datatypes/Float64,Nullable(Float64) OK 134ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(UInt64),Int64 OK 87ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 97ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 110ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(UInt64),Float32 OK 113ms
/aggregate functions/covarSamp/datatypes/Nullable(Float64),Float64 OK 106ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 108ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Int64),UInt64 OK 87ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 119ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(UInt8) OK 117ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 115ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 101ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 83ms
/aggregate functions/covarSamp/datatypes/LowCardinality(UInt8),Float64 OK 110ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(UInt16) OK 105ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 89ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 81ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 99ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 131ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 94ms
/aggregate functions/covarSamp/datatypes/LowCardinality(UInt16),Float64 OK 126ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 125ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(UInt32) OK 110ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 100ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 102ms
/aggregate functions/covarSamp/datatypes/LowCardinality(UInt32),Float64 OK 94ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Int64),Int64 OK 98ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 85ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(UInt64) OK 104ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 124ms
/aggregate functions/covarSamp/datatypes/LowCardinality(UInt64),Float64 OK 132ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Int64),Float32 OK 117ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Float32),UInt64 OK 101ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 79ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Int8) OK 115ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 122ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 115ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 95ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Int8),Float64 OK 112ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 136ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 105ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 108ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Int16) OK 90ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Int16),Float64 OK 109ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 83ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 94ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 82ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Int32) OK 97ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Int32),Float64 OK 117ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 117ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Int64) OK 102ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 110ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Float32),Int64 OK 107ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 123ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 115ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Int64),Float64 OK 100ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 86ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Float32) OK 118ms
/aggregate functions/covarPopStable/datatypes/permutations/LowCardinality(Float32),Float32 OK 84ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Float32),Float64 OK 96ms
/aggregate functions/covarPopStable/datatypes/permutations/Int64,UInt64 OK 82ms
/aggregate functions/covarPopStable/datatypes/permutations/Int64,Nullable(UInt64) OK 86ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 95ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 117ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 114ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Float64) OK 103ms
/aggregate functions/covarPopStable/datatypes/permutations/Int64,Nullable(Int64) OK 96ms
/aggregate functions/covarPopStable/datatypes/permutations/Int64,Nullable(Float32) OK 94ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Float64),Float64 OK 97ms
/aggregate functions/covarPopStable/datatypes/permutations/Int64,LowCardinality(UInt64) OK 111ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 88ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 90ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 96ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/covarPopStable/datatypes/permutations/Int64,LowCardinality(Int64) OK 94ms
/aggregate functions/covarPopStable/datatypes/permutations/Int64,LowCardinality(Float32) OK 103ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 90ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 100ms
/aggregate functions/covarPopStable/datatypes/permutations/Int64,Int64 OK 125ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 115ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 111ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 107ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 104ms
/aggregate functions/covarPopStable/datatypes/permutations/Int64,Float32 OK 106ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 116ms
/aggregate functions/covarPopStable/datatypes/permutations/Float32,UInt64 OK 84ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 89ms
/aggregate functions/covarPopStable/datatypes/permutations/Float32,Nullable(UInt64) OK 98ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 101ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 87ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 138ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 150ms
/aggregate functions/covarPopStable/datatypes/permutations/Float32,Nullable(Int64) OK 145ms
/aggregate functions/covarPopStable/datatypes/permutations/Float32,Nullable(Float32) OK 133ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 173ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 158ms
/aggregate functions/covarPopStable/datatypes/permutations/Float32,LowCardinality(UInt64) OK 135ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 128ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 127ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 171ms
/aggregate functions/covarPopStable/datatypes/permutations/Float32,LowCardinality(Int64) OK 151ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 196ms
/aggregate functions/covarPopStable/datatypes/permutations/Float32,LowCardinality(Float32) OK 148ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 115ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 158ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 150ms
/aggregate functions/covarPopStable/datatypes/permutations/Float32,Int64 OK 107ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 89ms
/aggregate functions/covarPopStable/datatypes/permutations/Float32,Float32 OK 124ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 117ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 121ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 128ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 87ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 111ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 103ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 96ms
/aggregate functions/covarSampStable OK 12s 376ms
/aggregate functions/covarSampStable/constant OK 56ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 103ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 99ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/covarSamp/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 87ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/covarSampStable/zero rows OK 45ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 143ms
/aggregate functions/covarSampStable/single row OK 47ms
/aggregate functions/covarSamp/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 92ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/covarSampStable/with group by OK 92ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 139ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 453ms
/aggregate functions/covarSamp/datatypes/permutations OK 6s 692ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 440ms
/aggregate functions/covarSampStable/some negative values OK 323ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 438ms
/aggregate functions/covarSampStable/NULL value handling OK 341ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 347ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 348ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 322ms
/aggregate functions/covarSampStable/single NULL value OK 145ms
/aggregate functions/covarSamp/datatypes/permutations/UInt64,UInt64 OK 685ms
/aggregate functions/covarSamp/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 123ms
/aggregate functions/covarSamp/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 641ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 1s 641ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 1s 629ms
/aggregate functions/covarSampStable/inf, -inf, nan OK 2s 31ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 1s 580ms
/aggregate functions/covarSamp/datatypes/permutations/UInt64,Nullable(Float32) OK 977ms
/aggregate functions/covarSamp/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 516ms
/aggregate functions/covarSamp/datatypes/permutations/UInt64,LowCardinality(Int64) OK 90ms
/aggregate functions/covarSamp/datatypes/permutations/UInt64,LowCardinality(Float32) OK 94ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 106ms
/aggregate functions/covarSamp/datatypes/permutations/UInt64,Int64 OK 159ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 98ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/covarSamp/datatypes/permutations/UInt64,Float32 OK 98ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(UInt64),UInt64 OK 85ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 140ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 123ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 101ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 96ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 99ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Array(String)) OK 77ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 95ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 96ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 92ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 96ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/any/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 99ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(UInt64),Int64 OK 85ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(UInt64),Float32 OK 110ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Int64),UInt64 OK 107ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/covarSampStable/return type OK 62ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 97ms
/aggregate functions/any/Nullable(UInt8) OK 80ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 97ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 91ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Array(String)) OK 97ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/covarSampStable/example OK 51ms
/aggregate functions/any/Nullable(UInt16) OK 101ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 113ms
/aggregate functions/covarSampStable/datatypes OK 9s 176ms
/aggregate functions/covarSampStable/datatypes/Float64,UInt8 OK 555ms
/aggregate functions/covarSampStable/datatypes/UInt8,Float64 OK 1s 37ms
/aggregate functions/covarSampStable/datatypes/Float64,UInt16 OK 1s 510ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 1s 513ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 1s 522ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 1s 514ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 1s 514ms
/aggregate functions/any/Nullable(UInt32) OK 1s 461ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Int64),Int64 OK 1s 447ms
/aggregate functions/covarSampStable/datatypes/UInt16,Float64 OK 968ms
/aggregate functions/covarSampStable/datatypes/Float64,UInt32 OK 499ms
/aggregate functions/covarSampStable/datatypes/UInt32,Float64 OK 153ms
/aggregate functions/covarSampStable/datatypes/Float64,UInt64 OK 120ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Int64),Float32 OK 142ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Float32),UInt64 OK 114ms
/aggregate functions/covarSampStable/datatypes/UInt64,Float64 OK 109ms
/aggregate functions/any/Nullable(UInt64) OK 120ms
/aggregate functions/anyLast/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 118ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 119ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 81ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 85ms
/aggregate functions/covarSampStable/datatypes/Float64,Int8 OK 125ms
/aggregate functions/covarSampStable/datatypes/Int8,Float64 OK 114ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 97ms
/aggregate functions/any/Nullable(UInt128) OK 105ms
/aggregate functions/anyLast/Nullable(UInt8) OK 109ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 142ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 86ms
/aggregate functions/covarSampStable/datatypes/Float64,Int16 OK 133ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 96ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 132ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Float32),Int64 OK 110ms
/aggregate functions/covarSampStable/datatypes/Int16,Float64 OK 108ms
/aggregate functions/any/Nullable(Int8) OK 130ms
/aggregate functions/covarSampStable/datatypes/Float64,Int32 OK 108ms
/aggregate functions/anyLast/Nullable(UInt16) OK 89ms
/aggregate functions/covarSampStable/datatypes/Int32,Float64 OK 95ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 95ms
/aggregate functions/covarSamp/datatypes/permutations/Nullable(Float32),Float32 OK 93ms
/aggregate functions/anyLast/Nullable(UInt32) OK 118ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 117ms
/aggregate functions/covarSampStable/datatypes/Float64,Int64 OK 119ms
/aggregate functions/covarSampStable/datatypes/Int64,Float64 OK 108ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 109ms
/aggregate functions/any/Nullable(Int16) OK 100ms
/aggregate functions/covarSampStable/datatypes/Float64,Float32 OK 112ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 99ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 106ms
/aggregate functions/anyLast/Nullable(UInt64) OK 101ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 127ms
/aggregate functions/covarSampStable/datatypes/Float32,Float64 OK 168ms
/aggregate functions/covarSampStable/datatypes/Float64,Float64 OK 126ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 127ms
/aggregate functions/any/Nullable(Int32) OK 114ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 96ms
/aggregate functions/covarSampStable/datatypes/Float64,Float64 OK 146ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 90ms
/aggregate functions/anyLast/Nullable(UInt128) OK 82ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 143ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 136ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(UInt64),Int64 OK 140ms
/aggregate functions/any/Nullable(Int64) OK 116ms
/aggregate functions/covarSampStable/datatypes/Float64,Nullable(UInt8) OK 99ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(UInt64),Float32 OK 137ms
/aggregate functions/covarSampStable/datatypes/Nullable(UInt8),Float64 OK 108ms
/aggregate functions/covarSampStable/datatypes/Float64,Nullable(UInt16) OK 88ms
/aggregate functions/anyLast/Nullable(Int8) OK 120ms
/aggregate functions/covarSampStable/datatypes/Nullable(UInt16),Float64 OK 93ms
/aggregate functions/any/Nullable(Int128) OK 86ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Int64),UInt64 OK 117ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Array(String)) OK 117ms
/aggregate functions/covarSampStable/datatypes/Float64,Nullable(UInt32) OK 121ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 99ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 91ms
/aggregate functions/covarSampStable/datatypes/Nullable(UInt32),Float64 OK 101ms
/aggregate functions/anyLast/Nullable(Int16) OK 87ms
/aggregate functions/covarSampStable/datatypes/Float64,Nullable(UInt64) OK 106ms
/aggregate functions/any/Nullable(Float32) OK 93ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 129ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 128ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 113ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/covarSampStable/datatypes/Nullable(UInt64),Float64 OK 125ms
/aggregate functions/covarSampStable/datatypes/Float64,Nullable(Int8) OK 125ms
/aggregate functions/anyLast/Nullable(Int32) OK 115ms
/aggregate functions/any/Nullable(Float64) OK 102ms
/aggregate functions/covarSampStable/datatypes/Nullable(Int8),Float64 OK 94ms
/aggregate functions/anyHeavy/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 81ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 236ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Int64),Int64 OK 161ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Int64),Float32 OK 103ms
/aggregate functions/anyLast/Nullable(Int64) OK 155ms
/aggregate functions/covarSampStable/datatypes/Float64,Nullable(Int16) OK 213ms
/aggregate functions/covarSampStable/datatypes/Nullable(Int16),Float64 OK 203ms
/aggregate functions/covarSampStable/datatypes/Float64,Nullable(Int32) OK 199ms
/aggregate functions/any/Nullable(Decimal128(38)) OK 188ms
/aggregate functions/anyHeavy/Nullable(UInt8) OK 165ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Float32),UInt64 OK 128ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 183ms
/aggregate functions/anyLast/Nullable(Int128) OK 177ms
/aggregate functions/covarSampStable/datatypes/Nullable(Int32),Float64 OK 109ms
/aggregate functions/anyHeavy/Nullable(UInt16) OK 131ms
/aggregate functions/any/Nullable(Date) OK 125ms
/aggregate functions/covarSampStable/datatypes/Float64,Nullable(Int64) OK 107ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 101ms
/aggregate functions/covarSampStable/datatypes/Nullable(Int64),Float64 OK 119ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 90ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 140ms
/aggregate functions/covarSampStable/datatypes/Float64,Nullable(Float32) OK 131ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 105ms
/aggregate functions/covarSampStable/datatypes/Nullable(Float32),Float64 OK 122ms
/aggregate functions/anyLast/Nullable(Float32) OK 115ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 97ms
/aggregate functions/any/Nullable(DateTime) OK 119ms
/aggregate functions/covarSampStable/datatypes/Float64,Nullable(Float64) OK 80ms
/aggregate functions/anyHeavy/Nullable(UInt32) OK 110ms
/aggregate functions/covarSampStable/datatypes/Nullable(Float64),Float64 OK 89ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Float32),Int64 OK 88ms
/aggregate functions/covarSamp/datatypes/permutations/LowCardinality(Float32),Float32 OK 113ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(UInt8) OK 130ms
/aggregate functions/anyLast/Nullable(Float64) OK 130ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(UInt8),Float64 OK 108ms
/aggregate functions/anyHeavy/Nullable(UInt64) OK 119ms
/aggregate functions/covarSamp/datatypes/permutations/Int64,UInt64 OK 111ms
/aggregate functions/any/Nullable(DateTime64(3)) OK 116ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(UInt16) OK 95ms
/aggregate functions/covarSamp/datatypes/permutations/Int64,Nullable(UInt64) OK 83ms
/aggregate functions/covarSamp/datatypes/permutations/Int64,Nullable(Int64) OK 139ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(UInt16),Float64 OK 112ms
/aggregate functions/covarSamp/datatypes/permutations/Int64,Nullable(Float32) OK 107ms
/aggregate functions/anyHeavy/Nullable(UInt128) OK 90ms
/aggregate functions/any/Nullable(Bool) OK 90ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(UInt32) OK 110ms
/aggregate functions/anyLast/Nullable(Decimal128(38)) OK 104ms
/aggregate functions/covarSamp/datatypes/permutations/Int64,LowCardinality(UInt64) OK 94ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(UInt32),Float64 OK 91ms
/aggregate functions/anyHeavy/Nullable(Int8) OK 123ms
/aggregate functions/any/Nullable(String) OK 101ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(UInt64) OK 102ms
/aggregate functions/covarSamp/datatypes/permutations/Int64,LowCardinality(Int64) OK 123ms
/aggregate functions/anyLast/Nullable(Date) OK 107ms
/aggregate functions/covarSamp/datatypes/permutations/Int64,LowCardinality(Float32) OK 137ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(UInt64),Float64 OK 135ms
/aggregate functions/covarSamp/datatypes/permutations/Int64,Int64 OK 91ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Int8) OK 131ms
/aggregate functions/any/Nullable(FixedString(51)) OK 86ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Int8),Float64 OK 97ms
/aggregate functions/covarSamp/datatypes/permutations/Int64,Float32 OK 102ms
/aggregate functions/anyHeavy/Nullable(Int16) OK 113ms
/aggregate functions/anyLast/Nullable(DateTime) OK 117ms
/aggregate functions/covarSamp/datatypes/permutations/Float32,UInt64 OK 96ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Int16) OK 109ms
/aggregate functions/covarSamp/datatypes/permutations/Float32,Nullable(UInt64) OK 113ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Int16),Float64 OK 87ms
/aggregate functions/any/Nullable(UUID) OK 96ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Int32) OK 90ms
/aggregate functions/covarSamp/datatypes/permutations/Float32,Nullable(Int64) OK 110ms
/aggregate functions/covarSamp/datatypes/permutations/Float32,Nullable(Float32) OK 97ms
/aggregate functions/anyHeavy/Nullable(Int32) OK 108ms
/aggregate functions/anyLast/Nullable(DateTime64(3)) OK 104ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Int32),Float64 OK 88ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Int64) OK 95ms
/aggregate functions/covarSamp/datatypes/permutations/Float32,LowCardinality(UInt64) OK 82ms
/aggregate functions/any/Array(UInt8) OK 91ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Int64),Float64 OK 95ms
/aggregate functions/covarSamp/datatypes/permutations/Float32,LowCardinality(Int64) OK 87ms
/aggregate functions/covarSamp/datatypes/permutations/Float32,LowCardinality(Float32) OK 101ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Float32) OK 95ms
/aggregate functions/anyHeavy/Nullable(Int64) OK 101ms
/aggregate functions/anyLast/Nullable(Bool) OK 94ms
/aggregate functions/covarSamp/datatypes/permutations/Float32,Int64 OK 110ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Float32),Float64 OK 99ms
/aggregate functions/any/Array(UInt16) OK 96ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Float64) OK 103ms
/aggregate functions/covarSamp/datatypes/permutations/Float32,Float32 OK 123ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Float64),Float64 OK 105ms
/aggregate functions/anyLast/Nullable(String) OK 101ms
/aggregate functions/anyHeavy/Nullable(Int128) OK 102ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 87ms
/aggregate functions/any/Array(UInt32) OK 84ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 111ms
/aggregate functions/deltaSum OK 8s 980ms
/aggregate functions/deltaSum/constant OK 64ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 114ms
/aggregate functions/anyLast/Nullable(FixedString(51)) OK 112ms
/aggregate functions/anyHeavy/Nullable(Float32) OK 90ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 106ms
/aggregate functions/any/Array(UInt64) OK 112ms
/aggregate functions/deltaSum/zero rows OK 63ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 83ms
/aggregate functions/anyHeavy/Nullable(Float64) OK 95ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 112ms
/aggregate functions/anyLast/Nullable(UUID) OK 115ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 100ms
/aggregate functions/deltaSum/with group by OK 46ms
/aggregate functions/any/Array(UInt128) OK 107ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 90ms
/aggregate functions/deltaSum/inf OK 57ms
/aggregate functions/anyHeavy/Nullable(Decimal128(38)) OK 92ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 108ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 88ms
/aggregate functions/deltaSum/-inf OK 57ms
/aggregate functions/anyLast/Array(UInt8) OK 80ms
/aggregate functions/any/Array(Int8) OK 86ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 90ms
/aggregate functions/anyHeavy/Nullable(Date) OK 87ms
/aggregate functions/deltaSum/nan OK 46ms
/aggregate functions/anyLast/Array(UInt16) OK 106ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 83ms
/aggregate functions/any/Array(Int16) OK 103ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 101ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 83ms
/aggregate functions/deltaSum/inf, -inf, nan OK 76ms
/aggregate functions/anyHeavy/Nullable(DateTime) OK 78ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 83ms
/aggregate functions/deltaSum/UInt8 OK 87ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 109ms
/aggregate functions/anyLast/Array(UInt32) OK 97ms
/aggregate functions/any/Array(Int32) OK 101ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 93ms
/aggregate functions/anyHeavy/Nullable(DateTime64(3)) OK 81ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 81ms
/aggregate functions/deltaSum/UInt16 OK 79ms
/aggregate functions/anyLast/Array(UInt64) OK 96ms
/aggregate functions/covarSampStable/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 90ms
/aggregate functions/covarSampStable/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 104ms
/aggregate functions/any/Array(Int64) OK 99ms
/aggregate functions/anyHeavy/Nullable(Bool) OK 180ms
/aggregate functions/deltaSum/UInt32 OK 240ms
/aggregate functions/anyLast/Array(UInt128) OK 180ms
/aggregate functions/any/Array(Int128) OK 372ms
/aggregate functions/covarSampStable/datatypes/permutations OK 4s 845ms
/aggregate functions/anyHeavy/Nullable(String) OK 376ms
/aggregate functions/anyLast/Array(Int8) OK 336ms
/aggregate functions/deltaSum/UInt64 OK 314ms
/aggregate functions/any/Array(Float32) OK 344ms
/aggregate functions/anyHeavy/Nullable(FixedString(51)) OK 348ms
/aggregate functions/anyLast/Array(Int16) OK 318ms
/aggregate functions/deltaSum/UInt128 OK 311ms
/aggregate functions/any/Array(Float64) OK 187ms
/aggregate functions/anyHeavy/Nullable(UUID) OK 89ms
/aggregate functions/covarSampStable/datatypes/permutations/UInt64,UInt64 OK 596ms
/aggregate functions/covarSampStable/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 62ms
/aggregate functions/deltaSum/Int8 OK 1s 62ms
/aggregate functions/covarSampStable/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 555ms
/aggregate functions/anyLast/Array(Int32) OK 1s 562ms
/aggregate functions/anyHeavy/Array(UInt8) OK 1s 487ms
/aggregate functions/any/Array(Decimal128(38)) OK 1s 457ms
/aggregate functions/covarSampStable/datatypes/permutations/UInt64,Nullable(Float32) OK 957ms
/aggregate functions/covarSampStable/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 493ms
/aggregate functions/deltaSum/Int16 OK 490ms
/aggregate functions/any/Array(Date) OK 121ms
/aggregate functions/covarSampStable/datatypes/permutations/UInt64,LowCardinality(Int64) OK 110ms
/aggregate functions/deltaSum/Int32 OK 110ms
/aggregate functions/covarSampStable/datatypes/permutations/UInt64,LowCardinality(Float32) OK 118ms
/aggregate functions/covarSampStable/datatypes/permutations/UInt64,Int64 OK 117ms
/aggregate functions/anyLast/Array(Int64) OK 107ms
/aggregate functions/anyHeavy/Array(UInt16) OK 89ms
/aggregate functions/anyHeavy/Array(UInt32) OK 119ms
/aggregate functions/covarSampStable/datatypes/permutations/UInt64,Float32 OK 94ms
/aggregate functions/deltaSum/Int64 OK 112ms
/aggregate functions/any/Array(DateTime) OK 93ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(UInt64),UInt64 OK 94ms
/aggregate functions/anyLast/Array(Int128) OK 74ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 89ms
/aggregate functions/anyLast/Array(Float32) OK 86ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 92ms
/aggregate functions/any/Array(DateTime64(3)) OK 91ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 108ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 89ms
/aggregate functions/deltaSum/Int128 OK 101ms
/aggregate functions/anyHeavy/Array(UInt64) OK 90ms
/aggregate functions/anyLast/Array(Float64) OK 80ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 84ms
/aggregate functions/any/Array(Bool) OK 96ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 88ms
/aggregate functions/anyHeavy/Array(UInt128) OK 90ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(UInt64),Int64 OK 92ms
/aggregate functions/deltaSum/Float32 OK 93ms
/aggregate functions/anyLast/Array(Decimal128(38)) OK 80ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(UInt64),Float32 OK 110ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Int64),UInt64 OK 94ms
/aggregate functions/any/Array(String) OK 94ms
/aggregate functions/anyHeavy/Array(Int8) OK 92ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 104ms
/aggregate functions/deltaSum/Float64 OK 104ms
/aggregate functions/anyLast/Array(Date) OK 83ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 90ms
/aggregate functions/any/Array(FixedString(51)) OK 92ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 100ms
/aggregate functions/anyHeavy/Array(Int16) OK 98ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 97ms
/aggregate functions/deltaSum/Nullable(UInt8) OK 87ms
/aggregate functions/anyLast/Array(DateTime) OK 77ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 130ms
/aggregate functions/any/Array(UUID) OK 128ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 129ms
/aggregate functions/anyHeavy/Array(Int32) OK 121ms
/aggregate functions/anyLast/Array(DateTime64(3)) OK 119ms
/aggregate functions/deltaSum/Nullable(UInt16) OK 116ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Int64),Int64 OK 112ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Int64),Float32 OK 118ms
/aggregate functions/any/Array(Nullable(UInt8)) OK 100ms
/aggregate functions/anyHeavy/Array(Int64) OK 95ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Float32),UInt64 OK 108ms
/aggregate functions/anyLast/Array(Bool) OK 97ms
/aggregate functions/deltaSum/Nullable(UInt32) OK 81ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 105ms
/aggregate functions/deltaSum/Nullable(UInt64) OK 114ms
/aggregate functions/any/Array(Nullable(UInt16)) OK 124ms
/aggregate functions/anyHeavy/Array(Int128) OK 110ms
/aggregate functions/anyLast/Array(String) OK 105ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 104ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 109ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 103ms
/aggregate functions/deltaSum/Nullable(UInt128) OK 107ms
/aggregate functions/anyHeavy/Array(Float32) OK 91ms
/aggregate functions/anyLast/Array(FixedString(51)) OK 116ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 111ms
/aggregate functions/any/Array(Nullable(UInt32)) OK 94ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 109ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Float32),Int64 OK 98ms
/aggregate functions/anyHeavy/Array(Float64) OK 83ms
/aggregate functions/any/Array(Nullable(UInt64)) OK 97ms
/aggregate functions/deltaSum/Nullable(Int8) OK 90ms
/aggregate functions/covarSampStable/datatypes/permutations/Nullable(Float32),Float32 OK 92ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 99ms
/aggregate functions/anyLast/Array(UUID) OK 89ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 93ms
/aggregate functions/anyHeavy/Array(Decimal128(38)) OK 75ms
/aggregate functions/deltaSum/Nullable(Int16) OK 106ms
/aggregate functions/any/Array(Nullable(UInt128)) OK 109ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 101ms
/aggregate functions/anyLast/Array(Nullable(UInt8)) OK 90ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 82ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 75ms
/aggregate functions/anyHeavy/Array(Date) OK 83ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 86ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 87ms
/aggregate functions/anyLast/Array(Nullable(UInt16)) OK 101ms
/aggregate functions/deltaSum/Nullable(Int32) OK 111ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(UInt64),Int64 OK 104ms
/aggregate functions/any/Array(Nullable(Int8)) OK 76ms
/aggregate functions/anyHeavy/Array(DateTime) OK 74ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(UInt64),Float32 OK 77ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Int64),UInt64 OK 102ms
/aggregate functions/any/Array(Nullable(Int16)) OK 73ms
/aggregate functions/anyLast/Array(Nullable(UInt32)) OK 91ms
/aggregate functions/anyHeavy/Array(DateTime64(3)) OK 91ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 86ms
/aggregate functions/deltaSum/Nullable(Int64) OK 73ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 88ms
/aggregate functions/any/Array(Nullable(Int32)) OK 97ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 102ms
/aggregate functions/deltaSum/Nullable(Int128) OK 92ms
/aggregate functions/anyLast/Array(Nullable(UInt64)) OK 91ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 73ms
/aggregate functions/anyHeavy/Array(Bool) OK 75ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 81ms
/aggregate functions/any/Array(Nullable(Int64)) OK 79ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 122ms
/aggregate functions/anyHeavy/Array(String) OK 122ms
/aggregate functions/deltaSum/Nullable(Float32) OK 124ms
/aggregate functions/anyLast/Array(Nullable(UInt128)) OK 113ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Int64),Int64 OK 111ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Int64),Float32 OK 81ms
/aggregate functions/any/Array(Nullable(Int128)) OK 107ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Float32),UInt64 OK 146ms
/aggregate functions/anyLast/Array(Nullable(Int8)) OK 148ms
/aggregate functions/anyHeavy/Array(FixedString(51)) OK 140ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 130ms
/aggregate functions/deltaSum/Nullable(Float64) OK 137ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 139ms
/aggregate functions/any/Array(Nullable(Float32)) OK 88ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 105ms
/aggregate functions/any/Array(Nullable(Float64)) OK 90ms
/aggregate functions/anyHeavy/Array(UUID) OK 101ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 104ms
/aggregate functions/deltaSum/LowCardinality(UInt8) OK 104ms
/aggregate functions/anyLast/Array(Nullable(Int16)) OK 103ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 92ms
/aggregate functions/any/Array(Nullable(Decimal128(38))) OK 117ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 84ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Float32),Int64 OK 86ms
/aggregate functions/anyHeavy/Array(Nullable(UInt8)) OK 107ms
/aggregate functions/covarSampStable/datatypes/permutations/LowCardinality(Float32),Float32 OK 93ms
/aggregate functions/deltaSum/LowCardinality(UInt16) OK 90ms
/aggregate functions/anyLast/Array(Nullable(Int32)) OK 81ms
/aggregate functions/covarSampStable/datatypes/permutations/Int64,UInt64 OK 78ms
/aggregate functions/covarSampStable/datatypes/permutations/Int64,Nullable(UInt64) OK 87ms
/aggregate functions/anyLast/Array(Nullable(Int64)) OK 111ms
/aggregate functions/deltaSum/LowCardinality(UInt32) OK 99ms
/aggregate functions/covarSampStable/datatypes/permutations/Int64,Nullable(Int64) OK 80ms
/aggregate functions/any/Array(Nullable(Date)) OK 79ms
/aggregate functions/anyHeavy/Array(Nullable(UInt16)) OK 84ms
/aggregate functions/covarSampStable/datatypes/permutations/Int64,Nullable(Float32) OK 74ms
/aggregate functions/covarSampStable/datatypes/permutations/Int64,LowCardinality(UInt64) OK 76ms
/aggregate functions/covarSampStable/datatypes/permutations/Int64,LowCardinality(Int64) OK 85ms
/aggregate functions/any/Array(Nullable(DateTime)) OK 94ms
/aggregate functions/anyHeavy/Array(Nullable(UInt32)) OK 102ms
/aggregate functions/deltaSum/LowCardinality(UInt64) OK 133ms
/aggregate functions/anyLast/Array(Nullable(Int128)) OK 119ms
/aggregate functions/covarSampStable/datatypes/permutations/Int64,LowCardinality(Float32) OK 91ms
/aggregate functions/covarSampStable/datatypes/permutations/Int64,Int64 OK 87ms
/aggregate functions/covarSampStable/datatypes/permutations/Int64,Float32 OK 87ms
/aggregate functions/any/Array(Nullable(DateTime64(3))) OK 82ms
/aggregate functions/anyHeavy/Array(Nullable(UInt64)) OK 100ms
/aggregate functions/anyLast/Array(Nullable(Float32)) OK 104ms
/aggregate functions/covarSampStable/datatypes/permutations/Float32,UInt64 OK 77ms
/aggregate functions/deltaSum/LowCardinality(UInt128) OK 91ms
/aggregate functions/covarSampStable/datatypes/permutations/Float32,Nullable(UInt64) OK 79ms
/aggregate functions/covarSampStable/datatypes/permutations/Float32,Nullable(Int64) OK 79ms
/aggregate functions/any/Array(Nullable(Bool)) OK 77ms
/aggregate functions/anyHeavy/Array(Nullable(UInt128)) OK 97ms
/aggregate functions/covarSampStable/datatypes/permutations/Float32,Nullable(Float32) OK 93ms
/aggregate functions/covarSampStable/datatypes/permutations/Float32,LowCardinality(UInt64) OK 101ms
/aggregate functions/deltaSum/LowCardinality(Int8) OK 102ms
/aggregate functions/anyLast/Array(Nullable(Float64)) OK 78ms
/aggregate functions/covarSampStable/datatypes/permutations/Float32,LowCardinality(Int64) OK 89ms
/aggregate functions/any/Array(Nullable(String)) OK 72ms
/aggregate functions/anyHeavy/Array(Nullable(Int8)) OK 84ms
/aggregate functions/covarSampStable/datatypes/permutations/Float32,LowCardinality(Float32) OK 69ms
/aggregate functions/anyLast/Array(Nullable(Decimal128(38))) OK 77ms
/aggregate functions/any/Array(Nullable(FixedString(51))) OK 88ms
/aggregate functions/covarSampStable/datatypes/permutations/Float32,Int64 OK 89ms
/aggregate functions/covarSampStable/datatypes/permutations/Float32,Float32 OK 77ms
/aggregate functions/deltaSum/LowCardinality(Int16) OK 81ms
/aggregate functions/anyHeavy/Array(Nullable(Int16)) OK 87ms
/aggregate functions/anyLast/Array(Nullable(Date)) OK 79ms
/aggregate functions/any/Array(Nullable(UUID)) OK 79ms
/aggregate functions/deltaSum/LowCardinality(Int32) OK 71ms
/aggregate functions/deltaSumTimestamp OK 15s 250ms
/aggregate functions/deltaSumTimestamp/constant OK 57ms
/aggregate functions/anyLast/Array(Nullable(DateTime)) OK 74ms
/aggregate functions/anyHeavy/Array(Nullable(Int32)) OK 82ms
/aggregate functions/deltaSumTimestamp/zero rows OK 42ms
/aggregate functions/deltaSum/LowCardinality(Int64) OK 80ms
/aggregate functions/any/Array(LowCardinality(UInt8)) OK 71ms
/aggregate functions/deltaSumTimestamp/with group by OK 48ms
/aggregate functions/anyLast/Array(Nullable(DateTime64(3))) OK 82ms
/aggregate functions/anyHeavy/Array(Nullable(Int64)) OK 80ms
/aggregate functions/any/Array(LowCardinality(UInt16)) OK 79ms
/aggregate functions/deltaSum/LowCardinality(Int128) OK 89ms
/aggregate functions/deltaSumTimestamp/some negative values OK 63ms
/aggregate functions/anyLast/Array(Nullable(Bool)) OK 79ms
/aggregate functions/deltaSumTimestamp/NULL value handling OK 47ms
/aggregate functions/anyHeavy/Array(Nullable(Int128)) OK 78ms
/aggregate functions/any/Array(LowCardinality(UInt32)) OK 79ms
/aggregate functions/deltaSum/LowCardinality(Float32) OK 77ms
/aggregate functions/deltaSumTimestamp/single NULL value OK 45ms
/aggregate functions/anyLast/Array(Nullable(String)) OK 91ms
/aggregate functions/anyHeavy/Array(Nullable(Float32)) OK 90ms
/aggregate functions/any/Array(LowCardinality(UInt64)) OK 90ms
/aggregate functions/deltaSumTimestamp/inf, -inf, nan OK 437ms
/aggregate functions/deltaSum/LowCardinality(Float64) OK 73ms
/aggregate functions/anyLast/Array(Nullable(FixedString(51))) OK 81ms
/aggregate functions/anyHeavy/Array(Nullable(Float64)) OK 86ms
/aggregate functions/deltaSum/LowCardinality(Nullable(UInt8)) OK 79ms
/aggregate functions/any/Array(LowCardinality(UInt128)) OK 73ms
/aggregate functions/anyLast/Array(Nullable(UUID)) OK 83ms
/aggregate functions/any/Array(LowCardinality(Int8)) OK 97ms
/aggregate functions/deltaSum/LowCardinality(Nullable(UInt16)) OK 71ms
/aggregate functions/anyHeavy/Array(Nullable(Decimal128(38))) OK 87ms
/aggregate functions/deltaSum/LowCardinality(Nullable(UInt32)) OK 89ms
/aggregate functions/anyLast/Array(LowCardinality(UInt8)) OK 77ms
/aggregate functions/anyHeavy/Array(Nullable(Date)) OK 80ms
/aggregate functions/any/Array(LowCardinality(Int16)) OK 85ms
/aggregate functions/anyLast/Array(LowCardinality(UInt16)) OK 75ms
/aggregate functions/deltaSum/LowCardinality(Nullable(UInt64)) OK 82ms
/aggregate functions/anyHeavy/Array(Nullable(DateTime)) OK 84ms
/aggregate functions/any/Array(LowCardinality(Int32)) OK 73ms
/aggregate functions/anyLast/Array(LowCardinality(UInt32)) OK 96ms
/aggregate functions/deltaSum/LowCardinality(Nullable(UInt128)) OK 192ms
/aggregate functions/any/Array(LowCardinality(Int64)) OK 129ms
/aggregate functions/anyHeavy/Array(Nullable(DateTime64(3))) OK 72ms
/aggregate functions/deltaSumTimestamp/return type OK 56ms
/aggregate functions/anyLast/Array(LowCardinality(UInt64)) OK 333ms
/aggregate functions/anyHeavy/Array(Nullable(Bool)) OK 338ms
/aggregate functions/deltaSumTimestamp/datatypes OK 14s 448ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations OK 14s 445ms
/aggregate functions/any/Array(LowCardinality(Int128)) OK 303ms
/aggregate functions/deltaSum/LowCardinality(Nullable(Int8)) OK 362ms
/aggregate functions/anyLast/Array(LowCardinality(UInt128)) OK 386ms
/aggregate functions/anyHeavy/Array(Nullable(String)) OK 314ms
/aggregate functions/any/Array(LowCardinality(Float32)) OK 402ms
/aggregate functions/deltaSum/LowCardinality(Nullable(Int16)) OK 338ms
/aggregate functions/anyHeavy/Array(Nullable(FixedString(51))) OK 211ms
/aggregate functions/anyLast/Array(LowCardinality(Int8)) OK 155ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,UInt64 OK 567ms
/aggregate functions/any/Array(LowCardinality(Float64)) OK 563ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 9ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 476ms
/aggregate functions/deltaSum/LowCardinality(Nullable(Int32)) OK 1s 483ms
/aggregate functions/anyLast/Array(LowCardinality(Int16)) OK 1s 428ms
/aggregate functions/anyHeavy/Array(Nullable(UUID)) OK 1s 429ms
/aggregate functions/any/Array(LowCardinality(Date)) OK 955ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,Nullable(Float64) OK 970ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,Nullable(Float32) OK 512ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,Nullable(DateTime) OK 88ms
/aggregate functions/any/Array(LowCardinality(DateTime)) OK 78ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,Nullable(Date) OK 85ms
/aggregate functions/deltaSum/LowCardinality(Nullable(Int64)) OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 89ms
/aggregate functions/anyLast/Array(LowCardinality(Int32)) OK 80ms
/aggregate functions/anyHeavy/Array(LowCardinality(UInt8)) OK 87ms
/aggregate functions/any/Array(LowCardinality(Bool)) OK 86ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,LowCardinality(Int64) OK 86ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,LowCardinality(Float64) OK 83ms
/aggregate functions/deltaSum/LowCardinality(Nullable(Int128)) OK 86ms
/aggregate functions/anyLast/Array(LowCardinality(Int64)) OK 95ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,LowCardinality(Float32) OK 83ms
/aggregate functions/anyHeavy/Array(LowCardinality(UInt16)) OK 82ms
/aggregate functions/any/Array(LowCardinality(String)) OK 104ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,LowCardinality(DateTime) OK 82ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,LowCardinality(Date) OK 91ms
/aggregate functions/deltaSum/LowCardinality(Nullable(Float32)) OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,Int64 OK 89ms
/aggregate functions/anyHeavy/Array(LowCardinality(UInt32)) OK 94ms
/aggregate functions/anyLast/Array(LowCardinality(Int128)) OK 89ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,Float64 OK 77ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,Float32 OK 79ms
/aggregate functions/any/Array(LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/deltaSum/LowCardinality(Nullable(Float64)) OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,DateTime OK 87ms
/aggregate functions/anyLast/Array(LowCardinality(Float32)) OK 86ms
/aggregate functions/anyHeavy/Array(LowCardinality(UInt64)) OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/UInt64,Date OK 86ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),UInt64 OK 87ms
/aggregate functions/any/Array(LowCardinality(UUID)) OK 98ms
/aggregate functions/deltaSum/delta OK 59ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 98ms
/aggregate functions/anyLast/Array(LowCardinality(Float64)) OK 90ms
/aggregate functions/anyHeavy/Array(LowCardinality(UInt128)) OK 73ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 97ms
/aggregate functions/entropy OK 2m 24s
/aggregate functions/entropy/constant OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),Nullable(Float64) OK 83ms
/aggregate functions/anyHeavy/Array(LowCardinality(Int8)) OK 131ms
/aggregate functions/any/Array(LowCardinality(Nullable(UInt8))) OK 136ms
/aggregate functions/anyLast/Array(LowCardinality(Date)) OK 126ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 122ms
/aggregate functions/entropy/zero rows OK 66ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),Nullable(DateTime) OK 89ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),Nullable(Date) OK 81ms
/aggregate functions/entropy/with group by OK 70ms
/aggregate functions/anyHeavy/Array(LowCardinality(Int16)) OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 80ms
/aggregate functions/anyLast/Array(LowCardinality(DateTime)) OK 87ms
/aggregate functions/any/Array(LowCardinality(Nullable(UInt16))) OK 92ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 90ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),LowCardinality(Float64) OK 96ms
/aggregate functions/entropy/some negative values OK 46ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 77ms
/aggregate functions/anyHeavy/Array(LowCardinality(Int32)) OK 89ms
/aggregate functions/anyLast/Array(LowCardinality(Bool)) OK 87ms
/aggregate functions/any/Array(LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),LowCardinality(DateTime) OK 84ms
/aggregate functions/entropy/first non-NULL value OK 62ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),LowCardinality(Date) OK 78ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),Int64 OK 90ms
/aggregate functions/entropy/NULL for all rows OK 46ms
/aggregate functions/anyHeavy/Array(LowCardinality(Int64)) OK 89ms
/aggregate functions/anyLast/Array(LowCardinality(String)) OK 95ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),Float64 OK 93ms
/aggregate functions/any/Array(LowCardinality(Nullable(UInt64))) OK 99ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),Float32 OK 91ms
/aggregate functions/entropy/return type OK 51ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),DateTime OK 78ms
/aggregate functions/anyHeavy/Array(LowCardinality(Int128)) OK 87ms
/aggregate functions/entropy/with another aggregate function OK 54ms
/aggregate functions/anyLast/Array(LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(UInt64),Date OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),UInt64 OK 102ms
/aggregate functions/any/Array(LowCardinality(Nullable(UInt128))) OK 98ms
/aggregate functions/entropy/with another aggregate function and group by OK 56ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 79ms
/aggregate functions/anyHeavy/Array(LowCardinality(Float32)) OK 85ms
/aggregate functions/anyLast/Array(LowCardinality(UUID)) OK 93ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 91ms
/aggregate functions/entropy/string that ends with \0 OK 60ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),Nullable(Float64) OK 100ms
/aggregate functions/any/Array(LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 84ms
/aggregate functions/anyHeavy/Array(LowCardinality(Float64)) OK 80ms
/aggregate functions/entropy/inf OK 54ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),Nullable(DateTime) OK 87ms
/aggregate functions/any/Array(LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),Nullable(Date) OK 89ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 77ms
/aggregate functions/entropy/-inf OK 52ms
/aggregate functions/anyHeavy/Array(LowCardinality(Date)) OK 76ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(UInt16))) OK 93ms
/aggregate functions/entropy/nan OK 49ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 72ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),LowCardinality(Float64) OK 91ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 82ms
/aggregate functions/any/Array(LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/anyHeavy/Array(LowCardinality(DateTime)) OK 83ms
/aggregate functions/entropy/UInt8 OK 76ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),LowCardinality(DateTime) OK 80ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/any/Array(LowCardinality(Nullable(Int64))) OK 94ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),LowCardinality(Date) OK 77ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),Int64 OK 78ms
/aggregate functions/entropy/UInt16 OK 84ms
/aggregate functions/anyHeavy/Array(LowCardinality(Bool)) OK 85ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),Float64 OK 93ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),Float32 OK 82ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),DateTime OK 84ms
/aggregate functions/any/Array(LowCardinality(Nullable(Int128))) OK 98ms
/aggregate functions/entropy/UInt32 OK 87ms
/aggregate functions/anyHeavy/Array(LowCardinality(String)) OK 75ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Int64),Date OK 78ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),UInt64 OK 90ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),Nullable(UInt64) OK 79ms
/aggregate functions/anyHeavy/Array(LowCardinality(FixedString(51))) OK 138ms
/aggregate functions/entropy/UInt64 OK 140ms
/aggregate functions/any/Array(LowCardinality(Nullable(Float32))) OK 143ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(Int8))) OK 120ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),Nullable(Int64) OK 113ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),Nullable(Float64) OK 124ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),Nullable(Float32) OK 114ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(Int16))) OK 110ms
/aggregate functions/anyHeavy/Array(LowCardinality(UUID)) OK 118ms
/aggregate functions/entropy/UInt128 OK 84ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),Nullable(DateTime) OK 87ms
/aggregate functions/any/Array(LowCardinality(Nullable(Float64))) OK 92ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),Nullable(Date) OK 85ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),LowCardinality(UInt64) OK 88ms
/aggregate functions/entropy/Int8 OK 103ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),LowCardinality(Int64) OK 91ms
/aggregate functions/any/Array(LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),LowCardinality(Float64) OK 79ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),LowCardinality(Float32) OK 78ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),LowCardinality(DateTime) OK 110ms
/aggregate functions/entropy/Int16 OK 103ms
/aggregate functions/any/Array(LowCardinality(Nullable(DateTime))) OK 89ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),LowCardinality(Date) OK 92ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),Int64 OK 88ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/any/Array(LowCardinality(Nullable(Bool))) OK 108ms
/aggregate functions/entropy/Int32 OK 86ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),Float64 OK 77ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),Float32 OK 94ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),DateTime OK 95ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(UInt64))) OK 120ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float64),Date OK 124ms
/aggregate functions/entropy/Int64 OK 98ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),UInt64 OK 110ms
/aggregate functions/any/Array(LowCardinality(Nullable(String))) OK 107ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 78ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(Float64))) OK 92ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 76ms
/aggregate functions/entropy/Int128 OK 84ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(UInt128))) OK 95ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),Nullable(Float64) OK 85ms
/aggregate functions/any/Array(LowCardinality(Nullable(FixedString(51)))) OK 97ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 99ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),Nullable(DateTime) OK 122ms
/aggregate functions/entropy/Float32 OK 120ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),Nullable(Date) OK 112ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/any/Array(LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 85ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 114ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/entropy/Float64 OK 111ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),LowCardinality(Float64) OK 96ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/any/Array(Array(String)) OK 90ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 79ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(Int32))) OK 123ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(String))) OK 135ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),LowCardinality(DateTime) OK 137ms
/aggregate functions/any/Array(Map(String,LowCardinality(Float64))) OK 126ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),LowCardinality(Date) OK 119ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),Int64 OK 126ms
/aggregate functions/entropy/Decimal128(38) OK 107ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(Int64))) OK 121ms
/aggregate functions/entropy/Date OK 105ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),Float64 OK 109ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/any/Array(Tuple(String)) OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),Float32 OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),DateTime OK 86ms
/aggregate functions/anyLast/Array(LowCardinality(Nullable(UUID))) OK 103ms
/aggregate functions/any/LowCardinality(UInt8) OK 101ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Float32),Date OK 111ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),UInt64 OK 107ms
/aggregate functions/entropy/DateTime OK 73ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),Nullable(UInt64) OK 90ms
/aggregate functions/entropy/DateTime64(3) OK 90ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(Float32))) OK 161ms
/aggregate functions/any/LowCardinality(UInt16) OK 117ms
/aggregate functions/anyLast/Array(Array(String)) OK 149ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),Nullable(Int64) OK 132ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),Nullable(Float64) OK 130ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),Nullable(Float32) OK 134ms
/aggregate functions/entropy/Bool OK 83ms
/aggregate functions/any/LowCardinality(UInt32) OK 84ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),Nullable(DateTime) OK 100ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),Nullable(Date) OK 110ms
/aggregate functions/anyLast/Array(Map(String,LowCardinality(Float64))) OK 96ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),LowCardinality(UInt64) OK 101ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/entropy/String OK 79ms
/aggregate functions/any/LowCardinality(UInt64) OK 78ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(Date))) OK 107ms
/aggregate functions/entropy/FixedString(51) OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),LowCardinality(Int64) OK 103ms
/aggregate functions/anyLast/Array(Tuple(String)) OK 107ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),LowCardinality(Float64) OK 97ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),LowCardinality(Float32) OK 77ms
/aggregate functions/any/LowCardinality(UInt128) OK 88ms
/aggregate functions/entropy/UUID OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),LowCardinality(DateTime) OK 90ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),LowCardinality(Date) OK 86ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),Int64 OK 93ms
/aggregate functions/anyLast/LowCardinality(UInt8) OK 81ms
/aggregate functions/any/LowCardinality(Int8) OK 86ms
/aggregate functions/entropy/Map(UInt8,UInt8) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),Float64 OK 77ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),Float32 OK 109ms
/aggregate functions/anyLast/LowCardinality(UInt16) OK 79ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(Bool))) OK 100ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),DateTime OK 89ms
/aggregate functions/any/LowCardinality(Int16) OK 85ms
/aggregate functions/entropy/Map(UInt8,UInt16) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(DateTime),Date OK 87ms
/aggregate functions/anyLast/LowCardinality(UInt32) OK 86ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),UInt64 OK 98ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),Nullable(UInt64) OK 80ms
/aggregate functions/any/LowCardinality(Int32) OK 73ms
/aggregate functions/entropy/Map(UInt8,UInt32) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),Nullable(Int64) OK 75ms
/aggregate functions/anyLast/LowCardinality(UInt64) OK 80ms
/aggregate functions/any/LowCardinality(Int64) OK 93ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),Nullable(Float64) OK 92ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),Nullable(Float32) OK 97ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/entropy/Map(UInt8,UInt64) OK 81ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),Nullable(DateTime) OK 79ms
/aggregate functions/anyLast/LowCardinality(UInt128) OK 82ms
/aggregate functions/any/LowCardinality(Int128) OK 96ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),Nullable(Date) OK 97ms
/aggregate functions/anyHeavy/Array(LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),LowCardinality(UInt64) OK 92ms
/aggregate functions/entropy/Map(UInt8,UInt128) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),LowCardinality(Int64) OK 84ms
/aggregate functions/anyLast/LowCardinality(Int8) OK 75ms
/aggregate functions/anyHeavy/Array(Array(String)) OK 83ms
/aggregate functions/any/LowCardinality(Float32) OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),LowCardinality(Float64) OK 93ms
/aggregate functions/entropy/Map(UInt8,Int8) OK 83ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),LowCardinality(Float32) OK 83ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),LowCardinality(DateTime) OK 83ms
/aggregate functions/anyLast/LowCardinality(Int16) OK 86ms
/aggregate functions/anyHeavy/Array(Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/any/LowCardinality(Float64) OK 109ms
/aggregate functions/entropy/Map(UInt8,Int16) OK 78ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),LowCardinality(Date) OK 102ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),Int64 OK 79ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),Float64 OK 90ms
/aggregate functions/anyLast/LowCardinality(Int32) OK 111ms
/aggregate functions/anyHeavy/Array(Tuple(String)) OK 75ms
/aggregate functions/entropy/Map(UInt8,Int32) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),Float32 OK 83ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),DateTime OK 96ms
/aggregate functions/any/LowCardinality(Date) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Nullable(Date),Date OK 85ms
/aggregate functions/anyLast/LowCardinality(Int64) OK 87ms
/aggregate functions/anyHeavy/LowCardinality(UInt8) OK 90ms
/aggregate functions/entropy/Map(UInt8,Int64) OK 77ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 81ms
/aggregate functions/any/LowCardinality(DateTime) OK 75ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 76ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 79ms
/aggregate functions/anyLast/LowCardinality(Int128) OK 82ms
/aggregate functions/anyHeavy/LowCardinality(UInt16) OK 81ms
/aggregate functions/entropy/Map(UInt8,Int128) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),Nullable(Float64) OK 80ms
/aggregate functions/any/LowCardinality(Bool) OK 76ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 84ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),Nullable(DateTime) OK 79ms
/aggregate functions/anyLast/LowCardinality(Float32) OK 93ms
/aggregate functions/anyHeavy/LowCardinality(UInt32) OK 80ms
/aggregate functions/entropy/Map(UInt8,Float32) OK 84ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),Nullable(Date) OK 88ms
/aggregate functions/any/LowCardinality(String) OK 78ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 79ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 82ms
/aggregate functions/anyHeavy/LowCardinality(UInt64) OK 91ms
/aggregate functions/anyLast/LowCardinality(Float64) OK 94ms
/aggregate functions/entropy/Map(UInt8,Float64) OK 90ms
/aggregate functions/any/LowCardinality(FixedString(51)) OK 84ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float64) OK 85ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 82ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),LowCardinality(DateTime) OK 79ms
/aggregate functions/anyHeavy/LowCardinality(UInt128) OK 89ms
/aggregate functions/anyLast/LowCardinality(Date) OK 96ms
/aggregate functions/entropy/Map(UInt8,Decimal128(38)) OK 102ms
/aggregate functions/any/LowCardinality(UUID) OK 82ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Date) OK 82ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),Int64 OK 85ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),Float64 OK 85ms
/aggregate functions/anyHeavy/LowCardinality(Int8) OK 101ms
/aggregate functions/any/LowCardinality(Nullable(UInt8)) OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),Float32 OK 139ms
/aggregate functions/anyLast/LowCardinality(DateTime) OK 83ms
/aggregate functions/entropy/Map(UInt8,Date) OK 125ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),DateTime OK 118ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(UInt64),Date OK 121ms
/aggregate functions/any/LowCardinality(Nullable(UInt16)) OK 111ms
/aggregate functions/anyLast/LowCardinality(Bool) OK 102ms
/aggregate functions/anyHeavy/LowCardinality(Int16) OK 100ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),UInt64 OK 89ms
/aggregate functions/entropy/Map(UInt8,DateTime) OK 92ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 94ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 76ms
/aggregate functions/anyLast/LowCardinality(String) OK 102ms
/aggregate functions/anyHeavy/LowCardinality(Int32) OK 97ms
/aggregate functions/any/LowCardinality(Nullable(UInt32)) OK 78ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),Nullable(Float64) OK 81ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 82ms
/aggregate functions/entropy/Map(UInt8,DateTime64(3)) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),Nullable(DateTime) OK 83ms
/aggregate functions/any/LowCardinality(Nullable(UInt64)) OK 81ms
/aggregate functions/anyHeavy/LowCardinality(Int64) OK 97ms
/aggregate functions/anyLast/LowCardinality(FixedString(51)) OK 104ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),Nullable(Date) OK 83ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 94ms
/aggregate functions/entropy/Map(UInt8,Bool) OK 81ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 87ms
/aggregate functions/any/LowCardinality(Nullable(UInt128)) OK 126ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float64) OK 123ms
/aggregate functions/anyHeavy/LowCardinality(Int128) OK 108ms
/aggregate functions/entropy/Map(UInt8,String) OK 100ms
/aggregate functions/anyLast/LowCardinality(UUID) OK 107ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 99ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),LowCardinality(DateTime) OK 92ms
/aggregate functions/any/LowCardinality(Nullable(Int8)) OK 102ms
/aggregate functions/entropy/Map(UInt8,FixedString(51)) OK 90ms
/aggregate functions/anyHeavy/LowCardinality(Float32) OK 113ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),LowCardinality(Date) OK 97ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),Int64 OK 101ms
/aggregate functions/anyLast/LowCardinality(Nullable(UInt8)) OK 101ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),Float64 OK 82ms
/aggregate functions/entropy/Map(UInt8,UUID) OK 83ms
/aggregate functions/any/LowCardinality(Nullable(Int16)) OK 83ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),Float32 OK 83ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),DateTime OK 113ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Int64),Date OK 111ms
/aggregate functions/anyLast/LowCardinality(Nullable(UInt16)) OK 105ms
/aggregate functions/anyHeavy/LowCardinality(Float64) OK 106ms
/aggregate functions/entropy/Map(UInt8,Nullable(UInt8)) OK 81ms
/aggregate functions/any/LowCardinality(Nullable(Int32)) OK 96ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),UInt64 OK 69ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),Nullable(UInt64) OK 80ms
/aggregate functions/anyLast/LowCardinality(Nullable(UInt32)) OK 90ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),Nullable(Int64) OK 81ms
/aggregate functions/anyHeavy/LowCardinality(Date) OK 71ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),Nullable(Float64) OK 79ms
/aggregate functions/entropy/Map(UInt8,Nullable(UInt16)) OK 84ms
/aggregate functions/any/LowCardinality(Nullable(Int64)) OK 78ms
/aggregate functions/anyHeavy/LowCardinality(DateTime) OK 101ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),Nullable(Float32) OK 84ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),Nullable(DateTime) OK 104ms
/aggregate functions/anyLast/LowCardinality(Nullable(UInt64)) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),Nullable(Date) OK 79ms
/aggregate functions/entropy/Map(UInt8,Nullable(UInt32)) OK 76ms
/aggregate functions/any/LowCardinality(Nullable(Int128)) OK 80ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),LowCardinality(UInt64) OK 80ms
/aggregate functions/anyLast/LowCardinality(Nullable(UInt128)) OK 112ms
/aggregate functions/anyHeavy/LowCardinality(Bool) OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),LowCardinality(Int64) OK 82ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float64) OK 88ms
/aggregate functions/entropy/Map(UInt8,Nullable(UInt64)) OK 137ms
/aggregate functions/any/LowCardinality(Nullable(Float32)) OK 120ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float32) OK 95ms
/aggregate functions/anyHeavy/LowCardinality(String) OK 78ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),LowCardinality(DateTime) OK 127ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),LowCardinality(Date) OK 114ms
/aggregate functions/anyLast/LowCardinality(Nullable(Int8)) OK 140ms
/aggregate functions/any/LowCardinality(Nullable(Float64)) OK 94ms
/aggregate functions/entropy/Map(UInt8,Nullable(UInt128)) OK 81ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),Int64 OK 93ms
/aggregate functions/anyHeavy/LowCardinality(FixedString(51)) OK 150ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),Float64 OK 109ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),Float32 OK 102ms
/aggregate functions/entropy/Map(UInt8,Nullable(Int8)) OK 117ms
/aggregate functions/anyLast/LowCardinality(Nullable(Int16)) OK 146ms
/aggregate functions/any/LowCardinality(Nullable(Date)) OK 133ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),DateTime OK 141ms
/aggregate functions/anyHeavy/LowCardinality(UUID) OK 90ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float64),Date OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),UInt64 OK 102ms
/aggregate functions/entropy/Map(UInt8,Nullable(Int16)) OK 95ms
/aggregate functions/any/LowCardinality(Nullable(DateTime)) OK 92ms
/aggregate functions/anyLast/LowCardinality(Nullable(Int32)) OK 93ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 86ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(UInt8)) OK 96ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),Nullable(Float64) OK 81ms
/aggregate functions/entropy/Map(UInt8,Nullable(Int32)) OK 84ms
/aggregate functions/any/LowCardinality(Nullable(Bool)) OK 89ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 78ms
/aggregate functions/anyLast/LowCardinality(Nullable(Int64)) OK 101ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),Nullable(DateTime) OK 83ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(UInt16)) OK 76ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),Nullable(Date) OK 83ms
/aggregate functions/entropy/Map(UInt8,Nullable(Int64)) OK 85ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 86ms
/aggregate functions/any/LowCardinality(Nullable(String)) OK 94ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(UInt32)) OK 102ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 86ms
/aggregate functions/anyLast/LowCardinality(Nullable(Int128)) OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float64) OK 93ms
/aggregate functions/entropy/Map(UInt8,Nullable(Int128)) OK 94ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 156ms
/aggregate functions/any/LowCardinality(Nullable(FixedString(51))) OK 129ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),LowCardinality(DateTime) OK 135ms
/aggregate functions/anyLast/LowCardinality(Nullable(Float32)) OK 111ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(UInt64)) OK 122ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),LowCardinality(Date) OK 119ms
/aggregate functions/entropy/Map(UInt8,Nullable(Float32)) OK 134ms
/aggregate functions/anyLast/LowCardinality(Nullable(Float64)) OK 108ms
/aggregate functions/any/LowCardinality(Nullable(UUID)) OK 95ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),Int64 OK 105ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),Float64 OK 96ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(UInt128)) OK 108ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),Float32 OK 100ms
/aggregate functions/entropy/Map(UInt8,Nullable(Float64)) OK 84ms
/aggregate functions/any/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 829ms
/aggregate functions/anyLast/LowCardinality(Nullable(Date)) OK 165ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),DateTime OK 147ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Float32),Date OK 133ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),UInt64 OK 145ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(Int8)) OK 108ms
/aggregate functions/entropy/Map(UInt8,Nullable(Decimal128(38))) OK 116ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(Int16)) OK 102ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),Nullable(UInt64) OK 116ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),Nullable(Int64) OK 112ms
/aggregate functions/entropy/Map(UInt8,Nullable(Date)) OK 114ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),Nullable(Float64) OK 113ms
/aggregate functions/anyLast/LowCardinality(Nullable(DateTime)) OK 92ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(Int32)) OK 72ms
/aggregate functions/anyLast/LowCardinality(Nullable(Bool)) OK 108ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),Nullable(Float32) OK 115ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),Nullable(DateTime) OK 115ms
/aggregate functions/entropy/Map(UInt8,Nullable(DateTime)) OK 105ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),Nullable(Date) OK 98ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(Int64)) OK 84ms
/aggregate functions/anyLast/LowCardinality(Nullable(String)) OK 110ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),LowCardinality(UInt64) OK 91ms
/aggregate functions/entropy/Map(UInt8,Nullable(DateTime64(3))) OK 99ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Int64) OK 235ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float64) OK 246ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(Int128)) OK 82ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float32) OK 254ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(Float32)) OK 259ms
/aggregate functions/entropy/Map(UInt8,Nullable(Bool)) OK 263ms
/aggregate functions/anyLast/LowCardinality(Nullable(FixedString(51))) OK 254ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),LowCardinality(DateTime) OK 143ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Date) OK 127ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),Int64 OK 84ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(Float64)) OK 85ms
/aggregate functions/anyLast/LowCardinality(Nullable(UUID)) OK 91ms
/aggregate functions/entropy/Map(UInt8,Nullable(String)) OK 86ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),Float64 OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),Float32 OK 79ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),DateTime OK 94ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(Date)) OK 111ms
/aggregate functions/exponentialMovingAverage OK 14s 202ms
/aggregate functions/exponentialMovingAverage/constant OK 73ms
/aggregate functions/anyLast/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 708ms
/aggregate functions/entropy/Map(UInt8,Nullable(FixedString(51))) OK 105ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(DateTime),Date OK 102ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),UInt64 OK 98ms
/aggregate functions/exponentialMovingAverage/zero rows OK 43ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),Nullable(UInt64) OK 88ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(DateTime)) OK 112ms
/aggregate functions/entropy/Map(UInt8,Nullable(UUID)) OK 116ms
/aggregate functions/exponentialMovingAverage/single row OK 47ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),Nullable(Int64) OK 109ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),Nullable(Float64) OK 111ms
/aggregate functions/exponentialMovingAverage/with group by OK 68ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),Nullable(Float32) OK 106ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(Bool)) OK 107ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(UInt8)) OK 93ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),Nullable(DateTime) OK 86ms
/aggregate functions/exponentialMovingAverage/some negative values OK 46ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),Nullable(Date) OK 78ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),LowCardinality(UInt64) OK 80ms
/aggregate functions/exponentialMovingAverage/NULL value handling OK 51ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),LowCardinality(Int64) OK 103ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),LowCardinality(Float64) OK 90ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(UInt16)) OK 88ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(String)) OK 108ms
/aggregate functions/exponentialMovingAverage/single NULL value OK 55ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),LowCardinality(Float32) OK 86ms
/aggregate functions/exponentialMovingAverage/inf, -inf, nan OK 719ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),LowCardinality(DateTime) OK 79ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(UInt32)) OK 86ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),LowCardinality(Date) OK 84ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(FixedString(51))) OK 124ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),Int64 OK 116ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),Float64 OK 166ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(UInt64)) OK 182ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),Float32 OK 158ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),DateTime OK 106ms
/aggregate functions/anyHeavy/LowCardinality(Nullable(UUID)) OK 109ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/LowCardinality(Date),Date OK 123ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,UInt64 OK 139ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,Nullable(UInt64) OK 117ms
/aggregate functions/anyHeavy/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 656ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(UInt128)) OK 131ms
/aggregate functions/first_value OK 2m 24s
/aggregate functions/first_value/constant OK 89ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,Nullable(Int64) OK 112ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,Nullable(Float64) OK 124ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,Nullable(Float32) OK 135ms
/aggregate functions/first_value/zero rows OK 62ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Int8)) OK 108ms
/aggregate functions/first_value/single row OK 74ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,Nullable(DateTime) OK 97ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,Nullable(Date) OK 84ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Int16)) OK 75ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,LowCardinality(UInt64) OK 118ms
/aggregate functions/first_value/with group by OK 85ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,LowCardinality(Int64) OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,LowCardinality(Float64) OK 91ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Int32)) OK 75ms
/aggregate functions/first_value/NULL value handling OK 52ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,LowCardinality(Float32) OK 85ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Int64)) OK 77ms
/aggregate functions/first_value/single NULL value OK 57ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,LowCardinality(DateTime) OK 79ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,LowCardinality(Date) OK 124ms
/aggregate functions/exponentialMovingAverage/return type OK 47ms
/aggregate functions/first_value/string that ends with \0 OK 69ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,Int64 OK 73ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Int128)) OK 97ms
/aggregate functions/exponentialMovingAverage/example OK 79ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,Float64 OK 121ms
/aggregate functions/first_value/inf OK 62ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,Float32 OK 78ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,DateTime OK 80ms
/aggregate functions/exponentialMovingAverage/datatypes OK 12s 968ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,UInt8 OK 532ms
/aggregate functions/exponentialMovingAverage/datatypes/UInt8,Float64 OK 1s 20ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,UInt16 OK 1s 521ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Float32)) OK 1s 519ms
/aggregate functions/first_value/-inf OK 1s 449ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Int64,Date OK 1s 466ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,UInt64 OK 1s 464ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,Nullable(UInt64) OK 1s 463ms
/aggregate functions/groupArray OK 2m 25s
/aggregate functions/groupArray/constant OK 1s 409ms
/aggregate functions/exponentialMovingAverage/datatypes/UInt16,Float64 OK 989ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,UInt32 OK 493ms
/aggregate functions/first_value/nan OK 97ms
/aggregate functions/groupArray/zero rows OK 82ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,Nullable(Int64) OK 119ms
/aggregate functions/exponentialMovingAverage/datatypes/UInt32,Float64 OK 106ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,Nullable(Float64) OK 87ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,UInt64 OK 162ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,Nullable(Float32) OK 115ms
/aggregate functions/exponentialMovingAverage/datatypes/UInt64,Float64 OK 97ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Float64)) OK 81ms
/aggregate functions/first_value/UInt8 OK 117ms
/aggregate functions/groupArray/with group by OK 101ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,Nullable(DateTime) OK 88ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Date)) OK 82ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Int8 OK 144ms
/aggregate functions/exponentialMovingAverage/datatypes/Int8,Float64 OK 135ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,Nullable(Date) OK 166ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,LowCardinality(UInt64) OK 155ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Int16 OK 117ms
/aggregate functions/groupArray/some negative values OK 70ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,LowCardinality(Int64) OK 89ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(DateTime)) OK 83ms
/aggregate functions/first_value/UInt16 OK 90ms
/aggregate functions/groupArray/first non-NULL value OK 49ms
/aggregate functions/exponentialMovingAverage/datatypes/Int16,Float64 OK 97ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Int32 OK 99ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Bool)) OK 138ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,LowCardinality(Float64) OK 118ms
/aggregate functions/first_value/UInt32 OK 123ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,LowCardinality(Float32) OK 126ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,LowCardinality(DateTime) OK 116ms
/aggregate functions/exponentialMovingAverage/datatypes/Int32,Float64 OK 121ms
/aggregate functions/groupArray/NULL for all rows OK 44ms
/aggregate functions/groupArray/return type OK 75ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Int64 OK 76ms
/aggregate functions/exponentialMovingAverage/datatypes/Int64,Float64 OK 74ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,LowCardinality(Date) OK 96ms
/aggregate functions/first_value/UInt64 OK 111ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,Int64 OK 122ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(String)) OK 99ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,Float64 OK 85ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Float32 OK 109ms
/aggregate functions/groupArray/with another aggregate function OK 44ms
/aggregate functions/exponentialMovingAverage/datatypes/Float32,Float64 OK 106ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Float64 OK 97ms
/aggregate functions/groupArray/with another aggregate function and group by OK 75ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,Float32 OK 85ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,DateTime OK 76ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(FixedString(51))) OK 118ms
/aggregate functions/first_value/UInt128 OK 132ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Float64 OK 119ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float64,Date OK 123ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Decimal128(38) OK 109ms
/aggregate functions/exponentialMovingAverage/datatypes/Decimal128(38),Float64 OK 98ms
/aggregate functions/groupArray/string that ends with \0 OK 64ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,UInt64 OK 97ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,Nullable(UInt64) OK 90ms
/aggregate functions/groupArray/inf OK 55ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(UUID)) OK 112ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(UInt8) OK 117ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(UInt8),Float64 OK 116ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(UInt16) OK 102ms
/aggregate functions/first_value/Int8 OK 114ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,Nullable(Int64) OK 116ms
/aggregate functions/groupArray/-inf OK 78ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,Nullable(Float64) OK 103ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,Nullable(Float32) OK 91ms
/aggregate functions/groupArray/nan OK 64ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 159ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(UInt16),Float64 OK 121ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(UInt32) OK 149ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(UInt32),Float64 OK 143ms
/aggregate functions/first_value/Int16 OK 138ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,Nullable(DateTime) OK 137ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,Nullable(Date) OK 131ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,LowCardinality(UInt64) OK 129ms
/aggregate functions/groupArray/UInt8 OK 113ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(UInt64) OK 98ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,LowCardinality(Int64) OK 122ms
/aggregate functions/first_value/Int32 OK 124ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,LowCardinality(Float64) OK 125ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 107ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(UInt64),Float64 OK 98ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,LowCardinality(Float32) OK 116ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(Int8) OK 112ms
/aggregate functions/groupArray/UInt16 OK 79ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(Int8),Float64 OK 106ms
/aggregate functions/groupArray/UInt32 OK 133ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(Int16) OK 142ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 128ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(Int16),Float64 OK 116ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,LowCardinality(DateTime) OK 123ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,LowCardinality(Date) OK 123ms
/aggregate functions/first_value/Int64 OK 115ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,Int64 OK 108ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(Int32) OK 116ms
/aggregate functions/groupArray/UInt64 OK 115ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(Int32),Float64 OK 117ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,Float64 OK 125ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 98ms
/aggregate functions/first_value/Int128 OK 110ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,Float32 OK 122ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(Int64) OK 114ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,DateTime OK 117ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(Int64),Float64 OK 85ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 140ms
/aggregate functions/groupArray/UInt128 OK 140ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(Float32) OK 163ms
/aggregate functions/first_value/Float32 OK 121ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(Float32),Float64 OK 121ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Float32,Date OK 147ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,UInt64 OK 115ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,Nullable(UInt64) OK 99ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(Float64) OK 135ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,Nullable(Int64) OK 107ms
/aggregate functions/first_value/Float64 OK 102ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,Nullable(Float64) OK 109ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(Float64),Float64 OK 111ms
/aggregate functions/groupArray/Int8 OK 75ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,Nullable(Decimal128(38)) OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,Nullable(Float32) OK 92ms
/aggregate functions/exponentialMovingAverage/datatypes/Nullable(Decimal128(38)),Float64 OK 89ms
/aggregate functions/groupArray/Int16 OK 99ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(Int16))) OK 91ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,Nullable(DateTime) OK 123ms
/aggregate functions/first_value/Decimal128(38) OK 112ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,Nullable(Date) OK 117ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(UInt8) OK 119ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(UInt8),Float64 OK 96ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,LowCardinality(UInt64) OK 93ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(UInt16) OK 96ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/groupArray/Int32 OK 89ms
/aggregate functions/first_value/Date OK 107ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(UInt16),Float64 OK 92ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,LowCardinality(Int64) OK 108ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,LowCardinality(Float64) OK 116ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(UInt32) OK 89ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,LowCardinality(Float32) OK 103ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(UInt32),Float64 OK 99ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(Int64))) OK 89ms
/aggregate functions/groupArray/Int64 OK 106ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(UInt64) OK 84ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(UInt64),Float64 OK 104ms
/aggregate functions/first_value/DateTime OK 108ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,LowCardinality(DateTime) OK 114ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,LowCardinality(Date) OK 102ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Int8) OK 109ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,Int64 OK 119ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(Int128))) OK 96ms
/aggregate functions/groupArray/Int128 OK 85ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Int8),Float64 OK 80ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Int16) OK 77ms
/aggregate functions/first_value/DateTime64(3) OK 88ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,Float64 OK 112ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,Float32 OK 124ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Int16),Float64 OK 118ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(Float32))) OK 107ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,DateTime OK 104ms
/aggregate functions/groupArray/Float32 OK 102ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Int32) OK 98ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Int32),Float64 OK 90ms
/aggregate functions/first_value/Bool OK 121ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/DateTime,Date OK 98ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,UInt64 OK 94ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Int64) OK 105ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,Nullable(UInt64) OK 109ms
/aggregate functions/groupArray/Float64 OK 92ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Int64),Float64 OK 100ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Float32) OK 94ms
/aggregate functions/first_value/String OK 89ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,Nullable(Int64) OK 94ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(Date))) OK 110ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,Nullable(Float64) OK 94ms
/aggregate functions/groupArray/Decimal128(38) OK 92ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Float32),Float64 OK 107ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Float64) OK 111ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,Nullable(Float32) OK 94ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Float64),Float64 OK 98ms
/aggregate functions/first_value/FixedString(51) OK 137ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,Nullable(DateTime) OK 126ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,Nullable(Date) OK 145ms
/aggregate functions/groupArray/Date OK 119ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 109ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,LowCardinality(UInt64) OK 136ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 132ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 124ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 111ms
/aggregate functions/first_value/UUID OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,LowCardinality(Int64) OK 79ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/groupArray/DateTime OK 90ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,LowCardinality(Float64) OK 90ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 107ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,LowCardinality(Float32) OK 107ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 82ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,LowCardinality(DateTime) OK 96ms
/aggregate functions/first_value/Map(UInt8,UInt8) OK 124ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(String))) OK 90ms
/aggregate functions/groupArray/DateTime64(3) OK 118ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 131ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,LowCardinality(Date) OK 98ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 129ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 114ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,Int64 OK 109ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,Float64 OK 87ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/first_value/Map(UInt8,UInt16) OK 104ms
/aggregate functions/groupArray/Bool OK 105ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,Float32 OK 113ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 168ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 160ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 152ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,DateTime OK 155ms
/aggregate functions/entropy/Map(UInt8,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/deltaSumTimestamp/datatypes/permutations/Date,Date OK 146ms
/aggregate functions/first_value/Map(UInt8,UInt32) OK 103ms
/aggregate functions/groupArray/String OK 99ms
/aggregate functions/entropy/Map(UInt8,Array(String)) OK 143ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 97ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 101ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 91ms
/aggregate functions/first_value/Map(UInt8,UInt64) OK 84ms
/aggregate functions/groupArray/FixedString(51) OK 91ms
/aggregate functions/groupArrayInsertAt OK 8s 99ms
/aggregate functions/groupArrayInsertAt/constant OK 64ms
/aggregate functions/groupArrayInsertAt/zero rows OK 79ms
/aggregate functions/entropy/Map(UInt8,Map(String,LowCardinality(Float64))) OK 105ms
/aggregate functions/first_value/Map(UInt8,UInt128) OK 78ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 81ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 98ms
/aggregate functions/groupArray/UUID OK 97ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 78ms
/aggregate functions/groupArrayInsertAt/single row OK 44ms
/aggregate functions/first_value/Map(UInt8,Int8) OK 88ms
/aggregate functions/exponentialMovingAverage/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 83ms
/aggregate functions/exponentialMovingAverage/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 86ms
/aggregate functions/entropy/Map(UInt8,Tuple(String)) OK 188ms
/aggregate functions/groupArray/Map(UInt8,UInt8) OK 427ms
/aggregate functions/groupArrayInsertAt/with group by OK 41ms
/aggregate functions/groupArrayInsertAt/some negative values OK 393ms
/aggregate functions/first_value/Map(UInt8,Int16) OK 421ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations OK 8s 530ms
/aggregate functions/entropy/Map(UInt16,UInt8) OK 423ms
/aggregate functions/groupArray/Map(UInt8,UInt16) OK 348ms
/aggregate functions/groupArrayInsertAt/NULL value handling OK 340ms
/aggregate functions/first_value/Map(UInt8,Int32) OK 307ms
/aggregate functions/entropy/Map(UInt16,UInt16) OK 227ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,UInt64 OK 570ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,Nullable(UInt64) OK 960ms
/aggregate functions/groupArray/Map(UInt8,UInt32) OK 960ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 372ms
/aggregate functions/groupArrayInsertAt/single NULL value OK 1s 314ms
/aggregate functions/first_value/Map(UInt8,Int64) OK 1s 320ms
/aggregate functions/entropy/Map(UInt16,UInt32) OK 1s 290ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,Nullable(Float32) OK 806ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,Nullable(Decimal128(38)) OK 403ms
/aggregate functions/groupArray/Map(UInt8,UInt64) OK 394ms
/aggregate functions/groupArrayInsertAt/inf OK 50ms
/aggregate functions/first_value/Map(UInt8,Int128) OK 121ms
/aggregate functions/groupArray/Map(UInt8,UInt128) OK 115ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 112ms
/aggregate functions/entropy/Map(UInt16,UInt64) OK 112ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,LowCardinality(Int64) OK 94ms
/aggregate functions/groupArrayInsertAt/-inf OK 43ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,LowCardinality(Float32) OK 114ms
/aggregate functions/groupArrayInsertAt/nan OK 80ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,Int64 OK 87ms
/aggregate functions/groupArray/Map(UInt8,Int8) OK 89ms
/aggregate functions/first_value/Map(UInt8,Float32) OK 123ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,Float32 OK 127ms
/aggregate functions/entropy/Map(UInt16,UInt128) OK 130ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/UInt64,Decimal128(38) OK 111ms
/aggregate functions/groupArrayInsertAt/return type OK 51ms
/aggregate functions/groupArrayInsertAt/example OK 74ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),UInt64 OK 287ms
/aggregate functions/groupArray/Map(UInt8,Int16) OK 197ms
/aggregate functions/first_value/Map(UInt8,Float64) OK 194ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 276ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 179ms
/aggregate functions/entropy/Map(UInt16,Int8) OK 207ms
/aggregate functions/groupArrayInsertAt/datatypes OK 5s 501ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations OK 5s 500ms
/aggregate functions/groupArray/Map(UInt8,Int32) OK 363ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 473ms
/aggregate functions/first_value/Map(UInt8,Decimal128(38)) OK 380ms
/aggregate functions/entropy/Map(UInt16,Int16) OK 327ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),Nullable(Decimal128(38)) OK 463ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 452ms
/aggregate functions/groupArray/Map(UInt8,Int64) OK 313ms
/aggregate functions/entropy/Map(UInt16,Int32) OK 300ms
/aggregate functions/first_value/Map(UInt8,Date) OK 278ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 248ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 206ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),Int64 OK 184ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/UInt64,UInt64 OK 513ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/UInt64,Nullable(UInt64) OK 967ms
/aggregate functions/groupArray/Map(UInt8,Int128) OK 967ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 1s 547ms
/aggregate functions/entropy/Map(UInt16,Int64) OK 1s 543ms
/aggregate functions/first_value/Map(UInt8,DateTime) OK 1s 536ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),Float32 OK 1s 479ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(UInt64),Decimal128(38) OK 1s 469ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),UInt64 OK 1s 438ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/String,UInt64 OK 1s 42ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/String,Nullable(UInt64) OK 554ms
/aggregate functions/groupArray/Map(UInt8,Float32) OK 573ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/String,LowCardinality(UInt64) OK 137ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 142ms
/aggregate functions/groupArray/Map(UInt8,Float64) OK 95ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 95ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 133ms
/aggregate functions/entropy/Map(UInt16,Int128) OK 132ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(UInt64),UInt64 OK 137ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 93ms
/aggregate functions/first_value/Map(UInt8,DateTime64(3)) OK 101ms
/aggregate functions/groupArray/Map(UInt8,Decimal128(38)) OK 105ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),Nullable(Decimal128(38)) OK 92ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 86ms
/aggregate functions/first_value/Map(UInt8,Bool) OK 103ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(String),UInt64 OK 95ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 86ms
/aggregate functions/entropy/Map(UInt16,Float32) OK 92ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 89ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(String),Nullable(UInt64) OK 78ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(String),LowCardinality(UInt64) OK 93ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 128ms
/aggregate functions/groupArray/Map(UInt8,Date) OK 112ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),Int64 OK 120ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Int64),UInt64 OK 120ms
/aggregate functions/first_value/Map(UInt8,String) OK 118ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 117ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),Float32 OK 88ms
/aggregate functions/entropy/Map(UInt16,Float64) OK 112ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 76ms
/aggregate functions/groupArray/Map(UInt8,DateTime) OK 108ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Int64),Decimal128(38) OK 128ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),UInt64 OK 120ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 128ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Float64),UInt64 OK 103ms
/aggregate functions/first_value/Map(UInt8,FixedString(51)) OK 120ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Float64),Nullable(UInt64) OK 144ms
/aggregate functions/entropy/Map(UInt16,Decimal128(38)) OK 144ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Float64),LowCardinality(UInt64) OK 78ms
/aggregate functions/groupArray/Map(UInt8,DateTime64(3)) OK 77ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Float32),UInt64 OK 93ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 148ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 148ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 136ms
/aggregate functions/first_value/Map(UInt8,UUID) OK 129ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),Nullable(Decimal128(38)) OK 122ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 106ms
/aggregate functions/entropy/Map(UInt16,Date) OK 108ms
/aggregate functions/groupArray/Map(UInt8,Bool) OK 90ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(FixedString(51)),UInt64 OK 123ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 130ms
/aggregate functions/first_value/Map(UInt8,Nullable(UInt8)) OK 105ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 115ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(FixedString(51)),Nullable(UInt64) OK 96ms
/aggregate functions/groupArray/Map(UInt8,String) OK 124ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 115ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(FixedString(51)),LowCardinality(UInt64) OK 110ms
/aggregate functions/entropy/Map(UInt16,DateTime) OK 118ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Decimal128(38)),UInt64 OK 94ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Decimal128(38)),Nullable(UInt64) OK 83ms
/aggregate functions/first_value/Map(UInt8,Nullable(UInt16)) OK 141ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),Int64 OK 114ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(UInt64) OK 86ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),Float32 OK 115ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Float32),Decimal128(38) OK 84ms
/aggregate functions/groupArray/Map(UInt8,FixedString(51)) OK 122ms
/aggregate functions/entropy/Map(UInt16,DateTime64(3)) OK 110ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(DateTime),UInt64 OK 97ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(DateTime),Nullable(UInt64) OK 89ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(DateTime),LowCardinality(UInt64) OK 84ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),UInt64 OK 82ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),Nullable(UInt64) OK 103ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Int64) OK 103ms
/aggregate functions/entropy/Map(UInt16,Bool) OK 112ms
/aggregate functions/first_value/Map(UInt8,Nullable(UInt32)) OK 102ms
/aggregate functions/groupArray/Map(UInt8,UUID) OK 117ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Date),UInt64 OK 107ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Date),Nullable(UInt64) OK 90ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Nullable(Date),LowCardinality(UInt64) OK 83ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Float32) OK 115ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Decimal128(38)) OK 139ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(UInt64) OK 124ms
/aggregate functions/first_value/Map(UInt8,Nullable(UInt64)) OK 128ms
/aggregate functions/entropy/Map(UInt16,String) OK 125ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Map(String,LowCardinality(Float64)),UInt64 OK 116ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(UInt64) OK 98ms
/aggregate functions/groupArray/Map(UInt8,Nullable(UInt8)) OK 96ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(UInt64) OK 108ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Int64) OK 112ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 179ms
/aggregate functions/groupArray/Map(UInt8,Nullable(UInt16)) OK 114ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Float32) OK 171ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),Int64 OK 108ms
/aggregate functions/first_value/Map(UInt8,Nullable(UInt128)) OK 93ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 147ms
/aggregate functions/entropy/Map(UInt16,FixedString(51)) OK 152ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 153ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),Float32 OK 125ms
/aggregate functions/first_value/Map(UInt8,Nullable(Int8)) OK 185ms
/aggregate functions/groupArray/Map(UInt8,Nullable(UInt32)) OK 161ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Nullable(Decimal128(38)),Decimal128(38) OK 182ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(String),UInt64 OK 135ms
/aggregate functions/entropy/Map(UInt16,UUID) OK 103ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(String),Nullable(UInt64) OK 122ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 104ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(String),LowCardinality(UInt64) OK 112ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 113ms
/aggregate functions/entropy/Map(UInt16,Nullable(UInt8)) OK 129ms
/aggregate functions/groupArray/Map(UInt8,Nullable(UInt64)) OK 122ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 108ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Int64),UInt64 OK 118ms
/aggregate functions/first_value/Map(UInt8,Nullable(Int16)) OK 81ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 91ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 97ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 105ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),Nullable(Decimal128(38)) OK 106ms
/aggregate functions/first_value/Map(UInt8,Nullable(Int32)) OK 139ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Float64),UInt64 OK 134ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 130ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 106ms
/aggregate functions/groupArray/Map(UInt8,Nullable(UInt128)) OK 97ms
/aggregate functions/entropy/Map(UInt16,Nullable(UInt16)) OK 114ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Float64),Nullable(UInt64) OK 97ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 77ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Float64),LowCardinality(UInt64) OK 79ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),Int64 OK 218ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Float32),UInt64 OK 235ms
/aggregate functions/groupArray/Map(UInt8,Nullable(Int8)) OK 223ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),Float32 OK 168ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 172ms
/aggregate functions/first_value/Map(UInt8,Nullable(Int64)) OK 200ms
/aggregate functions/entropy/Map(UInt16,Nullable(UInt32)) OK 169ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(UInt64),Decimal128(38) OK 198ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 205ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),UInt64 OK 144ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(FixedString(51)),UInt64 OK 170ms
/aggregate functions/entropy/Map(UInt16,Nullable(UInt64)) OK 163ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 141ms
/aggregate functions/first_value/Map(UInt8,Nullable(Int128)) OK 114ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 102ms
/aggregate functions/groupArray/Map(UInt8,Nullable(Int16)) OK 111ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(FixedString(51)),Nullable(UInt64) OK 111ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(FixedString(51)),LowCardinality(UInt64) OK 119ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 92ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),Nullable(Decimal128(38)) OK 131ms
/aggregate functions/first_value/Map(UInt8,Nullable(Float32)) OK 128ms
/aggregate functions/groupArray/Map(UInt8,Nullable(Int32)) OK 128ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(DateTime),UInt64 OK 114ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 119ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(DateTime),Nullable(UInt64) OK 90ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(DateTime),LowCardinality(UInt64) OK 97ms
/aggregate functions/entropy/Map(UInt16,Nullable(UInt128)) OK 104ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 96ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Date),UInt64 OK 136ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Date),Nullable(UInt64) OK 129ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/LowCardinality(Date),LowCardinality(UInt64) OK 117ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 108ms
/aggregate functions/entropy/Map(UInt16,Nullable(Int8)) OK 117ms
/aggregate functions/first_value/Map(UInt8,Nullable(Float64)) OK 95ms
/aggregate functions/groupArray/Map(UInt8,Nullable(Int64)) OK 93ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),Int64 OK 81ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),Float32 OK 78ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Int64),Decimal128(38) OK 134ms
/aggregate functions/first_value/Map(UInt8,Nullable(Decimal128(38))) OK 131ms
/aggregate functions/groupArray/Map(UInt8,Nullable(Int128)) OK 115ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),UInt64 OK 99ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Int64,UInt64 OK 88ms
/aggregate functions/entropy/Map(UInt16,Nullable(Int16)) OK 104ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Int64,Nullable(UInt64) OK 121ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Int64,LowCardinality(UInt64) OK 113ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 87ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Float64,UInt64 OK 123ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 119ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 126ms
/aggregate functions/groupArray/Map(UInt8,Nullable(Float32)) OK 136ms
/aggregate functions/entropy/Map(UInt16,Nullable(Int32)) OK 128ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),Nullable(Decimal128(38)) OK 108ms
/aggregate functions/first_value/Map(UInt8,Nullable(Date)) OK 114ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Float64,Nullable(UInt64) OK 111ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Float64,LowCardinality(UInt64) OK 96ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 100ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Float32,UInt64 OK 126ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 111ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Float32,Nullable(UInt64) OK 103ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 97ms
/aggregate functions/first_value/Map(UInt8,Nullable(DateTime)) OK 112ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Float32,LowCardinality(UInt64) OK 113ms
/aggregate functions/entropy/Map(UInt16,Nullable(Int64)) OK 83ms
/aggregate functions/groupArray/Map(UInt8,Nullable(Float64)) OK 102ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),Int64 OK 136ms
/aggregate functions/entropy/Map(UInt16,Nullable(Int128)) OK 103ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),Float32 OK 128ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/FixedString(51),UInt64 OK 94ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/LowCardinality(Float32),Decimal128(38) OK 96ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/FixedString(51),Nullable(UInt64) OK 97ms
/aggregate functions/groupArray/Map(UInt8,Nullable(Decimal128(38))) OK 114ms
/aggregate functions/first_value/Map(UInt8,Nullable(DateTime64(3))) OK 107ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/FixedString(51),LowCardinality(UInt64) OK 93ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Decimal128(38),UInt64 OK 126ms
/aggregate functions/entropy/Map(UInt16,Nullable(Float32)) OK 126ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,UInt64 OK 146ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Decimal128(38),Nullable(UInt64) OK 125ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Decimal128(38),LowCardinality(UInt64) OK 138ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,Nullable(UInt64) OK 125ms
/aggregate functions/first_value/Map(UInt8,Nullable(Bool)) OK 104ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,Nullable(Int64) OK 111ms
/aggregate functions/groupArray/Map(UInt8,Nullable(Date)) OK 115ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/DateTime,UInt64 OK 137ms
/aggregate functions/entropy/Map(UInt16,Nullable(Float64)) OK 110ms
/aggregate functions/first_value/Map(UInt8,Nullable(String)) OK 132ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/DateTime,Nullable(UInt64) OK 96ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,Nullable(Float32) OK 110ms
/aggregate functions/groupArray/Map(UInt8,Nullable(DateTime)) OK 112ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,Nullable(Decimal128(38)) OK 78ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,LowCardinality(UInt64) OK 90ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/DateTime,LowCardinality(UInt64) OK 102ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,LowCardinality(Int64) OK 89ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Date,UInt64 OK 95ms
/aggregate functions/entropy/Map(UInt16,Nullable(Decimal128(38))) OK 87ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,LowCardinality(Float32) OK 106ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,Int64 OK 115ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Date,Nullable(UInt64) OK 87ms
/aggregate functions/groupArray/Map(UInt8,Nullable(DateTime64(3))) OK 95ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Date,LowCardinality(UInt64) OK 111ms
/aggregate functions/first_value/Map(UInt8,Nullable(FixedString(51))) OK 106ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,Float32 OK 95ms
/aggregate functions/entropy/Map(UInt16,Nullable(Date)) OK 84ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Array(String),UInt64 OK 87ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Array(String),Nullable(UInt64) OK 111ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Int64,Decimal128(38) OK 112ms
/aggregate functions/groupArray/Map(UInt8,Nullable(Bool)) OK 114ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,UInt64 OK 107ms
/aggregate functions/first_value/Map(UInt8,Nullable(UUID)) OK 92ms
/aggregate functions/groupArrayInsertAt/datatypes/permutations/Array(String),LowCardinality(UInt64) OK 223ms
/aggregate functions/entropy/Map(UInt16,Nullable(DateTime)) OK 161ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,Nullable(UInt64) OK 141ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,Nullable(Int64) OK 247ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(UInt8)) OK 239ms
/aggregate functions/groupArray/Map(UInt8,Nullable(String)) OK 213ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,Nullable(Float32) OK 214ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,Nullable(Decimal128(38)) OK 172ms
/aggregate functions/entropy/Map(UInt16,Nullable(DateTime64(3))) OK 145ms
/aggregate functions/groupArrayMovingAvg OK 4s 189ms
/aggregate functions/groupArrayMovingAvg/constant OK 90ms
/aggregate functions/groupArray/Map(UInt8,Nullable(FixedString(51))) OK 100ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,LowCardinality(UInt64) OK 109ms
/aggregate functions/groupArrayMovingAvg/zero rows OK 57ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(UInt16)) OK 108ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,LowCardinality(Int64) OK 97ms
/aggregate functions/entropy/Map(UInt16,Nullable(Bool)) OK 88ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,LowCardinality(Float32) OK 91ms
/aggregate functions/groupArrayMovingAvg/single row OK 61ms
/aggregate functions/groupArray/Map(UInt8,Nullable(UUID)) OK 78ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,Int64 OK 104ms
/aggregate functions/entropy/Map(UInt16,Nullable(String)) OK 83ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,Float32 OK 102ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(UInt32)) OK 80ms
/aggregate functions/groupArrayMovingAvg/with group by OK 43ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Float32,Decimal128(38) OK 75ms
/aggregate functions/groupArrayMovingAvg/some negative values OK 51ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(UInt8)) OK 73ms
/aggregate functions/entropy/Map(UInt16,Nullable(FixedString(51))) OK 84ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(UInt64)) OK 86ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),UInt64 OK 87ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),Nullable(UInt64) OK 85ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),Nullable(Int64) OK 83ms
/aggregate functions/groupArrayMovingAvg/NULL value handling OK 53ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(UInt16)) OK 90ms
/aggregate functions/groupArrayMovingAvg/single NULL value OK 50ms
/aggregate functions/entropy/Map(UInt16,Nullable(UUID)) OK 98ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(UInt128)) OK 96ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),Nullable(Float32) OK 101ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),Nullable(Decimal128(38)) OK 99ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),LowCardinality(UInt64) OK 89ms
/aggregate functions/groupArrayMovingAvg/return type OK 63ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(UInt32)) OK 110ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(UInt8)) OK 100ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Int8)) OK 112ms
/aggregate functions/groupArrayMovingAvg/doc example OK 51ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),LowCardinality(Int64) OK 108ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),LowCardinality(Float32) OK 100ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),Int64 OK 81ms
/aggregate functions/groupArrayMovingAvg/inf OK 53ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(UInt64)) OK 76ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),Float32 OK 71ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(UInt16)) OK 77ms
/aggregate functions/groupArrayMovingAvg/-inf OK 62ms
/aggregate functions/exponentialMovingAverage/datatypes/permutations/Decimal128(38),Decimal128(38) OK 105ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Int16)) OK 76ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(UInt128)) OK 86ms
/aggregate functions/groupArrayMovingAvg/nan OK 55ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(UInt32)) OK 73ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Int32)) OK 73ms
/aggregate functions/groupArrayMovingSum OK 4s 101ms
/aggregate functions/groupArrayMovingSum/constant OK 49ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Int8)) OK 78ms
/aggregate functions/groupArrayMovingAvg/inf, -inf, nan OK 42ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(UInt64)) OK 78ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Int64)) OK 88ms
/aggregate functions/groupArrayMovingAvg/UInt8 OK 77ms
/aggregate functions/groupArrayMovingSum/zero rows OK 44ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Int16)) OK 80ms
/aggregate functions/groupArrayMovingSum/single row OK 42ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(UInt128)) OK 72ms
/aggregate functions/groupArrayMovingAvg/UInt16 OK 92ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Int128)) OK 91ms
/aggregate functions/groupArrayMovingSum/with group by OK 88ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Int32)) OK 71ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Int8)) OK 114ms
/aggregate functions/groupArrayMovingAvg/UInt32 OK 80ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Float32)) OK 72ms
/aggregate functions/groupArrayMovingSum/some negative values OK 42ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Int64)) OK 96ms
/aggregate functions/groupArrayMovingSum/NULL value handling OK 52ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Int16)) OK 79ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Float64)) OK 81ms
/aggregate functions/groupArrayMovingAvg/UInt64 OK 70ms
/aggregate functions/groupArrayMovingSum/single NULL value OK 38ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Int128)) OK 77ms
/aggregate functions/groupArrayMovingSum/return type OK 41ms
/aggregate functions/groupArrayMovingAvg/Int8 OK 83ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Int32)) OK 86ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Date)) OK 72ms
/aggregate functions/groupArrayMovingSum/doc example OK 56ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Float32)) OK 77ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(DateTime)) OK 93ms
/aggregate functions/groupArrayMovingAvg/Int16 OK 79ms
/aggregate functions/groupArrayMovingSum/inf OK 56ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Int64)) OK 76ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Float64)) OK 80ms
/aggregate functions/groupArrayMovingSum/-inf OK 44ms
/aggregate functions/groupArrayMovingAvg/Int32 OK 91ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Int128)) OK 75ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Bool)) OK 77ms
/aggregate functions/groupArrayMovingSum/nan OK 48ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Date)) OK 81ms
/aggregate functions/groupArrayMovingSum/inf, -inf, nan OK 46ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Float32)) OK 73ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(String)) OK 69ms
/aggregate functions/groupArrayMovingAvg/Int64 OK 73ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(DateTime)) OK 74ms
/aggregate functions/groupArrayMovingSum/UInt8 OK 75ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Float64)) OK 87ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/groupArrayMovingAvg/Float32 OK 86ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Bool)) OK 89ms
/aggregate functions/groupArrayMovingSum/UInt16 OK 82ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(UUID)) OK 72ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Date)) OK 75ms
/aggregate functions/groupArrayMovingAvg/Float64 OK 102ms
/aggregate functions/groupArrayMovingSum/UInt32 OK 73ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(String)) OK 75ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(DateTime)) OK 106ms
/aggregate functions/groupArrayMovingSum/UInt64 OK 91ms
/aggregate functions/groupArrayMovingAvg/Decimal128(38) OK 80ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Bool)) OK 80ms
/aggregate functions/groupArrayMovingAvg/Nullable(UInt8) OK 79ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(UUID)) OK 83ms
/aggregate functions/groupArrayMovingSum/Int8 OK 78ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(String)) OK 71ms
/aggregate functions/groupArrayMovingAvg/Nullable(UInt16) OK 80ms
/aggregate functions/groupArrayMovingSum/Int16 OK 80ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/groupArrayMovingAvg/Nullable(UInt32) OK 75ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/groupArrayMovingSum/Int32 OK 85ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(UUID)) OK 78ms
/aggregate functions/groupArrayMovingAvg/Nullable(UInt64) OK 67ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/groupArrayMovingSum/Int64 OK 89ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/groupArrayMovingAvg/Nullable(Int8) OK 71ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/groupArrayMovingSum/Float32 OK 73ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/groupArrayMovingAvg/Nullable(Int16) OK 76ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/groupArrayMovingSum/Float64 OK 71ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/groupArrayMovingAvg/Nullable(Int32) OK 71ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/groupArrayMovingSum/Decimal128(38) OK 75ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/groupArrayMovingAvg/Nullable(Int64) OK 75ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/groupArrayMovingSum/Nullable(UInt8) OK 75ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/groupArrayMovingAvg/Nullable(Float32) OK 71ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/groupArrayMovingSum/Nullable(UInt16) OK 85ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/groupArrayMovingAvg/Nullable(Float64) OK 81ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/groupArrayMovingSum/Nullable(UInt32) OK 91ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/groupArrayMovingAvg/Nullable(Decimal128(38)) OK 74ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/groupArrayMovingSum/Nullable(UInt64) OK 87ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(UInt8) OK 79ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/groupArrayMovingSum/Nullable(Int8) OK 75ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(UInt16) OK 71ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(UInt32) OK 77ms
/aggregate functions/groupArrayMovingSum/Nullable(Int16) OK 78ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(String))) OK 105ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(UInt64) OK 80ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/groupArrayMovingSum/Nullable(Int32) OK 81ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Int8) OK 79ms
/aggregate functions/groupArrayMovingSum/Nullable(Int64) OK 73ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/groupArrayMovingSum/Nullable(Float32) OK 77ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Int16) OK 94ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/first_value/Map(UInt8,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/groupArrayMovingSum/Nullable(Float64) OK 107ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(String))) OK 91ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Int32) OK 87ms
/aggregate functions/first_value/Map(UInt8,Array(String)) OK 94ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Int64) OK 85ms
/aggregate functions/groupArrayMovingSum/Nullable(Decimal128(38)) OK 94ms
/aggregate functions/first_value/Map(UInt8,Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/groupArray/Map(UInt8,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Float32) OK 90ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/groupArrayMovingSum/LowCardinality(UInt8) OK 74ms
/aggregate functions/first_value/Map(UInt8,Tuple(String)) OK 82ms
/aggregate functions/groupArray/Map(UInt8,Array(String)) OK 79ms
/aggregate functions/groupArrayMovingSum/LowCardinality(UInt16) OK 78ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Float64) OK 82ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/first_value/Map(UInt16,UInt8) OK 89ms
/aggregate functions/groupArray/Map(UInt8,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/groupArrayMovingSum/LowCardinality(UInt32) OK 76ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Nullable(UInt8)) OK 74ms
/aggregate functions/entropy/Map(UInt16,LowCardinality(Nullable(UUID))) OK 70ms
/aggregate functions/first_value/Map(UInt16,UInt16) OK 71ms
/aggregate functions/groupArrayMovingSum/LowCardinality(UInt64) OK 76ms
/aggregate functions/groupArray/Map(UInt8,Tuple(String)) OK 86ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Nullable(UInt16)) OK 91ms
/aggregate functions/entropy/Map(UInt16,Array(String)) OK 71ms
/aggregate functions/first_value/Map(UInt16,UInt32) OK 74ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Int8) OK 103ms
/aggregate functions/entropy/Map(UInt16,Map(String,LowCardinality(Float64))) OK 96ms
/aggregate functions/groupArray/Map(UInt16,UInt8) OK 105ms
/aggregate functions/first_value/Map(UInt16,UInt64) OK 90ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Nullable(UInt32)) OK 74ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Nullable(UInt64)) OK 99ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Int16) OK 106ms
/aggregate functions/entropy/Map(UInt16,Tuple(String)) OK 93ms
/aggregate functions/first_value/Map(UInt16,UInt128) OK 100ms
/aggregate functions/groupArray/Map(UInt16,UInt16) OK 82ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Nullable(Int8)) OK 107ms
/aggregate functions/entropy/Map(UInt32,UInt8) OK 80ms
/aggregate functions/groupArray/Map(UInt16,UInt32) OK 105ms
/aggregate functions/first_value/Map(UInt16,Int8) OK 74ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Int32) OK 73ms
/aggregate functions/entropy/Map(UInt32,UInt16) OK 76ms
/aggregate functions/first_value/Map(UInt16,Int16) OK 69ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Int64) OK 76ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Nullable(Int16)) OK 81ms
/aggregate functions/groupArray/Map(UInt16,UInt64) OK 70ms
/aggregate functions/first_value/Map(UInt16,Int32) OK 91ms
/aggregate functions/entropy/Map(UInt32,UInt32) OK 78ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Float32) OK 80ms
/aggregate functions/groupArray/Map(UInt16,UInt128) OK 92ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Nullable(Int32)) OK 69ms
/aggregate functions/entropy/Map(UInt32,UInt64) OK 86ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Float64) OK 71ms
/aggregate functions/first_value/Map(UInt16,Int64) OK 76ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Nullable(Int64)) OK 85ms
/aggregate functions/groupArray/Map(UInt16,Int8) OK 131ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Nullable(UInt8)) OK 93ms
/aggregate functions/first_value/Map(UInt16,Int128) OK 89ms
/aggregate functions/entropy/Map(UInt32,UInt128) OK 85ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Nullable(Float32)) OK 112ms
/aggregate functions/groupArray/Map(UInt16,Int16) OK 99ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Nullable(UInt16)) OK 73ms
/aggregate functions/entropy/Map(UInt32,Int8) OK 74ms
/aggregate functions/first_value/Map(UInt16,Float32) OK 90ms
/aggregate functions/groupArrayMovingAvg/LowCardinality(Nullable(Float64)) OK 72ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Nullable(UInt32)) OK 81ms
/aggregate functions/entropy/Map(UInt32,Int16) OK 74ms
/aggregate functions/first_value/Map(UInt16,Float64) OK 77ms
/aggregate functions/groupArray/Map(UInt16,Int32) OK 71ms
/aggregate functions/groupArraySample OK 3s 941ms
/aggregate functions/groupArraySample/constant OK 83ms
/aggregate functions/entropy/Map(UInt32,Int32) OK 74ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Nullable(UInt64)) OK 67ms
/aggregate functions/groupArray/Map(UInt16,Int64) OK 106ms
/aggregate functions/first_value/Map(UInt16,Decimal128(38)) OK 119ms
/aggregate functions/groupArraySample/zero rows OK 57ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Nullable(Int8)) OK 93ms
/aggregate functions/entropy/Map(UInt32,Int64) OK 94ms
/aggregate functions/groupArraySample/single row OK 47ms
/aggregate functions/groupArray/Map(UInt16,Int128) OK 80ms
/aggregate functions/first_value/Map(UInt16,Date) OK 70ms
/aggregate functions/groupArraySample/with group by OK 62ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Nullable(Int16)) OK 76ms
/aggregate functions/entropy/Map(UInt32,Int128) OK 86ms
/aggregate functions/groupArray/Map(UInt16,Float32) OK 75ms
/aggregate functions/first_value/Map(UInt16,DateTime) OK 72ms
/aggregate functions/groupArraySample/some negative values OK 40ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Nullable(Int32)) OK 84ms
/aggregate functions/entropy/Map(UInt32,Float32) OK 75ms
/aggregate functions/groupArraySample/NULL value handling OK 63ms
/aggregate functions/groupArray/Map(UInt16,Float64) OK 93ms
/aggregate functions/first_value/Map(UInt16,DateTime64(3)) OK 94ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Nullable(Int64)) OK 87ms
/aggregate functions/groupArraySample/single NULL value OK 41ms
/aggregate functions/entropy/Map(UInt32,Float64) OK 71ms
/aggregate functions/groupArraySample/return type OK 49ms
/aggregate functions/groupArray/Map(UInt16,Decimal128(38)) OK 79ms
/aggregate functions/first_value/Map(UInt16,Bool) OK 81ms
/aggregate functions/entropy/Map(UInt32,Decimal128(38)) OK 84ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Nullable(Float32)) OK 84ms
/aggregate functions/groupArraySample/doc example OK 45ms
/aggregate functions/groupArray/Map(UInt16,Date) OK 76ms
/aggregate functions/first_value/Map(UInt16,String) OK 83ms
/aggregate functions/groupArraySample/inf OK 44ms
/aggregate functions/entropy/Map(UInt32,Date) OK 88ms
/aggregate functions/groupArrayMovingSum/LowCardinality(Nullable(Float64)) OK 74ms
/aggregate functions/groupArraySample/-inf OK 39ms
/aggregate functions/groupArray/Map(UInt16,DateTime) OK 73ms
/aggregate functions/first_value/Map(UInt16,FixedString(51)) OK 78ms
/aggregate functions/groupArraySample/nan OK 43ms
/aggregate functions/groupBitAnd OK 1s 691ms
/aggregate functions/groupBitAnd/constant OK 42ms
/aggregate functions/entropy/Map(UInt32,DateTime) OK 75ms
/aggregate functions/groupArraySample/inf, -inf, nan OK 41ms
/aggregate functions/groupArray/Map(UInt16,DateTime64(3)) OK 75ms
/aggregate functions/groupBitAnd/zero rows OK 43ms
/aggregate functions/first_value/Map(UInt16,UUID) OK 75ms
/aggregate functions/groupArraySample/UInt8 OK 76ms
/aggregate functions/entropy/Map(UInt32,DateTime64(3)) OK 80ms
/aggregate functions/groupBitAnd/single row OK 41ms
/aggregate functions/groupArray/Map(UInt16,Bool) OK 81ms
/aggregate functions/first_value/Map(UInt16,Nullable(UInt8)) OK 73ms
/aggregate functions/groupBitAnd/with group by OK 40ms
/aggregate functions/groupArraySample/UInt16 OK 74ms
/aggregate functions/entropy/Map(UInt32,Bool) OK 79ms
/aggregate functions/groupBitAnd/NULL value handling OK 39ms
/aggregate functions/groupArray/Map(UInt16,String) OK 83ms
/aggregate functions/first_value/Map(UInt16,Nullable(UInt16)) OK 78ms
/aggregate functions/groupBitAnd/single NULL value OK 62ms
/aggregate functions/groupArraySample/UInt32 OK 89ms
/aggregate functions/entropy/Map(UInt32,String) OK 74ms
/aggregate functions/groupBitAnd/return type OK 64ms
/aggregate functions/groupArray/Map(UInt16,FixedString(51)) OK 82ms
/aggregate functions/first_value/Map(UInt16,Nullable(UInt32)) OK 73ms
/aggregate functions/groupArraySample/UInt64 OK 82ms
/aggregate functions/entropy/Map(UInt32,FixedString(51)) OK 87ms
/aggregate functions/groupBitAnd/doc example OK 39ms
/aggregate functions/first_value/Map(UInt16,Nullable(UInt64)) OK 85ms
/aggregate functions/groupArray/Map(UInt16,UUID) OK 76ms
/aggregate functions/groupBitAnd/UInt8 OK 69ms
/aggregate functions/groupArraySample/Int8 OK 82ms
/aggregate functions/entropy/Map(UInt32,UUID) OK 76ms
/aggregate functions/groupArray/Map(UInt16,Nullable(UInt8)) OK 83ms
/aggregate functions/first_value/Map(UInt16,Nullable(UInt128)) OK 71ms
/aggregate functions/groupBitAnd/UInt16 OK 73ms
/aggregate functions/groupArraySample/Int16 OK 76ms
/aggregate functions/entropy/Map(UInt32,Nullable(UInt8)) OK 81ms
/aggregate functions/first_value/Map(UInt16,Nullable(Int8)) OK 76ms
/aggregate functions/groupArray/Map(UInt16,Nullable(UInt16)) OK 78ms
/aggregate functions/groupBitAnd/UInt32 OK 73ms
/aggregate functions/groupArraySample/Int32 OK 73ms
/aggregate functions/entropy/Map(UInt32,Nullable(UInt16)) OK 70ms
/aggregate functions/first_value/Map(UInt16,Nullable(Int16)) OK 91ms
/aggregate functions/groupBitAnd/UInt64 OK 78ms
/aggregate functions/groupArray/Map(UInt16,Nullable(UInt32)) OK 78ms
/aggregate functions/groupArraySample/Int64 OK 79ms
/aggregate functions/entropy/Map(UInt32,Nullable(UInt32)) OK 73ms
/aggregate functions/groupBitAnd/Nullable(UInt8) OK 90ms
/aggregate functions/groupArray/Map(UInt16,Nullable(UInt64)) OK 83ms
/aggregate functions/first_value/Map(UInt16,Nullable(Int32)) OK 70ms
/aggregate functions/groupArraySample/Float32 OK 76ms
/aggregate functions/entropy/Map(UInt32,Nullable(UInt64)) OK 74ms
/aggregate functions/first_value/Map(UInt16,Nullable(Int64)) OK 76ms
/aggregate functions/groupArray/Map(UInt16,Nullable(UInt128)) OK 85ms
/aggregate functions/groupBitAnd/Nullable(UInt16) OK 70ms
/aggregate functions/groupArraySample/Float64 OK 74ms
/aggregate functions/entropy/Map(UInt32,Nullable(UInt128)) OK 73ms
/aggregate functions/first_value/Map(UInt16,Nullable(Int128)) OK 83ms
/aggregate functions/groupBitAnd/Nullable(UInt32) OK 79ms
/aggregate functions/groupArray/Map(UInt16,Nullable(Int8)) OK 75ms
/aggregate functions/groupArraySample/Decimal128(38) OK 72ms
/aggregate functions/entropy/Map(UInt32,Nullable(Int8)) OK 73ms
/aggregate functions/first_value/Map(UInt16,Nullable(Float32)) OK 82ms
/aggregate functions/groupBitAnd/Nullable(UInt64) OK 91ms
/aggregate functions/groupArray/Map(UInt16,Nullable(Int16)) OK 87ms
/aggregate functions/groupArraySample/Nullable(UInt8) OK 87ms
/aggregate functions/entropy/Map(UInt32,Nullable(Int16)) OK 69ms
/aggregate functions/first_value/Map(UInt16,Nullable(Float64)) OK 82ms
/aggregate functions/entropy/Map(UInt32,Nullable(Int32)) OK 82ms
/aggregate functions/groupBitAnd/LowCardinality(UInt8) OK 103ms
/aggregate functions/groupArray/Map(UInt16,Nullable(Int32)) OK 89ms
/aggregate functions/groupArraySample/Nullable(UInt16) OK 73ms
/aggregate functions/first_value/Map(UInt16,Nullable(Decimal128(38))) OK 92ms
/aggregate functions/entropy/Map(UInt32,Nullable(Int64)) OK 94ms
/aggregate functions/groupArraySample/Nullable(UInt32) OK 71ms
/aggregate functions/groupArray/Map(UInt16,Nullable(Int64)) OK 82ms
/aggregate functions/groupBitAnd/LowCardinality(UInt16) OK 90ms
/aggregate functions/groupArraySample/Nullable(UInt64) OK 80ms
/aggregate functions/first_value/Map(UInt16,Nullable(Date)) OK 107ms
/aggregate functions/entropy/Map(UInt32,Nullable(Int128)) OK 94ms
/aggregate functions/groupArray/Map(UInt16,Nullable(Int128)) OK 73ms
/aggregate functions/groupBitAnd/LowCardinality(UInt32) OK 78ms
/aggregate functions/groupArraySample/Nullable(Int8) OK 103ms
/aggregate functions/groupArray/Map(UInt16,Nullable(Float32)) OK 90ms
/aggregate functions/entropy/Map(UInt32,Nullable(Float32)) OK 93ms
/aggregate functions/first_value/Map(UInt16,Nullable(DateTime)) OK 82ms
/aggregate functions/groupBitAnd/LowCardinality(UInt64) OK 83ms
/aggregate functions/groupArraySample/Nullable(Int16) OK 78ms
/aggregate functions/groupArray/Map(UInt16,Nullable(Float64)) OK 79ms
/aggregate functions/first_value/Map(UInt16,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/groupBitAnd/LowCardinality(Nullable(UInt8)) OK 92ms
/aggregate functions/entropy/Map(UInt32,Nullable(Float64)) OK 77ms
/aggregate functions/groupArraySample/Nullable(Int32) OK 72ms
/aggregate functions/groupArray/Map(UInt16,Nullable(Decimal128(38))) OK 94ms
/aggregate functions/first_value/Map(UInt16,Nullable(Bool)) OK 91ms
/aggregate functions/entropy/Map(UInt32,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/groupBitAnd/LowCardinality(Nullable(UInt16)) OK 83ms
/aggregate functions/groupArraySample/Nullable(Int64) OK 75ms
/aggregate functions/groupArray/Map(UInt16,Nullable(Date)) OK 85ms
/aggregate functions/entropy/Map(UInt32,Nullable(Date)) OK 89ms
/aggregate functions/first_value/Map(UInt16,Nullable(String)) OK 69ms
/aggregate functions/groupBitAnd/LowCardinality(Nullable(UInt32)) OK 81ms
/aggregate functions/groupArraySample/Nullable(Float32) OK 76ms
/aggregate functions/first_value/Map(UInt16,Nullable(FixedString(51))) OK 97ms
/aggregate functions/groupArray/Map(UInt16,Nullable(DateTime)) OK 94ms
/aggregate functions/entropy/Map(UInt32,Nullable(DateTime)) OK 69ms
/aggregate functions/groupBitAnd/LowCardinality(Nullable(UInt64)) OK 72ms
/aggregate functions/groupArraySample/Nullable(Float64) OK 71ms
/aggregate functions/entropy/Map(UInt32,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/groupBitOr OK 1s 778ms
/aggregate functions/groupBitOr/constant OK 50ms
/aggregate functions/first_value/Map(UInt16,Nullable(UUID)) OK 71ms
/aggregate functions/groupArray/Map(UInt16,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/groupArraySample/Nullable(Decimal128(38)) OK 72ms
/aggregate functions/groupBitOr/zero rows OK 39ms
/aggregate functions/entropy/Map(UInt32,Nullable(Bool)) OK 101ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(UInt8)) OK 98ms
/aggregate functions/groupArray/Map(UInt16,Nullable(Bool)) OK 84ms
/aggregate functions/groupBitOr/single row OK 78ms
/aggregate functions/groupArraySample/LowCardinality(UInt8) OK 82ms
/aggregate functions/groupArray/Map(UInt16,Nullable(String)) OK 86ms
/aggregate functions/entropy/Map(UInt32,Nullable(String)) OK 76ms
/aggregate functions/groupBitOr/with group by OK 61ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(UInt16)) OK 84ms
/aggregate functions/groupArraySample/LowCardinality(UInt16) OK 85ms
/aggregate functions/groupBitOr/NULL value handling OK 41ms
/aggregate functions/entropy/Map(UInt32,Nullable(FixedString(51))) OK 74ms
/aggregate functions/groupArray/Map(UInt16,Nullable(FixedString(51))) OK 91ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(UInt32)) OK 79ms
/aggregate functions/groupArraySample/LowCardinality(UInt32) OK 68ms
/aggregate functions/groupBitOr/single NULL value OK 39ms
/aggregate functions/groupBitOr/return type OK 61ms
/aggregate functions/entropy/Map(UInt32,Nullable(UUID)) OK 73ms
/aggregate functions/groupArraySample/LowCardinality(UInt64) OK 73ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(UInt64)) OK 82ms
/aggregate functions/groupArray/Map(UInt16,Nullable(UUID)) OK 84ms
/aggregate functions/groupBitOr/doc example OK 49ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(UInt8)) OK 73ms
/aggregate functions/groupArraySample/LowCardinality(Int8) OK 73ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(UInt128)) OK 92ms
/aggregate functions/groupBitOr/UInt8 OK 77ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(UInt8)) OK 75ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(UInt16)) OK 73ms
/aggregate functions/groupArraySample/LowCardinality(Int16) OK 77ms
/aggregate functions/groupBitOr/UInt16 OK 94ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(UInt16)) OK 83ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Int8)) OK 89ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(UInt32)) OK 72ms
/aggregate functions/groupArraySample/LowCardinality(Int32) OK 96ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(UInt32)) OK 79ms
/aggregate functions/groupBitOr/UInt32 OK 90ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Int16)) OK 78ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(UInt64)) OK 107ms
/aggregate functions/groupArraySample/LowCardinality(Int64) OK 71ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(UInt64)) OK 82ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Int32)) OK 107ms
/aggregate functions/groupBitOr/UInt64 OK 84ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(UInt128)) OK 86ms
/aggregate functions/groupArraySample/LowCardinality(Float32) OK 70ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(UInt128)) OK 78ms
/aggregate functions/groupBitOr/Nullable(UInt8) OK 71ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Int64)) OK 73ms
/aggregate functions/groupArraySample/LowCardinality(Float64) OK 74ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Int8)) OK 72ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Int8)) OK 75ms
/aggregate functions/groupBitOr/Nullable(UInt16) OK 75ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Int128)) OK 72ms
/aggregate functions/groupArraySample/LowCardinality(Nullable(UInt8)) OK 80ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Int16)) OK 75ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Int16)) OK 80ms
/aggregate functions/groupBitOr/Nullable(UInt32) OK 79ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Float32)) OK 104ms
/aggregate functions/groupArraySample/LowCardinality(Nullable(UInt16)) OK 92ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Int32)) OK 91ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Int32)) OK 82ms
/aggregate functions/groupBitOr/Nullable(UInt64) OK 107ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Float64)) OK 92ms
/aggregate functions/groupArraySample/LowCardinality(Nullable(UInt32)) OK 71ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Int64)) OK 90ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Int64)) OK 74ms
/aggregate functions/groupBitOr/LowCardinality(UInt8) OK 94ms
/aggregate functions/groupArraySample/LowCardinality(Nullable(UInt64)) OK 71ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Date)) OK 75ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Int128)) OK 75ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Int128)) OK 76ms
/aggregate functions/groupArraySample/LowCardinality(Nullable(Int8)) OK 69ms
/aggregate functions/groupBitOr/LowCardinality(UInt16) OK 77ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(DateTime)) OK 74ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Float32)) OK 82ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Float32)) OK 71ms
/aggregate functions/groupArraySample/LowCardinality(Nullable(Int16)) OK 77ms
/aggregate functions/groupBitOr/LowCardinality(UInt32) OK 70ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Bool)) OK 82ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Float64)) OK 84ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Float64)) OK 74ms
/aggregate functions/groupArraySample/LowCardinality(Nullable(Int32)) OK 73ms
/aggregate functions/groupBitOr/LowCardinality(UInt64) OK 82ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(String)) OK 79ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Date)) OK 81ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Date)) OK 72ms
/aggregate functions/groupArraySample/LowCardinality(Nullable(Int64)) OK 84ms
/aggregate functions/groupBitOr/LowCardinality(Nullable(UInt8)) OK 97ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(DateTime)) OK 93ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(DateTime)) OK 86ms
/aggregate functions/groupArraySample/LowCardinality(Nullable(Float32)) OK 76ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(UUID)) OK 77ms
/aggregate functions/groupBitOr/LowCardinality(Nullable(UInt16)) OK 91ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Bool)) OK 75ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Bool)) OK 87ms
/aggregate functions/groupArraySample/LowCardinality(Nullable(Float64)) OK 75ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(String)) OK 87ms
/aggregate functions/groupBitOr/LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(String)) OK 74ms
/aggregate functions/groupBitXor OK 1s 676ms
/aggregate functions/groupBitXor/constant OK 38ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/groupBitXor/zero rows OK 46ms
/aggregate functions/groupBitOr/LowCardinality(Nullable(UInt64)) OK 78ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/groupBitXor/single row OK 42ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/groupBitXor/with group by OK 56ms
/aggregate functions/groupBitmap OK 1s 708ms
/aggregate functions/groupBitmap/constant OK 55ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(UUID)) OK 92ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(UUID)) OK 77ms
/aggregate functions/groupBitXor/NULL value handling OK 50ms
/aggregate functions/groupBitmap/zero rows OK 47ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 89ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/groupBitXor/single NULL value OK 58ms
/aggregate functions/groupBitmap/single row OK 42ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/groupBitmap/with group by OK 44ms
/aggregate functions/groupBitXor/return type OK 64ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/groupBitmap/NULL value handling OK 40ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(Int8))) OK 100ms
/aggregate functions/groupBitXor/doc example OK 43ms
/aggregate functions/groupBitmap/single NULL value OK 40ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 111ms
/aggregate functions/groupBitXor/UInt8 OK 104ms
/aggregate functions/groupBitmap/return type OK 77ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/groupBitmap/doc example OK 45ms
/aggregate functions/groupBitXor/UInt16 OK 75ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/groupBitmap/UInt8 OK 82ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/groupBitXor/UInt32 OK 71ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/groupBitmap/UInt16 OK 73ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/groupBitXor/UInt64 OK 70ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/groupBitmap/UInt32 OK 80ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/groupBitXor/Nullable(UInt8) OK 71ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/groupBitmap/UInt64 OK 79ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/groupBitXor/Nullable(UInt16) OK 70ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/groupBitmap/Nullable(UInt8) OK 80ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/groupBitXor/Nullable(UInt32) OK 70ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/groupBitmap/Nullable(UInt16) OK 80ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/groupBitXor/Nullable(UInt64) OK 82ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 104ms
/aggregate functions/groupBitmap/Nullable(UInt32) OK 104ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(Int128))) OK 105ms
/aggregate functions/groupBitXor/LowCardinality(UInt8) OK 98ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/groupBitmap/Nullable(UInt64) OK 92ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/groupBitXor/LowCardinality(UInt16) OK 75ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/groupBitXor/LowCardinality(UInt32) OK 70ms
/aggregate functions/groupBitmap/LowCardinality(UInt8) OK 72ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/groupBitXor/LowCardinality(UInt64) OK 71ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/groupBitmap/LowCardinality(UInt16) OK 69ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(Date))) OK 69ms
/aggregate functions/groupBitXor/LowCardinality(Nullable(UInt8)) OK 92ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/groupBitmap/LowCardinality(UInt32) OK 77ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/first_value/Map(UInt16,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/groupBitmap/LowCardinality(UInt64) OK 67ms
/aggregate functions/groupBitXor/LowCardinality(Nullable(UInt16)) OK 71ms
/aggregate functions/first_value/Map(UInt16,Array(String)) OK 84ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(Bool))) OK 79ms
/aggregate functions/groupBitmap/LowCardinality(Nullable(UInt8)) OK 102ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 95ms
/aggregate functions/groupBitXor/LowCardinality(Nullable(UInt32)) OK 91ms
/aggregate functions/first_value/Map(UInt16,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/entropy/Map(UInt32,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/groupBitmap/LowCardinality(Nullable(UInt16)) OK 90ms
/aggregate functions/groupBitXor/LowCardinality(Nullable(UInt64)) OK 82ms
/aggregate functions/first_value/Map(UInt16,Tuple(String)) OK 71ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/first_value/Map(UInt32,UInt8) OK 89ms
/aggregate functions/entropy/Map(UInt32,Array(String)) OK 72ms
/aggregate functions/groupUniqArray OK 2m 19s
/aggregate functions/groupUniqArray/constant OK 61ms
/aggregate functions/groupBitmap/LowCardinality(Nullable(UInt32)) OK 81ms
/aggregate functions/groupArray/Map(UInt16,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/groupUniqArray/zero rows OK 56ms
/aggregate functions/entropy/Map(UInt32,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/groupArray/Map(UInt16,Array(String)) OK 74ms
/aggregate functions/first_value/Map(UInt32,UInt16) OK 78ms
/aggregate functions/groupBitmap/LowCardinality(Nullable(UInt64)) OK 76ms
/aggregate functions/groupUniqArray/with group by OK 50ms
/aggregate functions/entropy/Map(UInt32,Tuple(String)) OK 82ms
/aggregate functions/groupArray/Map(UInt16,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/first_value/Map(UInt32,UInt32) OK 82ms
/aggregate functions/intervalLengthSum OK 3s 840ms
/aggregate functions/intervalLengthSum/constant OK 49ms
/aggregate functions/groupUniqArray/some negative values OK 39ms
/aggregate functions/groupUniqArray/first non-NULL value OK 46ms
/aggregate functions/intervalLengthSum/zero rows OK 44ms
/aggregate functions/entropy/Map(UInt64,UInt8) OK 85ms
/aggregate functions/groupArray/Map(UInt16,Tuple(String)) OK 72ms
/aggregate functions/first_value/Map(UInt32,UInt64) OK 80ms
/aggregate functions/groupUniqArray/NULL for all rows OK 41ms
/aggregate functions/intervalLengthSum/with group by OK 44ms
/aggregate functions/groupUniqArray/return type OK 53ms
/aggregate functions/intervalLengthSum/some negative values OK 64ms
/aggregate functions/groupArray/Map(UInt32,UInt8) OK 106ms
/aggregate functions/entropy/Map(UInt64,UInt16) OK 97ms
/aggregate functions/first_value/Map(UInt32,UInt128) OK 96ms
/aggregate functions/groupUniqArray/with another aggregate function OK 71ms
/aggregate functions/intervalLengthSum/NULL value handling OK 75ms
/aggregate functions/entropy/Map(UInt64,UInt32) OK 78ms
/aggregate functions/groupArray/Map(UInt32,UInt16) OK 77ms
/aggregate functions/first_value/Map(UInt32,Int8) OK 78ms
/aggregate functions/groupUniqArray/with another aggregate function and group by OK 40ms
/aggregate functions/intervalLengthSum/single NULL value OK 39ms
/aggregate functions/groupUniqArray/string that ends with \0 OK 42ms
/aggregate functions/intervalLengthSum/inf, -inf, nan OK 636ms
/aggregate functions/entropy/Map(UInt64,UInt64) OK 74ms
/aggregate functions/groupArray/Map(UInt32,UInt32) OK 85ms
/aggregate functions/first_value/Map(UInt32,Int16) OK 71ms
/aggregate functions/groupUniqArray/inf OK 51ms
/aggregate functions/groupUniqArray/-inf OK 43ms
/aggregate functions/entropy/Map(UInt64,UInt128) OK 73ms
/aggregate functions/first_value/Map(UInt32,Int32) OK 75ms
/aggregate functions/groupArray/Map(UInt32,UInt64) OK 85ms
/aggregate functions/groupUniqArray/nan OK 49ms
/aggregate functions/entropy/Map(UInt64,Int8) OK 83ms
/aggregate functions/first_value/Map(UInt32,Int64) OK 192ms
/aggregate functions/groupUniqArray/UInt8 OK 74ms
/aggregate functions/groupArray/Map(UInt32,UInt128) OK 197ms
/aggregate functions/entropy/Map(UInt64,Int16) OK 261ms
/aggregate functions/groupUniqArray/UInt16 OK 264ms
/aggregate functions/first_value/Map(UInt32,Int128) OK 193ms
/aggregate functions/groupArray/Map(UInt32,Int8) OK 169ms
/aggregate functions/entropy/Map(UInt64,Int32) OK 71ms
/aggregate functions/groupUniqArray/UInt32 OK 106ms
/aggregate functions/first_value/Map(UInt32,Float32) OK 79ms
/aggregate functions/groupArray/Map(UInt32,Int16) OK 79ms
/aggregate functions/entropy/Map(UInt64,Int64) OK 72ms
/aggregate functions/groupUniqArray/UInt64 OK 180ms
/aggregate functions/first_value/Map(UInt32,Float64) OK 230ms
/aggregate functions/groupArray/Map(UInt32,Int32) OK 178ms
/aggregate functions/intervalLengthSum/return type OK 43ms
/aggregate functions/entropy/Map(UInt64,Int128) OK 156ms
/aggregate functions/intervalLengthSum/datatypes OK 2s 840ms
/aggregate functions/intervalLengthSum/datatypes/permutations OK 2s 840ms
/aggregate functions/groupUniqArray/UInt128 OK 348ms
/aggregate functions/entropy/Map(UInt64,Float32) OK 388ms
/aggregate functions/groupArray/Map(UInt32,Int64) OK 353ms
/aggregate functions/first_value/Map(UInt32,Decimal128(38)) OK 328ms
/aggregate functions/groupUniqArray/Int8 OK 317ms
/aggregate functions/groupArray/Map(UInt32,Int128) OK 309ms
/aggregate functions/first_value/Map(UInt32,Date) OK 282ms
/aggregate functions/entropy/Map(UInt64,Float64) OK 273ms
/aggregate functions/intervalLengthSum/datatypes/permutations/UInt64,UInt64 OK 686ms
/aggregate functions/intervalLengthSum/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 1s 133ms
/aggregate functions/intervalLengthSum/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 1s 623ms
/aggregate functions/groupUniqArray/Int16 OK 1s 595ms
/aggregate functions/entropy/Map(UInt64,Decimal128(38)) OK 1s 601ms
/aggregate functions/first_value/Map(UInt32,DateTime) OK 1s 572ms
/aggregate functions/groupArray/Map(UInt32,Float32) OK 1s 578ms
/aggregate functions/intervalLengthSum/datatypes/permutations/Nullable(Float64),Nullable(Float64) OK 945ms
/aggregate functions/intervalLengthSum/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 487ms
/aggregate functions/first_value/Map(UInt32,DateTime64(3)) OK 98ms
/aggregate functions/groupArray/Map(UInt32,Float64) OK 80ms
/aggregate functions/groupUniqArray/Int32 OK 82ms
/aggregate functions/entropy/Map(UInt64,Date) OK 94ms
/aggregate functions/intervalLengthSum/datatypes/permutations/Nullable(DateTime),Nullable(DateTime) OK 96ms
/aggregate functions/intervalLengthSum/datatypes/permutations/Nullable(Date),Nullable(Date) OK 87ms
/aggregate functions/intervalLengthSum/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 82ms
/aggregate functions/groupArray/Map(UInt32,Decimal128(38)) OK 116ms
/aggregate functions/groupUniqArray/Int64 OK 86ms
/aggregate functions/first_value/Map(UInt32,Bool) OK 109ms
/aggregate functions/entropy/Map(UInt64,DateTime) OK 82ms
/aggregate functions/intervalLengthSum/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 90ms
/aggregate functions/intervalLengthSum/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float64) OK 93ms
/aggregate functions/intervalLengthSum/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 78ms
/aggregate functions/groupUniqArray/Int128 OK 96ms
/aggregate functions/entropy/Map(UInt64,DateTime64(3)) OK 109ms
/aggregate functions/intervalLengthSum/datatypes/permutations/LowCardinality(DateTime),LowCardinality(DateTime) OK 104ms
/aggregate functions/groupArray/Map(UInt32,Date) OK 89ms
/aggregate functions/first_value/Map(UInt32,String) OK 85ms
/aggregate functions/intervalLengthSum/datatypes/permutations/LowCardinality(Date),LowCardinality(Date) OK 92ms
/aggregate functions/intervalLengthSum/datatypes/permutations/Int64,Int64 OK 97ms
/aggregate functions/groupUniqArray/Float32 OK 70ms
/aggregate functions/first_value/Map(UInt32,FixedString(51)) OK 87ms
/aggregate functions/groupArray/Map(UInt32,DateTime) OK 87ms
/aggregate functions/intervalLengthSum/datatypes/permutations/Float64,Float64 OK 99ms
/aggregate functions/intervalLengthSum/datatypes/permutations/Float32,Float32 OK 80ms
/aggregate functions/entropy/Map(UInt64,Bool) OK 92ms
/aggregate functions/intervalLengthSum/datatypes/permutations/DateTime,DateTime OK 95ms
/aggregate functions/groupUniqArray/Float64 OK 73ms
/aggregate functions/first_value/Map(UInt32,UUID) OK 94ms
/aggregate functions/groupArray/Map(UInt32,DateTime64(3)) OK 97ms
/aggregate functions/intervalLengthSum/datatypes/permutations/Date,Date OK 88ms
/aggregate functions/entropy/Map(UInt64,String) OK 83ms
/aggregate functions/groupUniqArray/Decimal128(38) OK 86ms
/aggregate functions/first_value/Map(UInt32,Nullable(UInt8)) OK 77ms
/aggregate functions/kurtPop OK 3s 974ms
/aggregate functions/kurtPop/constant OK 43ms
/aggregate functions/groupArray/Map(UInt32,Bool) OK 93ms
/aggregate functions/entropy/Map(UInt64,FixedString(51)) OK 78ms
/aggregate functions/groupUniqArray/Date OK 75ms
/aggregate functions/kurtPop/zero rows OK 54ms
/aggregate functions/first_value/Map(UInt32,Nullable(UInt16)) OK 71ms
/aggregate functions/entropy/Map(UInt64,UUID) OK 81ms
/aggregate functions/groupArray/Map(UInt32,String) OK 78ms
/aggregate functions/kurtPop/single row OK 40ms
/aggregate functions/groupUniqArray/DateTime OK 75ms
/aggregate functions/kurtPop/with group by OK 55ms
/aggregate functions/first_value/Map(UInt32,Nullable(UInt32)) OK 86ms
/aggregate functions/entropy/Map(UInt64,Nullable(UInt8)) OK 78ms
/aggregate functions/groupArray/Map(UInt32,FixedString(51)) OK 87ms
/aggregate functions/groupUniqArray/DateTime64(3) OK 86ms
/aggregate functions/kurtPop/some negative values OK 43ms
/aggregate functions/first_value/Map(UInt32,Nullable(UInt64)) OK 82ms
/aggregate functions/kurtPop/NULL value handling OK 52ms
/aggregate functions/entropy/Map(UInt64,Nullable(UInt16)) OK 88ms
/aggregate functions/groupArray/Map(UInt32,UUID) OK 83ms
/aggregate functions/groupUniqArray/Bool OK 72ms
/aggregate functions/kurtPop/single NULL value OK 40ms
/aggregate functions/first_value/Map(UInt32,Nullable(UInt128)) OK 113ms
/aggregate functions/kurtPop/return type OK 90ms
/aggregate functions/entropy/Map(UInt64,Nullable(UInt32)) OK 84ms
/aggregate functions/groupUniqArray/String OK 84ms
/aggregate functions/groupArray/Map(UInt32,Nullable(UInt8)) OK 84ms
/aggregate functions/entropy/Map(UInt64,Nullable(UInt64)) OK 98ms
/aggregate functions/kurtPop/doc example OK 46ms
/aggregate functions/groupUniqArray/FixedString(51) OK 76ms
/aggregate functions/first_value/Map(UInt32,Nullable(Int8)) OK 93ms
/aggregate functions/groupArray/Map(UInt32,Nullable(UInt16)) OK 95ms
/aggregate functions/kurtPop/inf OK 43ms
/aggregate functions/groupUniqArray/UUID OK 82ms
/aggregate functions/kurtPop/-inf OK 50ms
/aggregate functions/entropy/Map(UInt64,Nullable(UInt128)) OK 85ms
/aggregate functions/first_value/Map(UInt32,Nullable(Int16)) OK 83ms
/aggregate functions/groupArray/Map(UInt32,Nullable(UInt32)) OK 88ms
/aggregate functions/kurtPop/nan OK 47ms
/aggregate functions/groupUniqArray/Map(UInt8,UInt8) OK 92ms
/aggregate functions/entropy/Map(UInt64,Nullable(Int8)) OK 81ms
/aggregate functions/first_value/Map(UInt32,Nullable(Int32)) OK 88ms
/aggregate functions/kurtPop/inf, -inf, nan OK 42ms
/aggregate functions/groupArray/Map(UInt32,Nullable(UInt64)) OK 75ms
/aggregate functions/kurtPop/UInt8 OK 78ms
/aggregate functions/groupUniqArray/Map(UInt8,UInt16) OK 102ms
/aggregate functions/entropy/Map(UInt64,Nullable(Int16)) OK 100ms
/aggregate functions/groupArray/Map(UInt32,Nullable(UInt128)) OK 102ms
/aggregate functions/first_value/Map(UInt32,Nullable(Int64)) OK 96ms
/aggregate functions/kurtPop/UInt16 OK 73ms
/aggregate functions/groupUniqArray/Map(UInt8,UInt32) OK 83ms
/aggregate functions/entropy/Map(UInt64,Nullable(Int32)) OK 73ms
/aggregate functions/first_value/Map(UInt32,Nullable(Int128)) OK 90ms
/aggregate functions/groupArray/Map(UInt32,Nullable(Int8)) OK 90ms
/aggregate functions/kurtPop/UInt32 OK 68ms
/aggregate functions/entropy/Map(UInt64,Nullable(Int64)) OK 70ms
/aggregate functions/groupUniqArray/Map(UInt8,UInt64) OK 75ms
/aggregate functions/kurtPop/UInt64 OK 83ms
/aggregate functions/first_value/Map(UInt32,Nullable(Float32)) OK 79ms
/aggregate functions/groupArray/Map(UInt32,Nullable(Int16)) OK 79ms
/aggregate functions/entropy/Map(UInt64,Nullable(Int128)) OK 70ms
/aggregate functions/groupUniqArray/Map(UInt8,UInt128) OK 71ms
/aggregate functions/kurtPop/Int8 OK 73ms
/aggregate functions/first_value/Map(UInt32,Nullable(Float64)) OK 79ms
/aggregate functions/groupArray/Map(UInt32,Nullable(Int32)) OK 74ms
/aggregate functions/entropy/Map(UInt64,Nullable(Float32)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt8,Int8) OK 78ms
/aggregate functions/kurtPop/Int16 OK 80ms
/aggregate functions/groupArray/Map(UInt32,Nullable(Int64)) OK 81ms
/aggregate functions/first_value/Map(UInt32,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/entropy/Map(UInt64,Nullable(Float64)) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt8,Int16) OK 67ms
/aggregate functions/kurtPop/Int32 OK 92ms
/aggregate functions/first_value/Map(UInt32,Nullable(Date)) OK 78ms
/aggregate functions/groupArray/Map(UInt32,Nullable(Int128)) OK 69ms
/aggregate functions/groupUniqArray/Map(UInt8,Int32) OK 72ms
/aggregate functions/entropy/Map(UInt64,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/groupArray/Map(UInt32,Nullable(Float32)) OK 85ms
/aggregate functions/first_value/Map(UInt32,Nullable(DateTime)) OK 77ms
/aggregate functions/kurtPop/Int64 OK 80ms
/aggregate functions/groupUniqArray/Map(UInt8,Int64) OK 74ms
/aggregate functions/entropy/Map(UInt64,Nullable(Date)) OK 70ms
/aggregate functions/first_value/Map(UInt32,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/groupArray/Map(UInt32,Nullable(Float64)) OK 78ms
/aggregate functions/kurtPop/Float32 OK 75ms
/aggregate functions/groupUniqArray/Map(UInt8,Int128) OK 70ms
/aggregate functions/entropy/Map(UInt64,Nullable(DateTime)) OK 78ms
/aggregate functions/first_value/Map(UInt32,Nullable(Bool)) OK 82ms
/aggregate functions/groupArray/Map(UInt32,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/kurtPop/Float64 OK 77ms
/aggregate functions/groupUniqArray/Map(UInt8,Float32) OK 84ms
/aggregate functions/entropy/Map(UInt64,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/first_value/Map(UInt32,Nullable(String)) OK 74ms
/aggregate functions/groupArray/Map(UInt32,Nullable(Date)) OK 78ms
/aggregate functions/kurtPop/Nullable(UInt8) OK 69ms
/aggregate functions/groupUniqArray/Map(UInt8,Float64) OK 72ms
/aggregate functions/entropy/Map(UInt64,Nullable(Bool)) OK 69ms
/aggregate functions/first_value/Map(UInt32,Nullable(FixedString(51))) OK 83ms
/aggregate functions/kurtPop/Nullable(UInt16) OK 69ms
/aggregate functions/groupArray/Map(UInt32,Nullable(DateTime)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt8,Decimal128(38)) OK 118ms
/aggregate functions/entropy/Map(UInt64,Nullable(String)) OK 108ms
/aggregate functions/kurtPop/Nullable(UInt32) OK 130ms
/aggregate functions/first_value/Map(UInt32,Nullable(UUID)) OK 127ms
/aggregate functions/groupArray/Map(UInt32,Nullable(DateTime64(3))) OK 115ms
/aggregate functions/entropy/Map(UInt64,Nullable(FixedString(51))) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt8,Date) OK 84ms
/aggregate functions/groupArray/Map(UInt32,Nullable(Bool)) OK 80ms
/aggregate functions/kurtPop/Nullable(UInt64) OK 83ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(UInt8)) OK 85ms
/aggregate functions/entropy/Map(UInt64,Nullable(UUID)) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt8,DateTime) OK 74ms
/aggregate functions/groupArray/Map(UInt32,Nullable(String)) OK 80ms
/aggregate functions/kurtPop/Nullable(Int8) OK 101ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(UInt16)) OK 90ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(UInt8)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt8,DateTime64(3)) OK 84ms
/aggregate functions/groupArray/Map(UInt32,Nullable(FixedString(51))) OK 82ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(UInt16)) OK 91ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(UInt32)) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt8,Bool) OK 75ms
/aggregate functions/kurtPop/Nullable(Int16) OK 77ms
/aggregate functions/groupArray/Map(UInt32,Nullable(UUID)) OK 73ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(UInt64)) OK 98ms
/aggregate functions/groupUniqArray/Map(UInt8,String) OK 100ms
/aggregate functions/kurtPop/Nullable(Int32) OK 100ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(UInt32)) OK 95ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(UInt8)) OK 97ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(UInt128)) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt8,FixedString(51)) OK 92ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(UInt64)) OK 73ms
/aggregate functions/kurtPop/Nullable(Int64) OK 81ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(UInt16)) OK 82ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(UInt128)) OK 76ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Int8)) OK 76ms
/aggregate functions/kurtPop/Nullable(Float32) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt8,UUID) OK 71ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(UInt32)) OK 118ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Int8)) OK 110ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Int16)) OK 107ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(UInt8)) OK 104ms
/aggregate functions/kurtPop/Nullable(Float64) OK 90ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(UInt64)) OK 100ms
/aggregate functions/kurtPop/LowCardinality(UInt8) OK 97ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Int16)) OK 77ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Int32)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(UInt16)) OK 86ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Int32)) OK 78ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Int64)) OK 145ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(UInt128)) OK 139ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(UInt32)) OK 130ms
/aggregate functions/kurtPop/LowCardinality(UInt16) OK 73ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Int64)) OK 75ms
/aggregate functions/kurtPop/LowCardinality(UInt32) OK 115ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(UInt64)) OK 88ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Int128)) OK 76ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Int8)) OK 86ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Int128)) OK 75ms
/aggregate functions/kurtPop/LowCardinality(UInt64) OK 70ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Float32)) OK 94ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Float32)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(UInt128)) OK 79ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Int16)) OK 78ms
/aggregate functions/kurtPop/LowCardinality(Int8) OK 68ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Float64)) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(Int8)) OK 91ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Int32)) OK 75ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Float64)) OK 76ms
/aggregate functions/kurtPop/LowCardinality(Int16) OK 67ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Date)) OK 97ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Int64)) OK 80ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Date)) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(Int16)) OK 87ms
/aggregate functions/kurtPop/LowCardinality(Int32) OK 67ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Int128)) OK 73ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(DateTime)) OK 82ms
/aggregate functions/kurtPop/LowCardinality(Int64) OK 80ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(DateTime)) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(Int32)) OK 76ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Float32)) OK 74ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Bool)) OK 87ms
/aggregate functions/kurtPop/LowCardinality(Float32) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(Int64)) OK 77ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Bool)) OK 77ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Float64)) OK 73ms
/aggregate functions/kurtPop/LowCardinality(Float64) OK 109ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(String)) OK 92ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(Int128)) OK 73ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(String)) OK 79ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Date)) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(Float32)) OK 78ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(FixedString(51))) OK 91ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/kurtPop/LowCardinality(Nullable(UInt8)) OK 68ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(DateTime)) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(Float64)) OK 73ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(UUID)) OK 88ms
/aggregate functions/kurtPop/LowCardinality(Nullable(UInt16)) OK 75ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(UUID)) OK 73ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Bool)) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/kurtPop/LowCardinality(Nullable(UInt32)) OK 92ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(String)) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(Date)) OK 83ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/kurtPop/LowCardinality(Nullable(UInt64)) OK 87ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(DateTime)) OK 83ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(UUID)) OK 78ms
/aggregate functions/kurtPop/LowCardinality(Nullable(Int8)) OK 72ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 105ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/kurtPop/LowCardinality(Nullable(Int16)) OK 73ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(Bool)) OK 77ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/kurtPop/LowCardinality(Nullable(Int32)) OK 81ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(String)) OK 82ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/kurtPop/LowCardinality(Nullable(Int64)) OK 94ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(FixedString(51))) OK 77ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(Int16))) OK 91ms
/aggregate functions/kurtPop/LowCardinality(Nullable(Float32)) OK 76ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/groupUniqArray/Map(UInt8,Nullable(UUID)) OK 78ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/kurtPop/LowCardinality(Nullable(Float64)) OK 90ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(UInt8)) OK 84ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/kurtSamp OK 4s 2ms
/aggregate functions/kurtSamp/constant OK 47ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(Int128))) OK 96ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(UInt16)) OK 73ms
/aggregate functions/kurtSamp/zero rows OK 51ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/kurtSamp/single row OK 49ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(UInt32)) OK 87ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/kurtSamp/with group by OK 48ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(Float32))) OK 69ms
/aggregate functions/kurtSamp/some negative values OK 42ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(UInt64)) OK 73ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/kurtSamp/NULL value handling OK 54ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(UInt128)) OK 81ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/kurtSamp/single NULL value OK 47ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(Int128))) OK 72ms
/aggregate functions/kurtSamp/return type OK 41ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 100ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Int8)) OK 92ms
/aggregate functions/kurtSamp/doc example OK 53ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(Float32))) OK 89ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/kurtSamp/inf OK 58ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Int16)) OK 86ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/kurtSamp/-inf OK 55ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Int32)) OK 75ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(String))) OK 92ms
/aggregate functions/kurtSamp/nan OK 40ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/kurtSamp/inf, -inf, nan OK 49ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Int64)) OK 81ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/kurtSamp/UInt8 OK 73ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/entropy/Map(UInt64,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Int128)) OK 76ms
/aggregate functions/kurtSamp/UInt16 OK 96ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(Bool))) OK 101ms
/aggregate functions/first_value/Map(UInt32,LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/entropy/Map(UInt64,Array(String)) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Float32)) OK 106ms
/aggregate functions/kurtSamp/UInt32 OK 72ms
/aggregate functions/first_value/Map(UInt32,Array(String)) OK 71ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/entropy/Map(UInt64,Map(String,LowCardinality(Float64))) OK 105ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Float64)) OK 81ms
/aggregate functions/kurtSamp/UInt64 OK 93ms
/aggregate functions/first_value/Map(UInt32,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/entropy/Map(UInt64,Tuple(String)) OK 86ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Date)) OK 72ms
/aggregate functions/first_value/Map(UInt32,Tuple(String)) OK 71ms
/aggregate functions/kurtSamp/Int8 OK 76ms
/aggregate functions/groupArray/Map(UInt32,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/entropy/Map(UInt128,UInt8) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(DateTime)) OK 90ms
/aggregate functions/first_value/Map(UInt64,UInt8) OK 84ms
/aggregate functions/kurtSamp/Int16 OK 107ms
/aggregate functions/groupArray/Map(UInt32,Array(String)) OK 107ms
/aggregate functions/entropy/Map(UInt128,UInt16) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Bool)) OK 104ms
/aggregate functions/first_value/Map(UInt64,UInt16) OK 94ms
/aggregate functions/kurtSamp/Int32 OK 77ms
/aggregate functions/groupArray/Map(UInt32,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/entropy/Map(UInt128,UInt32) OK 78ms
/aggregate functions/first_value/Map(UInt64,UInt32) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(String)) OK 90ms
/aggregate functions/groupArray/Map(UInt32,Tuple(String)) OK 87ms
/aggregate functions/kurtSamp/Int64 OK 80ms
/aggregate functions/entropy/Map(UInt128,UInt64) OK 78ms
/aggregate functions/first_value/Map(UInt64,UInt64) OK 72ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/kurtSamp/Float32 OK 84ms
/aggregate functions/groupArray/Map(UInt64,UInt8) OK 73ms
/aggregate functions/entropy/Map(UInt128,UInt128) OK 76ms
/aggregate functions/first_value/Map(UInt64,UInt128) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(UUID)) OK 82ms
/aggregate functions/groupArray/Map(UInt64,UInt16) OK 91ms
/aggregate functions/kurtSamp/Float64 OK 78ms
/aggregate functions/entropy/Map(UInt128,Int8) OK 77ms
/aggregate functions/first_value/Map(UInt64,Int8) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 99ms
/aggregate functions/kurtSamp/Nullable(UInt8) OK 77ms
/aggregate functions/groupArray/Map(UInt64,UInt32) OK 90ms
/aggregate functions/entropy/Map(UInt128,Int16) OK 79ms
/aggregate functions/first_value/Map(UInt64,Int16) OK 80ms
/aggregate functions/kurtSamp/Nullable(UInt16) OK 83ms
/aggregate functions/entropy/Map(UInt128,Int32) OK 146ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 110ms
/aggregate functions/groupArray/Map(UInt64,UInt64) OK 71ms
/aggregate functions/first_value/Map(UInt64,Int32) OK 80ms
/aggregate functions/kurtSamp/Nullable(UInt32) OK 94ms
/aggregate functions/groupArray/Map(UInt64,UInt128) OK 93ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 108ms
/aggregate functions/first_value/Map(UInt64,Int64) OK 111ms
/aggregate functions/entropy/Map(UInt128,Int64) OK 70ms
/aggregate functions/kurtSamp/Nullable(UInt64) OK 75ms
/aggregate functions/groupArray/Map(UInt64,Int8) OK 73ms
/aggregate functions/entropy/Map(UInt128,Int128) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/first_value/Map(UInt64,Int128) OK 77ms
/aggregate functions/kurtSamp/Nullable(Int8) OK 73ms
/aggregate functions/groupArray/Map(UInt64,Int16) OK 80ms
/aggregate functions/entropy/Map(UInt128,Float32) OK 84ms
/aggregate functions/first_value/Map(UInt64,Float32) OK 92ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/kurtSamp/Nullable(Int16) OK 75ms
/aggregate functions/groupArray/Map(UInt64,Int32) OK 85ms
/aggregate functions/entropy/Map(UInt128,Float64) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/kurtSamp/Nullable(Int32) OK 82ms
/aggregate functions/first_value/Map(UInt64,Float64) OK 80ms
/aggregate functions/groupArray/Map(UInt64,Int64) OK 85ms
/aggregate functions/entropy/Map(UInt128,Decimal128(38)) OK 90ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/kurtSamp/Nullable(Int64) OK 76ms
/aggregate functions/first_value/Map(UInt64,Decimal128(38)) OK 76ms
/aggregate functions/groupArray/Map(UInt64,Int128) OK 77ms
/aggregate functions/kurtSamp/Nullable(Float32) OK 75ms
/aggregate functions/entropy/Map(UInt128,Date) OK 81ms
/aggregate functions/first_value/Map(UInt64,Date) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/groupArray/Map(UInt64,Float32) OK 76ms
/aggregate functions/kurtSamp/Nullable(Float64) OK 93ms
/aggregate functions/entropy/Map(UInt128,DateTime) OK 100ms
/aggregate functions/first_value/Map(UInt64,DateTime) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(Int64))) OK 99ms
/aggregate functions/groupArray/Map(UInt64,Float64) OK 93ms
/aggregate functions/first_value/Map(UInt64,DateTime64(3)) OK 77ms
/aggregate functions/kurtSamp/LowCardinality(UInt8) OK 70ms
/aggregate functions/entropy/Map(UInt128,DateTime64(3)) OK 92ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/groupArray/Map(UInt64,Decimal128(38)) OK 88ms
/aggregate functions/kurtSamp/LowCardinality(UInt16) OK 76ms
/aggregate functions/first_value/Map(UInt64,Bool) OK 81ms
/aggregate functions/entropy/Map(UInt128,Bool) OK 90ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/groupArray/Map(UInt64,Date) OK 69ms
/aggregate functions/kurtSamp/LowCardinality(UInt32) OK 80ms
/aggregate functions/first_value/Map(UInt64,String) OK 77ms
/aggregate functions/groupArray/Map(UInt64,DateTime) OK 91ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/entropy/Map(UInt128,String) OK 85ms
/aggregate functions/kurtSamp/LowCardinality(UInt64) OK 74ms
/aggregate functions/first_value/Map(UInt64,FixedString(51)) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/groupArray/Map(UInt64,DateTime64(3)) OK 74ms
/aggregate functions/entropy/Map(UInt128,FixedString(51)) OK 79ms
/aggregate functions/kurtSamp/LowCardinality(Int8) OK 73ms
/aggregate functions/first_value/Map(UInt64,UUID) OK 77ms
/aggregate functions/groupArray/Map(UInt64,Bool) OK 99ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/entropy/Map(UInt128,UUID) OK 91ms
/aggregate functions/kurtSamp/LowCardinality(Int16) OK 81ms
/aggregate functions/first_value/Map(UInt64,Nullable(UInt8)) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/groupArray/Map(UInt64,String) OK 87ms
/aggregate functions/entropy/Map(UInt128,Nullable(UInt8)) OK 78ms
/aggregate functions/kurtSamp/LowCardinality(Int32) OK 72ms
/aggregate functions/first_value/Map(UInt64,Nullable(UInt16)) OK 69ms
/aggregate functions/kurtSamp/LowCardinality(Int64) OK 85ms
/aggregate functions/entropy/Map(UInt128,Nullable(UInt16)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/groupArray/Map(UInt64,FixedString(51)) OK 70ms
/aggregate functions/first_value/Map(UInt64,Nullable(UInt32)) OK 82ms
/aggregate functions/groupArray/Map(UInt64,UUID) OK 82ms
/aggregate functions/entropy/Map(UInt128,Nullable(UInt32)) OK 84ms
/aggregate functions/kurtSamp/LowCardinality(Float32) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/first_value/Map(UInt64,Nullable(UInt64)) OK 80ms
/aggregate functions/groupArray/Map(UInt64,Nullable(UInt8)) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt8,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/entropy/Map(UInt128,Nullable(UInt64)) OK 75ms
/aggregate functions/kurtSamp/LowCardinality(Float64) OK 89ms
/aggregate functions/first_value/Map(UInt64,Nullable(UInt128)) OK 127ms
/aggregate functions/entropy/Map(UInt128,Nullable(UInt128)) OK 80ms
/aggregate functions/groupArray/Map(UInt64,Nullable(UInt16)) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt8,Array(String)) OK 91ms
/aggregate functions/kurtSamp/LowCardinality(Nullable(UInt8)) OK 83ms
/aggregate functions/first_value/Map(UInt64,Nullable(Int8)) OK 72ms
/aggregate functions/groupArray/Map(UInt64,Nullable(UInt32)) OK 78ms
/aggregate functions/entropy/Map(UInt128,Nullable(Int8)) OK 81ms
/aggregate functions/kurtSamp/LowCardinality(Nullable(UInt16)) OK 70ms
/aggregate functions/groupUniqArray/Map(UInt8,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/first_value/Map(UInt64,Nullable(Int16)) OK 77ms
/aggregate functions/groupArray/Map(UInt64,Nullable(UInt64)) OK 90ms
/aggregate functions/entropy/Map(UInt128,Nullable(Int16)) OK 78ms
/aggregate functions/kurtSamp/LowCardinality(Nullable(UInt32)) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt8,Tuple(String)) OK 78ms
/aggregate functions/first_value/Map(UInt64,Nullable(Int32)) OK 80ms
/aggregate functions/entropy/Map(UInt128,Nullable(Int32)) OK 75ms
/aggregate functions/groupArray/Map(UInt64,Nullable(UInt128)) OK 91ms
/aggregate functions/kurtSamp/LowCardinality(Nullable(UInt64)) OK 72ms
/aggregate functions/groupUniqArray/Map(UInt16,UInt8) OK 76ms
/aggregate functions/first_value/Map(UInt64,Nullable(Int64)) OK 70ms
/aggregate functions/entropy/Map(UInt128,Nullable(Int64)) OK 104ms
/aggregate functions/kurtSamp/LowCardinality(Nullable(Int8)) OK 88ms
/aggregate functions/groupArray/Map(UInt64,Nullable(Int8)) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt16,UInt16) OK 72ms
/aggregate functions/first_value/Map(UInt64,Nullable(Int128)) OK 91ms
/aggregate functions/kurtSamp/LowCardinality(Nullable(Int16)) OK 96ms
/aggregate functions/groupUniqArray/Map(UInt16,UInt32) OK 79ms
/aggregate functions/groupArray/Map(UInt64,Nullable(Int16)) OK 88ms
/aggregate functions/entropy/Map(UInt128,Nullable(Int128)) OK 77ms
/aggregate functions/first_value/Map(UInt64,Nullable(Float32)) OK 81ms
/aggregate functions/groupUniqArray/Map(UInt16,UInt64) OK 84ms
/aggregate functions/entropy/Map(UInt128,Nullable(Float32)) OK 79ms
/aggregate functions/groupArray/Map(UInt64,Nullable(Int32)) OK 85ms
/aggregate functions/kurtSamp/LowCardinality(Nullable(Int32)) OK 84ms
/aggregate functions/first_value/Map(UInt64,Nullable(Float64)) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt16,UInt128) OK 83ms
/aggregate functions/entropy/Map(UInt128,Nullable(Float64)) OK 95ms
/aggregate functions/groupArray/Map(UInt64,Nullable(Int64)) OK 91ms
/aggregate functions/kurtSamp/LowCardinality(Nullable(Int64)) OK 94ms
/aggregate functions/first_value/Map(UInt64,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt16,Int8) OK 136ms
/aggregate functions/entropy/Map(UInt128,Nullable(Decimal128(38))) OK 138ms
/aggregate functions/groupArray/Map(UInt64,Nullable(Int128)) OK 123ms
/aggregate functions/kurtSamp/LowCardinality(Nullable(Float32)) OK 129ms
/aggregate functions/first_value/Map(UInt64,Nullable(Date)) OK 121ms
/aggregate functions/groupUniqArray/Map(UInt16,Int16) OK 146ms
/aggregate functions/groupArray/Map(UInt64,Nullable(Float32)) OK 98ms
/aggregate functions/first_value/Map(UInt64,Nullable(DateTime)) OK 95ms
/aggregate functions/entropy/Map(UInt128,Nullable(Date)) OK 124ms
/aggregate functions/kurtSamp/LowCardinality(Nullable(Float64)) OK 118ms
/aggregate functions/groupArray/Map(UInt64,Nullable(Float64)) OK 126ms
/aggregate functions/first_value/Map(UInt64,Nullable(DateTime64(3))) OK 138ms
/aggregate functions/last_value OK 2m 15s
/aggregate functions/last_value/constant OK 84ms
/aggregate functions/entropy/Map(UInt128,Nullable(DateTime)) OK 103ms
/aggregate functions/groupUniqArray/Map(UInt16,Int32) OK 88ms
/aggregate functions/last_value/zero rows OK 51ms
/aggregate functions/groupArray/Map(UInt64,Nullable(Decimal128(38))) OK 104ms
/aggregate functions/groupUniqArray/Map(UInt16,Int64) OK 96ms
/aggregate functions/entropy/Map(UInt128,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/first_value/Map(UInt64,Nullable(Bool)) OK 95ms
/aggregate functions/last_value/single row OK 47ms
/aggregate functions/last_value/with group by OK 57ms
/aggregate functions/groupUniqArray/Map(UInt16,Int128) OK 106ms
/aggregate functions/entropy/Map(UInt128,Nullable(Bool)) OK 108ms
/aggregate functions/groupArray/Map(UInt64,Nullable(Date)) OK 128ms
/aggregate functions/first_value/Map(UInt64,Nullable(String)) OK 105ms
/aggregate functions/last_value/NULL value handling OK 41ms
/aggregate functions/last_value/single NULL value OK 51ms
/aggregate functions/groupUniqArray/Map(UInt16,Float32) OK 98ms
/aggregate functions/entropy/Map(UInt128,Nullable(String)) OK 85ms
/aggregate functions/first_value/Map(UInt64,Nullable(FixedString(51))) OK 94ms
/aggregate functions/groupArray/Map(UInt64,Nullable(DateTime)) OK 79ms
/aggregate functions/last_value/string that ends with \0 OK 44ms
/aggregate functions/last_value/inf OK 42ms
/aggregate functions/entropy/Map(UInt128,Nullable(FixedString(51))) OK 70ms
/aggregate functions/groupUniqArray/Map(UInt16,Float64) OK 92ms
/aggregate functions/first_value/Map(UInt64,Nullable(UUID)) OK 84ms
/aggregate functions/groupArray/Map(UInt64,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/last_value/-inf OK 42ms
/aggregate functions/entropy/Map(UInt128,Nullable(UUID)) OK 72ms
/aggregate functions/last_value/nan OK 56ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(UInt8)) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt16,Decimal128(38)) OK 73ms
/aggregate functions/groupArray/Map(UInt64,Nullable(Bool)) OK 75ms
/aggregate functions/last_value/UInt8 OK 85ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(UInt8)) OK 69ms
/aggregate functions/groupUniqArray/Map(UInt16,Date) OK 88ms
/aggregate functions/groupArray/Map(UInt64,Nullable(String)) OK 86ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(UInt16)) OK 78ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(UInt16)) OK 73ms
/aggregate functions/last_value/UInt16 OK 76ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(UInt32)) OK 125ms
/aggregate functions/groupUniqArray/Map(UInt16,DateTime) OK 126ms
/aggregate functions/groupArray/Map(UInt64,Nullable(FixedString(51))) OK 118ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(UInt32)) OK 100ms
/aggregate functions/last_value/UInt32 OK 97ms
/aggregate functions/groupArray/Map(UInt64,Nullable(UUID)) OK 89ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(UInt64)) OK 89ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(UInt64)) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt16,DateTime64(3)) OK 78ms
/aggregate functions/last_value/UInt64 OK 74ms
/aggregate functions/last_value/UInt128 OK 80ms
/aggregate functions/groupUniqArray/Map(UInt16,Bool) OK 94ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(UInt128)) OK 103ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(UInt8)) OK 76ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(UInt128)) OK 76ms
/aggregate functions/last_value/Int8 OK 73ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(UInt16)) OK 80ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Int8)) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt16,String) OK 74ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Int8)) OK 74ms
/aggregate functions/last_value/Int16 OK 83ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Int16)) OK 86ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(UInt32)) OK 70ms
/aggregate functions/groupUniqArray/Map(UInt16,FixedString(51)) OK 77ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Int16)) OK 89ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(UInt64)) OK 75ms
/aggregate functions/last_value/Int32 OK 88ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Int32)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt16,UUID) OK 83ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Int32)) OK 74ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(UInt128)) OK 86ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Int64)) OK 123ms
/aggregate functions/last_value/Int64 OK 128ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(UInt8)) OK 73ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Int64)) OK 107ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Int8)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(UInt16)) OK 122ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Int128)) OK 99ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Int128)) OK 69ms
/aggregate functions/last_value/Int128 OK 90ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Int16)) OK 77ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Float32)) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(UInt32)) OK 84ms
/aggregate functions/last_value/Float32 OK 84ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Float32)) OK 76ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Int32)) OK 81ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Float64)) OK 81ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(UInt64)) OK 76ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Float64)) OK 75ms
/aggregate functions/last_value/Float64 OK 79ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Int64)) OK 77ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Date)) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(UInt128)) OK 79ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Date)) OK 74ms
/aggregate functions/last_value/Decimal128(38) OK 72ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Int128)) OK 83ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(DateTime)) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(Int8)) OK 90ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(DateTime)) OK 92ms
/aggregate functions/last_value/Date OK 71ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Float32)) OK 75ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Bool)) OK 79ms
/aggregate functions/last_value/DateTime OK 78ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(Int16)) OK 91ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Bool)) OK 90ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Float64)) OK 73ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(String)) OK 103ms
/aggregate functions/last_value/DateTime64(3) OK 87ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Date)) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(Int32)) OK 85ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(String)) OK 82ms
/aggregate functions/last_value/Bool OK 88ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(DateTime)) OK 91ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(Int64)) OK 86ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/last_value/String OK 98ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(UUID)) OK 101ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Bool)) OK 72ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(UUID)) OK 95ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(Int128)) OK 94ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(String)) OK 76ms
/aggregate functions/last_value/FixedString(51) OK 87ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(Float32)) OK 83ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 94ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/last_value/UUID OK 86ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(Float64)) OK 76ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(UUID)) OK 73ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 98ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(Decimal128(38))) OK 99ms
/aggregate functions/last_value/Map(UInt8,UInt8) OK 79ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/last_value/Map(UInt8,UInt16) OK 88ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 102ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(Date)) OK 86ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/last_value/Map(UInt8,UInt32) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(DateTime)) OK 120ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 109ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 107ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/last_value/Map(UInt8,UInt64) OK 111ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 104ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(Int8))) OK 98ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/last_value/Map(UInt8,UInt128) OK 72ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(Bool)) OK 78ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/last_value/Map(UInt8,Int8) OK 76ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(String)) OK 81ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/last_value/Map(UInt8,Int16) OK 78ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(Int128))) OK 123ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(FixedString(51))) OK 118ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(Int64))) OK 109ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(Int16))) OK 104ms
/aggregate functions/last_value/Map(UInt8,Int32) OK 86ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(Float32))) OK 100ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt16,Nullable(UUID)) OK 88ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(Int128))) OK 96ms
/aggregate functions/last_value/Map(UInt8,Int64) OK 79ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/last_value/Map(UInt8,Int128) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(UInt8)) OK 82ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/last_value/Map(UInt8,Float32) OK 79ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(UInt16)) OK 76ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/last_value/Map(UInt8,Float64) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(UInt32)) OK 81ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(Float32))) OK 86ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/last_value/Map(UInt8,Decimal128(38)) OK 111ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(UInt64)) OK 99ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(Bool))) OK 104ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(UInt128)) OK 78ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/last_value/Map(UInt8,Date) OK 92ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Int8)) OK 86ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 101ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/last_value/Map(UInt8,DateTime) OK 88ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Int16)) OK 97ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 101ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(Bool))) OK 101ms
/aggregate functions/entropy/Map(UInt128,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/last_value/Map(UInt8,DateTime64(3)) OK 71ms
/aggregate functions/last_value/Map(UInt8,Bool) OK 92ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Int32)) OK 74ms
/aggregate functions/entropy/Map(UInt128,Array(String)) OK 80ms
/aggregate functions/first_value/Map(UInt64,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Int64)) OK 78ms
/aggregate functions/entropy/Map(UInt128,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/last_value/Map(UInt8,String) OK 80ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/first_value/Map(UInt64,Array(String)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Int128)) OK 110ms
/aggregate functions/last_value/Map(UInt8,FixedString(51)) OK 94ms
/aggregate functions/entropy/Map(UInt128,Tuple(String)) OK 99ms
/aggregate functions/groupArray/Map(UInt64,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/first_value/Map(UInt64,Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/last_value/Map(UInt8,UUID) OK 82ms
/aggregate functions/groupArray/Map(UInt64,Array(String)) OK 107ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Float32)) OK 85ms
/aggregate functions/entropy/Map(Int8,UInt8) OK 96ms
/aggregate functions/first_value/Map(UInt64,Tuple(String)) OK 73ms
/aggregate functions/last_value/Map(UInt8,Nullable(UInt8)) OK 79ms
/aggregate functions/first_value/Map(UInt128,UInt8) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Float64)) OK 83ms
/aggregate functions/entropy/Map(Int8,UInt16) OK 73ms
/aggregate functions/groupArray/Map(UInt64,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/last_value/Map(UInt8,Nullable(UInt16)) OK 88ms
/aggregate functions/first_value/Map(UInt128,UInt16) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Date)) OK 74ms
/aggregate functions/entropy/Map(Int8,UInt32) OK 87ms
/aggregate functions/groupArray/Map(UInt64,Tuple(String)) OK 74ms
/aggregate functions/first_value/Map(UInt128,UInt32) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(DateTime)) OK 88ms
/aggregate functions/last_value/Map(UInt8,Nullable(UInt32)) OK 79ms
/aggregate functions/groupArray/Map(UInt128,UInt8) OK 80ms
/aggregate functions/entropy/Map(Int8,UInt64) OK 77ms
/aggregate functions/first_value/Map(UInt128,UInt64) OK 84ms
/aggregate functions/last_value/Map(UInt8,Nullable(UInt64)) OK 87ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Bool)) OK 87ms
/aggregate functions/groupArray/Map(UInt128,UInt16) OK 90ms
/aggregate functions/entropy/Map(Int8,UInt128) OK 83ms
/aggregate functions/first_value/Map(UInt128,UInt128) OK 101ms
/aggregate functions/last_value/Map(UInt8,Nullable(UInt128)) OK 89ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(String)) OK 91ms
/aggregate functions/entropy/Map(Int8,Int8) OK 77ms
/aggregate functions/groupArray/Map(UInt128,UInt32) OK 76ms
/aggregate functions/entropy/Map(Int8,Int16) OK 86ms
/aggregate functions/groupArray/Map(UInt128,UInt64) OK 97ms
/aggregate functions/last_value/Map(UInt8,Nullable(Int8)) OK 92ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/first_value/Map(UInt128,Int8) OK 77ms
/aggregate functions/entropy/Map(Int8,Int32) OK 94ms
/aggregate functions/first_value/Map(UInt128,Int16) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(UUID)) OK 87ms
/aggregate functions/last_value/Map(UInt8,Nullable(Int16)) OK 77ms
/aggregate functions/groupArray/Map(UInt128,UInt128) OK 90ms
/aggregate functions/first_value/Map(UInt128,Int32) OK 107ms
/aggregate functions/last_value/Map(UInt8,Nullable(Int32)) OK 90ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 103ms
/aggregate functions/entropy/Map(Int8,Int64) OK 81ms
/aggregate functions/groupArray/Map(UInt128,Int8) OK 93ms
/aggregate functions/entropy/Map(Int8,Int128) OK 82ms
/aggregate functions/last_value/Map(UInt8,Nullable(Int64)) OK 68ms
/aggregate functions/first_value/Map(UInt128,Int64) OK 113ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 117ms
/aggregate functions/groupArray/Map(UInt128,Int16) OK 117ms
/aggregate functions/last_value/Map(UInt8,Nullable(Int128)) OK 79ms
/aggregate functions/entropy/Map(Int8,Float32) OK 81ms
/aggregate functions/first_value/Map(UInt128,Int128) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/groupArray/Map(UInt128,Int32) OK 73ms
/aggregate functions/last_value/Map(UInt8,Nullable(Float32)) OK 70ms
/aggregate functions/entropy/Map(Int8,Float64) OK 103ms
/aggregate functions/first_value/Map(UInt128,Float32) OK 74ms
/aggregate functions/groupArray/Map(UInt128,Int64) OK 81ms
/aggregate functions/last_value/Map(UInt8,Nullable(Float64)) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/entropy/Map(Int8,Decimal128(38)) OK 72ms
/aggregate functions/first_value/Map(UInt128,Float64) OK 80ms
/aggregate functions/groupArray/Map(UInt128,Int128) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/last_value/Map(UInt8,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/entropy/Map(Int8,Date) OK 71ms
/aggregate functions/first_value/Map(UInt128,Decimal128(38)) OK 70ms
/aggregate functions/groupArray/Map(UInt128,Float32) OK 100ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/last_value/Map(UInt8,Nullable(Date)) OK 83ms
/aggregate functions/entropy/Map(Int8,DateTime) OK 74ms
/aggregate functions/first_value/Map(UInt128,Date) OK 81ms
/aggregate functions/last_value/Map(UInt8,Nullable(DateTime)) OK 90ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/groupArray/Map(UInt128,Float64) OK 76ms
/aggregate functions/entropy/Map(Int8,DateTime64(3)) OK 75ms
/aggregate functions/first_value/Map(UInt128,DateTime) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/groupArray/Map(UInt128,Decimal128(38)) OK 83ms
/aggregate functions/last_value/Map(UInt8,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/entropy/Map(Int8,Bool) OK 86ms
/aggregate functions/first_value/Map(UInt128,DateTime64(3)) OK 80ms
/aggregate functions/groupArray/Map(UInt128,Date) OK 89ms
/aggregate functions/last_value/Map(UInt8,Nullable(Bool)) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/entropy/Map(Int8,String) OK 79ms
/aggregate functions/first_value/Map(UInt128,Bool) OK 76ms
/aggregate functions/last_value/Map(UInt8,Nullable(String)) OK 81ms
/aggregate functions/groupArray/Map(UInt128,DateTime) OK 83ms
/aggregate functions/entropy/Map(Int8,FixedString(51)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/first_value/Map(UInt128,String) OK 83ms
/aggregate functions/last_value/Map(UInt8,Nullable(FixedString(51))) OK 84ms
/aggregate functions/entropy/Map(Int8,UUID) OK 74ms
/aggregate functions/groupArray/Map(UInt128,DateTime64(3)) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/first_value/Map(UInt128,FixedString(51)) OK 68ms
/aggregate functions/entropy/Map(Int8,Nullable(UInt8)) OK 89ms
/aggregate functions/last_value/Map(UInt8,Nullable(UUID)) OK 87ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/groupArray/Map(UInt128,Bool) OK 83ms
/aggregate functions/first_value/Map(UInt128,UUID) OK 75ms
/aggregate functions/entropy/Map(Int8,Nullable(UInt16)) OK 107ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(UInt8)) OK 102ms
/aggregate functions/groupArray/Map(UInt128,String) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/first_value/Map(UInt128,Nullable(UInt8)) OK 83ms
/aggregate functions/groupArray/Map(UInt128,FixedString(51)) OK 72ms
/aggregate functions/first_value/Map(UInt128,Nullable(UInt16)) OK 103ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(UInt16)) OK 90ms
/aggregate functions/entropy/Map(Int8,Nullable(UInt32)) OK 66ms
/aggregate functions/groupArray/Map(UInt128,UUID) OK 70ms
/aggregate functions/entropy/Map(Int8,Nullable(UInt64)) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(UInt32)) OK 70ms
/aggregate functions/first_value/Map(UInt128,Nullable(UInt32)) OK 73ms
/aggregate functions/groupArray/Map(UInt128,Nullable(UInt8)) OK 72ms
/aggregate functions/entropy/Map(Int8,Nullable(UInt128)) OK 76ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(UInt64)) OK 85ms
/aggregate functions/first_value/Map(UInt128,Nullable(UInt64)) OK 81ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/groupArray/Map(UInt128,Nullable(UInt16)) OK 90ms
/aggregate functions/entropy/Map(Int8,Nullable(Int8)) OK 79ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(UInt128)) OK 92ms
/aggregate functions/first_value/Map(UInt128,Nullable(UInt128)) OK 98ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/groupArray/Map(UInt128,Nullable(UInt32)) OK 79ms
/aggregate functions/entropy/Map(Int8,Nullable(Int16)) OK 73ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Int8)) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt16,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/first_value/Map(UInt128,Nullable(Int8)) OK 68ms
/aggregate functions/groupArray/Map(UInt128,Nullable(UInt64)) OK 85ms
/aggregate functions/entropy/Map(Int8,Nullable(Int32)) OK 75ms
/aggregate functions/first_value/Map(UInt128,Nullable(Int16)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt16,Array(String)) OK 82ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Int16)) OK 69ms
/aggregate functions/entropy/Map(Int8,Nullable(Int64)) OK 87ms
/aggregate functions/groupArray/Map(UInt128,Nullable(UInt128)) OK 80ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Int32)) OK 73ms
/aggregate functions/first_value/Map(UInt128,Nullable(Int32)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt16,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/groupArray/Map(UInt128,Nullable(Int8)) OK 85ms
/aggregate functions/entropy/Map(Int8,Nullable(Int128)) OK 71ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Int64)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt16,Tuple(String)) OK 80ms
/aggregate functions/first_value/Map(UInt128,Nullable(Int64)) OK 79ms
/aggregate functions/entropy/Map(Int8,Nullable(Float32)) OK 119ms
/aggregate functions/groupArray/Map(UInt128,Nullable(Int16)) OK 109ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Int128)) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt32,UInt8) OK 115ms
/aggregate functions/first_value/Map(UInt128,Nullable(Int128)) OK 129ms
/aggregate functions/groupArray/Map(UInt128,Nullable(Int32)) OK 80ms
/aggregate functions/entropy/Map(Int8,Nullable(Float64)) OK 87ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Float32)) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt32,UInt16) OK 75ms
/aggregate functions/first_value/Map(UInt128,Nullable(Float32)) OK 78ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Float64)) OK 83ms
/aggregate functions/groupArray/Map(UInt128,Nullable(Int64)) OK 88ms
/aggregate functions/entropy/Map(Int8,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt32,UInt32) OK 75ms
/aggregate functions/first_value/Map(UInt128,Nullable(Float64)) OK 71ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Date)) OK 92ms
/aggregate functions/entropy/Map(Int8,Nullable(Date)) OK 73ms
/aggregate functions/groupArray/Map(UInt128,Nullable(Int128)) OK 91ms
/aggregate functions/groupUniqArray/Map(UInt32,UInt64) OK 75ms
/aggregate functions/first_value/Map(UInt128,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/entropy/Map(Int8,Nullable(DateTime)) OK 83ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(DateTime)) OK 94ms
/aggregate functions/groupArray/Map(UInt128,Nullable(Float32)) OK 92ms
/aggregate functions/groupUniqArray/Map(UInt32,UInt128) OK 69ms
/aggregate functions/first_value/Map(UInt128,Nullable(Date)) OK 75ms
/aggregate functions/entropy/Map(Int8,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/groupUniqArray/Map(UInt32,Int8) OK 90ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Bool)) OK 76ms
/aggregate functions/groupArray/Map(UInt128,Nullable(Float64)) OK 78ms
/aggregate functions/first_value/Map(UInt128,Nullable(DateTime)) OK 79ms
/aggregate functions/entropy/Map(Int8,Nullable(Bool)) OK 107ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(String)) OK 81ms
/aggregate functions/groupArray/Map(UInt128,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/groupUniqArray/Map(UInt32,Int16) OK 81ms
/aggregate functions/first_value/Map(UInt128,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/entropy/Map(Int8,Nullable(String)) OK 113ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/groupArray/Map(UInt128,Nullable(Date)) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt32,Int32) OK 102ms
/aggregate functions/first_value/Map(UInt128,Nullable(Bool)) OK 84ms
/aggregate functions/groupArray/Map(UInt128,Nullable(DateTime)) OK 79ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(UUID)) OK 79ms
/aggregate functions/entropy/Map(Int8,Nullable(FixedString(51))) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt32,Int64) OK 73ms
/aggregate functions/first_value/Map(UInt128,Nullable(String)) OK 79ms
/aggregate functions/groupArray/Map(UInt128,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/entropy/Map(Int8,Nullable(UUID)) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt32,Int128) OK 75ms
/aggregate functions/first_value/Map(UInt128,Nullable(FixedString(51))) OK 80ms
/aggregate functions/groupArray/Map(UInt128,Nullable(Bool)) OK 79ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/entropy/Map(Int8,LowCardinality(UInt8)) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt32,Float32) OK 77ms
/aggregate functions/first_value/Map(UInt128,Nullable(UUID)) OK 78ms
/aggregate functions/groupArray/Map(UInt128,Nullable(String)) OK 79ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 91ms
/aggregate functions/entropy/Map(Int8,LowCardinality(UInt16)) OK 70ms
/aggregate functions/groupUniqArray/Map(UInt32,Float64) OK 81ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(UInt8)) OK 79ms
/aggregate functions/groupArray/Map(UInt128,Nullable(FixedString(51))) OK 80ms
/aggregate functions/entropy/Map(Int8,LowCardinality(UInt32)) OK 71ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt32,Decimal128(38)) OK 83ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(UInt16)) OK 79ms
/aggregate functions/entropy/Map(Int8,LowCardinality(UInt64)) OK 69ms
/aggregate functions/groupArray/Map(UInt128,Nullable(UUID)) OK 72ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt32,Date) OK 71ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(UInt32)) OK 80ms
/aggregate functions/entropy/Map(Int8,LowCardinality(UInt128)) OK 75ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(UInt8)) OK 75ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt32,DateTime) OK 76ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(UInt64)) OK 80ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Int8)) OK 73ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(UInt16)) OK 78ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt32,DateTime64(3)) OK 73ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Int16)) OK 84ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(UInt128)) OK 84ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(UInt32)) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt32,Bool) OK 77ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Int32)) OK 76ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Int8)) OK 86ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(UInt64)) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt32,String) OK 86ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Int64)) OK 82ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(UInt128)) OK 86ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Int16)) OK 74ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/groupUniqArray/Map(UInt32,FixedString(51)) OK 83ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Int128)) OK 78ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Int32)) OK 79ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Int8)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt32,UUID) OK 80ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Float32)) OK 81ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Int64)) OK 79ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Int16)) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(UInt8)) OK 82ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Float64)) OK 91ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Int128)) OK 74ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Int32)) OK 88ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(UInt16)) OK 69ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Float32)) OK 68ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Date)) OK 104ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Int64)) OK 89ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(UInt32)) OK 79ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Float64)) OK 70ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(UInt64)) OK 89ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Int128)) OK 130ms
/aggregate functions/entropy/Map(Int8,LowCardinality(DateTime)) OK 75ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(Bool))) OK 118ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Date)) OK 104ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Bool)) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(UInt128)) OK 72ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Float32)) OK 72ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(DateTime)) OK 77ms
/aggregate functions/entropy/Map(Int8,LowCardinality(String)) OK 70ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(Int8)) OK 75ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Float64)) OK 76ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Bool)) OK 81ms
/aggregate functions/entropy/Map(Int8,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(Int16)) OK 73ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Date)) OK 80ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(String)) OK 85ms
/aggregate functions/last_value/Map(UInt8,LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/entropy/Map(Int8,LowCardinality(UUID)) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(Int32)) OK 77ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(DateTime)) OK 77ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/last_value/Map(UInt8,Array(String)) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(Int64)) OK 76ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Bool)) OK 77ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/last_value/Map(UInt8,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(Int128)) OK 77ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(UUID)) OK 77ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(String)) OK 69ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/last_value/Map(UInt8,Tuple(String)) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(Float32)) OK 84ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/last_value/Map(UInt16,UInt8) OK 91ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(Float64)) OK 68ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(UUID)) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/last_value/Map(UInt16,UInt16) OK 74ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(Date)) OK 75ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/last_value/Map(UInt16,UInt32) OK 77ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 102ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(DateTime)) OK 96ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/last_value/Map(UInt16,UInt64) OK 73ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/last_value/Map(UInt16,UInt128) OK 102ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(DateTime64(3))) OK 95ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/last_value/Map(UInt16,Int8) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(Bool)) OK 85ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/last_value/Map(UInt16,Int16) OK 79ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(String)) OK 93ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/last_value/Map(UInt16,Int32) OK 75ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(Int16))) OK 133ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(Float32))) OK 103ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(FixedString(51))) OK 117ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/last_value/Map(UInt16,Int64) OK 78ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt32,Nullable(UUID)) OK 86ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/last_value/Map(UInt16,Int128) OK 87ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(UInt8)) OK 86ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/last_value/Map(UInt16,Float32) OK 70ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/last_value/Map(UInt16,Float64) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(UInt16)) OK 100ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/last_value/Map(UInt16,Decimal128(38)) OK 90ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(UInt32)) OK 81ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/last_value/Map(UInt16,Date) OK 69ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 123ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(UInt64)) OK 91ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/last_value/Map(UInt16,DateTime) OK 82ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(UInt128)) OK 93ms
/aggregate functions/entropy/Map(Int8,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/last_value/Map(UInt16,DateTime64(3)) OK 91ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Int8)) OK 79ms
/aggregate functions/entropy/Map(Int8,Array(String)) OK 73ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/last_value/Map(UInt16,Bool) OK 75ms
/aggregate functions/first_value/Map(UInt128,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Int16)) OK 76ms
/aggregate functions/entropy/Map(Int8,Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/last_value/Map(UInt16,String) OK 82ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/first_value/Map(UInt128,Array(String)) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Int32)) OK 78ms
/aggregate functions/entropy/Map(Int8,Tuple(String)) OK 74ms
/aggregate functions/last_value/Map(UInt16,FixedString(51)) OK 87ms
/aggregate functions/first_value/Map(UInt128,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Int64)) OK 78ms
/aggregate functions/entropy/Map(Int16,UInt8) OK 85ms
/aggregate functions/first_value/Map(UInt128,Tuple(String)) OK 76ms
/aggregate functions/last_value/Map(UInt16,UUID) OK 74ms
/aggregate functions/groupArray/Map(UInt128,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Int128)) OK 74ms
/aggregate functions/entropy/Map(Int16,UInt16) OK 75ms
/aggregate functions/first_value/Map(Int8,UInt8) OK 97ms
/aggregate functions/last_value/Map(UInt16,Nullable(UInt8)) OK 96ms
/aggregate functions/groupArray/Map(UInt128,Array(String)) OK 81ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Float32)) OK 77ms
/aggregate functions/entropy/Map(Int16,UInt32) OK 85ms
/aggregate functions/groupArray/Map(UInt128,Map(String,LowCardinality(Float64))) OK 97ms
/aggregate functions/first_value/Map(Int8,UInt16) OK 81ms
/aggregate functions/last_value/Map(UInt16,Nullable(UInt16)) OK 86ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Float64)) OK 76ms
/aggregate functions/entropy/Map(Int16,UInt64) OK 79ms
/aggregate functions/first_value/Map(Int8,UInt32) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Date)) OK 84ms
/aggregate functions/last_value/Map(UInt16,Nullable(UInt32)) OK 79ms
/aggregate functions/groupArray/Map(UInt128,Tuple(String)) OK 71ms
/aggregate functions/entropy/Map(Int16,UInt128) OK 79ms
/aggregate functions/first_value/Map(Int8,UInt64) OK 91ms
/aggregate functions/groupArray/Map(Int8,UInt8) OK 83ms
/aggregate functions/last_value/Map(UInt16,Nullable(UInt64)) OK 91ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(DateTime)) OK 82ms
/aggregate functions/entropy/Map(Int16,Int8) OK 70ms
/aggregate functions/groupArray/Map(Int8,UInt16) OK 89ms
/aggregate functions/first_value/Map(Int8,UInt128) OK 72ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Bool)) OK 74ms
/aggregate functions/last_value/Map(UInt16,Nullable(UInt128)) OK 72ms
/aggregate functions/entropy/Map(Int16,Int16) OK 76ms
/aggregate functions/first_value/Map(Int8,Int8) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(String)) OK 80ms
/aggregate functions/last_value/Map(UInt16,Nullable(Int8)) OK 93ms
/aggregate functions/groupArray/Map(Int8,UInt32) OK 92ms
/aggregate functions/entropy/Map(Int16,Int32) OK 67ms
/aggregate functions/first_value/Map(Int8,Int16) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/entropy/Map(Int16,Int64) OK 71ms
/aggregate functions/last_value/Map(UInt16,Nullable(Int16)) OK 73ms
/aggregate functions/groupArray/Map(Int8,UInt64) OK 88ms
/aggregate functions/first_value/Map(Int8,Int32) OK 97ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(UUID)) OK 82ms
/aggregate functions/entropy/Map(Int16,Int128) OK 89ms
/aggregate functions/last_value/Map(UInt16,Nullable(Int32)) OK 80ms
/aggregate functions/groupArray/Map(Int8,UInt128) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/first_value/Map(Int8,Int64) OK 86ms
/aggregate functions/entropy/Map(Int16,Float32) OK 75ms
/aggregate functions/last_value/Map(UInt16,Nullable(Int64)) OK 68ms
/aggregate functions/groupArray/Map(Int8,Int8) OK 86ms
/aggregate functions/last_value/Map(UInt16,Nullable(Int128)) OK 86ms
/aggregate functions/entropy/Map(Int16,Float64) OK 88ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/first_value/Map(Int8,Int128) OK 85ms
/aggregate functions/groupArray/Map(Int8,Int16) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/last_value/Map(UInt16,Nullable(Float32)) OK 78ms
/aggregate functions/entropy/Map(Int16,Decimal128(38)) OK 83ms
/aggregate functions/first_value/Map(Int8,Float32) OK 77ms
/aggregate functions/groupArray/Map(Int8,Int32) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/last_value/Map(UInt16,Nullable(Float64)) OK 76ms
/aggregate functions/first_value/Map(Int8,Float64) OK 99ms
/aggregate functions/entropy/Map(Int16,Date) OK 86ms
/aggregate functions/groupArray/Map(Int8,Int64) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/last_value/Map(UInt16,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/entropy/Map(Int16,DateTime) OK 92ms
/aggregate functions/groupArray/Map(Int8,Int128) OK 89ms
/aggregate functions/first_value/Map(Int8,Decimal128(38)) OK 68ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/last_value/Map(UInt16,Nullable(Date)) OK 69ms
/aggregate functions/first_value/Map(Int8,Date) OK 74ms
/aggregate functions/entropy/Map(Int16,DateTime64(3)) OK 84ms
/aggregate functions/groupArray/Map(Int8,Float32) OK 77ms
/aggregate functions/last_value/Map(UInt16,Nullable(DateTime)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/first_value/Map(Int8,DateTime) OK 71ms
/aggregate functions/groupArray/Map(Int8,Float64) OK 86ms
/aggregate functions/entropy/Map(Int16,Bool) OK 74ms
/aggregate functions/last_value/Map(UInt16,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(Int32))) OK 110ms
/aggregate functions/first_value/Map(Int8,DateTime64(3)) OK 98ms
/aggregate functions/entropy/Map(Int16,String) OK 88ms
/aggregate functions/groupArray/Map(Int8,Decimal128(38)) OK 71ms
/aggregate functions/last_value/Map(UInt16,Nullable(Bool)) OK 116ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/first_value/Map(Int8,Bool) OK 71ms
/aggregate functions/groupArray/Map(Int8,Date) OK 83ms
/aggregate functions/entropy/Map(Int16,FixedString(51)) OK 79ms
/aggregate functions/first_value/Map(Int8,String) OK 82ms
/aggregate functions/last_value/Map(UInt16,Nullable(String)) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/groupArray/Map(Int8,DateTime) OK 82ms
/aggregate functions/entropy/Map(Int16,UUID) OK 75ms
/aggregate functions/last_value/Map(UInt16,Nullable(FixedString(51))) OK 76ms
/aggregate functions/first_value/Map(Int8,FixedString(51)) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/entropy/Map(Int16,Nullable(UInt8)) OK 87ms
/aggregate functions/groupArray/Map(Int8,DateTime64(3)) OK 79ms
/aggregate functions/last_value/Map(UInt16,Nullable(UUID)) OK 69ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/first_value/Map(Int8,UUID) OK 117ms
/aggregate functions/groupArray/Map(Int8,Bool) OK 109ms
/aggregate functions/entropy/Map(Int16,Nullable(UInt16)) OK 100ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(UInt8)) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/first_value/Map(Int8,Nullable(UInt8)) OK 87ms
/aggregate functions/entropy/Map(Int16,Nullable(UInt32)) OK 76ms
/aggregate functions/groupArray/Map(Int8,String) OK 83ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(UInt16)) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/entropy/Map(Int16,Nullable(UInt64)) OK 80ms
/aggregate functions/first_value/Map(Int8,Nullable(UInt16)) OK 88ms
/aggregate functions/groupArray/Map(Int8,FixedString(51)) OK 76ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(UInt32)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/entropy/Map(Int16,Nullable(UInt128)) OK 86ms
/aggregate functions/groupArray/Map(Int8,UUID) OK 83ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(UInt64)) OK 82ms
/aggregate functions/first_value/Map(Int8,Nullable(UInt32)) OK 70ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/first_value/Map(Int8,Nullable(UInt64)) OK 96ms
/aggregate functions/entropy/Map(Int16,Nullable(Int8)) OK 99ms
/aggregate functions/groupArray/Map(Int8,Nullable(UInt8)) OK 85ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(UInt128)) OK 72ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Int8)) OK 123ms
/aggregate functions/groupUniqArray/Map(UInt32,LowCardinality(Nullable(UUID))) OK 117ms
/aggregate functions/groupArray/Map(Int8,Nullable(UInt16)) OK 118ms
/aggregate functions/first_value/Map(Int8,Nullable(UInt128)) OK 104ms
/aggregate functions/entropy/Map(Int16,Nullable(Int16)) OK 96ms
/aggregate functions/entropy/Map(Int16,Nullable(Int32)) OK 91ms
/aggregate functions/first_value/Map(Int8,Nullable(Int8)) OK 89ms
/aggregate functions/groupUniqArray/Map(UInt32,Array(String)) OK 98ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Int16)) OK 94ms
/aggregate functions/groupArray/Map(Int8,Nullable(UInt32)) OK 80ms
/aggregate functions/groupArray/Map(Int8,Nullable(UInt64)) OK 84ms
/aggregate functions/first_value/Map(Int8,Nullable(Int16)) OK 82ms
/aggregate functions/entropy/Map(Int16,Nullable(Int64)) OK 97ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Int32)) OK 86ms
/aggregate functions/groupUniqArray/Map(UInt32,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/first_value/Map(Int8,Nullable(Int32)) OK 86ms
/aggregate functions/groupArray/Map(Int8,Nullable(UInt128)) OK 86ms
/aggregate functions/groupUniqArray/Map(UInt32,Tuple(String)) OK 83ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Int64)) OK 82ms
/aggregate functions/entropy/Map(Int16,Nullable(Int128)) OK 84ms
/aggregate functions/first_value/Map(Int8,Nullable(Int64)) OK 121ms
/aggregate functions/groupArray/Map(Int8,Nullable(Int8)) OK 129ms
/aggregate functions/groupUniqArray/Map(UInt64,UInt8) OK 120ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Int128)) OK 117ms
/aggregate functions/entropy/Map(Int16,Nullable(Float32)) OK 116ms
/aggregate functions/first_value/Map(Int8,Nullable(Int128)) OK 220ms
/aggregate functions/groupUniqArray/Map(UInt64,UInt16) OK 101ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Float32)) OK 87ms
/aggregate functions/entropy/Map(Int16,Nullable(Float64)) OK 92ms
/aggregate functions/groupArray/Map(Int8,Nullable(Int16)) OK 224ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Float64)) OK 237ms
/aggregate functions/entropy/Map(Int16,Nullable(Decimal128(38))) OK 233ms
/aggregate functions/groupUniqArray/Map(UInt64,UInt32) OK 236ms
/aggregate functions/first_value/Map(Int8,Nullable(Float32)) OK 141ms
/aggregate functions/groupArray/Map(Int8,Nullable(Int32)) OK 122ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Date)) OK 92ms
/aggregate functions/entropy/Map(Int16,Nullable(Date)) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt64,UInt64) OK 73ms
/aggregate functions/groupArray/Map(Int8,Nullable(Int64)) OK 83ms
/aggregate functions/first_value/Map(Int8,Nullable(Float64)) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt64,UInt128) OK 78ms
/aggregate functions/entropy/Map(Int16,Nullable(DateTime)) OK 82ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(DateTime)) OK 73ms
/aggregate functions/first_value/Map(Int8,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/groupArray/Map(Int8,Nullable(Int128)) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt64,Int8) OK 85ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Bool)) OK 104ms
/aggregate functions/entropy/Map(Int16,Nullable(DateTime64(3))) OK 94ms
/aggregate functions/first_value/Map(Int8,Nullable(Date)) OK 84ms
/aggregate functions/groupArray/Map(Int8,Nullable(Float32)) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt64,Int16) OK 74ms
/aggregate functions/entropy/Map(Int16,Nullable(Bool)) OK 83ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(String)) OK 89ms
/aggregate functions/groupArray/Map(Int8,Nullable(Float64)) OK 77ms
/aggregate functions/first_value/Map(Int8,Nullable(DateTime)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt64,Int32) OK 80ms
/aggregate functions/entropy/Map(Int16,Nullable(String)) OK 81ms
/aggregate functions/groupArray/Map(Int8,Nullable(Decimal128(38))) OK 87ms
/aggregate functions/first_value/Map(Int8,Nullable(DateTime64(3))) OK 68ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt64,Int64) OK 73ms
/aggregate functions/first_value/Map(Int8,Nullable(Bool)) OK 83ms
/aggregate functions/entropy/Map(Int16,Nullable(FixedString(51))) OK 84ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(UUID)) OK 88ms
/aggregate functions/groupArray/Map(Int8,Nullable(Date)) OK 89ms
/aggregate functions/groupUniqArray/Map(UInt64,Int128) OK 88ms
/aggregate functions/first_value/Map(Int8,Nullable(String)) OK 76ms
/aggregate functions/entropy/Map(Int16,Nullable(UUID)) OK 76ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/groupArray/Map(Int8,Nullable(DateTime)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt64,Float32) OK 74ms
/aggregate functions/first_value/Map(Int8,Nullable(FixedString(51))) OK 80ms
/aggregate functions/entropy/Map(Int16,LowCardinality(UInt8)) OK 92ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/groupArray/Map(Int8,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/groupUniqArray/Map(UInt64,Float64) OK 70ms
/aggregate functions/first_value/Map(Int8,Nullable(UUID)) OK 76ms
/aggregate functions/groupArray/Map(Int8,Nullable(Bool)) OK 92ms
/aggregate functions/entropy/Map(Int16,LowCardinality(UInt16)) OK 79ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt64,Decimal128(38)) OK 81ms
/aggregate functions/first_value/Map(Int8,LowCardinality(UInt8)) OK 83ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 102ms
/aggregate functions/entropy/Map(Int16,LowCardinality(UInt32)) OK 88ms
/aggregate functions/groupArray/Map(Int8,Nullable(String)) OK 90ms
/aggregate functions/groupUniqArray/Map(UInt64,Date) OK 76ms
/aggregate functions/first_value/Map(Int8,LowCardinality(UInt16)) OK 77ms
/aggregate functions/entropy/Map(Int16,LowCardinality(UInt64)) OK 95ms
/aggregate functions/groupArray/Map(Int8,Nullable(FixedString(51))) OK 95ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/groupUniqArray/Map(UInt64,DateTime) OK 73ms
/aggregate functions/first_value/Map(Int8,LowCardinality(UInt32)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt64,DateTime64(3)) OK 104ms
/aggregate functions/entropy/Map(Int16,LowCardinality(UInt128)) OK 77ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(Int8))) OK 69ms
/aggregate functions/groupArray/Map(Int8,Nullable(UUID)) OK 89ms
/aggregate functions/first_value/Map(Int8,LowCardinality(UInt64)) OK 84ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(Int16))) OK 83ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Int8)) OK 83ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(UInt8)) OK 88ms
/aggregate functions/groupUniqArray/Map(UInt64,Bool) OK 76ms
/aggregate functions/first_value/Map(Int8,LowCardinality(UInt128)) OK 76ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Int16)) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt64,String) OK 71ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(UInt16)) OK 89ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Int8)) OK 80ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Int32)) OK 81ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt64,FixedString(51)) OK 75ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(UInt32)) OK 86ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Int16)) OK 75ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Int64)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt64,UUID) OK 69ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Int32)) OK 86ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(UInt64)) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(UInt8)) OK 89ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Int128)) OK 70ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(UInt128)) OK 126ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Int64)) OK 113ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Float32)) OK 90ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(UInt16)) OK 86ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Int128)) OK 80ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Float64)) OK 103ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Int8)) OK 90ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(UInt32)) OK 88ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Float32)) OK 88ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Int16)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(UInt64)) OK 92ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Date)) OK 91ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Float64)) OK 74ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Int32)) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(UInt128)) OK 93ms
/aggregate functions/entropy/Map(Int16,LowCardinality(DateTime)) OK 79ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Date)) OK 79ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Int64)) OK 73ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Bool)) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(Int8)) OK 77ms
/aggregate functions/first_value/Map(Int8,LowCardinality(DateTime)) OK 97ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Int128)) OK 95ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 103ms
/aggregate functions/entropy/Map(Int16,LowCardinality(String)) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(Int16)) OK 78ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Bool)) OK 83ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Float32)) OK 76ms
/aggregate functions/last_value/Map(UInt16,LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/entropy/Map(Int16,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(Int32)) OK 72ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Float64)) OK 82ms
/aggregate functions/first_value/Map(Int8,LowCardinality(String)) OK 97ms
/aggregate functions/entropy/Map(Int16,LowCardinality(UUID)) OK 87ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(Int64)) OK 93ms
/aggregate functions/last_value/Map(UInt16,Array(String)) OK 86ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Date)) OK 78ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(UInt8))) OK 114ms
/aggregate functions/first_value/Map(Int8,LowCardinality(FixedString(51))) OK 117ms
/aggregate functions/last_value/Map(UInt16,Map(String,LowCardinality(Float64))) OK 109ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(Int128)) OK 68ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(DateTime)) OK 72ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(Float32)) OK 110ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/last_value/Map(UInt16,Tuple(String)) OK 81ms
/aggregate functions/first_value/Map(Int8,LowCardinality(UUID)) OK 76ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Bool)) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(Float64)) OK 192ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(UInt8))) OK 171ms
/aggregate functions/last_value/Map(UInt32,UInt8) OK 211ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(UInt32))) OK 192ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(String)) OK 192ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(UInt16))) OK 139ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(Decimal128(38))) OK 121ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(UInt64))) OK 124ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(FixedString(51))) OK 108ms
/aggregate functions/last_value/Map(UInt32,UInt16) OK 110ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(Date)) OK 86ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(UInt32))) OK 94ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(UUID)) OK 86ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/last_value/Map(UInt32,UInt32) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(DateTime)) OK 96ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(Int8))) OK 99ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(UInt8))) OK 96ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/last_value/Map(UInt32,UInt64) OK 70ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/last_value/Map(UInt32,UInt128) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/last_value/Map(UInt32,Int8) OK 78ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(Int8))) OK 121ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(Bool)) OK 119ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(UInt32))) OK 113ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(Int32))) OK 101ms
/aggregate functions/last_value/Map(UInt32,Int16) OK 97ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(Int16))) OK 98ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(UInt64))) OK 100ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(String)) OK 77ms
/aggregate functions/last_value/Map(UInt32,Int32) OK 72ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(FixedString(51))) OK 82ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/last_value/Map(UInt32,Int64) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt64,Nullable(UUID)) OK 87ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/last_value/Map(UInt32,Int128) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(UInt8)) OK 91ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(Float64))) OK 94ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/last_value/Map(UInt32,Float32) OK 86ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(UInt16)) OK 78ms
/aggregate functions/last_value/Map(UInt32,Float64) OK 80ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(UInt32)) OK 83ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/last_value/Map(UInt32,Decimal128(38)) OK 77ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(UInt64)) OK 74ms
/aggregate functions/last_value/Map(UInt32,Date) OK 87ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(DateTime))) OK 91ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(UInt128)) OK 79ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/last_value/Map(UInt32,DateTime) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Int8)) OK 137ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(Bool))) OK 137ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(Float64))) OK 130ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 126ms
/aggregate functions/last_value/Map(UInt32,DateTime64(3)) OK 114ms
/aggregate functions/last_value/Map(UInt32,Bool) OK 97ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Int16)) OK 106ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(Date))) OK 97ms
/aggregate functions/entropy/Map(Int16,LowCardinality(Nullable(UUID))) OK 103ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(String))) OK 89ms
/aggregate functions/last_value/Map(UInt32,String) OK 111ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(DateTime))) OK 95ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Int32)) OK 84ms
/aggregate functions/entropy/Map(Int16,Array(String)) OK 102ms
/aggregate functions/first_value/Map(Int8,LowCardinality(Nullable(UUID))) OK 92ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Int64)) OK 92ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/last_value/Map(UInt32,FixedString(51)) OK 93ms
/aggregate functions/entropy/Map(Int16,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/first_value/Map(Int8,Array(String)) OK 99ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Int128)) OK 86ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/entropy/Map(Int16,Tuple(String)) OK 101ms
/aggregate functions/last_value/Map(UInt32,UUID) OK 97ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Float32)) OK 98ms
/aggregate functions/first_value/Map(Int8,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/entropy/Map(Int32,UInt8) OK 77ms
/aggregate functions/last_value/Map(UInt32,Nullable(UInt8)) OK 79ms
/aggregate functions/first_value/Map(Int8,Tuple(String)) OK 83ms
/aggregate functions/groupArray/Map(Int8,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Float64)) OK 98ms
/aggregate functions/entropy/Map(Int32,UInt16) OK 94ms
/aggregate functions/last_value/Map(UInt32,Nullable(UInt16)) OK 76ms
/aggregate functions/first_value/Map(Int16,UInt8) OK 89ms
/aggregate functions/groupArray/Map(Int8,Array(String)) OK 88ms
/aggregate functions/last_value/Map(UInt32,Nullable(UInt32)) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Date)) OK 86ms
/aggregate functions/entropy/Map(Int32,UInt32) OK 76ms
/aggregate functions/first_value/Map(Int16,UInt16) OK 79ms
/aggregate functions/groupArray/Map(Int8,Map(String,LowCardinality(Float64))) OK 95ms
/aggregate functions/last_value/Map(UInt32,Nullable(UInt64)) OK 89ms
/aggregate functions/entropy/Map(Int32,UInt64) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(DateTime)) OK 83ms
/aggregate functions/first_value/Map(Int16,UInt32) OK 87ms
/aggregate functions/last_value/Map(UInt32,Nullable(UInt128)) OK 89ms
/aggregate functions/groupArray/Map(Int8,Tuple(String)) OK 85ms
/aggregate functions/entropy/Map(Int32,UInt128) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Bool)) OK 72ms
/aggregate functions/first_value/Map(Int16,UInt64) OK 69ms
/aggregate functions/entropy/Map(Int32,Int8) OK 93ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(String)) OK 93ms
/aggregate functions/groupArray/Map(Int16,UInt8) OK 85ms
/aggregate functions/last_value/Map(UInt32,Nullable(Int8)) OK 73ms
/aggregate functions/first_value/Map(Int16,UInt128) OK 78ms
/aggregate functions/last_value/Map(UInt32,Nullable(Int16)) OK 95ms
/aggregate functions/entropy/Map(Int32,Int16) OK 79ms
/aggregate functions/groupArray/Map(Int16,UInt16) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/first_value/Map(Int16,Int8) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(UUID)) OK 101ms
/aggregate functions/entropy/Map(Int32,Int32) OK 78ms
/aggregate functions/groupArray/Map(Int16,UInt32) OK 94ms
/aggregate functions/last_value/Map(UInt32,Nullable(Int32)) OK 73ms
/aggregate functions/first_value/Map(Int16,Int16) OK 75ms
/aggregate functions/entropy/Map(Int32,Int64) OK 84ms
/aggregate functions/last_value/Map(UInt32,Nullable(Int64)) OK 68ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/groupArray/Map(Int16,UInt64) OK 84ms
/aggregate functions/first_value/Map(Int16,Int32) OK 75ms
/aggregate functions/last_value/Map(UInt32,Nullable(Int128)) OK 86ms
/aggregate functions/entropy/Map(Int32,Int128) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/groupArray/Map(Int16,UInt128) OK 84ms
/aggregate functions/first_value/Map(Int16,Int64) OK 100ms
/aggregate functions/last_value/Map(UInt32,Nullable(Float32)) OK 78ms
/aggregate functions/entropy/Map(Int32,Float32) OK 81ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/groupArray/Map(Int16,Int8) OK 80ms
/aggregate functions/first_value/Map(Int16,Int128) OK 70ms
/aggregate functions/last_value/Map(UInt32,Nullable(Float64)) OK 99ms
/aggregate functions/entropy/Map(Int32,Float64) OK 89ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/groupArray/Map(Int16,Int16) OK 75ms
/aggregate functions/first_value/Map(Int16,Float32) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/entropy/Map(Int32,Decimal128(38)) OK 84ms
/aggregate functions/last_value/Map(UInt32,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/groupArray/Map(Int16,Int32) OK 80ms
/aggregate functions/first_value/Map(Int16,Float64) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/last_value/Map(UInt32,Nullable(Date)) OK 83ms
/aggregate functions/entropy/Map(Int32,Date) OK 83ms
/aggregate functions/groupArray/Map(Int16,Int64) OK 81ms
/aggregate functions/first_value/Map(Int16,Decimal128(38)) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/last_value/Map(UInt32,Nullable(DateTime)) OK 76ms
/aggregate functions/entropy/Map(Int32,DateTime) OK 93ms
/aggregate functions/groupArray/Map(Int16,Int128) OK 82ms
/aggregate functions/first_value/Map(Int16,Date) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/last_value/Map(UInt32,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/groupArray/Map(Int16,Float32) OK 80ms
/aggregate functions/entropy/Map(Int32,DateTime64(3)) OK 147ms
/aggregate functions/first_value/Map(Int16,DateTime) OK 145ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(Int64))) OK 104ms
/aggregate functions/last_value/Map(UInt32,Nullable(Bool)) OK 101ms
/aggregate functions/groupArray/Map(Int16,Float64) OK 133ms
/aggregate functions/entropy/Map(Int32,Bool) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/first_value/Map(Int16,DateTime64(3)) OK 72ms
/aggregate functions/last_value/Map(UInt32,Nullable(String)) OK 79ms
/aggregate functions/groupArray/Map(Int16,Decimal128(38)) OK 70ms
/aggregate functions/first_value/Map(Int16,Bool) OK 90ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/entropy/Map(Int32,String) OK 78ms
/aggregate functions/last_value/Map(UInt32,Nullable(FixedString(51))) OK 71ms
/aggregate functions/groupArray/Map(Int16,Date) OK 82ms
/aggregate functions/last_value/Map(UInt32,Nullable(UUID)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/entropy/Map(Int32,FixedString(51)) OK 88ms
/aggregate functions/first_value/Map(Int16,String) OK 74ms
/aggregate functions/groupArray/Map(Int16,DateTime) OK 69ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(UInt8)) OK 150ms
/aggregate functions/first_value/Map(Int16,FixedString(51)) OK 137ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(Date))) OK 138ms
/aggregate functions/entropy/Map(Int32,UUID) OK 142ms
/aggregate functions/groupArray/Map(Int16,DateTime64(3)) OK 113ms
/aggregate functions/first_value/Map(Int16,UUID) OK 124ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 123ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(UInt16)) OK 118ms
/aggregate functions/entropy/Map(Int32,Nullable(UInt8)) OK 119ms
/aggregate functions/groupArray/Map(Int16,Bool) OK 114ms
/aggregate functions/first_value/Map(Int16,Nullable(UInt8)) OK 83ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(UInt32)) OK 106ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/groupArray/Map(Int16,String) OK 77ms
/aggregate functions/entropy/Map(Int32,Nullable(UInt16)) OK 94ms
/aggregate functions/first_value/Map(Int16,Nullable(UInt16)) OK 81ms
/aggregate functions/groupArray/Map(Int16,FixedString(51)) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/entropy/Map(Int32,Nullable(UInt32)) OK 83ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(UInt64)) OK 88ms
/aggregate functions/groupArray/Map(Int16,UUID) OK 77ms
/aggregate functions/first_value/Map(Int16,Nullable(UInt32)) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/entropy/Map(Int32,Nullable(UInt64)) OK 73ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(UInt128)) OK 73ms
/aggregate functions/groupArray/Map(Int16,Nullable(UInt8)) OK 80ms
/aggregate functions/first_value/Map(Int16,Nullable(UInt64)) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt64,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/entropy/Map(Int32,Nullable(UInt128)) OK 87ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Int8)) OK 85ms
/aggregate functions/groupArray/Map(Int16,Nullable(UInt16)) OK 89ms
/aggregate functions/groupUniqArray/Map(UInt64,Array(String)) OK 81ms
/aggregate functions/first_value/Map(Int16,Nullable(UInt128)) OK 71ms
/aggregate functions/entropy/Map(Int32,Nullable(Int8)) OK 75ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Int16)) OK 74ms
/aggregate functions/first_value/Map(Int16,Nullable(Int8)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt64,Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/groupArray/Map(Int16,Nullable(UInt32)) OK 82ms
/aggregate functions/entropy/Map(Int32,Nullable(Int16)) OK 86ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Int32)) OK 79ms
/aggregate functions/first_value/Map(Int16,Nullable(Int16)) OK 80ms
/aggregate functions/groupArray/Map(Int16,Nullable(UInt64)) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt64,Tuple(String)) OK 82ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Int64)) OK 75ms
/aggregate functions/entropy/Map(Int32,Nullable(Int32)) OK 71ms
/aggregate functions/first_value/Map(Int16,Nullable(Int32)) OK 79ms
/aggregate functions/groupArray/Map(Int16,Nullable(UInt128)) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt128,UInt8) OK 88ms
/aggregate functions/entropy/Map(Int32,Nullable(Int64)) OK 88ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Int128)) OK 88ms
/aggregate functions/first_value/Map(Int16,Nullable(Int64)) OK 77ms
/aggregate functions/groupArray/Map(Int16,Nullable(Int8)) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt128,UInt16) OK 85ms
/aggregate functions/entropy/Map(Int32,Nullable(Int128)) OK 74ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Float32)) OK 79ms
/aggregate functions/first_value/Map(Int16,Nullable(Int128)) OK 75ms
/aggregate functions/groupArray/Map(Int16,Nullable(Int16)) OK 77ms
/aggregate functions/entropy/Map(Int32,Nullable(Float32)) OK 112ms
/aggregate functions/groupUniqArray/Map(UInt128,UInt32) OK 114ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Float64)) OK 91ms
/aggregate functions/first_value/Map(Int16,Nullable(Float32)) OK 82ms
/aggregate functions/groupArray/Map(Int16,Nullable(Int32)) OK 83ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Date)) OK 78ms
/aggregate functions/entropy/Map(Int32,Nullable(Float64)) OK 101ms
/aggregate functions/groupUniqArray/Map(UInt128,UInt64) OK 93ms
/aggregate functions/first_value/Map(Int16,Nullable(Float64)) OK 77ms
/aggregate functions/groupArray/Map(Int16,Nullable(Int64)) OK 82ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(DateTime)) OK 78ms
/aggregate functions/first_value/Map(Int16,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/groupUniqArray/Map(UInt128,UInt128) OK 99ms
/aggregate functions/entropy/Map(Int32,Nullable(Decimal128(38))) OK 101ms
/aggregate functions/groupArray/Map(Int16,Nullable(Int128)) OK 76ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Bool)) OK 75ms
/aggregate functions/first_value/Map(Int16,Nullable(Date)) OK 77ms
/aggregate functions/groupArray/Map(Int16,Nullable(Float32)) OK 81ms
/aggregate functions/groupUniqArray/Map(UInt128,Int8) OK 86ms
/aggregate functions/entropy/Map(Int32,Nullable(Date)) OK 88ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(String)) OK 80ms
/aggregate functions/first_value/Map(Int16,Nullable(DateTime)) OK 82ms
/aggregate functions/groupArray/Map(Int16,Nullable(Float64)) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt128,Int16) OK 89ms
/aggregate functions/entropy/Map(Int32,Nullable(DateTime)) OK 73ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/first_value/Map(Int16,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/groupArray/Map(Int16,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/entropy/Map(Int32,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt128,Int32) OK 82ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(UUID)) OK 76ms
/aggregate functions/first_value/Map(Int16,Nullable(Bool)) OK 81ms
/aggregate functions/groupArray/Map(Int16,Nullable(Date)) OK 72ms
/aggregate functions/entropy/Map(Int32,Nullable(Bool)) OK 78ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/groupUniqArray/Map(UInt128,Int64) OK 83ms
/aggregate functions/groupArray/Map(Int16,Nullable(DateTime)) OK 94ms
/aggregate functions/first_value/Map(Int16,Nullable(String)) OK 89ms
/aggregate functions/entropy/Map(Int32,Nullable(String)) OK 83ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt128,Int128) OK 75ms
/aggregate functions/first_value/Map(Int16,Nullable(FixedString(51))) OK 92ms
/aggregate functions/groupArray/Map(Int16,Nullable(DateTime64(3))) OK 92ms
/aggregate functions/entropy/Map(Int32,Nullable(FixedString(51))) OK 98ms
/aggregate functions/groupUniqArray/Map(UInt128,Float32) OK 80ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/first_value/Map(Int16,Nullable(UUID)) OK 88ms
/aggregate functions/groupArray/Map(Int16,Nullable(Bool)) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt128,Float64) OK 84ms
/aggregate functions/entropy/Map(Int32,Nullable(UUID)) OK 76ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/groupArray/Map(Int16,Nullable(String)) OK 83ms
/aggregate functions/first_value/Map(Int16,LowCardinality(UInt8)) OK 71ms
/aggregate functions/groupUniqArray/Map(UInt128,Decimal128(38)) OK 89ms
/aggregate functions/entropy/Map(Int32,LowCardinality(UInt8)) OK 82ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/first_value/Map(Int16,LowCardinality(UInt16)) OK 85ms
/aggregate functions/groupArray/Map(Int16,Nullable(FixedString(51))) OK 82ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/entropy/Map(Int32,LowCardinality(UInt16)) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt128,Date) OK 75ms
/aggregate functions/first_value/Map(Int16,LowCardinality(UInt32)) OK 74ms
/aggregate functions/groupArray/Map(Int16,Nullable(UUID)) OK 82ms
/aggregate functions/groupUniqArray/Map(UInt128,DateTime) OK 85ms
/aggregate functions/entropy/Map(Int32,LowCardinality(UInt32)) OK 75ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/first_value/Map(Int16,LowCardinality(UInt64)) OK 88ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(UInt8)) OK 119ms
/aggregate functions/entropy/Map(Int32,LowCardinality(UInt64)) OK 105ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(Int32))) OK 105ms
/aggregate functions/groupUniqArray/Map(UInt128,DateTime64(3)) OK 104ms
/aggregate functions/first_value/Map(Int16,LowCardinality(UInt128)) OK 103ms
/aggregate functions/entropy/Map(Int32,LowCardinality(UInt128)) OK 87ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(UInt16)) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt128,Bool) OK 73ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Int8)) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt128,String) OK 78ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Int8)) OK 90ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(UInt32)) OK 80ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Int16)) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt128,FixedString(51)) OK 80ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(UInt64)) OK 81ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Int16)) OK 81ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Int32)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt128,UUID) OK 74ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(UInt128)) OK 78ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Int32)) OK 76ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Int64)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(UInt8)) OK 79ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Int8)) OK 82ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Int64)) OK 79ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Int128)) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(UInt16)) OK 73ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Int16)) OK 84ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Int128)) OK 70ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Float32)) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(UInt32)) OK 113ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Float32)) OK 90ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Int32)) OK 86ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Float64)) OK 104ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Float64)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(UInt64)) OK 82ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Int64)) OK 85ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Date)) OK 72ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Date)) OK 103ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(UInt128)) OK 81ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Int128)) OK 98ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/first_value/Map(Int16,LowCardinality(DateTime)) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(Int8)) OK 74ms
/aggregate functions/entropy/Map(Int32,LowCardinality(DateTime)) OK 82ms
/aggregate functions/last_value/Map(UInt32,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Float32)) OK 72ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Bool)) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(Int16)) OK 81ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Float64)) OK 80ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Bool)) OK 86ms
/aggregate functions/last_value/Map(UInt32,Array(String)) OK 76ms
/aggregate functions/first_value/Map(Int16,LowCardinality(String)) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(Int32)) OK 104ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Date)) OK 99ms
/aggregate functions/last_value/Map(UInt32,Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/entropy/Map(Int32,LowCardinality(String)) OK 84ms
/aggregate functions/first_value/Map(Int16,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(Int64)) OK 97ms
/aggregate functions/entropy/Map(Int32,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/first_value/Map(Int16,LowCardinality(UUID)) OK 79ms
/aggregate functions/last_value/Map(UInt32,Tuple(String)) OK 89ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(DateTime)) OK 79ms
/aggregate functions/entropy/Map(Int32,LowCardinality(UUID)) OK 88ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Bool)) OK 91ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(Int128)) OK 79ms
/aggregate functions/last_value/Map(UInt64,UInt8) OK 76ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(UInt8))) OK 106ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(Float32)) OK 88ms
/aggregate functions/last_value/Map(UInt64,UInt16) OK 84ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(UInt16))) OK 94ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(String)) OK 71ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/last_value/Map(UInt64,UInt32) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(Float64)) OK 68ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(UInt32))) OK 94ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(UInt16))) OK 94ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/last_value/Map(UInt64,UInt64) OK 76ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(UUID)) OK 79ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/last_value/Map(UInt64,UInt128) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(Date)) OK 85ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(UInt128))) OK 120ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(UInt64))) OK 132ms
/aggregate functions/last_value/Map(UInt64,Int8) OK 78ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(DateTime)) OK 76ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(Int8))) OK 99ms
/aggregate functions/last_value/Map(UInt64,Int16) OK 104ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(Bool)) OK 91ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/last_value/Map(UInt64,Int32) OK 83ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(Int32))) OK 92ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(Int16))) OK 94ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(String)) OK 81ms
/aggregate functions/last_value/Map(UInt64,Int64) OK 86ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(FixedString(51))) OK 81ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/last_value/Map(UInt64,Int128) OK 86ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt128,Nullable(UUID)) OK 93ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(Int16))) OK 110ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/last_value/Map(UInt64,Float32) OK 86ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(UInt8)) OK 70ms
/aggregate functions/last_value/Map(UInt64,Float64) OK 85ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(UInt16)) OK 73ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(Float32))) OK 111ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/last_value/Map(UInt64,Decimal128(38)) OK 89ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(UInt32)) OK 79ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/last_value/Map(UInt64,Date) OK 72ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(UInt64)) OK 73ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/last_value/Map(UInt64,DateTime) OK 92ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(UInt128)) OK 72ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/last_value/Map(UInt64,DateTime64(3)) OK 72ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Int8)) OK 80ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/last_value/Map(UInt64,Bool) OK 70ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Int16)) OK 85ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/last_value/Map(UInt64,String) OK 77ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Int32)) OK 78ms
/aggregate functions/first_value/Map(Int16,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/last_value/Map(UInt64,FixedString(51)) OK 80ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Int64)) OK 81ms
/aggregate functions/first_value/Map(Int16,Array(String)) OK 73ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/last_value/Map(UInt64,UUID) OK 80ms
/aggregate functions/entropy/Map(Int32,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Int128)) OK 80ms
/aggregate functions/first_value/Map(Int16,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/last_value/Map(UInt64,Nullable(UInt8)) OK 72ms
/aggregate functions/entropy/Map(Int32,Array(String)) OK 87ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Float32)) OK 77ms
/aggregate functions/first_value/Map(Int16,Tuple(String)) OK 77ms
/aggregate functions/last_value/Map(UInt64,Nullable(UInt16)) OK 74ms
/aggregate functions/groupArray/Map(Int16,LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/entropy/Map(Int32,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Float64)) OK 97ms
/aggregate functions/first_value/Map(Int32,UInt8) OK 97ms
/aggregate functions/last_value/Map(UInt64,Nullable(UInt32)) OK 74ms
/aggregate functions/groupArray/Map(Int16,Array(String)) OK 76ms
/aggregate functions/entropy/Map(Int32,Tuple(String)) OK 78ms
/aggregate functions/last_value/Map(UInt64,Nullable(UInt64)) OK 127ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Date)) OK 128ms
/aggregate functions/first_value/Map(Int32,UInt16) OK 128ms
/aggregate functions/groupArray/Map(Int16,Map(String,LowCardinality(Float64))) OK 107ms
/aggregate functions/entropy/Map(Int64,UInt8) OK 97ms
/aggregate functions/groupArray/Map(Int16,Tuple(String)) OK 105ms
/aggregate functions/last_value/Map(UInt64,Nullable(UInt128)) OK 76ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(DateTime)) OK 98ms
/aggregate functions/entropy/Map(Int64,UInt16) OK 74ms
/aggregate functions/first_value/Map(Int32,UInt32) OK 76ms
/aggregate functions/last_value/Map(UInt64,Nullable(Int8)) OK 80ms
/aggregate functions/entropy/Map(Int64,UInt32) OK 73ms
/aggregate functions/first_value/Map(Int32,UInt64) OK 78ms
/aggregate functions/groupArray/Map(Int32,UInt8) OK 86ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Bool)) OK 75ms
/aggregate functions/entropy/Map(Int64,UInt64) OK 84ms
/aggregate functions/last_value/Map(UInt64,Nullable(Int16)) OK 77ms
/aggregate functions/first_value/Map(Int32,UInt128) OK 69ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(String)) OK 91ms
/aggregate functions/groupArray/Map(Int32,UInt16) OK 75ms
/aggregate functions/first_value/Map(Int32,Int8) OK 74ms
/aggregate functions/last_value/Map(UInt64,Nullable(Int32)) OK 82ms
/aggregate functions/entropy/Map(Int64,UInt128) OK 72ms
/aggregate functions/groupArray/Map(Int32,UInt32) OK 83ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/first_value/Map(Int32,Int16) OK 82ms
/aggregate functions/entropy/Map(Int64,Int8) OK 82ms
/aggregate functions/last_value/Map(UInt64,Nullable(Int64)) OK 159ms
/aggregate functions/groupArray/Map(Int32,UInt64) OK 153ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(UUID)) OK 130ms
/aggregate functions/first_value/Map(Int32,Int32) OK 206ms
/aggregate functions/entropy/Map(Int64,Int16) OK 206ms
/aggregate functions/last_value/Map(UInt64,Nullable(Int128)) OK 146ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 133ms
/aggregate functions/groupArray/Map(Int32,UInt128) OK 112ms
/aggregate functions/first_value/Map(Int32,Int64) OK 84ms
/aggregate functions/entropy/Map(Int64,Int32) OK 74ms
/aggregate functions/groupArray/Map(Int32,Int8) OK 78ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/last_value/Map(UInt64,Nullable(Float32)) OK 81ms
/aggregate functions/entropy/Map(Int64,Int64) OK 76ms
/aggregate functions/first_value/Map(Int32,Int128) OK 75ms
/aggregate functions/groupArray/Map(Int32,Int16) OK 73ms
/aggregate functions/last_value/Map(UInt64,Nullable(Float64)) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/entropy/Map(Int64,Int128) OK 74ms
/aggregate functions/first_value/Map(Int32,Float32) OK 77ms
/aggregate functions/groupArray/Map(Int32,Int32) OK 79ms
/aggregate functions/last_value/Map(UInt64,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/entropy/Map(Int64,Float32) OK 81ms
/aggregate functions/first_value/Map(Int32,Float64) OK 70ms
/aggregate functions/groupArray/Map(Int32,Int64) OK 74ms
/aggregate functions/last_value/Map(UInt64,Nullable(Date)) OK 86ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/first_value/Map(Int32,Decimal128(38)) OK 89ms
/aggregate functions/entropy/Map(Int64,Float64) OK 75ms
/aggregate functions/groupArray/Map(Int32,Int128) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/last_value/Map(UInt64,Nullable(DateTime)) OK 80ms
/aggregate functions/entropy/Map(Int64,Decimal128(38)) OK 87ms
/aggregate functions/groupArray/Map(Int32,Float32) OK 74ms
/aggregate functions/first_value/Map(Int32,Date) OK 73ms
/aggregate functions/last_value/Map(UInt64,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/groupArray/Map(Int32,Float64) OK 83ms
/aggregate functions/first_value/Map(Int32,DateTime) OK 76ms
/aggregate functions/entropy/Map(Int64,Date) OK 81ms
/aggregate functions/last_value/Map(UInt64,Nullable(Bool)) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/first_value/Map(Int32,DateTime64(3)) OK 77ms
/aggregate functions/groupArray/Map(Int32,Decimal128(38)) OK 81ms
/aggregate functions/entropy/Map(Int64,DateTime) OK 71ms
/aggregate functions/last_value/Map(UInt64,Nullable(String)) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/first_value/Map(Int32,Bool) OK 92ms
/aggregate functions/entropy/Map(Int64,DateTime64(3)) OK 71ms
/aggregate functions/groupArray/Map(Int32,Date) OK 95ms
/aggregate functions/last_value/Map(UInt64,Nullable(FixedString(51))) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/entropy/Map(Int64,Bool) OK 72ms
/aggregate functions/first_value/Map(Int32,String) OK 81ms
/aggregate functions/groupArray/Map(Int32,DateTime) OK 83ms
/aggregate functions/last_value/Map(UInt64,Nullable(UUID)) OK 74ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/entropy/Map(Int64,String) OK 75ms
/aggregate functions/first_value/Map(Int32,FixedString(51)) OK 75ms
/aggregate functions/groupArray/Map(Int32,DateTime64(3)) OK 73ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(UInt8)) OK 84ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/entropy/Map(Int64,FixedString(51)) OK 71ms
/aggregate functions/first_value/Map(Int32,UUID) OK 70ms
/aggregate functions/groupArray/Map(Int32,Bool) OK 69ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(UInt16)) OK 73ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/entropy/Map(Int64,UUID) OK 76ms
/aggregate functions/first_value/Map(Int32,Nullable(UInt8)) OK 73ms
/aggregate functions/groupArray/Map(Int32,String) OK 78ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(UInt32)) OK 91ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 89ms
/aggregate functions/entropy/Map(Int64,Nullable(UInt8)) OK 83ms
/aggregate functions/first_value/Map(Int32,Nullable(UInt16)) OK 78ms
/aggregate functions/groupArray/Map(Int32,FixedString(51)) OK 73ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(UInt64)) OK 77ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/entropy/Map(Int64,Nullable(UInt16)) OK 76ms
/aggregate functions/first_value/Map(Int32,Nullable(UInt32)) OK 68ms
/aggregate functions/groupArray/Map(Int32,UUID) OK 73ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(UInt128)) OK 89ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/entropy/Map(Int64,Nullable(UInt32)) OK 74ms
/aggregate functions/first_value/Map(Int32,Nullable(UInt64)) OK 77ms
/aggregate functions/groupArray/Map(Int32,Nullable(UInt8)) OK 77ms
/aggregate functions/entropy/Map(Int64,Nullable(UInt64)) OK 90ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Int8)) OK 119ms
/aggregate functions/first_value/Map(Int32,Nullable(UInt128)) OK 81ms
/aggregate functions/groupArray/Map(Int32,Nullable(UInt16)) OK 104ms
/aggregate functions/groupUniqArray/Map(UInt128,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/entropy/Map(Int64,Nullable(UInt128)) OK 107ms
/aggregate functions/first_value/Map(Int32,Nullable(Int8)) OK 123ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Int16)) OK 79ms
/aggregate functions/groupArray/Map(Int32,Nullable(UInt32)) OK 89ms
/aggregate functions/groupUniqArray/Map(UInt128,Array(String)) OK 69ms
/aggregate functions/entropy/Map(Int64,Nullable(Int8)) OK 82ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Int32)) OK 96ms
/aggregate functions/first_value/Map(Int32,Nullable(Int16)) OK 70ms
/aggregate functions/groupArray/Map(Int32,Nullable(UInt64)) OK 96ms
/aggregate functions/groupUniqArray/Map(UInt128,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/entropy/Map(Int64,Nullable(Int16)) OK 79ms
/aggregate functions/first_value/Map(Int32,Nullable(Int32)) OK 80ms
/aggregate functions/groupUniqArray/Map(UInt128,Tuple(String)) OK 89ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Int64)) OK 76ms
/aggregate functions/groupArray/Map(Int32,Nullable(UInt128)) OK 78ms
/aggregate functions/entropy/Map(Int64,Nullable(Int32)) OK 82ms
/aggregate functions/first_value/Map(Int32,Nullable(Int64)) OK 67ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Int128)) OK 94ms
/aggregate functions/groupUniqArray/Map(Int8,UInt8) OK 72ms
/aggregate functions/groupArray/Map(Int32,Nullable(Int8)) OK 78ms
/aggregate functions/first_value/Map(Int32,Nullable(Int128)) OK 74ms
/aggregate functions/entropy/Map(Int64,Nullable(Int64)) OK 73ms
/aggregate functions/groupUniqArray/Map(Int8,UInt16) OK 79ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Float32)) OK 71ms
/aggregate functions/groupArray/Map(Int32,Nullable(Int16)) OK 77ms
/aggregate functions/first_value/Map(Int32,Nullable(Float32)) OK 83ms
/aggregate functions/entropy/Map(Int64,Nullable(Int128)) OK 76ms
/aggregate functions/groupUniqArray/Map(Int8,UInt32) OK 76ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Float64)) OK 74ms
/aggregate functions/groupArray/Map(Int32,Nullable(Int32)) OK 83ms
/aggregate functions/entropy/Map(Int64,Nullable(Float32)) OK 78ms
/aggregate functions/first_value/Map(Int32,Nullable(Float64)) OK 70ms
/aggregate functions/groupUniqArray/Map(Int8,UInt64) OK 72ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Date)) OK 81ms
/aggregate functions/groupArray/Map(Int32,Nullable(Int64)) OK 74ms
/aggregate functions/first_value/Map(Int32,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/entropy/Map(Int64,Nullable(Float64)) OK 74ms
/aggregate functions/groupUniqArray/Map(Int8,UInt128) OK 78ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(DateTime)) OK 96ms
/aggregate functions/groupArray/Map(Int32,Nullable(Int128)) OK 73ms
/aggregate functions/first_value/Map(Int32,Nullable(Date)) OK 111ms
/aggregate functions/entropy/Map(Int64,Nullable(Decimal128(38))) OK 104ms
/aggregate functions/groupUniqArray/Map(Int8,Int8) OK 82ms
/aggregate functions/groupArray/Map(Int32,Nullable(Float32)) OK 77ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Bool)) OK 72ms
/aggregate functions/groupUniqArray/Map(Int8,Int16) OK 77ms
/aggregate functions/entropy/Map(Int64,Nullable(Date)) OK 79ms
/aggregate functions/first_value/Map(Int32,Nullable(DateTime)) OK 84ms
/aggregate functions/groupArray/Map(Int32,Nullable(Float64)) OK 79ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(String)) OK 86ms
/aggregate functions/groupUniqArray/Map(Int8,Int32) OK 76ms
/aggregate functions/entropy/Map(Int64,Nullable(DateTime)) OK 77ms
/aggregate functions/first_value/Map(Int32,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/groupArray/Map(Int32,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/groupUniqArray/Map(Int8,Int64) OK 76ms
/aggregate functions/entropy/Map(Int64,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/groupArray/Map(Int32,Nullable(Date)) OK 92ms
/aggregate functions/first_value/Map(Int32,Nullable(Bool)) OK 71ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(UUID)) OK 69ms
/aggregate functions/groupUniqArray/Map(Int8,Int128) OK 80ms
/aggregate functions/entropy/Map(Int64,Nullable(Bool)) OK 81ms
/aggregate functions/first_value/Map(Int32,Nullable(String)) OK 80ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/groupArray/Map(Int32,Nullable(DateTime)) OK 85ms
/aggregate functions/groupUniqArray/Map(Int8,Float32) OK 78ms
/aggregate functions/entropy/Map(Int64,Nullable(String)) OK 77ms
/aggregate functions/first_value/Map(Int32,Nullable(FixedString(51))) OK 81ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/groupArray/Map(Int32,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/groupUniqArray/Map(Int8,Float64) OK 91ms
/aggregate functions/entropy/Map(Int64,Nullable(FixedString(51))) OK 76ms
/aggregate functions/first_value/Map(Int32,Nullable(UUID)) OK 72ms
/aggregate functions/groupArray/Map(Int32,Nullable(Bool)) OK 73ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/entropy/Map(Int64,Nullable(UUID)) OK 76ms
/aggregate functions/first_value/Map(Int32,LowCardinality(UInt8)) OK 80ms
/aggregate functions/groupUniqArray/Map(Int8,Decimal128(38)) OK 71ms
/aggregate functions/groupArray/Map(Int32,Nullable(String)) OK 78ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 69ms
/aggregate functions/entropy/Map(Int64,LowCardinality(UInt8)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int8,Date) OK 84ms
/aggregate functions/first_value/Map(Int32,LowCardinality(UInt16)) OK 78ms
/aggregate functions/groupArray/Map(Int32,Nullable(FixedString(51))) OK 73ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/entropy/Map(Int64,LowCardinality(UInt16)) OK 88ms
/aggregate functions/first_value/Map(Int32,LowCardinality(UInt32)) OK 75ms
/aggregate functions/groupUniqArray/Map(Int8,DateTime) OK 82ms
/aggregate functions/groupArray/Map(Int32,Nullable(UUID)) OK 81ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/first_value/Map(Int32,LowCardinality(UInt64)) OK 88ms
/aggregate functions/entropy/Map(Int64,LowCardinality(UInt32)) OK 74ms
/aggregate functions/groupUniqArray/Map(Int8,DateTime64(3)) OK 82ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(UInt8)) OK 86ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/entropy/Map(Int64,LowCardinality(UInt64)) OK 86ms
/aggregate functions/first_value/Map(Int32,LowCardinality(UInt128)) OK 90ms
/aggregate functions/groupUniqArray/Map(Int8,Bool) OK 84ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(UInt16)) OK 81ms
/aggregate functions/entropy/Map(Int64,LowCardinality(UInt128)) OK 128ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/groupUniqArray/Map(Int8,String) OK 82ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Int8)) OK 112ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(UInt32)) OK 73ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(Int128))) OK 115ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(UInt64)) OK 118ms
/aggregate functions/groupUniqArray/Map(Int8,FixedString(51)) OK 111ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Int16)) OK 91ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Int8)) OK 91ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(Float32))) OK 112ms
/aggregate functions/groupUniqArray/Map(Int8,UUID) OK 97ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(UInt128)) OK 116ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Int32)) OK 92ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Int16)) OK 101ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(UInt8)) OK 98ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Int64)) OK 86ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Int32)) OK 84ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Int8)) OK 95ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Int128)) OK 113ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(UInt16)) OK 104ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Int64)) OK 94ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(Date))) OK 107ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Int16)) OK 104ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Int128)) OK 92ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(UInt32)) OK 95ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Float32)) OK 98ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 94ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Int32)) OK 94ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Float32)) OK 97ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(UInt64)) OK 109ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Float64)) OK 91ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(Bool))) OK 108ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Int64)) OK 96ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Float64)) OK 87ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Date)) OK 88ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(UInt128)) OK 95ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Int128)) OK 95ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Date)) OK 96ms
/aggregate functions/first_value/Map(Int32,LowCardinality(DateTime)) OK 96ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(Int8)) OK 97ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Float32)) OK 82ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/entropy/Map(Int64,LowCardinality(DateTime)) OK 88ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Bool)) OK 87ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Float64)) OK 87ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(Int16)) OK 96ms
/aggregate functions/last_value/Map(UInt64,LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Bool)) OK 95ms
/aggregate functions/first_value/Map(Int32,LowCardinality(String)) OK 83ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Date)) OK 87ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(Int32)) OK 88ms
/aggregate functions/last_value/Map(UInt64,Array(String)) OK 80ms
/aggregate functions/first_value/Map(Int32,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/entropy/Map(Int64,LowCardinality(String)) OK 76ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(DateTime)) OK 78ms
/aggregate functions/last_value/Map(UInt64,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(Int64)) OK 78ms
/aggregate functions/first_value/Map(Int32,LowCardinality(UUID)) OK 77ms
/aggregate functions/entropy/Map(Int64,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Bool)) OK 75ms
/aggregate functions/last_value/Map(UInt64,Tuple(String)) OK 76ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(Int128)) OK 68ms
/aggregate functions/entropy/Map(Int64,LowCardinality(UUID)) OK 85ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(String)) OK 78ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(Float32)) OK 103ms
/aggregate functions/last_value/Map(UInt128,UInt8) OK 94ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(UInt8))) OK 115ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/last_value/Map(UInt128,UInt16) OK 84ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(Float64)) OK 90ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(UUID)) OK 83ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/last_value/Map(UInt128,UInt32) OK 76ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/last_value/Map(UInt128,UInt64) OK 74ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(Date)) OK 72ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/last_value/Map(UInt128,UInt128) OK 84ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(DateTime)) OK 84ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/last_value/Map(UInt128,Int8) OK 78ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/last_value/Map(UInt128,Int16) OK 76ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(Bool)) OK 76ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/last_value/Map(UInt128,Int32) OK 84ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(String)) OK 77ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(Int32))) OK 111ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(Int128))) OK 106ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(Int8))) OK 106ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(FixedString(51))) OK 108ms
/aggregate functions/last_value/Map(UInt128,Int64) OK 102ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(Int64))) OK 95ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/last_value/Map(UInt128,Int128) OK 73ms
/aggregate functions/groupUniqArray/Map(Int8,Nullable(UUID)) OK 73ms
/aggregate functions/last_value/Map(UInt128,Float32) OK 104ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(Int32))) OK 100ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(UInt8)) OK 87ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(Float32))) OK 109ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(UInt16)) OK 112ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(Int64))) OK 101ms
/aggregate functions/last_value/Map(UInt128,Float64) OK 87ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/last_value/Map(UInt128,Decimal128(38)) OK 78ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(UInt32)) OK 72ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(Bool))) OK 102ms
/aggregate functions/last_value/Map(UInt128,Date) OK 77ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(Date))) OK 95ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(UInt64)) OK 100ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/last_value/Map(UInt128,DateTime) OK 69ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(Float64))) OK 89ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(UInt128)) OK 71ms
/aggregate functions/last_value/Map(UInt128,DateTime64(3)) OK 115ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Int8)) OK 86ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(String))) OK 89ms
/aggregate functions/last_value/Map(UInt128,Bool) OK 73ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Int16)) OK 78ms
/aggregate functions/first_value/Map(Int32,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/last_value/Map(UInt128,String) OK 76ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Int32)) OK 93ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/first_value/Map(Int32,Array(String)) OK 86ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/last_value/Map(UInt128,FixedString(51)) OK 71ms
/aggregate functions/entropy/Map(Int64,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Int64)) OK 93ms
/aggregate functions/first_value/Map(Int32,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/last_value/Map(UInt128,UUID) OK 69ms
/aggregate functions/entropy/Map(Int64,Array(String)) OK 76ms
/aggregate functions/first_value/Map(Int32,Tuple(String)) OK 85ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Int128)) OK 77ms
/aggregate functions/last_value/Map(UInt128,Nullable(UInt8)) OK 71ms
/aggregate functions/entropy/Map(Int64,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/first_value/Map(Int64,UInt8) OK 74ms
/aggregate functions/groupArray/Map(Int32,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Float32)) OK 79ms
/aggregate functions/last_value/Map(UInt128,Nullable(UInt16)) OK 81ms
/aggregate functions/entropy/Map(Int64,Tuple(String)) OK 77ms
/aggregate functions/first_value/Map(Int64,UInt16) OK 82ms
/aggregate functions/groupArray/Map(Int32,Array(String)) OK 91ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Float64)) OK 77ms
/aggregate functions/last_value/Map(UInt128,Nullable(UInt32)) OK 75ms
/aggregate functions/entropy/Map(Int128,UInt8) OK 71ms
/aggregate functions/first_value/Map(Int64,UInt32) OK 74ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Date)) OK 97ms
/aggregate functions/groupArray/Map(Int32,Map(String,LowCardinality(Float64))) OK 96ms
/aggregate functions/last_value/Map(UInt128,Nullable(UInt64)) OK 92ms
/aggregate functions/entropy/Map(Int128,UInt16) OK 72ms
/aggregate functions/first_value/Map(Int64,UInt64) OK 89ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(DateTime)) OK 100ms
/aggregate functions/groupArray/Map(Int32,Tuple(String)) OK 85ms
/aggregate functions/last_value/Map(UInt128,Nullable(UInt128)) OK 88ms
/aggregate functions/entropy/Map(Int128,UInt32) OK 74ms
/aggregate functions/first_value/Map(Int64,UInt128) OK 76ms
/aggregate functions/entropy/Map(Int128,UInt64) OK 72ms
/aggregate functions/groupArray/Map(Int64,UInt8) OK 88ms
/aggregate functions/last_value/Map(UInt128,Nullable(Int8)) OK 76ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Bool)) OK 76ms
/aggregate functions/first_value/Map(Int64,Int8) OK 74ms
/aggregate functions/entropy/Map(Int128,UInt128) OK 71ms
/aggregate functions/last_value/Map(UInt128,Nullable(Int16)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(String)) OK 81ms
/aggregate functions/groupArray/Map(Int64,UInt16) OK 81ms
/aggregate functions/first_value/Map(Int64,Int16) OK 72ms
/aggregate functions/entropy/Map(Int128,Int8) OK 75ms
/aggregate functions/last_value/Map(UInt128,Nullable(Int32)) OK 124ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(FixedString(51))) OK 121ms
/aggregate functions/groupArray/Map(Int64,UInt32) OK 122ms
/aggregate functions/first_value/Map(Int64,Int32) OK 92ms
/aggregate functions/entropy/Map(Int128,Int16) OK 77ms
/aggregate functions/first_value/Map(Int64,Int64) OK 104ms
/aggregate functions/last_value/Map(UInt128,Nullable(Int64)) OK 100ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(UUID)) OK 79ms
/aggregate functions/groupArray/Map(Int64,UInt64) OK 77ms
/aggregate functions/entropy/Map(Int128,Int32) OK 70ms
/aggregate functions/entropy/Map(Int128,Int64) OK 78ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/groupArray/Map(Int64,UInt128) OK 71ms
/aggregate functions/last_value/Map(UInt128,Nullable(Int128)) OK 71ms
/aggregate functions/first_value/Map(Int64,Int128) OK 72ms
/aggregate functions/groupArray/Map(Int64,Int8) OK 96ms
/aggregate functions/entropy/Map(Int128,Int128) OK 74ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/last_value/Map(UInt128,Nullable(Float32)) OK 88ms
/aggregate functions/first_value/Map(Int64,Float32) OK 72ms
/aggregate functions/entropy/Map(Int128,Float32) OK 71ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(UInt32))) OK 96ms
/aggregate functions/first_value/Map(Int64,Float64) OK 80ms
/aggregate functions/groupArray/Map(Int64,Int16) OK 92ms
/aggregate functions/last_value/Map(UInt128,Nullable(Float64)) OK 73ms
/aggregate functions/entropy/Map(Int128,Float64) OK 72ms
/aggregate functions/first_value/Map(Int64,Decimal128(38)) OK 77ms
/aggregate functions/last_value/Map(UInt128,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/groupArray/Map(Int64,Int32) OK 79ms
/aggregate functions/entropy/Map(Int128,Decimal128(38)) OK 79ms
/aggregate functions/first_value/Map(Int64,Date) OK 77ms
/aggregate functions/last_value/Map(UInt128,Nullable(Date)) OK 75ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/groupArray/Map(Int64,Int64) OK 80ms
/aggregate functions/entropy/Map(Int128,Date) OK 69ms
/aggregate functions/first_value/Map(Int64,DateTime) OK 83ms
/aggregate functions/last_value/Map(UInt128,Nullable(DateTime)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/groupArray/Map(Int64,Int128) OK 75ms
/aggregate functions/entropy/Map(Int128,DateTime) OK 73ms
/aggregate functions/last_value/Map(UInt128,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/first_value/Map(Int64,DateTime64(3)) OK 79ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/groupArray/Map(Int64,Float32) OK 80ms
/aggregate functions/entropy/Map(Int128,DateTime64(3)) OK 75ms
/aggregate functions/last_value/Map(UInt128,Nullable(Bool)) OK 75ms
/aggregate functions/first_value/Map(Int64,Bool) OK 79ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/groupArray/Map(Int64,Float64) OK 73ms
/aggregate functions/entropy/Map(Int128,Bool) OK 70ms
/aggregate functions/last_value/Map(UInt128,Nullable(String)) OK 80ms
/aggregate functions/first_value/Map(Int64,String) OK 78ms
/aggregate functions/groupArray/Map(Int64,Decimal128(38)) OK 90ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/entropy/Map(Int128,String) OK 76ms
/aggregate functions/last_value/Map(UInt128,Nullable(FixedString(51))) OK 78ms
/aggregate functions/first_value/Map(Int64,FixedString(51)) OK 73ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(Int128))) OK 89ms
/aggregate functions/entropy/Map(Int128,FixedString(51)) OK 81ms
/aggregate functions/groupArray/Map(Int64,Date) OK 71ms
/aggregate functions/last_value/Map(UInt128,Nullable(UUID)) OK 77ms
/aggregate functions/first_value/Map(Int64,UUID) OK 77ms
/aggregate functions/groupArray/Map(Int64,DateTime) OK 79ms
/aggregate functions/entropy/Map(Int128,UUID) OK 76ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(UInt8)) OK 82ms
/aggregate functions/first_value/Map(Int64,Nullable(UInt8)) OK 73ms
/aggregate functions/groupArray/Map(Int64,DateTime64(3)) OK 92ms
/aggregate functions/entropy/Map(Int128,Nullable(UInt8)) OK 78ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/first_value/Map(Int64,Nullable(UInt16)) OK 89ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(UInt16)) OK 77ms
/aggregate functions/entropy/Map(Int128,Nullable(UInt16)) OK 98ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/groupArray/Map(Int64,Bool) OK 93ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(UInt32)) OK 99ms
/aggregate functions/first_value/Map(Int64,Nullable(UInt32)) OK 96ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/entropy/Map(Int128,Nullable(UInt32)) OK 84ms
/aggregate functions/groupArray/Map(Int64,String) OK 74ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(UInt64)) OK 79ms
/aggregate functions/first_value/Map(Int64,Nullable(UInt64)) OK 77ms
/aggregate functions/groupArray/Map(Int64,FixedString(51)) OK 88ms
/aggregate functions/entropy/Map(Int128,Nullable(UInt64)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(UInt128)) OK 73ms
/aggregate functions/first_value/Map(Int64,Nullable(UInt128)) OK 79ms
/aggregate functions/entropy/Map(Int128,Nullable(UInt128)) OK 102ms
/aggregate functions/groupArray/Map(Int64,UUID) OK 82ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(String))) OK 92ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Int8)) OK 70ms
/aggregate functions/first_value/Map(Int64,Nullable(Int8)) OK 89ms
/aggregate functions/groupArray/Map(Int64,Nullable(UInt8)) OK 112ms
/aggregate functions/entropy/Map(Int128,Nullable(Int8)) OK 104ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 96ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Int16)) OK 94ms
/aggregate functions/first_value/Map(Int64,Nullable(Int16)) OK 71ms
/aggregate functions/groupArray/Map(Int64,Nullable(UInt16)) OK 96ms
/aggregate functions/groupUniqArray/Map(Int8,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/entropy/Map(Int128,Nullable(Int16)) OK 85ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Int32)) OK 76ms
/aggregate functions/first_value/Map(Int64,Nullable(Int32)) OK 69ms
/aggregate functions/first_value/Map(Int64,Nullable(Int64)) OK 106ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Int64)) OK 79ms
/aggregate functions/entropy/Map(Int128,Nullable(Int32)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int8,Array(String)) OK 89ms
/aggregate functions/groupArray/Map(Int64,Nullable(UInt32)) OK 75ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Int128)) OK 76ms
/aggregate functions/entropy/Map(Int128,Nullable(Int64)) OK 79ms
/aggregate functions/groupArray/Map(Int64,Nullable(UInt64)) OK 78ms
/aggregate functions/groupUniqArray/Map(Int8,Map(String,LowCardinality(Float64))) OK 98ms
/aggregate functions/first_value/Map(Int64,Nullable(Int128)) OK 86ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Float32)) OK 82ms
/aggregate functions/entropy/Map(Int128,Nullable(Int128)) OK 72ms
/aggregate functions/groupArray/Map(Int64,Nullable(UInt128)) OK 106ms
/aggregate functions/first_value/Map(Int64,Nullable(Float32)) OK 90ms
/aggregate functions/groupUniqArray/Map(Int8,Tuple(String)) OK 99ms
/aggregate functions/entropy/Map(Int128,Nullable(Float32)) OK 104ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Float64)) OK 111ms
/aggregate functions/groupArray/Map(Int64,Nullable(Int8)) OK 72ms
/aggregate functions/first_value/Map(Int64,Nullable(Float64)) OK 73ms
/aggregate functions/groupUniqArray/Map(Int16,UInt8) OK 80ms
/aggregate functions/entropy/Map(Int128,Nullable(Float64)) OK 77ms
/aggregate functions/groupArray/Map(Int64,Nullable(Int16)) OK 82ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Date)) OK 75ms
/aggregate functions/first_value/Map(Int64,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/groupUniqArray/Map(Int16,UInt16) OK 110ms
/aggregate functions/entropy/Map(Int128,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(DateTime)) OK 76ms
/aggregate functions/groupArray/Map(Int64,Nullable(Int32)) OK 90ms
/aggregate functions/first_value/Map(Int64,Nullable(Date)) OK 92ms
/aggregate functions/groupUniqArray/Map(Int16,UInt32) OK 77ms
/aggregate functions/entropy/Map(Int128,Nullable(Date)) OK 87ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Bool)) OK 81ms
/aggregate functions/groupArray/Map(Int64,Nullable(Int64)) OK 95ms
/aggregate functions/first_value/Map(Int64,Nullable(DateTime)) OK 74ms
/aggregate functions/groupUniqArray/Map(Int16,UInt64) OK 81ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(String)) OK 72ms
/aggregate functions/entropy/Map(Int128,Nullable(DateTime)) OK 76ms
/aggregate functions/first_value/Map(Int64,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/groupArray/Map(Int64,Nullable(Int128)) OK 74ms
/aggregate functions/groupUniqArray/Map(Int16,UInt128) OK 71ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/entropy/Map(Int128,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/first_value/Map(Int64,Nullable(Bool)) OK 77ms
/aggregate functions/groupArray/Map(Int64,Nullable(Float32)) OK 91ms
/aggregate functions/groupUniqArray/Map(Int16,Int8) OK 79ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(UUID)) OK 82ms
/aggregate functions/entropy/Map(Int128,Nullable(Bool)) OK 74ms
/aggregate functions/first_value/Map(Int64,Nullable(String)) OK 73ms
/aggregate functions/groupArray/Map(Int64,Nullable(Float64)) OK 75ms
/aggregate functions/groupUniqArray/Map(Int16,Int16) OK 80ms
/aggregate functions/entropy/Map(Int128,Nullable(String)) OK 82ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/first_value/Map(Int64,Nullable(FixedString(51))) OK 77ms
/aggregate functions/groupArray/Map(Int64,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/groupUniqArray/Map(Int16,Int32) OK 77ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/entropy/Map(Int128,Nullable(FixedString(51))) OK 78ms
/aggregate functions/first_value/Map(Int64,Nullable(UUID)) OK 81ms
/aggregate functions/groupArray/Map(Int64,Nullable(Date)) OK 76ms
/aggregate functions/groupUniqArray/Map(Int16,Int64) OK 84ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/entropy/Map(Int128,Nullable(UUID)) OK 78ms
/aggregate functions/first_value/Map(Int64,LowCardinality(UInt8)) OK 116ms
/aggregate functions/groupArray/Map(Int64,Nullable(DateTime)) OK 87ms
/aggregate functions/groupUniqArray/Map(Int16,Int128) OK 122ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 123ms
/aggregate functions/entropy/Map(Int128,LowCardinality(UInt8)) OK 119ms
/aggregate functions/groupArray/Map(Int64,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/first_value/Map(Int64,LowCardinality(UInt16)) OK 75ms
/aggregate functions/groupUniqArray/Map(Int16,Float32) OK 79ms
/aggregate functions/entropy/Map(Int128,LowCardinality(UInt16)) OK 93ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 86ms
/aggregate functions/groupArray/Map(Int64,Nullable(Bool)) OK 91ms
/aggregate functions/first_value/Map(Int64,LowCardinality(UInt32)) OK 93ms
/aggregate functions/groupUniqArray/Map(Int16,Float64) OK 74ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/entropy/Map(Int128,LowCardinality(UInt32)) OK 84ms
/aggregate functions/groupArray/Map(Int64,Nullable(String)) OK 85ms
/aggregate functions/first_value/Map(Int64,LowCardinality(UInt64)) OK 84ms
/aggregate functions/groupUniqArray/Map(Int16,Decimal128(38)) OK 81ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/entropy/Map(Int128,LowCardinality(UInt64)) OK 81ms
/aggregate functions/groupArray/Map(Int64,Nullable(FixedString(51))) OK 119ms
/aggregate functions/first_value/Map(Int64,LowCardinality(UInt128)) OK 108ms
/aggregate functions/groupUniqArray/Map(Int16,Date) OK 78ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(Int32))) OK 111ms
/aggregate functions/entropy/Map(Int128,LowCardinality(UInt128)) OK 108ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Int8)) OK 83ms
/aggregate functions/groupArray/Map(Int64,Nullable(UUID)) OK 82ms
/aggregate functions/groupUniqArray/Map(Int16,DateTime) OK 70ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Int8)) OK 71ms
/aggregate functions/groupUniqArray/Map(Int16,DateTime64(3)) OK 85ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Int16)) OK 93ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(UInt8)) OK 94ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Int16)) OK 91ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/groupUniqArray/Map(Int16,Bool) OK 72ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Int32)) OK 89ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(UInt16)) OK 86ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Int32)) OK 78ms
/aggregate functions/groupUniqArray/Map(Int16,String) OK 78ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Int64)) OK 75ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(UInt32)) OK 75ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Int64)) OK 79ms
/aggregate functions/groupUniqArray/Map(Int16,FixedString(51)) OK 79ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Int128)) OK 104ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(UInt64)) OK 105ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(Date))) OK 125ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Int128)) OK 116ms
/aggregate functions/groupUniqArray/Map(Int16,UUID) OK 118ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Float32)) OK 81ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(UInt128)) OK 73ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Float32)) OK 92ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(UInt8)) OK 75ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Int8)) OK 76ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Float64)) OK 77ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(UInt16)) OK 81ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Float64)) OK 80ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Int16)) OK 94ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Date)) OK 73ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(UInt32)) OK 95ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Date)) OK 75ms
/aggregate functions/first_value/Map(Int64,LowCardinality(DateTime)) OK 69ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Int32)) OK 77ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Bool)) OK 104ms
/aggregate functions/entropy/Map(Int128,LowCardinality(DateTime)) OK 92ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(UInt64)) OK 82ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Int64)) OK 86ms
/aggregate functions/last_value/Map(UInt128,LowCardinality(Nullable(UUID))) OK 101ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Bool)) OK 81ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(UInt128)) OK 94ms
/aggregate functions/first_value/Map(Int64,LowCardinality(String)) OK 93ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Int128)) OK 72ms
/aggregate functions/entropy/Map(Int128,LowCardinality(String)) OK 88ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Float32)) OK 95ms
/aggregate functions/last_value/Map(UInt128,Array(String)) OK 93ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(Int8)) OK 74ms
/aggregate functions/first_value/Map(Int64,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/entropy/Map(Int128,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(Int16)) OK 99ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Float64)) OK 94ms
/aggregate functions/first_value/Map(Int64,LowCardinality(UUID)) OK 77ms
/aggregate functions/last_value/Map(UInt128,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/entropy/Map(Int128,LowCardinality(UUID)) OK 77ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/last_value/Map(UInt128,Tuple(String)) OK 95ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(Int32)) OK 84ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Date)) OK 70ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(DateTime)) OK 82ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(UInt16))) OK 97ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(Int64)) OK 92ms
/aggregate functions/last_value/Map(Int8,UInt8) OK 75ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Bool)) OK 74ms
/aggregate functions/last_value/Map(Int8,UInt16) OK 85ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(Int128)) OK 90ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(String)) OK 73ms
/aggregate functions/last_value/Map(Int8,UInt32) OK 73ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(Float32)) OK 75ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/last_value/Map(Int8,UInt64) OK 76ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(Float64)) OK 84ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(UUID)) OK 76ms
/aggregate functions/last_value/Map(Int8,UInt128) OK 80ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(Int8))) OK 69ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/last_value/Map(Int8,Int8) OK 80ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(Date)) OK 88ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/last_value/Map(Int8,Int16) OK 76ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(DateTime)) OK 78ms
/aggregate functions/last_value/Map(Int8,Int32) OK 80ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(Int64))) OK 89ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/last_value/Map(Int8,Int64) OK 86ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(Bool)) OK 86ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/last_value/Map(Int8,Int128) OK 79ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(String)) OK 85ms
/aggregate functions/last_value/Map(Int8,Float32) OK 100ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(FixedString(51))) OK 80ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/last_value/Map(Int8,Float64) OK 71ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(Int16))) OK 94ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/groupUniqArray/Map(Int16,Nullable(UUID)) OK 78ms
/aggregate functions/last_value/Map(Int8,Decimal128(38)) OK 71ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(UInt8)) OK 76ms
/aggregate functions/last_value/Map(Int8,Date) OK 80ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(UInt16)) OK 104ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(Bool))) OK 127ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(Int64))) OK 116ms
/aggregate functions/last_value/Map(Int8,DateTime) OK 70ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(UInt32)) OK 70ms
/aggregate functions/last_value/Map(Int8,DateTime64(3)) OK 142ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(Int128))) OK 89ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 107ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(UInt64)) OK 91ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 125ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(Float32))) OK 119ms
/aggregate functions/last_value/Map(Int8,Bool) OK 91ms
/aggregate functions/entropy/Map(Int128,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(UInt128)) OK 77ms
/aggregate functions/first_value/Map(Int64,LowCardinality(Nullable(UUID))) OK 171ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(Float64))) OK 170ms
/aggregate functions/entropy/Map(Int128,Array(String)) OK 144ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Int8)) OK 146ms
/aggregate functions/last_value/Map(Int8,String) OK 144ms
/aggregate functions/entropy/Map(Int128,Map(String,LowCardinality(Float64))) OK 130ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Int16)) OK 132ms
/aggregate functions/last_value/Map(Int8,FixedString(51)) OK 148ms
/aggregate functions/first_value/Map(Int64,Array(String)) OK 121ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(Date))) OK 149ms
/aggregate functions/entropy/Map(Int128,Tuple(String)) OK 139ms
/aggregate functions/first_value/Map(Int64,Map(String,LowCardinality(Float64))) OK 117ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Int32)) OK 121ms
/aggregate functions/last_value/Map(Int8,UUID) OK 163ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(DateTime))) OK 111ms
/aggregate functions/first_value/Map(Int64,Tuple(String)) OK 109ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Int64)) OK 124ms
/aggregate functions/entropy/Map(Date,UInt8) OK 125ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(Bool))) OK 120ms
/aggregate functions/last_value/Map(Int8,Nullable(UInt8)) OK 84ms
/aggregate functions/first_value/Map(Int128,UInt8) OK 75ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Int128)) OK 70ms
/aggregate functions/entropy/Map(Date,UInt16) OK 73ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/last_value/Map(Int8,Nullable(UInt16)) OK 73ms
/aggregate functions/first_value/Map(Int128,UInt16) OK 84ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Float32)) OK 82ms
/aggregate functions/entropy/Map(Date,UInt32) OK 82ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/last_value/Map(Int8,Nullable(UInt32)) OK 77ms
/aggregate functions/first_value/Map(Int128,UInt32) OK 69ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Float64)) OK 75ms
/aggregate functions/groupArray/Map(Int64,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/entropy/Map(Date,UInt64) OK 73ms
/aggregate functions/last_value/Map(Int8,Nullable(UInt64)) OK 75ms
/aggregate functions/first_value/Map(Int128,UInt64) OK 75ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Date)) OK 83ms
/aggregate functions/groupArray/Map(Int64,Array(String)) OK 88ms
/aggregate functions/entropy/Map(Date,UInt128) OK 82ms
/aggregate functions/last_value/Map(Int8,Nullable(UInt128)) OK 80ms
/aggregate functions/first_value/Map(Int128,UInt128) OK 67ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(DateTime)) OK 80ms
/aggregate functions/entropy/Map(Date,Int8) OK 75ms
/aggregate functions/groupArray/Map(Int64,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/last_value/Map(Int8,Nullable(Int8)) OK 75ms
/aggregate functions/first_value/Map(Int128,Int8) OK 71ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Bool)) OK 88ms
/aggregate functions/entropy/Map(Date,Int16) OK 91ms
/aggregate functions/groupArray/Map(Int64,Tuple(String)) OK 76ms
/aggregate functions/last_value/Map(Int8,Nullable(Int16)) OK 89ms
/aggregate functions/first_value/Map(Int128,Int16) OK 85ms
/aggregate functions/groupArray/Map(Int128,UInt8) OK 93ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(String)) OK 80ms
/aggregate functions/entropy/Map(Date,Int32) OK 67ms
/aggregate functions/last_value/Map(Int8,Nullable(Int32)) OK 81ms
/aggregate functions/first_value/Map(Int128,Int32) OK 79ms
/aggregate functions/entropy/Map(Date,Int64) OK 83ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/groupArray/Map(Int128,UInt16) OK 85ms
/aggregate functions/last_value/Map(Int8,Nullable(Int64)) OK 75ms
/aggregate functions/first_value/Map(Int128,Int64) OK 78ms
/aggregate functions/entropy/Map(Date,Int128) OK 76ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(UUID)) OK 81ms
/aggregate functions/last_value/Map(Int8,Nullable(Int128)) OK 75ms
/aggregate functions/groupArray/Map(Int128,UInt32) OK 85ms
/aggregate functions/first_value/Map(Int128,Int128) OK 81ms
/aggregate functions/entropy/Map(Date,Float32) OK 82ms
/aggregate functions/last_value/Map(Int8,Nullable(Float32)) OK 80ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/groupArray/Map(Int128,UInt64) OK 73ms
/aggregate functions/first_value/Map(Int128,Float32) OK 73ms
/aggregate functions/entropy/Map(Date,Float64) OK 92ms
/aggregate functions/last_value/Map(Int8,Nullable(Float64)) OK 75ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/groupArray/Map(Int128,UInt128) OK 86ms
/aggregate functions/first_value/Map(Int128,Float64) OK 76ms
/aggregate functions/last_value/Map(Int8,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/entropy/Map(Date,Decimal128(38)) OK 79ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/first_value/Map(Int128,Decimal128(38)) OK 79ms
/aggregate functions/groupArray/Map(Int128,Int8) OK 88ms
/aggregate functions/last_value/Map(Int8,Nullable(Date)) OK 76ms
/aggregate functions/entropy/Map(Date,Date) OK 80ms
/aggregate functions/first_value/Map(Int128,Date) OK 71ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/groupArray/Map(Int128,Int16) OK 69ms
/aggregate functions/last_value/Map(Int8,Nullable(DateTime)) OK 84ms
/aggregate functions/first_value/Map(Int128,DateTime) OK 74ms
/aggregate functions/entropy/Map(Date,DateTime) OK 78ms
/aggregate functions/groupArray/Map(Int128,Int32) OK 77ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/first_value/Map(Int128,DateTime64(3)) OK 77ms
/aggregate functions/last_value/Map(Int8,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/entropy/Map(Date,DateTime64(3)) OK 73ms
/aggregate functions/groupArray/Map(Int128,Int64) OK 84ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/first_value/Map(Int128,Bool) OK 82ms
/aggregate functions/entropy/Map(Date,Bool) OK 75ms
/aggregate functions/last_value/Map(Int8,Nullable(Bool)) OK 79ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/groupArray/Map(Int128,Int128) OK 72ms
/aggregate functions/entropy/Map(Date,String) OK 78ms
/aggregate functions/first_value/Map(Int128,String) OK 83ms
/aggregate functions/last_value/Map(Int8,Nullable(String)) OK 86ms
/aggregate functions/groupArray/Map(Int128,Float32) OK 71ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/entropy/Map(Date,FixedString(51)) OK 81ms
/aggregate functions/first_value/Map(Int128,FixedString(51)) OK 90ms
/aggregate functions/groupArray/Map(Int128,Float64) OK 90ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/last_value/Map(Int8,Nullable(FixedString(51))) OK 73ms
/aggregate functions/entropy/Map(Date,UUID) OK 77ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/last_value/Map(Int8,Nullable(UUID)) OK 76ms
/aggregate functions/first_value/Map(Int128,UUID) OK 89ms
/aggregate functions/groupArray/Map(Int128,Decimal128(38)) OK 89ms
/aggregate functions/entropy/Map(Date,Nullable(UInt8)) OK 84ms
/aggregate functions/last_value/Map(Int8,LowCardinality(UInt8)) OK 112ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(Float32))) OK 106ms
/aggregate functions/first_value/Map(Int128,Nullable(UInt8)) OK 101ms
/aggregate functions/groupArray/Map(Int128,Date) OK 94ms
/aggregate functions/entropy/Map(Date,Nullable(UInt16)) OK 98ms
/aggregate functions/last_value/Map(Int8,LowCardinality(UInt16)) OK 79ms
/aggregate functions/groupArray/Map(Int128,DateTime) OK 84ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/first_value/Map(Int128,Nullable(UInt16)) OK 71ms
/aggregate functions/entropy/Map(Date,Nullable(UInt32)) OK 70ms
/aggregate functions/first_value/Map(Int128,Nullable(UInt32)) OK 85ms
/aggregate functions/last_value/Map(Int8,LowCardinality(UInt32)) OK 72ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/groupArray/Map(Int128,DateTime64(3)) OK 91ms
/aggregate functions/entropy/Map(Date,Nullable(UInt64)) OK 78ms
/aggregate functions/last_value/Map(Int8,LowCardinality(UInt64)) OK 81ms
/aggregate functions/first_value/Map(Int128,Nullable(UInt64)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/groupArray/Map(Int128,Bool) OK 73ms
/aggregate functions/entropy/Map(Date,Nullable(UInt128)) OK 71ms
/aggregate functions/last_value/Map(Int8,LowCardinality(UInt128)) OK 77ms
/aggregate functions/first_value/Map(Int128,Nullable(UInt128)) OK 74ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/groupArray/Map(Int128,String) OK 76ms
/aggregate functions/entropy/Map(Date,Nullable(Int8)) OK 121ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Int8)) OK 100ms
/aggregate functions/first_value/Map(Int128,Nullable(Int8)) OK 97ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/groupArray/Map(Int128,FixedString(51)) OK 90ms
/aggregate functions/entropy/Map(Date,Nullable(Int16)) OK 96ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Int16)) OK 77ms
/aggregate functions/first_value/Map(Int128,Nullable(Int16)) OK 70ms
/aggregate functions/groupArray/Map(Int128,UUID) OK 82ms
/aggregate functions/first_value/Map(Int128,Nullable(Int32)) OK 95ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Int32)) OK 79ms
/aggregate functions/groupUniqArray/Map(Int16,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/entropy/Map(Date,Nullable(Int32)) OK 74ms
/aggregate functions/groupArray/Map(Int128,Nullable(UInt8)) OK 83ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Int64)) OK 83ms
/aggregate functions/entropy/Map(Date,Nullable(Int64)) OK 91ms
/aggregate functions/first_value/Map(Int128,Nullable(Int64)) OK 83ms
/aggregate functions/groupUniqArray/Map(Int16,Array(String)) OK 89ms
/aggregate functions/groupArray/Map(Int128,Nullable(UInt16)) OK 73ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Int128)) OK 80ms
/aggregate functions/groupArray/Map(Int128,Nullable(UInt32)) OK 103ms
/aggregate functions/first_value/Map(Int128,Nullable(Int128)) OK 72ms
/aggregate functions/entropy/Map(Date,Nullable(Int128)) OK 93ms
/aggregate functions/groupUniqArray/Map(Int16,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Float32)) OK 74ms
/aggregate functions/first_value/Map(Int128,Nullable(Float32)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int16,Tuple(String)) OK 79ms
/aggregate functions/entropy/Map(Date,Nullable(Float32)) OK 81ms
/aggregate functions/groupArray/Map(Int128,Nullable(UInt64)) OK 72ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Float64)) OK 122ms
/aggregate functions/first_value/Map(Int128,Nullable(Float64)) OK 111ms
/aggregate functions/groupUniqArray/Map(Int32,UInt8) OK 108ms
/aggregate functions/groupArray/Map(Int128,Nullable(UInt128)) OK 94ms
/aggregate functions/entropy/Map(Date,Nullable(Float64)) OK 94ms
/aggregate functions/first_value/Map(Int128,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/groupArray/Map(Int128,Nullable(Int8)) OK 87ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Date)) OK 78ms
/aggregate functions/groupUniqArray/Map(Int32,UInt16) OK 80ms
/aggregate functions/entropy/Map(Date,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/last_value/Map(Int8,LowCardinality(DateTime)) OK 93ms
/aggregate functions/entropy/Map(Date,Nullable(Date)) OK 88ms
/aggregate functions/groupUniqArray/Map(Int32,UInt32) OK 100ms
/aggregate functions/groupArray/Map(Int128,Nullable(Int16)) OK 101ms
/aggregate functions/first_value/Map(Int128,Nullable(Date)) OK 78ms
/aggregate functions/first_value/Map(Int128,Nullable(DateTime)) OK 72ms
/aggregate functions/entropy/Map(Date,Nullable(DateTime)) OK 83ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Bool)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int32,UInt64) OK 113ms
/aggregate functions/groupArray/Map(Int128,Nullable(Int32)) OK 76ms
/aggregate functions/first_value/Map(Int128,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/last_value/Map(Int8,LowCardinality(String)) OK 79ms
/aggregate functions/entropy/Map(Date,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/groupArray/Map(Int128,Nullable(Int64)) OK 111ms
/aggregate functions/groupUniqArray/Map(Int32,UInt128) OK 88ms
/aggregate functions/first_value/Map(Int128,Nullable(Bool)) OK 75ms
/aggregate functions/entropy/Map(Date,Nullable(Bool)) OK 80ms
/aggregate functions/last_value/Map(Int8,LowCardinality(FixedString(51))) OK 123ms
/aggregate functions/groupArray/Map(Int128,Nullable(Int128)) OK 81ms
/aggregate functions/groupUniqArray/Map(Int32,Int8) OK 88ms
/aggregate functions/first_value/Map(Int128,Nullable(String)) OK 77ms
/aggregate functions/entropy/Map(Date,Nullable(String)) OK 117ms
/aggregate functions/last_value/Map(Int8,LowCardinality(UUID)) OK 91ms
/aggregate functions/groupArray/Map(Int128,Nullable(Float32)) OK 77ms
/aggregate functions/first_value/Map(Int128,Nullable(FixedString(51))) OK 81ms
/aggregate functions/groupUniqArray/Map(Int32,Int16) OK 80ms
/aggregate functions/entropy/Map(Date,Nullable(FixedString(51))) OK 70ms
/aggregate functions/groupArray/Map(Int128,Nullable(Float64)) OK 84ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(UInt8))) OK 90ms
/aggregate functions/first_value/Map(Int128,Nullable(UUID)) OK 82ms
/aggregate functions/groupUniqArray/Map(Int32,Int32) OK 84ms
/aggregate functions/entropy/Map(Date,Nullable(UUID)) OK 70ms
/aggregate functions/groupArray/Map(Int128,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/first_value/Map(Int128,LowCardinality(UInt8)) OK 81ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/groupUniqArray/Map(Int32,Int64) OK 77ms
/aggregate functions/entropy/Map(Date,LowCardinality(UInt8)) OK 72ms
/aggregate functions/groupArray/Map(Int128,Nullable(Date)) OK 73ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/first_value/Map(Int128,LowCardinality(UInt16)) OK 86ms
/aggregate functions/groupUniqArray/Map(Int32,Int128) OK 80ms
/aggregate functions/entropy/Map(Date,LowCardinality(UInt16)) OK 69ms
/aggregate functions/groupArray/Map(Int128,Nullable(DateTime)) OK 70ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/groupUniqArray/Map(Int32,Float32) OK 92ms
/aggregate functions/first_value/Map(Int128,LowCardinality(UInt32)) OK 79ms
/aggregate functions/entropy/Map(Date,LowCardinality(UInt32)) OK 78ms
/aggregate functions/groupArray/Map(Int128,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/first_value/Map(Int128,LowCardinality(UInt64)) OK 87ms
/aggregate functions/entropy/Map(Date,LowCardinality(UInt64)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int32,Float64) OK 68ms
/aggregate functions/groupArray/Map(Int128,Nullable(Bool)) OK 81ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/groupUniqArray/Map(Int32,Decimal128(38)) OK 89ms
/aggregate functions/entropy/Map(Date,LowCardinality(UInt128)) OK 80ms
/aggregate functions/first_value/Map(Int128,LowCardinality(UInt128)) OK 83ms
/aggregate functions/groupArray/Map(Int128,Nullable(String)) OK 81ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/entropy/Map(Date,LowCardinality(Int8)) OK 78ms
/aggregate functions/groupUniqArray/Map(Int32,Date) OK 91ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Int8)) OK 77ms
/aggregate functions/groupArray/Map(Int128,Nullable(FixedString(51))) OK 71ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/entropy/Map(Date,LowCardinality(Int16)) OK 98ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Int16)) OK 78ms
/aggregate functions/groupUniqArray/Map(Int32,DateTime) OK 91ms
/aggregate functions/groupArray/Map(Int128,Nullable(UUID)) OK 82ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Int32)) OK 107ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/entropy/Map(Date,LowCardinality(Int32)) OK 87ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(UInt8)) OK 93ms
/aggregate functions/groupUniqArray/Map(Int32,DateTime64(3)) OK 72ms
/aggregate functions/groupUniqArray/Map(Int32,Bool) OK 105ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(Int128))) OK 98ms
/aggregate functions/entropy/Map(Date,LowCardinality(Int64)) OK 100ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Int64)) OK 90ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(UInt16)) OK 73ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(UInt32)) OK 92ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Int128)) OK 75ms
/aggregate functions/groupUniqArray/Map(Int32,String) OK 89ms
/aggregate functions/entropy/Map(Date,LowCardinality(Int128)) OK 80ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(Float64))) OK 114ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Float32)) OK 89ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(UInt64)) OK 87ms
/aggregate functions/entropy/Map(Date,LowCardinality(Float32)) OK 100ms
/aggregate functions/groupUniqArray/Map(Int32,FixedString(51)) OK 79ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Float64)) OK 96ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(UInt128)) OK 88ms
/aggregate functions/groupUniqArray/Map(Int32,UUID) OK 82ms
/aggregate functions/entropy/Map(Date,LowCardinality(Float64)) OK 83ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(UInt8)) OK 95ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Int8)) OK 100ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Date)) OK 84ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/entropy/Map(Date,LowCardinality(Date)) OK 91ms
/aggregate functions/first_value/Map(Int128,LowCardinality(DateTime)) OK 86ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(UInt16)) OK 93ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Int16)) OK 78ms
/aggregate functions/entropy/Map(Date,LowCardinality(DateTime)) OK 86ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Bool)) OK 93ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Int32)) OK 82ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(UInt32)) OK 93ms
/aggregate functions/entropy/Map(Date,LowCardinality(Bool)) OK 93ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Int64)) OK 90ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/first_value/Map(Int128,LowCardinality(String)) OK 71ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(UInt64)) OK 83ms
/aggregate functions/entropy/Map(Date,LowCardinality(String)) OK 76ms
/aggregate functions/first_value/Map(Int128,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/last_value/Map(Int8,LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Int128)) OK 96ms
/aggregate functions/entropy/Map(Date,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(UInt128)) OK 83ms
/aggregate functions/first_value/Map(Int128,LowCardinality(UUID)) OK 79ms
/aggregate functions/entropy/Map(Date,LowCardinality(UUID)) OK 82ms
/aggregate functions/last_value/Map(Int8,Array(String)) OK 95ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(Int8)) OK 68ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Float32)) OK 88ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(Int16)) OK 77ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Float64)) OK 74ms
/aggregate functions/last_value/Map(Int8,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(Int32)) OK 80ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(UInt16))) OK 68ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Date)) OK 79ms
/aggregate functions/last_value/Map(Int8,Tuple(String)) OK 76ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(UInt32))) OK 88ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(Int64)) OK 88ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(DateTime)) OK 83ms
/aggregate functions/last_value/Map(Int16,UInt8) OK 75ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(Int128)) OK 89ms
/aggregate functions/last_value/Map(Int16,UInt16) OK 86ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(UInt64))) OK 152ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Bool)) OK 152ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(Float32)) OK 138ms
/aggregate functions/last_value/Map(Int16,UInt32) OK 137ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(String)) OK 78ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(Float64)) OK 74ms
/aggregate functions/last_value/Map(Int16,UInt64) OK 86ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(FixedString(51))) OK 95ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(Decimal128(38))) OK 91ms
/aggregate functions/last_value/Map(Int16,UInt128) OK 109ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(Int32))) OK 130ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(Int16))) OK 121ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(UUID)) OK 121ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(Date)) OK 75ms
/aggregate functions/last_value/Map(Int16,Int8) OK 72ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(DateTime)) OK 83ms
/aggregate functions/last_value/Map(Int16,Int16) OK 76ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/last_value/Map(Int16,Int32) OK 74ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(Bool)) OK 72ms
/aggregate functions/last_value/Map(Int16,Int64) OK 115ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(String)) OK 88ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/last_value/Map(Int16,Int128) OK 76ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(Float64))) OK 68ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(FixedString(51))) OK 101ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/last_value/Map(Int16,Float32) OK 84ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/groupUniqArray/Map(Int32,Nullable(UUID)) OK 79ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/last_value/Map(Int16,Float64) OK 72ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(UInt8)) OK 77ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/last_value/Map(Int16,Decimal128(38)) OK 98ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(UInt16)) OK 83ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/last_value/Map(Int16,Date) OK 78ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(UInt32)) OK 81ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/last_value/Map(Int16,DateTime) OK 86ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(UInt64)) OK 87ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/entropy/Map(Date,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/first_value/Map(Int128,LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/last_value/Map(Int16,DateTime64(3)) OK 75ms
/aggregate functions/entropy/Map(Date,Array(String)) OK 81ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(UInt128)) OK 81ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/first_value/Map(Int128,Array(String)) OK 74ms
/aggregate functions/last_value/Map(Int16,Bool) OK 76ms
/aggregate functions/entropy/Map(Date,Map(String,LowCardinality(Float64))) OK 135ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Int8)) OK 131ms
/aggregate functions/first_value/Map(Int128,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(Float64))) OK 116ms
/aggregate functions/last_value/Map(Int16,String) OK 100ms
/aggregate functions/first_value/Map(Int128,Tuple(String)) OK 76ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Int16)) OK 76ms
/aggregate functions/entropy/Map(Date,Tuple(String)) OK 71ms
/aggregate functions/last_value/Map(Int16,FixedString(51)) OK 85ms
/aggregate functions/first_value/Map(Date,UInt8) OK 78ms
/aggregate functions/entropy/Map(DateTime,UInt8) OK 79ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Int32)) OK 83ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/last_value/Map(Int16,UUID) OK 80ms
/aggregate functions/first_value/Map(Date,UInt16) OK 76ms
/aggregate functions/entropy/Map(DateTime,UInt16) OK 75ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Int64)) OK 79ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(Bool))) OK 95ms
/aggregate functions/last_value/Map(Int16,Nullable(UInt8)) OK 92ms
/aggregate functions/first_value/Map(Date,UInt32) OK 73ms
/aggregate functions/entropy/Map(DateTime,UInt32) OK 87ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Int128)) OK 82ms
/aggregate functions/first_value/Map(Date,UInt64) OK 76ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/last_value/Map(Int16,Nullable(UInt16)) OK 72ms
/aggregate functions/entropy/Map(DateTime,UInt64) OK 86ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Float32)) OK 78ms
/aggregate functions/first_value/Map(Date,UInt128) OK 75ms
/aggregate functions/last_value/Map(Int16,Nullable(UInt32)) OK 84ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Float64)) OK 94ms
/aggregate functions/entropy/Map(DateTime,UInt128) OK 96ms
/aggregate functions/first_value/Map(Date,Int8) OK 93ms
/aggregate functions/groupArray/Map(Int128,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/last_value/Map(Int16,Nullable(UInt64)) OK 69ms
/aggregate functions/last_value/Map(Int16,Nullable(UInt128)) OK 82ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Date)) OK 83ms
/aggregate functions/entropy/Map(DateTime,Int8) OK 94ms
/aggregate functions/first_value/Map(Date,Int16) OK 85ms
/aggregate functions/groupArray/Map(Int128,Array(String)) OK 81ms
/aggregate functions/last_value/Map(Int16,Nullable(Int8)) OK 93ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(DateTime)) OK 91ms
/aggregate functions/first_value/Map(Date,Int32) OK 84ms
/aggregate functions/groupArray/Map(Int128,Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/entropy/Map(DateTime,Int16) OK 85ms
/aggregate functions/last_value/Map(Int16,Nullable(Int16)) OK 103ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Bool)) OK 93ms
/aggregate functions/first_value/Map(Date,Int64) OK 83ms
/aggregate functions/entropy/Map(DateTime,Int32) OK 90ms
/aggregate functions/groupArray/Map(Int128,Tuple(String)) OK 79ms
/aggregate functions/first_value/Map(Date,Int128) OK 103ms
/aggregate functions/groupArray/Map(Date,UInt8) OK 84ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(String)) OK 83ms
/aggregate functions/entropy/Map(DateTime,Int64) OK 96ms
/aggregate functions/last_value/Map(Int16,Nullable(Int32)) OK 91ms
/aggregate functions/groupArray/Map(Date,UInt16) OK 120ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(FixedString(51))) OK 113ms
/aggregate functions/first_value/Map(Date,Float32) OK 83ms
/aggregate functions/last_value/Map(Int16,Nullable(Int64)) OK 109ms
/aggregate functions/entropy/Map(DateTime,Int128) OK 105ms
/aggregate functions/first_value/Map(Date,Float64) OK 72ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(UUID)) OK 85ms
/aggregate functions/groupArray/Map(Date,UInt32) OK 89ms
/aggregate functions/entropy/Map(DateTime,Float32) OK 73ms
/aggregate functions/last_value/Map(Int16,Nullable(Int128)) OK 80ms
/aggregate functions/first_value/Map(Date,Decimal128(38)) OK 71ms
/aggregate functions/entropy/Map(DateTime,Float64) OK 77ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/last_value/Map(Int16,Nullable(Float32)) OK 76ms
/aggregate functions/groupArray/Map(Date,UInt64) OK 79ms
/aggregate functions/first_value/Map(Date,Date) OK 70ms
/aggregate functions/entropy/Map(DateTime,Decimal128(38)) OK 83ms
/aggregate functions/last_value/Map(Int16,Nullable(Float64)) OK 84ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/groupArray/Map(Date,UInt128) OK 82ms
/aggregate functions/first_value/Map(Date,DateTime) OK 69ms
/aggregate functions/entropy/Map(DateTime,Date) OK 75ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/last_value/Map(Int16,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/groupArray/Map(Date,Int8) OK 70ms
/aggregate functions/first_value/Map(Date,DateTime64(3)) OK 72ms
/aggregate functions/entropy/Map(DateTime,DateTime) OK 81ms
/aggregate functions/groupArray/Map(Date,Int16) OK 78ms
/aggregate functions/last_value/Map(Int16,Nullable(Date)) OK 79ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/first_value/Map(Date,Bool) OK 78ms
/aggregate functions/entropy/Map(DateTime,DateTime64(3)) OK 101ms
/aggregate functions/groupArray/Map(Date,Int32) OK 84ms
/aggregate functions/last_value/Map(Int16,Nullable(DateTime)) OK 82ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/first_value/Map(Date,String) OK 90ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/groupArray/Map(Date,Int64) OK 76ms
/aggregate functions/last_value/Map(Int16,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/entropy/Map(DateTime,Bool) OK 86ms
/aggregate functions/first_value/Map(Date,FixedString(51)) OK 78ms
/aggregate functions/groupArray/Map(Date,Int128) OK 88ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/last_value/Map(Int16,Nullable(Bool)) OK 84ms
/aggregate functions/first_value/Map(Date,UUID) OK 85ms
/aggregate functions/entropy/Map(DateTime,String) OK 81ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/groupArray/Map(Date,Float32) OK 77ms
/aggregate functions/last_value/Map(Int16,Nullable(String)) OK 143ms
/aggregate functions/entropy/Map(DateTime,FixedString(51)) OK 167ms
/aggregate functions/first_value/Map(Date,Nullable(UInt8)) OK 159ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(Int64))) OK 225ms
/aggregate functions/groupArray/Map(Date,Float64) OK 230ms
/aggregate functions/last_value/Map(Int16,Nullable(FixedString(51))) OK 175ms
/aggregate functions/first_value/Map(Date,Nullable(UInt16)) OK 139ms
/aggregate functions/entropy/Map(DateTime,UUID) OK 140ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(Int128))) OK 98ms
/aggregate functions/groupArray/Map(Date,Decimal128(38)) OK 104ms
/aggregate functions/first_value/Map(Date,Nullable(UInt32)) OK 94ms
/aggregate functions/entropy/Map(DateTime,Nullable(UInt8)) OK 96ms
/aggregate functions/last_value/Map(Int16,Nullable(UUID)) OK 97ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/first_value/Map(Date,Nullable(UInt64)) OK 98ms
/aggregate functions/groupArray/Map(Date,Date) OK 97ms
/aggregate functions/entropy/Map(DateTime,Nullable(UInt16)) OK 84ms
/aggregate functions/last_value/Map(Int16,LowCardinality(UInt8)) OK 89ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(Float64))) OK 102ms
/aggregate functions/entropy/Map(DateTime,Nullable(UInt32)) OK 106ms
/aggregate functions/first_value/Map(Date,Nullable(UInt128)) OK 78ms
/aggregate functions/groupArray/Map(Date,DateTime) OK 93ms
/aggregate functions/last_value/Map(Int16,LowCardinality(UInt16)) OK 93ms
/aggregate functions/first_value/Map(Date,Nullable(Int8)) OK 72ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(Date))) OK 102ms
/aggregate functions/groupArray/Map(Date,DateTime64(3)) OK 94ms
/aggregate functions/last_value/Map(Int16,LowCardinality(UInt32)) OK 104ms
/aggregate functions/entropy/Map(DateTime,Nullable(UInt64)) OK 98ms
/aggregate functions/first_value/Map(Date,Nullable(Int16)) OK 75ms
/aggregate functions/groupArray/Map(Date,Bool) OK 80ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/entropy/Map(DateTime,Nullable(UInt128)) OK 75ms
/aggregate functions/last_value/Map(Int16,LowCardinality(UInt64)) OK 79ms
/aggregate functions/first_value/Map(Date,Nullable(Int32)) OK 73ms
/aggregate functions/groupArray/Map(Date,String) OK 74ms
/aggregate functions/entropy/Map(DateTime,Nullable(Int8)) OK 75ms
/aggregate functions/last_value/Map(Int16,LowCardinality(UInt128)) OK 80ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/first_value/Map(Date,Nullable(Int64)) OK 83ms
/aggregate functions/groupArray/Map(Date,FixedString(51)) OK 74ms
/aggregate functions/entropy/Map(DateTime,Nullable(Int16)) OK 78ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Int8)) OK 83ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/first_value/Map(Date,Nullable(Int128)) OK 71ms
/aggregate functions/groupArray/Map(Date,UUID) OK 84ms
/aggregate functions/entropy/Map(DateTime,Nullable(Int32)) OK 76ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Int16)) OK 123ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 125ms
/aggregate functions/first_value/Map(Date,Nullable(Float32)) OK 117ms
/aggregate functions/groupArray/Map(Date,Nullable(UInt8)) OK 141ms
/aggregate functions/entropy/Map(DateTime,Nullable(Int64)) OK 155ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Int32)) OK 134ms
/aggregate functions/first_value/Map(Date,Nullable(Float64)) OK 137ms
/aggregate functions/groupUniqArray/Map(Int32,LowCardinality(Nullable(UUID))) OK 105ms
/aggregate functions/groupArray/Map(Date,Nullable(UInt16)) OK 109ms
/aggregate functions/entropy/Map(DateTime,Nullable(Int128)) OK 98ms
/aggregate functions/groupUniqArray/Map(Int32,Array(String)) OK 134ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Int64)) OK 119ms
/aggregate functions/first_value/Map(Date,Nullable(Decimal128(38))) OK 111ms
/aggregate functions/groupArray/Map(Date,Nullable(UInt32)) OK 93ms
/aggregate functions/entropy/Map(DateTime,Nullable(Float32)) OK 84ms
/aggregate functions/groupUniqArray/Map(Int32,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/first_value/Map(Date,Nullable(Date)) OK 82ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Int128)) OK 84ms
/aggregate functions/entropy/Map(DateTime,Nullable(Float64)) OK 77ms
/aggregate functions/groupArray/Map(Date,Nullable(UInt64)) OK 81ms
/aggregate functions/groupUniqArray/Map(Int32,Tuple(String)) OK 88ms
/aggregate functions/first_value/Map(Date,Nullable(DateTime)) OK 81ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Float32)) OK 100ms
/aggregate functions/entropy/Map(DateTime,Nullable(Decimal128(38))) OK 91ms
/aggregate functions/groupArray/Map(Date,Nullable(UInt128)) OK 78ms
/aggregate functions/first_value/Map(Date,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/groupUniqArray/Map(Int64,UInt8) OK 83ms
/aggregate functions/groupArray/Map(Date,Nullable(Int8)) OK 107ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Float64)) OK 82ms
/aggregate functions/entropy/Map(DateTime,Nullable(Date)) OK 97ms
/aggregate functions/first_value/Map(Date,Nullable(Bool)) OK 95ms
/aggregate functions/groupUniqArray/Map(Int64,UInt16) OK 94ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Date)) OK 91ms
/aggregate functions/entropy/Map(DateTime,Nullable(DateTime)) OK 95ms
/aggregate functions/groupArray/Map(Date,Nullable(Int16)) OK 79ms
/aggregate functions/first_value/Map(Date,Nullable(String)) OK 85ms
/aggregate functions/groupUniqArray/Map(Int64,UInt32) OK 87ms
/aggregate functions/last_value/Map(Int16,LowCardinality(DateTime)) OK 86ms
/aggregate functions/groupArray/Map(Date,Nullable(Int32)) OK 82ms
/aggregate functions/entropy/Map(DateTime,Nullable(DateTime64(3))) OK 92ms
/aggregate functions/first_value/Map(Date,Nullable(FixedString(51))) OK 78ms
/aggregate functions/groupUniqArray/Map(Int64,UInt64) OK 83ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Bool)) OK 79ms
/aggregate functions/groupArray/Map(Date,Nullable(Int64)) OK 81ms
/aggregate functions/entropy/Map(DateTime,Nullable(Bool)) OK 82ms
/aggregate functions/first_value/Map(Date,Nullable(UUID)) OK 81ms
/aggregate functions/groupUniqArray/Map(Int64,UInt128) OK 78ms
/aggregate functions/last_value/Map(Int16,LowCardinality(String)) OK 93ms
/aggregate functions/groupArray/Map(Date,Nullable(Int128)) OK 100ms
/aggregate functions/entropy/Map(DateTime,Nullable(String)) OK 82ms
/aggregate functions/first_value/Map(Date,LowCardinality(UInt8)) OK 82ms
/aggregate functions/groupUniqArray/Map(Int64,Int8) OK 89ms
/aggregate functions/last_value/Map(Int16,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/groupArray/Map(Date,Nullable(Float32)) OK 82ms
/aggregate functions/entropy/Map(DateTime,Nullable(FixedString(51))) OK 82ms
/aggregate functions/first_value/Map(Date,LowCardinality(UInt16)) OK 81ms
/aggregate functions/groupUniqArray/Map(Int64,Int16) OK 76ms
/aggregate functions/last_value/Map(Int16,LowCardinality(UUID)) OK 92ms
/aggregate functions/groupArray/Map(Date,Nullable(Float64)) OK 87ms
/aggregate functions/entropy/Map(DateTime,Nullable(UUID)) OK 91ms
/aggregate functions/first_value/Map(Date,LowCardinality(UInt32)) OK 110ms
/aggregate functions/groupUniqArray/Map(Int64,Int32) OK 100ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/groupArray/Map(Date,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(UInt8)) OK 116ms
/aggregate functions/first_value/Map(Date,LowCardinality(UInt64)) OK 101ms
/aggregate functions/groupUniqArray/Map(Int64,Int64) OK 82ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/groupArray/Map(Date,Nullable(Date)) OK 84ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(UInt16)) OK 76ms
/aggregate functions/groupUniqArray/Map(Int64,Int128) OK 85ms
/aggregate functions/first_value/Map(Date,LowCardinality(UInt128)) OK 85ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(UInt32))) OK 104ms
/aggregate functions/groupArray/Map(Date,Nullable(DateTime)) OK 85ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(UInt32)) OK 105ms
/aggregate functions/groupUniqArray/Map(Int64,Float32) OK 94ms
/aggregate functions/first_value/Map(Date,LowCardinality(Int8)) OK 87ms
/aggregate functions/groupArray/Map(Date,Nullable(DateTime64(3))) OK 87ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(UInt64)) OK 86ms
/aggregate functions/groupUniqArray/Map(Int64,Float64) OK 86ms
/aggregate functions/first_value/Map(Date,LowCardinality(Int16)) OK 84ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/groupArray/Map(Date,Nullable(Bool)) OK 73ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(UInt128)) OK 94ms
/aggregate functions/groupUniqArray/Map(Int64,Decimal128(38)) OK 75ms
/aggregate functions/first_value/Map(Date,LowCardinality(Int32)) OK 88ms
/aggregate functions/groupArray/Map(Date,Nullable(String)) OK 88ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/groupUniqArray/Map(Int64,Date) OK 82ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Int8)) OK 74ms
/aggregate functions/first_value/Map(Date,LowCardinality(Int64)) OK 74ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/groupArray/Map(Date,Nullable(FixedString(51))) OK 73ms
/aggregate functions/groupUniqArray/Map(Int64,DateTime) OK 89ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Int16)) OK 82ms
/aggregate functions/first_value/Map(Date,LowCardinality(Int128)) OK 91ms
/aggregate functions/groupArray/Map(Date,Nullable(UUID)) OK 77ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Int32)) OK 81ms
/aggregate functions/groupUniqArray/Map(Int64,DateTime64(3)) OK 94ms
/aggregate functions/groupArray/Map(Date,LowCardinality(UInt8)) OK 82ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/first_value/Map(Date,LowCardinality(Float32)) OK 71ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Int64)) OK 85ms
/aggregate functions/first_value/Map(Date,LowCardinality(Float64)) OK 90ms
/aggregate functions/groupArray/Map(Date,LowCardinality(UInt16)) OK 90ms
/aggregate functions/groupUniqArray/Map(Int64,Bool) OK 77ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Int128)) OK 83ms
/aggregate functions/groupUniqArray/Map(Int64,String) OK 88ms
/aggregate functions/first_value/Map(Date,LowCardinality(Date)) OK 77ms
/aggregate functions/groupArray/Map(Date,LowCardinality(UInt32)) OK 88ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Float32)) OK 83ms
/aggregate functions/first_value/Map(Date,LowCardinality(DateTime)) OK 82ms
/aggregate functions/groupUniqArray/Map(Int64,FixedString(51)) OK 84ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/groupArray/Map(Date,LowCardinality(UInt64)) OK 81ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Float64)) OK 92ms
/aggregate functions/first_value/Map(Date,LowCardinality(Bool)) OK 103ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/groupUniqArray/Map(Int64,UUID) OK 90ms
/aggregate functions/groupArray/Map(Date,LowCardinality(UInt128)) OK 70ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Int8)) OK 82ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Date)) OK 83ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(UInt8)) OK 99ms
/aggregate functions/first_value/Map(Date,LowCardinality(String)) OK 92ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Int16)) OK 84ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(DateTime)) OK 70ms
/aggregate functions/first_value/Map(Date,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(UInt16)) OK 95ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Bool)) OK 87ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Int32)) OK 74ms
/aggregate functions/first_value/Map(Date,LowCardinality(UUID)) OK 78ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(UInt32)) OK 69ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Int64)) OK 96ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(String)) OK 86ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(UInt64)) OK 86ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(UInt8))) OK 102ms
/aggregate functions/last_value/Map(Int16,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(FixedString(51))) OK 93ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Int128)) OK 90ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(UInt128)) OK 89ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/last_value/Map(Int16,Array(String)) OK 76ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(UUID)) OK 75ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Float32)) OK 80ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(Int8)) OK 122ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(UInt32))) OK 107ms
/aggregate functions/last_value/Map(Int16,Map(String,LowCardinality(Float64))) OK 106ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 90ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Float64)) OK 77ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/last_value/Map(Int16,Tuple(String)) OK 76ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(Int16)) OK 79ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Date)) OK 81ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/last_value/Map(Int32,UInt8) OK 89ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(Int32)) OK 81ms
/aggregate functions/groupArray/Map(Date,LowCardinality(DateTime)) OK 86ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(Int64)) OK 72ms
/aggregate functions/last_value/Map(Int32,UInt16) OK 77ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Bool)) OK 80ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(Int128)) OK 155ms
/aggregate functions/last_value/Map(Int32,UInt32) OK 84ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(Int16))) OK 139ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 135ms
/aggregate functions/groupArray/Map(Date,LowCardinality(String)) OK 137ms
/aggregate functions/last_value/Map(Int32,UInt64) OK 131ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(Int32))) OK 101ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(Float32)) OK 97ms
/aggregate functions/groupArray/Map(Date,LowCardinality(FixedString(51))) OK 99ms
/aggregate functions/last_value/Map(Int32,UInt128) OK 88ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(Int16))) OK 105ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(Int64))) OK 105ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(Float64)) OK 108ms
/aggregate functions/groupArray/Map(Date,LowCardinality(UUID)) OK 107ms
/aggregate functions/last_value/Map(Int32,Int8) OK 78ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/last_value/Map(Int32,Int16) OK 79ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(Date)) OK 82ms
/aggregate functions/last_value/Map(Int32,Int32) OK 117ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(DateTime)) OK 72ms
/aggregate functions/last_value/Map(Int32,Int64) OK 78ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/last_value/Map(Int32,Int128) OK 75ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(Bool)) OK 70ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/last_value/Map(Int32,Float32) OK 84ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(String)) OK 84ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/last_value/Map(Int32,Float64) OK 89ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(FixedString(51))) OK 79ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/last_value/Map(Int32,Decimal128(38)) OK 76ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/groupUniqArray/Map(Int64,Nullable(UUID)) OK 87ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/last_value/Map(Int32,Date) OK 81ms
/aggregate functions/first_value/Map(Date,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(UInt8)) OK 84ms
/aggregate functions/last_value/Map(Int32,DateTime) OK 98ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(UInt16)) OK 86ms
/aggregate functions/first_value/Map(Date,Array(String)) OK 70ms
/aggregate functions/entropy/Map(DateTime,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/first_value/Map(Date,Map(String,LowCardinality(Float64))) OK 99ms
/aggregate functions/last_value/Map(Int32,DateTime64(3)) OK 98ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(UInt32)) OK 71ms
/aggregate functions/entropy/Map(DateTime,Array(String)) OK 72ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(UInt64)) OK 70ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/first_value/Map(Date,Tuple(String)) OK 78ms
/aggregate functions/last_value/Map(Int32,Bool) OK 77ms
/aggregate functions/entropy/Map(DateTime,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(UInt128)) OK 76ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/first_value/Map(DateTime,UInt8) OK 80ms
/aggregate functions/last_value/Map(Int32,String) OK 67ms
/aggregate functions/entropy/Map(DateTime,Tuple(String)) OK 92ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Int8)) OK 79ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/last_value/Map(Int32,FixedString(51)) OK 84ms
/aggregate functions/first_value/Map(DateTime,UInt16) OK 81ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Int16)) OK 91ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/entropy/Map(Bool,UInt8) OK 66ms
/aggregate functions/last_value/Map(Int32,UUID) OK 78ms
/aggregate functions/first_value/Map(DateTime,UInt32) OK 86ms
/aggregate functions/entropy/Map(Bool,UInt16) OK 83ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Int32)) OK 74ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/last_value/Map(Int32,Nullable(UInt8)) OK 71ms
/aggregate functions/first_value/Map(DateTime,UInt64) OK 79ms
/aggregate functions/entropy/Map(Bool,UInt32) OK 78ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Int64)) OK 106ms
/aggregate functions/last_value/Map(Int32,Nullable(UInt16)) OK 71ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 104ms
/aggregate functions/first_value/Map(DateTime,UInt128) OK 88ms
/aggregate functions/entropy/Map(Bool,UInt64) OK 103ms
/aggregate functions/last_value/Map(Int32,Nullable(UInt32)) OK 131ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Int128)) OK 102ms
/aggregate functions/groupArray/Map(Date,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/first_value/Map(DateTime,Int8) OK 72ms
/aggregate functions/entropy/Map(Bool,UInt128) OK 76ms
/aggregate functions/first_value/Map(DateTime,Int16) OK 81ms
/aggregate functions/groupArray/Map(Date,Array(String)) OK 82ms
/aggregate functions/last_value/Map(Int32,Nullable(UInt64)) OK 79ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Float32)) OK 82ms
/aggregate functions/entropy/Map(Bool,Int8) OK 74ms
/aggregate functions/first_value/Map(DateTime,Int32) OK 84ms
/aggregate functions/groupArray/Map(Date,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/last_value/Map(Int32,Nullable(UInt128)) OK 91ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Float64)) OK 77ms
/aggregate functions/entropy/Map(Bool,Int16) OK 79ms
/aggregate functions/first_value/Map(DateTime,Int64) OK 88ms
/aggregate functions/groupArray/Map(Date,Tuple(String)) OK 91ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Date)) OK 72ms
/aggregate functions/last_value/Map(Int32,Nullable(Int8)) OK 77ms
/aggregate functions/entropy/Map(Bool,Int32) OK 70ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(DateTime)) OK 95ms
/aggregate functions/first_value/Map(DateTime,Int128) OK 95ms
/aggregate functions/groupArray/Map(DateTime,UInt8) OK 71ms
/aggregate functions/last_value/Map(Int32,Nullable(Int16)) OK 75ms
/aggregate functions/entropy/Map(Bool,Int64) OK 73ms
/aggregate functions/groupArray/Map(DateTime,UInt16) OK 101ms
/aggregate functions/last_value/Map(Int32,Nullable(Int32)) OK 85ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Bool)) OK 96ms
/aggregate functions/first_value/Map(DateTime,Float32) OK 71ms
/aggregate functions/entropy/Map(Bool,Int128) OK 84ms
/aggregate functions/first_value/Map(DateTime,Float64) OK 108ms
/aggregate functions/last_value/Map(Int32,Nullable(Int64)) OK 97ms
/aggregate functions/groupArray/Map(DateTime,UInt32) OK 111ms
/aggregate functions/entropy/Map(Bool,Float32) OK 94ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(String)) OK 100ms
/aggregate functions/last_value/Map(Int32,Nullable(Int128)) OK 77ms
/aggregate functions/first_value/Map(DateTime,Decimal128(38)) OK 81ms
/aggregate functions/entropy/Map(Bool,Float64) OK 69ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/groupArray/Map(DateTime,UInt64) OK 72ms
/aggregate functions/last_value/Map(Int32,Nullable(Float32)) OK 78ms
/aggregate functions/entropy/Map(Bool,Decimal128(38)) OK 88ms
/aggregate functions/first_value/Map(DateTime,Date) OK 80ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(UUID)) OK 88ms
/aggregate functions/groupArray/Map(DateTime,UInt128) OK 82ms
/aggregate functions/last_value/Map(Int32,Nullable(Float64)) OK 81ms
/aggregate functions/first_value/Map(DateTime,DateTime) OK 73ms
/aggregate functions/entropy/Map(Bool,Date) OK 75ms
/aggregate functions/groupArray/Map(DateTime,Int8) OK 72ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/last_value/Map(Int32,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/first_value/Map(DateTime,DateTime64(3)) OK 75ms
/aggregate functions/entropy/Map(Bool,DateTime) OK 91ms
/aggregate functions/groupArray/Map(DateTime,Int16) OK 87ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/last_value/Map(Int32,Nullable(Date)) OK 83ms
/aggregate functions/first_value/Map(DateTime,Bool) OK 81ms
/aggregate functions/entropy/Map(Bool,DateTime64(3)) OK 75ms
/aggregate functions/groupArray/Map(DateTime,Int32) OK 76ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/last_value/Map(Int32,Nullable(DateTime)) OK 98ms
/aggregate functions/first_value/Map(DateTime,String) OK 92ms
/aggregate functions/entropy/Map(Bool,Bool) OK 77ms
/aggregate functions/groupArray/Map(DateTime,Int64) OK 81ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(UInt64))) OK 127ms
/aggregate functions/entropy/Map(Bool,String) OK 85ms
/aggregate functions/first_value/Map(DateTime,FixedString(51)) OK 78ms
/aggregate functions/last_value/Map(Int32,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/groupArray/Map(DateTime,Int128) OK 74ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/first_value/Map(DateTime,UUID) OK 88ms
/aggregate functions/groupArray/Map(DateTime,Float32) OK 82ms
/aggregate functions/entropy/Map(Bool,FixedString(51)) OK 71ms
/aggregate functions/last_value/Map(Int32,Nullable(Bool)) OK 73ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/entropy/Map(Bool,UUID) OK 79ms
/aggregate functions/last_value/Map(Int32,Nullable(String)) OK 89ms
/aggregate functions/groupArray/Map(DateTime,Float64) OK 75ms
/aggregate functions/first_value/Map(DateTime,Nullable(UInt8)) OK 75ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(Int16))) OK 68ms
/aggregate functions/entropy/Map(Bool,Nullable(UInt8)) OK 96ms
/aggregate functions/groupArray/Map(DateTime,Decimal128(38)) OK 71ms
/aggregate functions/first_value/Map(DateTime,Nullable(UInt16)) OK 89ms
/aggregate functions/last_value/Map(Int32,Nullable(FixedString(51))) OK 73ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/groupArray/Map(DateTime,Date) OK 77ms
/aggregate functions/last_value/Map(Int32,Nullable(UUID)) OK 105ms
/aggregate functions/entropy/Map(Bool,Nullable(UInt16)) OK 92ms
/aggregate functions/first_value/Map(DateTime,Nullable(UInt32)) OK 101ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/groupArray/Map(DateTime,DateTime) OK 74ms
/aggregate functions/entropy/Map(Bool,Nullable(UInt32)) OK 73ms
/aggregate functions/last_value/Map(Int32,LowCardinality(UInt8)) OK 83ms
/aggregate functions/first_value/Map(DateTime,Nullable(UInt64)) OK 75ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/groupArray/Map(DateTime,DateTime64(3)) OK 86ms
/aggregate functions/entropy/Map(Bool,Nullable(UInt64)) OK 86ms
/aggregate functions/first_value/Map(DateTime,Nullable(UInt128)) OK 76ms
/aggregate functions/last_value/Map(Int32,LowCardinality(UInt16)) OK 79ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/groupArray/Map(DateTime,Bool) OK 72ms
/aggregate functions/entropy/Map(Bool,Nullable(UInt128)) OK 78ms
/aggregate functions/first_value/Map(DateTime,Nullable(Int8)) OK 72ms
/aggregate functions/last_value/Map(Int32,LowCardinality(UInt32)) OK 94ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/groupArray/Map(DateTime,String) OK 86ms
/aggregate functions/first_value/Map(DateTime,Nullable(Int16)) OK 79ms
/aggregate functions/entropy/Map(Bool,Nullable(Int8)) OK 85ms
/aggregate functions/last_value/Map(Int32,LowCardinality(UInt64)) OK 84ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/groupArray/Map(DateTime,FixedString(51)) OK 72ms
/aggregate functions/first_value/Map(DateTime,Nullable(Int32)) OK 70ms
/aggregate functions/entropy/Map(Bool,Nullable(Int16)) OK 79ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/last_value/Map(Int32,LowCardinality(UInt128)) OK 72ms
/aggregate functions/groupArray/Map(DateTime,UUID) OK 72ms
/aggregate functions/first_value/Map(DateTime,Nullable(Int64)) OK 77ms
/aggregate functions/entropy/Map(Bool,Nullable(Int32)) OK 69ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Int8)) OK 85ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/groupArray/Map(DateTime,Nullable(UInt8)) OK 82ms
/aggregate functions/first_value/Map(DateTime,Nullable(Int128)) OK 72ms
/aggregate functions/entropy/Map(Bool,Nullable(Int64)) OK 71ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Int16)) OK 77ms
/aggregate functions/groupArray/Map(DateTime,Nullable(UInt16)) OK 91ms
/aggregate functions/first_value/Map(DateTime,Nullable(Float32)) OK 74ms
/aggregate functions/entropy/Map(Bool,Nullable(Int128)) OK 70ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Int32)) OK 75ms
/aggregate functions/groupArray/Map(DateTime,Nullable(UInt32)) OK 73ms
/aggregate functions/first_value/Map(DateTime,Nullable(Float64)) OK 78ms
/aggregate functions/entropy/Map(Bool,Nullable(Float32)) OK 78ms
/aggregate functions/groupUniqArray/Map(Int64,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Int64)) OK 73ms
/aggregate functions/groupArray/Map(DateTime,Nullable(UInt64)) OK 83ms
/aggregate functions/first_value/Map(DateTime,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/entropy/Map(Bool,Nullable(Float64)) OK 77ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Int128)) OK 85ms
/aggregate functions/groupUniqArray/Map(Int64,Array(String)) OK 76ms
/aggregate functions/groupArray/Map(DateTime,Nullable(UInt128)) OK 79ms
/aggregate functions/first_value/Map(DateTime,Nullable(Date)) OK 79ms
/aggregate functions/entropy/Map(Bool,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/groupUniqArray/Map(Int64,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Float32)) OK 69ms
/aggregate functions/groupArray/Map(DateTime,Nullable(Int8)) OK 94ms
/aggregate functions/first_value/Map(DateTime,Nullable(DateTime)) OK 80ms
/aggregate functions/entropy/Map(Bool,Nullable(Date)) OK 83ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Float64)) OK 75ms
/aggregate functions/groupUniqArray/Map(Int64,Tuple(String)) OK 74ms
/aggregate functions/first_value/Map(DateTime,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/entropy/Map(Bool,Nullable(DateTime)) OK 77ms
/aggregate functions/groupArray/Map(DateTime,Nullable(Int16)) OK 76ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Date)) OK 73ms
/aggregate functions/groupUniqArray/Map(Int128,UInt8) OK 72ms
/aggregate functions/first_value/Map(DateTime,Nullable(Bool)) OK 89ms
/aggregate functions/entropy/Map(Bool,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/groupArray/Map(DateTime,Nullable(Int32)) OK 78ms
/aggregate functions/last_value/Map(Int32,LowCardinality(DateTime)) OK 82ms
/aggregate functions/groupUniqArray/Map(Int128,UInt16) OK 73ms
/aggregate functions/entropy/Map(Bool,Nullable(Bool)) OK 75ms
/aggregate functions/groupArray/Map(DateTime,Nullable(Int64)) OK 96ms
/aggregate functions/first_value/Map(DateTime,Nullable(String)) OK 90ms
/aggregate functions/groupUniqArray/Map(Int128,UInt32) OK 81ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Bool)) OK 78ms
/aggregate functions/entropy/Map(Bool,Nullable(String)) OK 82ms
/aggregate functions/first_value/Map(DateTime,Nullable(FixedString(51))) OK 79ms
/aggregate functions/groupArray/Map(DateTime,Nullable(Int128)) OK 88ms
/aggregate functions/groupUniqArray/Map(Int128,UInt64) OK 73ms
/aggregate functions/last_value/Map(Int32,LowCardinality(String)) OK 77ms
/aggregate functions/entropy/Map(Bool,Nullable(FixedString(51))) OK 70ms
/aggregate functions/first_value/Map(DateTime,Nullable(UUID)) OK 70ms
/aggregate functions/groupUniqArray/Map(Int128,UInt128) OK 77ms
/aggregate functions/last_value/Map(Int32,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/groupArray/Map(DateTime,Nullable(Float32)) OK 75ms
/aggregate functions/entropy/Map(Bool,Nullable(UUID)) OK 71ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(UInt8)) OK 76ms
/aggregate functions/groupUniqArray/Map(Int128,Int8) OK 101ms
/aggregate functions/groupArray/Map(DateTime,Nullable(Float64)) OK 97ms
/aggregate functions/last_value/Map(Int32,LowCardinality(UUID)) OK 80ms
/aggregate functions/entropy/Map(Bool,LowCardinality(UInt8)) OK 70ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(UInt16)) OK 73ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/groupUniqArray/Map(Int128,Int16) OK 82ms
/aggregate functions/groupArray/Map(DateTime,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/entropy/Map(Bool,LowCardinality(UInt16)) OK 82ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(UInt32)) OK 69ms
/aggregate functions/groupArray/Map(DateTime,Nullable(Date)) OK 76ms
/aggregate functions/groupUniqArray/Map(Int128,Int32) OK 77ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/entropy/Map(Bool,LowCardinality(UInt32)) OK 76ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(UInt64)) OK 74ms
/aggregate functions/groupArray/Map(DateTime,Nullable(DateTime)) OK 83ms
/aggregate functions/groupUniqArray/Map(Int128,Int64) OK 78ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/entropy/Map(Bool,LowCardinality(UInt64)) OK 82ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(UInt128)) OK 74ms
/aggregate functions/groupArray/Map(DateTime,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/groupUniqArray/Map(Int128,Int128) OK 76ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/entropy/Map(Bool,LowCardinality(UInt128)) OK 87ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Int8)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int128,Float32) OK 87ms
/aggregate functions/groupArray/Map(DateTime,Nullable(Bool)) OK 73ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Int16)) OK 74ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Int8)) OK 115ms
/aggregate functions/groupArray/Map(DateTime,Nullable(String)) OK 86ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/groupUniqArray/Map(Int128,Float64) OK 71ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Int32)) OK 121ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Int16)) OK 78ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/groupUniqArray/Map(Int128,Decimal128(38)) OK 79ms
/aggregate functions/groupArray/Map(DateTime,Nullable(FixedString(51))) OK 71ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Int64)) OK 87ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Int32)) OK 85ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/groupArray/Map(DateTime,Nullable(UUID)) OK 80ms
/aggregate functions/groupUniqArray/Map(Int128,Date) OK 82ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Int128)) OK 88ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Int64)) OK 81ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(Int64))) OK 98ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(UInt8)) OK 98ms
/aggregate functions/groupUniqArray/Map(Int128,DateTime) OK 85ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Int128)) OK 77ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Float32)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int128,DateTime64(3)) OK 95ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(UInt16)) OK 81ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Float32)) OK 79ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Float64)) OK 72ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(Float32))) OK 86ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(UInt32)) OK 86ms
/aggregate functions/groupUniqArray/Map(Int128,Bool) OK 75ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Date)) OK 84ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Float64)) OK 80ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/groupUniqArray/Map(Int128,String) OK 74ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(UInt64)) OK 85ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Date)) OK 79ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(DateTime)) OK 70ms
/aggregate functions/groupUniqArray/Map(Int128,FixedString(51)) OK 83ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(UInt128)) OK 79ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Bool)) OK 86ms
/aggregate functions/entropy/Map(Bool,LowCardinality(DateTime)) OK 83ms
/aggregate functions/groupUniqArray/Map(Int128,UUID) OK 86ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Int8)) OK 78ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(String)) OK 73ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Bool)) OK 74ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(Bool))) OK 125ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(UInt8)) OK 79ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Int16)) OK 123ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/entropy/Map(Bool,LowCardinality(String)) OK 87ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(UInt16)) OK 88ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(UUID)) OK 81ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Int32)) OK 77ms
/aggregate functions/entropy/Map(Bool,LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(UInt32)) OK 77ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Int64)) OK 84ms
/aggregate functions/entropy/Map(Bool,LowCardinality(UUID)) OK 76ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(UInt64)) OK 72ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 100ms
/aggregate functions/last_value/Map(Int32,LowCardinality(Nullable(UUID))) OK 92ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Int128)) OK 73ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(UInt128)) OK 75ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Float32)) OK 84ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/last_value/Map(Int32,Array(String)) OK 79ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(Int8)) OK 112ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Float64)) OK 90ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/last_value/Map(Int32,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(Int16)) OK 70ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/last_value/Map(Int32,Tuple(String)) OK 91ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Date)) OK 68ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(Int32)) OK 78ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(DateTime)) OK 88ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/last_value/Map(Int64,UInt8) OK 80ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(Int64)) OK 70ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Bool)) OK 83ms
/aggregate functions/last_value/Map(Int64,UInt16) OK 75ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(Int128)) OK 81ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/last_value/Map(Int64,UInt32) OK 84ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(String)) OK 83ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(Float32)) OK 69ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/last_value/Map(Int64,UInt64) OK 79ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(Float64)) OK 71ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(UUID)) OK 89ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/last_value/Map(Int64,UInt128) OK 81ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/last_value/Map(Int64,Int8) OK 92ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(Date)) OK 75ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(Float32))) OK 100ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(DateTime)) OK 96ms
/aggregate functions/last_value/Map(Int64,Int16) OK 69ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/last_value/Map(Int64,Int32) OK 102ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 102ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(Bool)) OK 99ms
/aggregate functions/last_value/Map(Int64,Int64) OK 76ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/last_value/Map(Int64,Int128) OK 82ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(String)) OK 82ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/last_value/Map(Int64,Float32) OK 75ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(FixedString(51))) OK 73ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 97ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/last_value/Map(Int64,Float64) OK 71ms
/aggregate functions/groupUniqArray/Map(Int128,Nullable(UUID)) OK 82ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/first_value/Map(DateTime,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/last_value/Map(Int64,Decimal128(38)) OK 92ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(UInt8)) OK 76ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/first_value/Map(DateTime,Array(String)) OK 75ms
/aggregate functions/last_value/Map(Int64,Date) OK 101ms
/aggregate functions/entropy/Map(Bool,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(UInt16)) OK 80ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/first_value/Map(DateTime,Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/entropy/Map(Bool,Array(String)) OK 70ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(UInt32)) OK 85ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/last_value/Map(Int64,DateTime) OK 70ms
/aggregate functions/first_value/Map(DateTime,Tuple(String)) OK 79ms
/aggregate functions/entropy/Map(Bool,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/last_value/Map(Int64,DateTime64(3)) OK 80ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(UInt64)) OK 95ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/first_value/Map(Bool,UInt8) OK 73ms
/aggregate functions/entropy/Map(Bool,Tuple(String)) OK 70ms
/aggregate functions/last_value/Map(Int64,Bool) OK 76ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(Float64))) OK 96ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(UInt128)) OK 76ms
/aggregate functions/first_value/Map(Bool,UInt16) OK 81ms
/aggregate functions/entropy/Map(String,UInt8) OK 71ms
/aggregate functions/last_value/Map(Int64,String) OK 85ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Int8)) OK 79ms
/aggregate functions/first_value/Map(Bool,UInt32) OK 87ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/entropy/Map(String,UInt16) OK 73ms
/aggregate functions/last_value/Map(Int64,FixedString(51)) OK 70ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Int16)) OK 70ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/entropy/Map(String,UInt32) OK 80ms
/aggregate functions/first_value/Map(Bool,UInt64) OK 77ms
/aggregate functions/last_value/Map(Int64,UUID) OK 85ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Int32)) OK 82ms
/aggregate functions/entropy/Map(String,UInt64) OK 91ms
/aggregate functions/first_value/Map(Bool,UInt128) OK 73ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/last_value/Map(Int64,Nullable(UInt8)) OK 73ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Int64)) OK 81ms
/aggregate functions/first_value/Map(Bool,Int8) OK 82ms
/aggregate functions/entropy/Map(String,UInt128) OK 84ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/last_value/Map(Int64,Nullable(UInt16)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Int128)) OK 72ms
/aggregate functions/first_value/Map(Bool,Int16) OK 77ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/entropy/Map(String,Int8) OK 76ms
/aggregate functions/last_value/Map(Int64,Nullable(UInt32)) OK 73ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Float32)) OK 76ms
/aggregate functions/first_value/Map(Bool,Int32) OK 81ms
/aggregate functions/entropy/Map(String,Int16) OK 79ms
/aggregate functions/groupArray/Map(DateTime,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/last_value/Map(Int64,Nullable(UInt64)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Float64)) OK 114ms
/aggregate functions/first_value/Map(Bool,Int64) OK 82ms
/aggregate functions/entropy/Map(String,Int32) OK 78ms
/aggregate functions/groupArray/Map(DateTime,Array(String)) OK 81ms
/aggregate functions/last_value/Map(Int64,Nullable(UInt128)) OK 103ms
/aggregate functions/first_value/Map(Bool,Int128) OK 81ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Date)) OK 81ms
/aggregate functions/entropy/Map(String,Int64) OK 77ms
/aggregate functions/groupArray/Map(DateTime,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/last_value/Map(Int64,Nullable(Int8)) OK 107ms
/aggregate functions/first_value/Map(Bool,Float32) OK 92ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(DateTime)) OK 94ms
/aggregate functions/entropy/Map(String,Int128) OK 87ms
/aggregate functions/groupArray/Map(DateTime,Tuple(String)) OK 85ms
/aggregate functions/last_value/Map(Int64,Nullable(Int16)) OK 89ms
/aggregate functions/first_value/Map(Bool,Float64) OK 76ms
/aggregate functions/entropy/Map(String,Float32) OK 83ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Bool)) OK 84ms
/aggregate functions/groupArray/Map(Bool,UInt8) OK 83ms
/aggregate functions/first_value/Map(Bool,Decimal128(38)) OK 89ms
/aggregate functions/last_value/Map(Int64,Nullable(Int32)) OK 104ms
/aggregate functions/entropy/Map(String,Float64) OK 94ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(String)) OK 84ms
/aggregate functions/groupArray/Map(Bool,UInt16) OK 92ms
/aggregate functions/first_value/Map(Bool,Date) OK 70ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/entropy/Map(String,Decimal128(38)) OK 78ms
/aggregate functions/last_value/Map(Int64,Nullable(Int64)) OK 89ms
/aggregate functions/groupArray/Map(Bool,UInt32) OK 79ms
/aggregate functions/first_value/Map(Bool,DateTime) OK 74ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(UUID)) OK 89ms
/aggregate functions/entropy/Map(String,Date) OK 74ms
/aggregate functions/groupArray/Map(Bool,UInt64) OK 76ms
/aggregate functions/last_value/Map(Int64,Nullable(Int128)) OK 75ms
/aggregate functions/first_value/Map(Bool,DateTime64(3)) OK 119ms
/aggregate functions/entropy/Map(String,DateTime) OK 90ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(UInt8))) OK 90ms
/aggregate functions/groupArray/Map(Bool,UInt128) OK 89ms
/aggregate functions/last_value/Map(Int64,Nullable(Float32)) OK 90ms
/aggregate functions/entropy/Map(String,DateTime64(3)) OK 83ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(UInt16))) OK 93ms
/aggregate functions/first_value/Map(Bool,Bool) OK 84ms
/aggregate functions/groupArray/Map(Bool,Int8) OK 112ms
/aggregate functions/last_value/Map(Int64,Nullable(Float64)) OK 94ms
/aggregate functions/entropy/Map(String,Bool) OK 131ms
/aggregate functions/first_value/Map(Bool,String) OK 133ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(UInt32))) OK 134ms
/aggregate functions/last_value/Map(Int64,Nullable(Decimal128(38))) OK 119ms
/aggregate functions/groupArray/Map(Bool,Int16) OK 104ms
/aggregate functions/entropy/Map(String,String) OK 247ms
/aggregate functions/first_value/Map(Bool,FixedString(51)) OK 232ms
/aggregate functions/groupArray/Map(Bool,Int32) OK 228ms
/aggregate functions/last_value/Map(Int64,Nullable(Date)) OK 222ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(UInt64))) OK 220ms
/aggregate functions/last_value/Map(Int64,Nullable(DateTime)) OK 72ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/groupArray/Map(Bool,Int64) OK 76ms
/aggregate functions/first_value/Map(Bool,UUID) OK 79ms
/aggregate functions/entropy/Map(String,FixedString(51)) OK 71ms
/aggregate functions/last_value/Map(Int64,Nullable(DateTime64(3))) OK 126ms
/aggregate functions/groupArray/Map(Bool,Int128) OK 131ms
/aggregate functions/entropy/Map(String,UUID) OK 121ms
/aggregate functions/first_value/Map(Bool,Nullable(UInt8)) OK 121ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(Int8))) OK 114ms
/aggregate functions/last_value/Map(Int64,Nullable(Bool)) OK 93ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/entropy/Map(String,Nullable(UInt8)) OK 95ms
/aggregate functions/first_value/Map(Bool,Nullable(UInt16)) OK 95ms
/aggregate functions/groupArray/Map(Bool,Float32) OK 67ms
/aggregate functions/groupArray/Map(Bool,Float64) OK 80ms
/aggregate functions/last_value/Map(Int64,Nullable(String)) OK 76ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/entropy/Map(String,Nullable(UInt16)) OK 71ms
/aggregate functions/first_value/Map(Bool,Nullable(UInt32)) OK 71ms
/aggregate functions/groupArray/Map(Bool,Decimal128(38)) OK 72ms
/aggregate functions/last_value/Map(Int64,Nullable(FixedString(51))) OK 93ms
/aggregate functions/entropy/Map(String,Nullable(UInt32)) OK 84ms
/aggregate functions/first_value/Map(Bool,Nullable(UInt64)) OK 64ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/groupArray/Map(Bool,Date) OK 75ms
/aggregate functions/first_value/Map(Bool,Nullable(UInt128)) OK 74ms
/aggregate functions/entropy/Map(String,Nullable(UInt64)) OK 216ms
/aggregate functions/last_value/Map(Int64,Nullable(UUID)) OK 214ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(Int128))) OK 207ms
/aggregate functions/groupArray/Map(Bool,DateTime) OK 173ms
/aggregate functions/first_value/Map(Bool,Nullable(Int8)) OK 154ms
/aggregate functions/first_value/Map(Bool,Nullable(Int16)) OK 100ms
/aggregate functions/entropy/Map(String,Nullable(UInt128)) OK 73ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/last_value/Map(Int64,LowCardinality(UInt8)) OK 85ms
/aggregate functions/groupArray/Map(Bool,DateTime64(3)) OK 63ms
/aggregate functions/groupArray/Map(Bool,Bool) OK 73ms
/aggregate functions/entropy/Map(String,Nullable(Int8)) OK 81ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/last_value/Map(Int64,LowCardinality(UInt16)) OK 80ms
/aggregate functions/first_value/Map(Bool,Nullable(Int32)) OK 68ms
/aggregate functions/groupArray/Map(Bool,String) OK 73ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/entropy/Map(String,Nullable(Int16)) OK 69ms
/aggregate functions/first_value/Map(Bool,Nullable(Int64)) OK 68ms
/aggregate functions/last_value/Map(Int64,LowCardinality(UInt32)) OK 67ms
/aggregate functions/groupArray/Map(Bool,FixedString(51)) OK 79ms
/aggregate functions/entropy/Map(String,Nullable(Int32)) OK 80ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/first_value/Map(Bool,Nullable(Int128)) OK 80ms
/aggregate functions/last_value/Map(Int64,LowCardinality(UInt64)) OK 77ms
/aggregate functions/groupArray/Map(Bool,UUID) OK 80ms
/aggregate functions/entropy/Map(String,Nullable(Int64)) OK 87ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/first_value/Map(Bool,Nullable(Float32)) OK 77ms
/aggregate functions/last_value/Map(Int64,LowCardinality(UInt128)) OK 73ms
/aggregate functions/groupArray/Map(Bool,Nullable(UInt8)) OK 129ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Int8)) OK 137ms
/aggregate functions/first_value/Map(Bool,Nullable(Float64)) OK 127ms
/aggregate functions/entropy/Map(String,Nullable(Int128)) OK 131ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(String))) OK 110ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/groupArray/Map(Bool,Nullable(UInt16)) OK 65ms
/aggregate functions/first_value/Map(Bool,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/entropy/Map(String,Nullable(Float32)) OK 73ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Int16)) OK 74ms
/aggregate functions/groupArray/Map(Bool,Nullable(UInt32)) OK 77ms
/aggregate functions/groupUniqArray/Map(Int128,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/entropy/Map(String,Nullable(Float64)) OK 228ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Int32)) OK 227ms
/aggregate functions/first_value/Map(Bool,Nullable(Date)) OK 225ms
/aggregate functions/groupArray/Map(Bool,Nullable(UInt64)) OK 186ms
/aggregate functions/groupUniqArray/Map(Int128,Array(String)) OK 174ms
/aggregate functions/entropy/Map(String,Nullable(Decimal128(38))) OK 95ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Int64)) OK 98ms
/aggregate functions/first_value/Map(Bool,Nullable(DateTime)) OK 81ms
/aggregate functions/groupUniqArray/Map(Int128,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/groupArray/Map(Bool,Nullable(UInt128)) OK 72ms
/aggregate functions/groupArray/Map(Bool,Nullable(Int8)) OK 94ms
/aggregate functions/groupUniqArray/Map(Int128,Tuple(String)) OK 82ms
/aggregate functions/first_value/Map(Bool,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/entropy/Map(String,Nullable(Date)) OK 88ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Int128)) OK 75ms
/aggregate functions/first_value/Map(Bool,Nullable(Bool)) OK 83ms
/aggregate functions/groupUniqArray/Map(Date,UInt8) OK 97ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Float32)) OK 87ms
/aggregate functions/groupArray/Map(Bool,Nullable(Int16)) OK 72ms
/aggregate functions/entropy/Map(String,Nullable(DateTime)) OK 81ms
/aggregate functions/first_value/Map(Bool,Nullable(String)) OK 74ms
/aggregate functions/groupArray/Map(Bool,Nullable(Int32)) OK 84ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Float64)) OK 78ms
/aggregate functions/entropy/Map(String,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/groupUniqArray/Map(Date,UInt16) OK 67ms
/aggregate functions/first_value/Map(Bool,Nullable(FixedString(51))) OK 82ms
/aggregate functions/groupUniqArray/Map(Date,UInt32) OK 83ms
/aggregate functions/groupArray/Map(Bool,Nullable(Int64)) OK 85ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Date)) OK 72ms
/aggregate functions/entropy/Map(String,Nullable(Bool)) OK 79ms
/aggregate functions/first_value/Map(Bool,Nullable(UUID)) OK 71ms
/aggregate functions/last_value/Map(Int64,LowCardinality(DateTime)) OK 134ms
/aggregate functions/groupUniqArray/Map(Date,UInt64) OK 145ms
/aggregate functions/groupArray/Map(Bool,Nullable(Int128)) OK 141ms
/aggregate functions/entropy/Map(String,Nullable(String)) OK 144ms
/aggregate functions/first_value/Map(Bool,LowCardinality(UInt8)) OK 88ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Bool)) OK 77ms
/aggregate functions/groupArray/Map(Bool,Nullable(Float32)) OK 75ms
/aggregate functions/first_value/Map(Bool,LowCardinality(UInt16)) OK 95ms
/aggregate functions/groupUniqArray/Map(Date,UInt128) OK 80ms
/aggregate functions/entropy/Map(String,Nullable(FixedString(51))) OK 85ms
/aggregate functions/last_value/Map(Int64,LowCardinality(String)) OK 76ms
/aggregate functions/groupArray/Map(Bool,Nullable(Float64)) OK 87ms
/aggregate functions/groupUniqArray/Map(Date,Int8) OK 83ms
/aggregate functions/entropy/Map(String,Nullable(UUID)) OK 78ms
/aggregate functions/first_value/Map(Bool,LowCardinality(UInt32)) OK 78ms
/aggregate functions/last_value/Map(Int64,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/groupArray/Map(Bool,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/groupUniqArray/Map(Date,Int16) OK 85ms
/aggregate functions/entropy/Map(String,LowCardinality(UInt8)) OK 74ms
/aggregate functions/first_value/Map(Bool,LowCardinality(UInt64)) OK 80ms
/aggregate functions/last_value/Map(Int64,LowCardinality(UUID)) OK 80ms
/aggregate functions/groupArray/Map(Bool,Nullable(Date)) OK 81ms
/aggregate functions/entropy/Map(String,LowCardinality(UInt16)) OK 84ms
/aggregate functions/groupUniqArray/Map(Date,Int32) OK 80ms
/aggregate functions/first_value/Map(Bool,LowCardinality(UInt128)) OK 79ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/groupArray/Map(Bool,Nullable(DateTime)) OK 94ms
/aggregate functions/entropy/Map(String,LowCardinality(UInt32)) OK 81ms
/aggregate functions/groupUniqArray/Map(Date,Int64) OK 91ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Int8)) OK 80ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/entropy/Map(String,LowCardinality(UInt64)) OK 97ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Int16)) OK 80ms
/aggregate functions/groupArray/Map(Bool,Nullable(DateTime64(3))) OK 97ms
/aggregate functions/groupUniqArray/Map(Date,Int128) OK 83ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Int32)) OK 73ms
/aggregate functions/groupUniqArray/Map(Date,Float32) OK 99ms
/aggregate functions/entropy/Map(String,LowCardinality(UInt128)) OK 94ms
/aggregate functions/groupArray/Map(Bool,Nullable(Bool)) OK 76ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(UInt64))) OK 70ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Int64)) OK 77ms
/aggregate functions/groupArray/Map(Bool,Nullable(String)) OK 77ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/entropy/Map(String,LowCardinality(Int8)) OK 82ms
/aggregate functions/groupUniqArray/Map(Date,Float64) OK 75ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Int128)) OK 76ms
/aggregate functions/groupArray/Map(Bool,Nullable(FixedString(51))) OK 70ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(Int8))) OK 108ms
/aggregate functions/groupUniqArray/Map(Date,Decimal128(38)) OK 76ms
/aggregate functions/entropy/Map(String,LowCardinality(Int16)) OK 97ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Float32)) OK 83ms
/aggregate functions/groupArray/Map(Bool,Nullable(UUID)) OK 77ms
/aggregate functions/groupUniqArray/Map(Date,Date) OK 78ms
/aggregate functions/entropy/Map(String,LowCardinality(Int32)) OK 82ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Float64)) OK 70ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(UInt8)) OK 69ms
/aggregate functions/groupUniqArray/Map(Date,DateTime) OK 71ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/entropy/Map(String,LowCardinality(Int64)) OK 69ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Date)) OK 67ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(UInt16)) OK 78ms
/aggregate functions/groupUniqArray/Map(Date,DateTime64(3)) OK 89ms
/aggregate functions/entropy/Map(String,LowCardinality(Int128)) OK 102ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(Int64))) OK 106ms
/aggregate functions/first_value/Map(Bool,LowCardinality(DateTime)) OK 97ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(UInt32)) OK 84ms
/aggregate functions/groupUniqArray/Map(Date,Bool) OK 126ms
/aggregate functions/entropy/Map(String,LowCardinality(Float32)) OK 85ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Bool)) OK 96ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(UInt64)) OK 79ms
/aggregate functions/entropy/Map(String,LowCardinality(Float64)) OK 72ms
/aggregate functions/groupUniqArray/Map(Date,String) OK 75ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(UInt128)) OK 84ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/first_value/Map(Bool,LowCardinality(String)) OK 70ms
/aggregate functions/entropy/Map(String,LowCardinality(Date)) OK 112ms
/aggregate functions/groupUniqArray/Map(Date,FixedString(51)) OK 104ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/first_value/Map(Bool,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Int8)) OK 86ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/first_value/Map(Bool,LowCardinality(UUID)) OK 74ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Int16)) OK 92ms
/aggregate functions/groupUniqArray/Map(Date,UUID) OK 66ms
/aggregate functions/entropy/Map(String,LowCardinality(DateTime)) OK 81ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(UInt8)) OK 71ms
/aggregate functions/entropy/Map(String,LowCardinality(Bool)) OK 73ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Int32)) OK 78ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(UInt16)) OK 87ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/entropy/Map(String,LowCardinality(String)) OK 81ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Int64)) OK 80ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(UInt32)) OK 73ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/entropy/Map(String,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Int128)) OK 82ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(UInt64)) OK 90ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/entropy/Map(String,LowCardinality(UUID)) OK 67ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 69ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Float32)) OK 83ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(UInt8))) OK 98ms
/aggregate functions/last_value/Map(Int64,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(UInt128)) OK 80ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(UInt128))) OK 69ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Float64)) OK 73ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(Int8)) OK 92ms
/aggregate functions/last_value/Map(Int64,Array(String)) OK 90ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Date)) OK 70ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(DateTime)) OK 82ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(Int16)) OK 86ms
/aggregate functions/last_value/Map(Int64,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Bool)) OK 93ms
/aggregate functions/last_value/Map(Int64,Tuple(String)) OK 81ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(Int32)) OK 71ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(Int64)) OK 83ms
/aggregate functions/last_value/Map(Int128,UInt8) OK 76ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(String)) OK 77ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/last_value/Map(Int128,UInt16) OK 98ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(Int128)) OK 77ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(Float32))) OK 104ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(Float32)) OK 104ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(UUID)) OK 80ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(Int16))) OK 97ms
/aggregate functions/last_value/Map(Int128,UInt32) OK 65ms
/aggregate functions/last_value/Map(Int128,UInt64) OK 76ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(Float64)) OK 87ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/last_value/Map(Int128,UInt128) OK 79ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(UInt32))) OK 162ms
/aggregate functions/last_value/Map(Int128,Int8) OK 174ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(DateTime))) OK 145ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(Date)) OK 147ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(Int128))) OK 130ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(UInt64))) OK 140ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(Bool))) OK 121ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(Float32))) OK 115ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(DateTime)) OK 112ms
/aggregate functions/last_value/Map(Int128,Int16) OK 82ms
/aggregate functions/last_value/Map(Int128,Int32) OK 77ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/last_value/Map(Int128,Int64) OK 77ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(Bool)) OK 101ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/last_value/Map(Int128,Int128) OK 73ms
/aggregate functions/first_value/Map(Bool,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(String)) OK 74ms
/aggregate functions/last_value/Map(Int128,Float32) OK 81ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/first_value/Map(Bool,Array(String)) OK 83ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(FixedString(51))) OK 87ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(Int32))) OK 138ms
/aggregate functions/last_value/Map(Int128,Float64) OK 116ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(String))) OK 165ms
/aggregate functions/first_value/Map(Bool,Map(String,LowCardinality(Float64))) OK 155ms
/aggregate functions/groupUniqArray/Map(Date,Nullable(UUID)) OK 141ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/last_value/Map(Int128,Decimal128(38)) OK 97ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/first_value/Map(Bool,Tuple(String)) OK 79ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(UInt8)) OK 97ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/last_value/Map(Int128,Date) OK 70ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/first_value/Map(String,UInt8) OK 77ms
/aggregate functions/last_value/Map(Int128,DateTime) OK 77ms
/aggregate functions/entropy/Map(String,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(UInt16)) OK 83ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/first_value/Map(String,UInt16) OK 75ms
/aggregate functions/last_value/Map(Int128,DateTime64(3)) OK 74ms
/aggregate functions/entropy/Map(String,Array(String)) OK 77ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(UInt32)) OK 67ms
/aggregate functions/first_value/Map(String,UInt32) OK 114ms
/aggregate functions/last_value/Map(Int128,Bool) OK 101ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(UInt64)) OK 82ms
/aggregate functions/entropy/Map(String,Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(UInt128)) OK 96ms
/aggregate functions/last_value/Map(Int128,String) OK 82ms
/aggregate functions/entropy/Map(String,Tuple(String)) OK 67ms
/aggregate functions/first_value/Map(String,UInt64) OK 89ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/entropy/Map(FixedString(51),UInt8) OK 84ms
/aggregate functions/last_value/Map(Int128,FixedString(51)) OK 78ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Int8)) OK 96ms
/aggregate functions/first_value/Map(String,UInt128) OK 78ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/entropy/Map(FixedString(51),UInt16) OK 86ms
/aggregate functions/last_value/Map(Int128,UUID) OK 90ms
/aggregate functions/first_value/Map(String,Int8) OK 83ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Int16)) OK 76ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/entropy/Map(FixedString(51),UInt32) OK 100ms
/aggregate functions/last_value/Map(Int128,Nullable(UInt8)) OK 101ms
/aggregate functions/first_value/Map(String,Int16) OK 93ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Int32)) OK 82ms
/aggregate functions/groupArray/Map(Bool,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/entropy/Map(FixedString(51),UInt64) OK 104ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Int64)) OK 102ms
/aggregate functions/first_value/Map(String,Int32) OK 89ms
/aggregate functions/last_value/Map(Int128,Nullable(UInt16)) OK 69ms
/aggregate functions/groupArray/Map(Bool,Array(String)) OK 79ms
/aggregate functions/last_value/Map(Int128,Nullable(UInt32)) OK 70ms
/aggregate functions/first_value/Map(String,Int64) OK 87ms
/aggregate functions/groupArray/Map(Bool,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/entropy/Map(FixedString(51),UInt128) OK 78ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Int128)) OK 87ms
/aggregate functions/last_value/Map(Int128,Nullable(UInt64)) OK 76ms
/aggregate functions/groupArray/Map(Bool,Tuple(String)) OK 83ms
/aggregate functions/entropy/Map(FixedString(51),Int8) OK 75ms
/aggregate functions/first_value/Map(String,Int128) OK 74ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Float32)) OK 74ms
/aggregate functions/last_value/Map(Int128,Nullable(UInt128)) OK 78ms
/aggregate functions/entropy/Map(FixedString(51),Int16) OK 89ms
/aggregate functions/first_value/Map(String,Float32) OK 70ms
/aggregate functions/groupArray/Map(String,UInt8) OK 74ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Float64)) OK 73ms
/aggregate functions/last_value/Map(Int128,Nullable(Int8)) OK 75ms
/aggregate functions/first_value/Map(String,Float64) OK 83ms
/aggregate functions/groupArray/Map(String,UInt16) OK 94ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Date)) OK 80ms
/aggregate functions/entropy/Map(FixedString(51),Int32) OK 88ms
/aggregate functions/last_value/Map(Int128,Nullable(Int16)) OK 76ms
/aggregate functions/first_value/Map(String,Decimal128(38)) OK 105ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(DateTime)) OK 92ms
/aggregate functions/groupArray/Map(String,UInt32) OK 71ms
/aggregate functions/entropy/Map(FixedString(51),Int64) OK 74ms
/aggregate functions/last_value/Map(Int128,Nullable(Int32)) OK 84ms
/aggregate functions/groupArray/Map(String,UInt64) OK 94ms
/aggregate functions/entropy/Map(FixedString(51),Int128) OK 84ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Bool)) OK 98ms
/aggregate functions/first_value/Map(String,Date) OK 68ms
/aggregate functions/last_value/Map(Int128,Nullable(Int64)) OK 77ms
/aggregate functions/first_value/Map(String,DateTime) OK 77ms
/aggregate functions/entropy/Map(FixedString(51),Float32) OK 85ms
/aggregate functions/groupArray/Map(String,UInt128) OK 74ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(String)) OK 76ms
/aggregate functions/last_value/Map(Int128,Nullable(Int128)) OK 75ms
/aggregate functions/first_value/Map(String,DateTime64(3)) OK 85ms
/aggregate functions/groupArray/Map(String,Int8) OK 128ms
/aggregate functions/entropy/Map(FixedString(51),Float64) OK 124ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(FixedString(51))) OK 117ms
/aggregate functions/last_value/Map(Int128,Nullable(Float32)) OK 115ms
/aggregate functions/first_value/Map(String,Bool) OK 64ms
/aggregate functions/groupArray/Map(String,Int16) OK 94ms
/aggregate functions/entropy/Map(FixedString(51),Decimal128(38)) OK 72ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(UUID)) OK 74ms
/aggregate functions/last_value/Map(Int128,Nullable(Float64)) OK 76ms
/aggregate functions/first_value/Map(String,String) OK 74ms
/aggregate functions/entropy/Map(FixedString(51),Date) OK 97ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/last_value/Map(Int128,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/first_value/Map(String,FixedString(51)) OK 91ms
/aggregate functions/groupArray/Map(String,Int32) OK 68ms
/aggregate functions/last_value/Map(Int128,Nullable(Date)) OK 87ms
/aggregate functions/groupArray/Map(String,Int64) OK 73ms
/aggregate functions/entropy/Map(FixedString(51),DateTime) OK 84ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/first_value/Map(String,UUID) OK 81ms
/aggregate functions/groupArray/Map(String,Int128) OK 81ms
/aggregate functions/last_value/Map(Int128,Nullable(DateTime)) OK 88ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/entropy/Map(FixedString(51),DateTime64(3)) OK 90ms
/aggregate functions/first_value/Map(String,Nullable(UInt8)) OK 80ms
/aggregate functions/groupArray/Map(String,Float32) OK 78ms
/aggregate functions/last_value/Map(Int128,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/first_value/Map(String,Nullable(UInt16)) OK 84ms
/aggregate functions/entropy/Map(FixedString(51),Bool) OK 71ms
/aggregate functions/groupArray/Map(String,Float64) OK 80ms
/aggregate functions/last_value/Map(Int128,Nullable(Bool)) OK 73ms
/aggregate functions/entropy/Map(FixedString(51),String) OK 93ms
/aggregate functions/first_value/Map(String,Nullable(UInt32)) OK 91ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/groupArray/Map(String,Decimal128(38)) OK 76ms
/aggregate functions/last_value/Map(Int128,Nullable(String)) OK 75ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(Int8))) OK 99ms
/aggregate functions/entropy/Map(FixedString(51),FixedString(51)) OK 80ms
/aggregate functions/first_value/Map(String,Nullable(UInt64)) OK 89ms
/aggregate functions/groupArray/Map(String,Date) OK 80ms
/aggregate functions/last_value/Map(Int128,Nullable(FixedString(51))) OK 72ms
/aggregate functions/entropy/Map(FixedString(51),UUID) OK 97ms
/aggregate functions/first_value/Map(String,Nullable(UInt128)) OK 84ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/last_value/Map(Int128,Nullable(UUID)) OK 74ms
/aggregate functions/groupArray/Map(String,DateTime) OK 77ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(UInt8)) OK 92ms
/aggregate functions/first_value/Map(String,Nullable(Int8)) OK 81ms
/aggregate functions/last_value/Map(Int128,LowCardinality(UInt8)) OK 77ms
/aggregate functions/groupArray/Map(String,DateTime64(3)) OK 81ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/first_value/Map(String,Nullable(Int16)) OK 73ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(UInt16)) OK 86ms
/aggregate functions/last_value/Map(Int128,LowCardinality(UInt16)) OK 89ms
/aggregate functions/groupArray/Map(String,Bool) OK 68ms
/aggregate functions/first_value/Map(String,Nullable(Int32)) OK 78ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/groupArray/Map(String,String) OK 100ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(UInt32)) OK 74ms
/aggregate functions/last_value/Map(Int128,LowCardinality(UInt32)) OK 86ms
/aggregate functions/first_value/Map(String,Nullable(Int64)) OK 79ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(UInt64)) OK 79ms
/aggregate functions/last_value/Map(Int128,LowCardinality(UInt64)) OK 79ms
/aggregate functions/groupArray/Map(String,FixedString(51)) OK 72ms
/aggregate functions/first_value/Map(String,Nullable(Int128)) OK 99ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(UInt128)) OK 76ms
/aggregate functions/groupArray/Map(String,UUID) OK 86ms
/aggregate functions/last_value/Map(Int128,LowCardinality(UInt128)) OK 79ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(Int8)) OK 80ms
/aggregate functions/first_value/Map(String,Nullable(Float32)) OK 67ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Int8)) OK 91ms
/aggregate functions/groupArray/Map(String,Nullable(UInt8)) OK 84ms
/aggregate functions/first_value/Map(String,Nullable(Float64)) OK 76ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(Int16)) OK 80ms
/aggregate functions/groupArray/Map(String,Nullable(UInt16)) OK 93ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Int16)) OK 71ms
/aggregate functions/first_value/Map(String,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(Int32)) OK 72ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Int32)) OK 73ms
/aggregate functions/groupArray/Map(String,Nullable(UInt32)) OK 103ms
/aggregate functions/first_value/Map(String,Nullable(Date)) OK 81ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(Int64)) OK 79ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(String))) OK 90ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Int64)) OK 70ms
/aggregate functions/groupArray/Map(String,Nullable(UInt64)) OK 80ms
/aggregate functions/first_value/Map(String,Nullable(DateTime)) OK 98ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(Int128)) OK 69ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Int128)) OK 72ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(Float32)) OK 127ms
/aggregate functions/groupArray/Map(String,Nullable(UInt128)) OK 122ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Float32)) OK 100ms
/aggregate functions/groupUniqArray/Map(Date,LowCardinality(Nullable(UUID))) OK 94ms
/aggregate functions/first_value/Map(String,Nullable(DateTime64(3))) OK 96ms
/aggregate functions/groupUniqArray/Map(Date,Array(String)) OK 102ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Float64)) OK 76ms
/aggregate functions/first_value/Map(String,Nullable(Bool)) OK 88ms
/aggregate functions/groupArray/Map(String,Nullable(Int8)) OK 90ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(Float64)) OK 69ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Date)) OK 68ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(Decimal128(38))) OK 70ms
/aggregate functions/first_value/Map(String,Nullable(String)) OK 104ms
/aggregate functions/groupArray/Map(String,Nullable(Int16)) OK 95ms
/aggregate functions/groupUniqArray/Map(Date,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/last_value/Map(Int128,LowCardinality(DateTime)) OK 81ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(Date)) OK 69ms
/aggregate functions/groupUniqArray/Map(Date,Tuple(String)) OK 76ms
/aggregate functions/groupArray/Map(String,Nullable(Int32)) OK 97ms
/aggregate functions/first_value/Map(String,Nullable(FixedString(51))) OK 73ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(DateTime)) OK 85ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Bool)) OK 72ms
/aggregate functions/groupUniqArray/Map(DateTime,UInt8) OK 80ms
/aggregate functions/first_value/Map(String,Nullable(UUID)) OK 71ms
/aggregate functions/groupArray/Map(String,Nullable(Int64)) OK 77ms
/aggregate functions/last_value/Map(Int128,LowCardinality(String)) OK 102ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(DateTime64(3))) OK 78ms
/aggregate functions/first_value/Map(String,LowCardinality(UInt8)) OK 77ms
/aggregate functions/groupUniqArray/Map(DateTime,UInt16) OK 96ms
/aggregate functions/groupArray/Map(String,Nullable(Int128)) OK 84ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(Bool)) OK 75ms
/aggregate functions/last_value/Map(Int128,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/first_value/Map(String,LowCardinality(UInt16)) OK 76ms
/aggregate functions/groupUniqArray/Map(DateTime,UInt32) OK 73ms
/aggregate functions/groupArray/Map(String,Nullable(Float32)) OK 77ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(String)) OK 92ms
/aggregate functions/last_value/Map(Int128,LowCardinality(UUID)) OK 90ms
/aggregate functions/first_value/Map(String,LowCardinality(UInt32)) OK 73ms
/aggregate functions/groupUniqArray/Map(DateTime,UInt64) OK 95ms
/aggregate functions/groupArray/Map(String,Nullable(Float64)) OK 77ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(FixedString(51))) OK 81ms
/aggregate functions/first_value/Map(String,LowCardinality(UInt64)) OK 80ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/groupArray/Map(String,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/groupUniqArray/Map(DateTime,UInt128) OK 73ms
/aggregate functions/entropy/Map(FixedString(51),Nullable(UUID)) OK 94ms
/aggregate functions/first_value/Map(String,LowCardinality(UInt128)) OK 86ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/groupUniqArray/Map(DateTime,Int8) OK 79ms
/aggregate functions/groupArray/Map(String,Nullable(Date)) OK 78ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(UInt8)) OK 78ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/first_value/Map(String,LowCardinality(Int8)) OK 78ms
/aggregate functions/groupUniqArray/Map(DateTime,Int16) OK 73ms
/aggregate functions/groupArray/Map(String,Nullable(DateTime)) OK 75ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(UInt16)) OK 78ms
/aggregate functions/first_value/Map(String,LowCardinality(Int16)) OK 91ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/groupUniqArray/Map(DateTime,Int32) OK 83ms
/aggregate functions/groupArray/Map(String,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(UInt32)) OK 72ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/first_value/Map(String,LowCardinality(Int32)) OK 97ms
/aggregate functions/groupUniqArray/Map(DateTime,Int64) OK 76ms
/aggregate functions/groupArray/Map(String,Nullable(Bool)) OK 79ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(UInt64)) OK 81ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/groupUniqArray/Map(DateTime,Int128) OK 84ms
/aggregate functions/first_value/Map(String,LowCardinality(Int64)) OK 84ms
/aggregate functions/groupArray/Map(String,Nullable(String)) OK 81ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(UInt128)) OK 71ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/groupUniqArray/Map(DateTime,Float32) OK 86ms
/aggregate functions/first_value/Map(String,LowCardinality(Int128)) OK 77ms
/aggregate functions/groupArray/Map(String,Nullable(FixedString(51))) OK 113ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Int8)) OK 70ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/first_value/Map(String,LowCardinality(Float32)) OK 82ms
/aggregate functions/groupUniqArray/Map(DateTime,Float64) OK 82ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Int16)) OK 83ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/groupArray/Map(String,Nullable(UUID)) OK 85ms
/aggregate functions/first_value/Map(String,LowCardinality(Float64)) OK 79ms
/aggregate functions/groupUniqArray/Map(DateTime,Decimal128(38)) OK 71ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Int32)) OK 75ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/groupArray/Map(String,LowCardinality(UInt8)) OK 78ms
/aggregate functions/groupUniqArray/Map(DateTime,Date) OK 96ms
/aggregate functions/first_value/Map(String,LowCardinality(Date)) OK 86ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Int64)) OK 69ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/groupArray/Map(String,LowCardinality(UInt16)) OK 78ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Int128)) OK 98ms
/aggregate functions/first_value/Map(String,LowCardinality(DateTime)) OK 81ms
/aggregate functions/groupUniqArray/Map(DateTime,DateTime) OK 92ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/groupArray/Map(String,LowCardinality(UInt32)) OK 78ms
/aggregate functions/first_value/Map(String,LowCardinality(Bool)) OK 89ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(Date))) OK 97ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Float32)) OK 70ms
/aggregate functions/groupUniqArray/Map(DateTime,DateTime64(3)) OK 70ms
/aggregate functions/groupArray/Map(String,LowCardinality(UInt64)) OK 76ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Float64)) OK 86ms
/aggregate functions/groupUniqArray/Map(DateTime,Bool) OK 73ms
/aggregate functions/first_value/Map(String,LowCardinality(String)) OK 73ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/groupArray/Map(String,LowCardinality(UInt128)) OK 68ms
/aggregate functions/groupUniqArray/Map(DateTime,String) OK 77ms
/aggregate functions/first_value/Map(String,LowCardinality(FixedString(51))) OK 101ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Date)) OK 78ms
/aggregate functions/groupArray/Map(String,LowCardinality(Int8)) OK 76ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/groupUniqArray/Map(DateTime,FixedString(51)) OK 78ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(DateTime)) OK 90ms
/aggregate functions/groupArray/Map(String,LowCardinality(Int16)) OK 117ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(String))) OK 125ms
/aggregate functions/first_value/Map(String,LowCardinality(UUID)) OK 108ms
/aggregate functions/groupUniqArray/Map(DateTime,UUID) OK 88ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Bool)) OK 110ms
/aggregate functions/groupArray/Map(String,LowCardinality(Int32)) OK 84ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(UInt8)) OK 107ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(String)) OK 80ms
/aggregate functions/groupArray/Map(String,LowCardinality(Int64)) OK 89ms
/aggregate functions/last_value/Map(Int128,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(UInt16)) OK 86ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/groupArray/Map(String,LowCardinality(Int128)) OK 75ms
/aggregate functions/last_value/Map(Int128,Array(String)) OK 79ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(UInt32)) OK 94ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(UInt64))) OK 70ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(UUID)) OK 73ms
/aggregate functions/groupArray/Map(String,LowCardinality(Float32)) OK 76ms
/aggregate functions/last_value/Map(Int128,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(UInt64)) OK 77ms
/aggregate functions/groupArray/Map(String,LowCardinality(Float64)) OK 85ms
/aggregate functions/last_value/Map(Int128,Tuple(String)) OK 81ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(UInt128)) OK 70ms
/aggregate functions/groupArray/Map(String,LowCardinality(Date)) OK 76ms
/aggregate functions/last_value/Map(Date,UInt8) OK 79ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(Int8)) OK 90ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/groupArray/Map(String,LowCardinality(DateTime)) OK 88ms
/aggregate functions/last_value/Map(Date,UInt16) OK 79ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(Int16)) OK 77ms
/aggregate functions/groupArray/Map(String,LowCardinality(Bool)) OK 90ms
/aggregate functions/last_value/Map(Date,UInt32) OK 83ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(Int32)) OK 78ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 96ms
/aggregate functions/last_value/Map(Date,UInt64) OK 74ms
/aggregate functions/groupArray/Map(String,LowCardinality(String)) OK 82ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(Int64)) OK 82ms
/aggregate functions/last_value/Map(Date,UInt128) OK 82ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/groupArray/Map(String,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(Int128)) OK 79ms
/aggregate functions/last_value/Map(Date,Int8) OK 91ms
/aggregate functions/groupArray/Map(String,LowCardinality(UUID)) OK 73ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(Float32)) OK 77ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(UInt8))) OK 130ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 129ms
/aggregate functions/last_value/Map(Date,Int16) OK 126ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(Date))) OK 111ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(Float64)) OK 83ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(UInt16))) OK 92ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/last_value/Map(Date,Int32) OK 90ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(Bool))) OK 130ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 119ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(Date)) OK 115ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(UInt32))) OK 115ms
/aggregate functions/last_value/Map(Date,Int64) OK 109ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 99ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(DateTime)) OK 72ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(UInt64))) OK 97ms
/aggregate functions/last_value/Map(Date,Int128) OK 90ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(DateTime64(3))) OK 88ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/last_value/Map(Date,Float32) OK 73ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/first_value/Map(String,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(Bool)) OK 83ms
/aggregate functions/last_value/Map(Date,Float64) OK 94ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(String)) OK 96ms
/aggregate functions/first_value/Map(String,Array(String)) OK 73ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(Int16))) OK 93ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/last_value/Map(Date,Decimal128(38)) OK 74ms
/aggregate functions/first_value/Map(String,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/last_value/Map(Date,Date) OK 84ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(FixedString(51))) OK 84ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/first_value/Map(String,Tuple(String)) OK 81ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/last_value/Map(Date,DateTime) OK 78ms
/aggregate functions/groupUniqArray/Map(DateTime,Nullable(UUID)) OK 79ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/first_value/Map(FixedString(51),UInt8) OK 80ms
/aggregate functions/last_value/Map(Date,DateTime64(3)) OK 95ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(UInt8)) OK 86ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/first_value/Map(FixedString(51),UInt16) OK 77ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/entropy/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(UInt16)) OK 82ms
/aggregate functions/last_value/Map(Date,Bool) OK 69ms
/aggregate functions/first_value/Map(FixedString(51),UInt32) OK 77ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/last_value/Map(Date,String) OK 97ms
/aggregate functions/entropy/Map(FixedString(51),Array(String)) OK 72ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(UInt32)) OK 94ms
/aggregate functions/first_value/Map(FixedString(51),UInt64) OK 78ms
/aggregate functions/entropy/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/last_value/Map(Date,FixedString(51)) OK 74ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(UInt64)) OK 75ms
/aggregate functions/first_value/Map(FixedString(51),UInt128) OK 84ms
/aggregate functions/entropy/Map(FixedString(51),Tuple(String)) OK 72ms
/aggregate functions/last_value/Map(Date,UUID) OK 79ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(UInt128)) OK 96ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/first_value/Map(FixedString(51),Int8) OK 79ms
/aggregate functions/entropy/Map(UUID,UInt8) OK 73ms
/aggregate functions/last_value/Map(Date,Nullable(UInt8)) OK 79ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Int8)) OK 91ms
/aggregate functions/first_value/Map(FixedString(51),Int16) OK 86ms
/aggregate functions/entropy/Map(UUID,UInt16) OK 93ms
/aggregate functions/last_value/Map(Date,Nullable(UInt16)) OK 74ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Int16)) OK 93ms
/aggregate functions/first_value/Map(FixedString(51),Int32) OK 80ms
/aggregate functions/entropy/Map(UUID,UInt32) OK 74ms
/aggregate functions/last_value/Map(Date,Nullable(UInt32)) OK 72ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/first_value/Map(FixedString(51),Int64) OK 74ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Int32)) OK 99ms
/aggregate functions/entropy/Map(UUID,UInt64) OK 89ms
/aggregate functions/last_value/Map(Date,Nullable(UInt64)) OK 78ms
/aggregate functions/groupArray/Map(String,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/first_value/Map(FixedString(51),Int128) OK 74ms
/aggregate functions/last_value/Map(Date,Nullable(UInt128)) OK 86ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Int64)) OK 91ms
/aggregate functions/entropy/Map(UUID,UInt128) OK 71ms
/aggregate functions/groupArray/Map(String,Array(String)) OK 76ms
/aggregate functions/first_value/Map(FixedString(51),Float32) OK 84ms
/aggregate functions/entropy/Map(UUID,Int8) OK 92ms
/aggregate functions/last_value/Map(Date,Nullable(Int8)) OK 77ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Int128)) OK 95ms
/aggregate functions/groupArray/Map(String,Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/first_value/Map(FixedString(51),Float64) OK 79ms
/aggregate functions/last_value/Map(Date,Nullable(Int16)) OK 97ms
/aggregate functions/entropy/Map(UUID,Int16) OK 70ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Float32)) OK 82ms
/aggregate functions/groupArray/Map(String,Tuple(String)) OK 80ms
/aggregate functions/first_value/Map(FixedString(51),Decimal128(38)) OK 84ms
/aggregate functions/entropy/Map(UUID,Int32) OK 76ms
/aggregate functions/last_value/Map(Date,Nullable(Int32)) OK 104ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Float64)) OK 80ms
/aggregate functions/groupArray/Map(FixedString(51),UInt8) OK 74ms
/aggregate functions/first_value/Map(FixedString(51),Date) OK 69ms
/aggregate functions/entropy/Map(UUID,Int64) OK 71ms
/aggregate functions/groupArray/Map(FixedString(51),UInt16) OK 73ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Date)) OK 73ms
/aggregate functions/first_value/Map(FixedString(51),DateTime) OK 92ms
/aggregate functions/last_value/Map(Date,Nullable(Int64)) OK 81ms
/aggregate functions/entropy/Map(UUID,Int128) OK 73ms
/aggregate functions/groupArray/Map(FixedString(51),UInt32) OK 75ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(DateTime)) OK 76ms
/aggregate functions/last_value/Map(Date,Nullable(Int128)) OK 79ms
/aggregate functions/first_value/Map(FixedString(51),DateTime64(3)) OK 88ms
/aggregate functions/entropy/Map(UUID,Float32) OK 71ms
/aggregate functions/groupArray/Map(FixedString(51),UInt64) OK 81ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Bool)) OK 80ms
/aggregate functions/last_value/Map(Date,Nullable(Float32)) OK 80ms
/aggregate functions/entropy/Map(UUID,Float64) OK 86ms
/aggregate functions/first_value/Map(FixedString(51),Bool) OK 71ms
/aggregate functions/groupArray/Map(FixedString(51),UInt128) OK 90ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(String)) OK 78ms
/aggregate functions/last_value/Map(Date,Nullable(Float64)) OK 77ms
/aggregate functions/first_value/Map(FixedString(51),String) OK 76ms
/aggregate functions/entropy/Map(UUID,Decimal128(38)) OK 77ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(FixedString(51))) OK 104ms
/aggregate functions/groupArray/Map(FixedString(51),Int8) OK 83ms
/aggregate functions/last_value/Map(Date,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/first_value/Map(FixedString(51),FixedString(51)) OK 81ms
/aggregate functions/entropy/Map(UUID,Date) OK 80ms
/aggregate functions/groupArray/Map(FixedString(51),Int16) OK 77ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(UUID)) OK 96ms
/aggregate functions/first_value/Map(FixedString(51),UUID) OK 85ms
/aggregate functions/last_value/Map(Date,Nullable(Date)) OK 72ms
/aggregate functions/entropy/Map(UUID,DateTime) OK 71ms
/aggregate functions/groupArray/Map(FixedString(51),Int32) OK 73ms
/aggregate functions/last_value/Map(Date,Nullable(DateTime)) OK 88ms
/aggregate functions/entropy/Map(UUID,DateTime64(3)) OK 80ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(UInt8)) OK 80ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/groupArray/Map(FixedString(51),Int64) OK 93ms
/aggregate functions/entropy/Map(UUID,Bool) OK 127ms
/aggregate functions/last_value/Map(Date,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(UInt16)) OK 76ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 121ms
/aggregate functions/groupArray/Map(FixedString(51),Int128) OK 76ms
/aggregate functions/last_value/Map(Date,Nullable(Bool)) OK 88ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(UInt32)) OK 78ms
/aggregate functions/entropy/Map(UUID,String) OK 78ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 105ms
/aggregate functions/groupArray/Map(FixedString(51),Float32) OK 74ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(UInt64)) OK 74ms
/aggregate functions/last_value/Map(Date,Nullable(String)) OK 77ms
/aggregate functions/entropy/Map(UUID,FixedString(51)) OK 77ms
/aggregate functions/groupArray/Map(FixedString(51),Float64) OK 80ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(UInt128)) OK 100ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/last_value/Map(Date,Nullable(FixedString(51))) OK 82ms
/aggregate functions/entropy/Map(UUID,UUID) OK 80ms
/aggregate functions/groupArray/Map(FixedString(51),Decimal128(38)) OK 83ms
/aggregate functions/last_value/Map(Date,Nullable(UUID)) OK 85ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(Int8)) OK 86ms
/aggregate functions/entropy/Map(UUID,Nullable(UInt8)) OK 82ms
/aggregate functions/groupArray/Map(FixedString(51),Date) OK 72ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(Int8))) OK 94ms
/aggregate functions/last_value/Map(Date,LowCardinality(UInt8)) OK 78ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(Int16)) OK 73ms
/aggregate functions/entropy/Map(UUID,Nullable(UInt16)) OK 73ms
/aggregate functions/groupArray/Map(FixedString(51),DateTime) OK 80ms
/aggregate functions/last_value/Map(Date,LowCardinality(UInt16)) OK 77ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(Int32)) OK 77ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/entropy/Map(UUID,Nullable(UInt32)) OK 91ms
/aggregate functions/groupArray/Map(FixedString(51),DateTime64(3)) OK 71ms
/aggregate functions/last_value/Map(Date,LowCardinality(UInt32)) OK 86ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(Int64)) OK 77ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/groupArray/Map(FixedString(51),Bool) OK 93ms
/aggregate functions/entropy/Map(UUID,Nullable(UInt64)) OK 77ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(Int128)) OK 78ms
/aggregate functions/last_value/Map(Date,LowCardinality(UInt64)) OK 82ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/entropy/Map(UUID,Nullable(UInt128)) OK 71ms
/aggregate functions/groupArray/Map(FixedString(51),String) OK 78ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(Float32)) OK 97ms
/aggregate functions/last_value/Map(Date,LowCardinality(UInt128)) OK 77ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/entropy/Map(UUID,Nullable(Int8)) OK 74ms
/aggregate functions/groupArray/Map(FixedString(51),FixedString(51)) OK 72ms
/aggregate functions/last_value/Map(Date,LowCardinality(Int8)) OK 92ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(Float32))) OK 96ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(Float64)) OK 87ms
/aggregate functions/entropy/Map(UUID,Nullable(Int16)) OK 85ms
/aggregate functions/groupArray/Map(FixedString(51),UUID) OK 75ms
/aggregate functions/last_value/Map(Date,LowCardinality(Int16)) OK 91ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(Decimal128(38))) OK 97ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/entropy/Map(UUID,Nullable(Int32)) OK 78ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(UInt8)) OK 80ms
/aggregate functions/last_value/Map(Date,LowCardinality(Int32)) OK 92ms
/aggregate functions/entropy/Map(UUID,Nullable(Int64)) OK 101ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(UInt16)) OK 78ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(Date)) OK 68ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(DateTime)) OK 84ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 103ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(UInt32)) OK 85ms
/aggregate functions/last_value/Map(Date,LowCardinality(Int64)) OK 93ms
/aggregate functions/entropy/Map(UUID,Nullable(Int128)) OK 75ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(DateTime64(3))) OK 72ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(UInt64)) OK 73ms
/aggregate functions/entropy/Map(UUID,Nullable(Float32)) OK 112ms
/aggregate functions/last_value/Map(Date,LowCardinality(Int128)) OK 103ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(Bool)) OK 79ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(UInt128)) OK 80ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/last_value/Map(Date,LowCardinality(Float32)) OK 74ms
/aggregate functions/entropy/Map(UUID,Nullable(Float64)) OK 80ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(String)) OK 87ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(Int8)) OK 76ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/last_value/Map(Date,LowCardinality(Float64)) OK 86ms
/aggregate functions/entropy/Map(UUID,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(Int16)) OK 79ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(FixedString(51))) OK 72ms
/aggregate functions/groupUniqArray/Map(DateTime,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/last_value/Map(Date,LowCardinality(Date)) OK 72ms
/aggregate functions/entropy/Map(UUID,Nullable(Date)) OK 72ms
/aggregate functions/first_value/Map(FixedString(51),Nullable(UUID)) OK 93ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(Int32)) OK 96ms
/aggregate functions/groupUniqArray/Map(DateTime,Array(String)) OK 71ms
/aggregate functions/last_value/Map(Date,LowCardinality(DateTime)) OK 85ms
/aggregate functions/entropy/Map(UUID,Nullable(DateTime)) OK 86ms
/aggregate functions/groupUniqArray/Map(DateTime,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(UInt8)) OK 84ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(Int64)) OK 81ms
/aggregate functions/last_value/Map(Date,LowCardinality(Bool)) OK 75ms
/aggregate functions/entropy/Map(UUID,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/groupUniqArray/Map(DateTime,Tuple(String)) OK 81ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(UInt16)) OK 75ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(Int128)) OK 78ms
/aggregate functions/entropy/Map(UUID,Nullable(Bool)) OK 83ms
/aggregate functions/last_value/Map(Date,LowCardinality(String)) OK 83ms
/aggregate functions/groupUniqArray/Map(Bool,UInt8) OK 77ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(UInt32)) OK 83ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(Float32)) OK 80ms
/aggregate functions/entropy/Map(UUID,Nullable(String)) OK 74ms
/aggregate functions/last_value/Map(Date,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/groupUniqArray/Map(Bool,UInt16) OK 98ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(UInt64)) OK 71ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(Float64)) OK 76ms
/aggregate functions/entropy/Map(UUID,Nullable(FixedString(51))) OK 89ms
/aggregate functions/last_value/Map(Date,LowCardinality(UUID)) OK 72ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(UInt128)) OK 79ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(Decimal128(38))) OK 79ms
/aggregate functions/groupUniqArray/Map(Bool,UInt32) OK 94ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/entropy/Map(UUID,Nullable(UUID)) OK 77ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Int8)) OK 94ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(Date)) OK 95ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/groupUniqArray/Map(Bool,UInt64) OK 83ms
/aggregate functions/entropy/Map(UUID,LowCardinality(UInt8)) OK 84ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Int16)) OK 82ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(DateTime)) OK 83ms
/aggregate functions/groupUniqArray/Map(Bool,UInt128) OK 93ms
/aggregate functions/entropy/Map(UUID,LowCardinality(UInt16)) OK 77ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Int32)) OK 71ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(DateTime64(3))) OK 73ms
/aggregate functions/entropy/Map(UUID,LowCardinality(UInt32)) OK 79ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(UInt64))) OK 97ms
/aggregate functions/groupUniqArray/Map(Bool,Int8) OK 74ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Int64)) OK 93ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(Bool)) OK 75ms
/aggregate functions/entropy/Map(UUID,LowCardinality(UInt64)) OK 84ms
/aggregate functions/groupUniqArray/Map(Bool,Int16) OK 72ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(String)) OK 87ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Int128)) OK 97ms
/aggregate functions/groupUniqArray/Map(Bool,Int32) OK 132ms
/aggregate functions/entropy/Map(UUID,LowCardinality(UInt128)) OK 128ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(Int8))) OK 112ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(FixedString(51))) OK 133ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Float32)) OK 113ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/groupUniqArray/Map(Bool,Int64) OK 77ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Int8)) OK 86ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Float64)) OK 87ms
/aggregate functions/groupArray/Map(FixedString(51),Nullable(UUID)) OK 91ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(Int32))) OK 90ms
/aggregate functions/groupUniqArray/Map(Bool,Int128) OK 75ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Int16)) OK 81ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Date)) OK 89ms
/aggregate functions/groupUniqArray/Map(Bool,Float32) OK 75ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(UInt8)) OK 81ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Int32)) OK 90ms
/aggregate functions/groupUniqArray/Map(Bool,Float64) OK 75ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(DateTime)) OK 85ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(UInt16)) OK 103ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Int64)) OK 72ms
/aggregate functions/groupUniqArray/Map(Bool,Decimal128(38)) OK 91ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Bool)) OK 73ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Int128)) OK 76ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(Float32))) OK 86ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(UInt32)) OK 84ms
/aggregate functions/groupUniqArray/Map(Bool,Date) OK 92ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(String)) OK 76ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Float32)) OK 74ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(UInt64)) OK 74ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Float64)) OK 99ms
/aggregate functions/groupUniqArray/Map(Bool,DateTime) OK 73ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(UInt128)) OK 85ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(UUID)) OK 75ms
/aggregate functions/groupUniqArray/Map(Bool,DateTime64(3)) OK 80ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Date)) OK 96ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Int8)) OK 74ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/groupUniqArray/Map(Bool,Bool) OK 74ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Int16)) OK 85ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/entropy/Map(UUID,LowCardinality(DateTime)) OK 75ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/groupUniqArray/Map(Bool,String) OK 94ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Int32)) OK 76ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Bool)) OK 86ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/groupUniqArray/Map(Bool,FixedString(51)) OK 99ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Int64)) OK 80ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/entropy/Map(UUID,LowCardinality(String)) OK 75ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Int128)) OK 79ms
/aggregate functions/groupUniqArray/Map(Bool,UUID) OK 106ms
/aggregate functions/entropy/Map(UUID,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/last_value/Map(Date,LowCardinality(Nullable(UUID))) OK 94ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Float32)) OK 81ms
/aggregate functions/entropy/Map(UUID,LowCardinality(UUID)) OK 100ms
/aggregate functions/last_value/Map(Date,Array(String)) OK 80ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(UInt8)) OK 80ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Float64)) OK 74ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 114ms
/aggregate functions/last_value/Map(Date,Map(String,LowCardinality(Float64))) OK 103ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(UInt16)) OK 126ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(UInt8))) OK 104ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Date)) OK 85ms
/aggregate functions/last_value/Map(Date,Tuple(String)) OK 114ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 106ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(DateTime)) OK 69ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(UInt32)) OK 85ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Bool)) OK 73ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(UInt64)) OK 92ms
/aggregate functions/last_value/Map(DateTime,UInt8) OK 77ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(String)) OK 79ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/last_value/Map(DateTime,UInt16) OK 70ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(UInt128)) OK 75ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(UInt128))) OK 103ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(FixedString(51))) OK 102ms
/aggregate functions/last_value/Map(DateTime,UInt32) OK 98ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(Int8)) OK 83ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(Int8))) OK 100ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(UUID)) OK 85ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/last_value/Map(DateTime,UInt64) OK 89ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(Int16)) OK 76ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(Int32)) OK 78ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/last_value/Map(DateTime,UInt128) OK 76ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 98ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 67ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(Int64)) OK 86ms
/aggregate functions/last_value/Map(DateTime,Int8) OK 86ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(Int64))) OK 100ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(Int128)) OK 77ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/last_value/Map(DateTime,Int16) OK 73ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(Float32)) OK 77ms
/aggregate functions/last_value/Map(DateTime,Int32) OK 69ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/last_value/Map(DateTime,Int64) OK 91ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(Float64)) OK 83ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/first_value/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/last_value/Map(DateTime,Int128) OK 68ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/first_value/Map(FixedString(51),Array(String)) OK 84ms
/aggregate functions/last_value/Map(DateTime,Float32) OK 90ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(Date)) OK 70ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/first_value/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(DateTime)) OK 77ms
/aggregate functions/last_value/Map(DateTime,Float64) OK 77ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/first_value/Map(FixedString(51),Tuple(String)) OK 78ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(DateTime64(3))) OK 98ms
/aggregate functions/last_value/Map(DateTime,Decimal128(38)) OK 75ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/first_value/Map(UUID,UInt8) OK 67ms
/aggregate functions/last_value/Map(DateTime,Date) OK 84ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(Bool)) OK 65ms
/aggregate functions/first_value/Map(UUID,UInt16) OK 73ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(String)) OK 76ms
/aggregate functions/last_value/Map(DateTime,DateTime) OK 76ms
/aggregate functions/first_value/Map(UUID,UInt32) OK 83ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(FixedString(51))) OK 71ms
/aggregate functions/last_value/Map(DateTime,DateTime64(3)) OK 72ms
/aggregate functions/first_value/Map(UUID,UInt64) OK 71ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/entropy/Map(UUID,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/groupUniqArray/Map(Bool,Nullable(UUID)) OK 90ms
/aggregate functions/last_value/Map(DateTime,Bool) OK 73ms
/aggregate functions/first_value/Map(UUID,UInt128) OK 73ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/entropy/Map(UUID,Array(String)) OK 72ms
/aggregate functions/last_value/Map(DateTime,String) OK 96ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(UInt8)) OK 71ms
/aggregate functions/first_value/Map(UUID,Int8) OK 69ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 94ms
/aggregate functions/entropy/Map(UUID,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(UInt16)) OK 79ms
/aggregate functions/first_value/Map(UUID,Int16) OK 86ms
/aggregate functions/last_value/Map(DateTime,FixedString(51)) OK 73ms
/aggregate functions/entropy/Map(UUID,Tuple(String)) OK 72ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(UInt32)) OK 71ms
/aggregate functions/last_value/Map(DateTime,UUID) OK 76ms
/aggregate functions/first_value/Map(UUID,Int32) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(String),UInt8) OK 72ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(UInt64)) OK 90ms
/aggregate functions/last_value/Map(DateTime,Nullable(UInt8)) OK 89ms
/aggregate functions/first_value/Map(UUID,Int64) OK 95ms
/aggregate functions/entropy/Map(LowCardinality(String),UInt16) OK 73ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(UInt128)) OK 86ms
/aggregate functions/last_value/Map(DateTime,Nullable(UInt16)) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(String),UInt32) OK 74ms
/aggregate functions/first_value/Map(UUID,Int128) OK 76ms
/aggregate functions/groupArray/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Int8)) OK 83ms
/aggregate functions/last_value/Map(DateTime,Nullable(UInt32)) OK 82ms
/aggregate functions/entropy/Map(LowCardinality(String),UInt64) OK 72ms
/aggregate functions/first_value/Map(UUID,Float32) OK 86ms
/aggregate functions/groupArray/Map(FixedString(51),Array(String)) OK 75ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Int16)) OK 84ms
/aggregate functions/entropy/Map(LowCardinality(String),UInt128) OK 75ms
/aggregate functions/last_value/Map(DateTime,Nullable(UInt64)) OK 79ms
/aggregate functions/first_value/Map(UUID,Float64) OK 76ms
/aggregate functions/groupArray/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/entropy/Map(LowCardinality(String),Int8) OK 89ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Int32)) OK 78ms
/aggregate functions/last_value/Map(DateTime,Nullable(UInt128)) OK 83ms
/aggregate functions/first_value/Map(UUID,Decimal128(38)) OK 88ms
/aggregate functions/groupArray/Map(FixedString(51),Tuple(String)) OK 83ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Int64)) OK 82ms
/aggregate functions/entropy/Map(LowCardinality(String),Int16) OK 68ms
/aggregate functions/last_value/Map(DateTime,Nullable(Int8)) OK 78ms
/aggregate functions/first_value/Map(UUID,Date) OK 87ms
/aggregate functions/groupArray/Map(UUID,UInt8) OK 69ms
/aggregate functions/entropy/Map(LowCardinality(String),Int32) OK 83ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Int128)) OK 74ms
/aggregate functions/last_value/Map(DateTime,Nullable(Int16)) OK 79ms
/aggregate functions/groupArray/Map(UUID,UInt16) OK 71ms
/aggregate functions/first_value/Map(UUID,DateTime) OK 80ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Float32)) OK 71ms
/aggregate functions/entropy/Map(LowCardinality(String),Int64) OK 87ms
/aggregate functions/last_value/Map(DateTime,Nullable(Int32)) OK 96ms
/aggregate functions/groupArray/Map(UUID,UInt32) OK 83ms
/aggregate functions/first_value/Map(UUID,DateTime64(3)) OK 76ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Float64)) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(String),Int128) OK 88ms
/aggregate functions/groupArray/Map(UUID,UInt64) OK 90ms
/aggregate functions/last_value/Map(DateTime,Nullable(Int64)) OK 79ms
/aggregate functions/first_value/Map(UUID,Bool) OK 71ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Date)) OK 70ms
/aggregate functions/entropy/Map(LowCardinality(String),Float32) OK 101ms
/aggregate functions/first_value/Map(UUID,String) OK 74ms
/aggregate functions/last_value/Map(DateTime,Nullable(Int128)) OK 70ms
/aggregate functions/groupArray/Map(UUID,UInt128) OK 84ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(DateTime)) OK 72ms
/aggregate functions/last_value/Map(DateTime,Nullable(Float32)) OK 70ms
/aggregate functions/first_value/Map(UUID,FixedString(51)) OK 95ms
/aggregate functions/groupArray/Map(UUID,Int8) OK 78ms
/aggregate functions/entropy/Map(LowCardinality(String),Float64) OK 68ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Bool)) OK 79ms
/aggregate functions/last_value/Map(DateTime,Nullable(Float64)) OK 71ms
/aggregate functions/entropy/Map(LowCardinality(String),Decimal128(38)) OK 76ms
/aggregate functions/groupArray/Map(UUID,Int16) OK 73ms
/aggregate functions/first_value/Map(UUID,UUID) OK 82ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(String)) OK 80ms
/aggregate functions/last_value/Map(DateTime,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(String),Date) OK 88ms
/aggregate functions/groupArray/Map(UUID,Int32) OK 95ms
/aggregate functions/first_value/Map(UUID,Nullable(UInt8)) OK 77ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/last_value/Map(DateTime,Nullable(Date)) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(String),DateTime) OK 79ms
/aggregate functions/first_value/Map(UUID,Nullable(UInt16)) OK 82ms
/aggregate functions/groupArray/Map(UUID,Int64) OK 85ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(UUID)) OK 76ms
/aggregate functions/last_value/Map(DateTime,Nullable(DateTime)) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(String),DateTime64(3)) OK 98ms
/aggregate functions/first_value/Map(UUID,Nullable(UInt32)) OK 95ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(UInt8))) OK 98ms
/aggregate functions/groupArray/Map(UUID,Int128) OK 72ms
/aggregate functions/last_value/Map(DateTime,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/groupArray/Map(UUID,Float32) OK 68ms
/aggregate functions/entropy/Map(LowCardinality(String),Bool) OK 99ms
/aggregate functions/first_value/Map(UUID,Nullable(UInt64)) OK 89ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/last_value/Map(DateTime,Nullable(Bool)) OK 85ms
/aggregate functions/groupArray/Map(UUID,Float64) OK 72ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(UInt32))) OK 92ms
/aggregate functions/first_value/Map(UUID,Nullable(UInt128)) OK 89ms
/aggregate functions/last_value/Map(DateTime,Nullable(String)) OK 78ms
/aggregate functions/entropy/Map(LowCardinality(String),String) OK 77ms
/aggregate functions/groupArray/Map(UUID,Decimal128(38)) OK 93ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(UInt64))) OK 98ms
/aggregate functions/last_value/Map(DateTime,Nullable(FixedString(51))) OK 77ms
/aggregate functions/entropy/Map(LowCardinality(String),FixedString(51)) OK 90ms
/aggregate functions/first_value/Map(UUID,Nullable(Int8)) OK 77ms
/aggregate functions/groupArray/Map(UUID,Date) OK 77ms
/aggregate functions/last_value/Map(DateTime,Nullable(UUID)) OK 80ms
/aggregate functions/first_value/Map(UUID,Nullable(Int16)) OK 87ms
/aggregate functions/entropy/Map(LowCardinality(String),UUID) OK 72ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/groupArray/Map(UUID,DateTime) OK 77ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(UInt8)) OK 116ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(UInt8)) OK 74ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(Int8))) OK 111ms
/aggregate functions/first_value/Map(UUID,Nullable(Int32)) OK 100ms
/aggregate functions/groupArray/Map(UUID,DateTime64(3)) OK 83ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(UInt16)) OK 103ms
/aggregate functions/first_value/Map(UUID,Nullable(Int64)) OK 87ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(UInt16)) OK 74ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/groupArray/Map(UUID,Bool) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(UInt32)) OK 95ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(UInt32)) OK 80ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/first_value/Map(UUID,Nullable(Int128)) OK 76ms
/aggregate functions/groupArray/Map(UUID,String) OK 78ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(UInt64)) OK 97ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/first_value/Map(UUID,Nullable(Float32)) OK 86ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(UInt64)) OK 72ms
/aggregate functions/groupArray/Map(UUID,FixedString(51)) OK 74ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(Int128))) OK 101ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(UInt128)) OK 79ms
/aggregate functions/groupArray/Map(UUID,UUID) OK 82ms
/aggregate functions/first_value/Map(UUID,Nullable(Float64)) OK 84ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(UInt128)) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(Int8)) OK 78ms
/aggregate functions/groupArray/Map(UUID,Nullable(UInt8)) OK 78ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Int8)) OK 87ms
/aggregate functions/first_value/Map(UUID,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(Float32))) OK 69ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(Int16)) OK 76ms
/aggregate functions/groupArray/Map(UUID,Nullable(UInt16)) OK 88ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/first_value/Map(UUID,Nullable(Date)) OK 76ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Int16)) OK 85ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(Int32)) OK 72ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/first_value/Map(UUID,Nullable(DateTime)) OK 97ms
/aggregate functions/groupArray/Map(UUID,Nullable(UInt32)) OK 85ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Int32)) OK 86ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(Int64)) OK 77ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(DateTime))) OK 118ms
/aggregate functions/groupArray/Map(UUID,Nullable(UInt64)) OK 95ms
/aggregate functions/first_value/Map(UUID,Nullable(DateTime64(3))) OK 91ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Int64)) OK 92ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(Int128)) OK 100ms
/aggregate functions/groupArray/Map(UUID,Nullable(UInt128)) OK 88ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/first_value/Map(UUID,Nullable(Bool)) OK 86ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Int128)) OK 92ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(Float32)) OK 75ms
/aggregate functions/groupArray/Map(UUID,Nullable(Int8)) OK 84ms
/aggregate functions/first_value/Map(UUID,Nullable(String)) OK 74ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Float32)) OK 79ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(Float64)) OK 77ms
/aggregate functions/first_value/Map(UUID,Nullable(FixedString(51))) OK 80ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/groupArray/Map(UUID,Nullable(Int16)) OK 93ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Float64)) OK 80ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 74ms
/aggregate functions/first_value/Map(UUID,Nullable(UUID)) OK 70ms
/aggregate functions/groupUniqArray/Map(Bool,LowCardinality(Nullable(UUID))) OK 92ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Date)) OK 83ms
/aggregate functions/groupArray/Map(UUID,Nullable(Int32)) OK 86ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(Date)) OK 79ms
/aggregate functions/first_value/Map(UUID,LowCardinality(UInt8)) OK 72ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(DateTime)) OK 89ms
/aggregate functions/groupUniqArray/Map(Bool,Array(String)) OK 86ms
/aggregate functions/groupArray/Map(UUID,Nullable(Int64)) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(DateTime)) OK 80ms
/aggregate functions/first_value/Map(UUID,LowCardinality(UInt16)) OK 74ms
/aggregate functions/groupArray/Map(UUID,Nullable(Int128)) OK 84ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Bool)) OK 72ms
/aggregate functions/groupUniqArray/Map(Bool,Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 81ms
/aggregate functions/first_value/Map(UUID,LowCardinality(UInt32)) OK 78ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(String)) OK 80ms
/aggregate functions/groupUniqArray/Map(Bool,Tuple(String)) OK 101ms
/aggregate functions/groupArray/Map(UUID,Nullable(Float32)) OK 92ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(Bool)) OK 71ms
/aggregate functions/first_value/Map(UUID,LowCardinality(UInt64)) OK 77ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(String)) OK 67ms
/aggregate functions/groupArray/Map(UUID,Nullable(Float64)) OK 100ms
/aggregate functions/groupUniqArray/Map(String,UInt8) OK 90ms
/aggregate functions/first_value/Map(UUID,LowCardinality(UInt128)) OK 67ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(FixedString(51))) OK 79ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(UUID)) OK 71ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Int8)) OK 75ms
/aggregate functions/groupUniqArray/Map(String,UInt16) OK 99ms
/aggregate functions/groupArray/Map(UUID,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/entropy/Map(LowCardinality(String),Nullable(UUID)) OK 72ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Int16)) OK 72ms
/aggregate functions/groupArray/Map(UUID,Nullable(Date)) OK 74ms
/aggregate functions/groupUniqArray/Map(String,UInt32) OK 69ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(UInt8)) OK 75ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Int32)) OK 85ms
/aggregate functions/groupArray/Map(UUID,Nullable(DateTime)) OK 70ms
/aggregate functions/groupUniqArray/Map(String,UInt64) OK 86ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(UInt16)) OK 87ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Int64)) OK 75ms
/aggregate functions/groupArray/Map(UUID,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/groupUniqArray/Map(String,UInt128) OK 88ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(UInt32)) OK 81ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Int128)) OK 73ms
/aggregate functions/groupArray/Map(UUID,Nullable(Bool)) OK 71ms
/aggregate functions/groupUniqArray/Map(String,Int8) OK 76ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 91ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(UInt64)) OK 73ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Float32)) OK 69ms
/aggregate functions/groupArray/Map(UUID,Nullable(String)) OK 68ms
/aggregate functions/groupUniqArray/Map(String,Int16) OK 80ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(UInt128)) OK 79ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Float64)) OK 87ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/groupArray/Map(UUID,Nullable(FixedString(51))) OK 69ms
/aggregate functions/groupUniqArray/Map(String,Int32) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Int8)) OK 74ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/groupArray/Map(UUID,Nullable(UUID)) OK 88ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Date)) OK 76ms
/aggregate functions/groupUniqArray/Map(String,Int64) OK 84ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Int16)) OK 78ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/first_value/Map(UUID,LowCardinality(DateTime)) OK 78ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(UInt8)) OK 76ms
/aggregate functions/groupUniqArray/Map(String,Int128) OK 69ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Int32)) OK 76ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Bool)) OK 78ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(UInt16)) OK 72ms
/aggregate functions/groupUniqArray/Map(String,Float32) OK 95ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Int64)) OK 72ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(Int128))) OK 95ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(UInt32)) OK 75ms
/aggregate functions/first_value/Map(UUID,LowCardinality(String)) OK 83ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Int128)) OK 80ms
/aggregate functions/groupUniqArray/Map(String,Float64) OK 75ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(UInt64)) OK 74ms
/aggregate functions/first_value/Map(UUID,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Float32)) OK 77ms
/aggregate functions/groupUniqArray/Map(String,Decimal128(38)) OK 85ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(UInt128)) OK 84ms
/aggregate functions/first_value/Map(UUID,LowCardinality(UUID)) OK 81ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Float64)) OK 89ms
/aggregate functions/groupUniqArray/Map(String,Date) OK 98ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Int8)) OK 73ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Date)) OK 105ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Int16)) OK 80ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/groupUniqArray/Map(String,DateTime) OK 75ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Int32)) OK 83ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/groupUniqArray/Map(String,DateTime64(3)) OK 83ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(DateTime)) OK 73ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Int64)) OK 91ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(String))) OK 90ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Bool)) OK 69ms
/aggregate functions/groupUniqArray/Map(String,Bool) OK 86ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(String)) OK 70ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Int128)) OK 85ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/groupUniqArray/Map(String,String) OK 85ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/last_value/Map(DateTime,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Float32)) OK 68ms
/aggregate functions/groupUniqArray/Map(String,FixedString(51)) OK 73ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(UUID)) OK 74ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Float64)) OK 72ms
/aggregate functions/last_value/Map(DateTime,Array(String)) OK 74ms
/aggregate functions/groupUniqArray/Map(String,UUID) OK 82ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Date)) OK 96ms
/aggregate functions/last_value/Map(DateTime,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/groupUniqArray/Map(String,Nullable(UInt8)) OK 74ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/last_value/Map(DateTime,Tuple(String)) OK 79ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(DateTime)) OK 92ms
/aggregate functions/groupUniqArray/Map(String,Nullable(UInt16)) OK 84ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/last_value/Map(Bool,UInt8) OK 80ms
/aggregate functions/groupUniqArray/Map(String,Nullable(UInt32)) OK 75ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Bool)) OK 84ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/last_value/Map(Bool,UInt16) OK 69ms
/aggregate functions/groupUniqArray/Map(String,Nullable(UInt64)) OK 75ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(String)) OK 69ms
/aggregate functions/last_value/Map(Bool,UInt32) OK 99ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/groupUniqArray/Map(String,Nullable(UInt128)) OK 79ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(FixedString(51))) OK 104ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 106ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(Date))) OK 106ms
/aggregate functions/groupUniqArray/Map(String,Nullable(Int8)) OK 94ms
/aggregate functions/last_value/Map(Bool,UInt64) OK 102ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(UUID)) OK 82ms
/aggregate functions/groupUniqArray/Map(String,Nullable(Int16)) OK 90ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/last_value/Map(Bool,UInt128) OK 80ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(Bool))) OK 79ms
/aggregate functions/groupUniqArray/Map(String,Nullable(Int32)) OK 95ms
/aggregate functions/last_value/Map(Bool,Int8) OK 87ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/last_value/Map(Bool,Int16) OK 75ms
/aggregate functions/groupUniqArray/Map(String,Nullable(Int64)) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/last_value/Map(Bool,Int32) OK 80ms
/aggregate functions/groupUniqArray/Map(String,Nullable(Int128)) OK 78ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/first_value/Map(UUID,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/last_value/Map(Bool,Int64) OK 67ms
/aggregate functions/groupUniqArray/Map(String,Nullable(Float32)) OK 71ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/last_value/Map(Bool,Int128) OK 77ms
/aggregate functions/groupUniqArray/Map(String,Nullable(Float64)) OK 88ms
/aggregate functions/first_value/Map(UUID,Array(String)) OK 77ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/last_value/Map(Bool,Float32) OK 87ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/first_value/Map(UUID,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/groupUniqArray/Map(String,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/first_value/Map(UUID,Tuple(String)) OK 75ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/last_value/Map(Bool,Float64) OK 71ms
/aggregate functions/groupUniqArray/Map(String,Nullable(Date)) OK 80ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/first_value/Map(LowCardinality(String),UInt8) OK 74ms
/aggregate functions/last_value/Map(Bool,Decimal128(38)) OK 76ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/groupUniqArray/Map(String,Nullable(DateTime)) OK 80ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/first_value/Map(LowCardinality(String),UInt16) OK 71ms
/aggregate functions/last_value/Map(Bool,Date) OK 75ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/groupUniqArray/Map(String,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/first_value/Map(LowCardinality(String),UInt32) OK 90ms
/aggregate functions/last_value/Map(Bool,DateTime) OK 82ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/groupUniqArray/Map(String,Nullable(Bool)) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 70ms
/aggregate functions/first_value/Map(LowCardinality(String),UInt64) OK 79ms
/aggregate functions/last_value/Map(Bool,DateTime64(3)) OK 84ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/groupUniqArray/Map(String,Nullable(String)) OK 72ms
/aggregate functions/entropy/Map(LowCardinality(String),Array(String)) OK 87ms
/aggregate functions/first_value/Map(LowCardinality(String),UInt128) OK 85ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/last_value/Map(Bool,Bool) OK 71ms
/aggregate functions/groupUniqArray/Map(String,Nullable(FixedString(51))) OK 73ms
/aggregate functions/entropy/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/last_value/Map(Bool,String) OK 99ms
/aggregate functions/first_value/Map(LowCardinality(String),Int8) OK 99ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/groupUniqArray/Map(String,Nullable(UUID)) OK 79ms
/aggregate functions/entropy/Map(LowCardinality(String),Tuple(String)) OK 81ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(Bool))) OK 109ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(UInt8)) OK 103ms
/aggregate functions/last_value/Map(Bool,FixedString(51)) OK 87ms
/aggregate functions/first_value/Map(LowCardinality(String),Int16) OK 67ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),UInt8) OK 75ms
/aggregate functions/first_value/Map(LowCardinality(String),Int32) OK 73ms
/aggregate functions/last_value/Map(Bool,UUID) OK 83ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(UInt16)) OK 78ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),UInt16) OK 83ms
/aggregate functions/first_value/Map(LowCardinality(String),Int64) OK 78ms
/aggregate functions/last_value/Map(Bool,Nullable(UInt8)) OK 93ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(UInt32)) OK 73ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),UInt32) OK 69ms
/aggregate functions/first_value/Map(LowCardinality(String),Int128) OK 78ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(UInt64)) OK 95ms
/aggregate functions/groupArray/Map(UUID,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/last_value/Map(Bool,Nullable(UInt16)) OK 79ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),UInt64) OK 67ms
/aggregate functions/first_value/Map(LowCardinality(String),Float32) OK 72ms
/aggregate functions/groupArray/Map(UUID,Array(String)) OK 67ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),UInt128) OK 92ms
/aggregate functions/last_value/Map(Bool,Nullable(UInt32)) OK 93ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(UInt128)) OK 88ms
/aggregate functions/first_value/Map(LowCardinality(String),Float64) OK 68ms
/aggregate functions/groupArray/Map(UUID,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Int8) OK 96ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Int8)) OK 74ms
/aggregate functions/last_value/Map(Bool,Nullable(UInt64)) OK 69ms
/aggregate functions/first_value/Map(LowCardinality(String),Decimal128(38)) OK 78ms
/aggregate functions/groupArray/Map(UUID,Tuple(String)) OK 78ms
/aggregate functions/last_value/Map(Bool,Nullable(UInt128)) OK 79ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Int16)) OK 71ms
/aggregate functions/first_value/Map(LowCardinality(String),Date) OK 82ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Int16) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(String),UInt8) OK 71ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Int32)) OK 75ms
/aggregate functions/last_value/Map(Bool,Nullable(Int8)) OK 97ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Int32) OK 71ms
/aggregate functions/first_value/Map(LowCardinality(String),DateTime) OK 81ms
/aggregate functions/groupArray/Map(LowCardinality(String),UInt16) OK 73ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Int64)) OK 72ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Int64) OK 85ms
/aggregate functions/last_value/Map(Bool,Nullable(Int16)) OK 75ms
/aggregate functions/first_value/Map(LowCardinality(String),DateTime64(3)) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(String),UInt32) OK 77ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Int128)) OK 81ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Int128) OK 97ms
/aggregate functions/last_value/Map(Bool,Nullable(Int32)) OK 80ms
/aggregate functions/first_value/Map(LowCardinality(String),Bool) OK 94ms
/aggregate functions/groupArray/Map(LowCardinality(String),UInt64) OK 82ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Float32)) OK 125ms
/aggregate functions/last_value/Map(Bool,Nullable(Int64)) OK 97ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Float32) OK 80ms
/aggregate functions/groupArray/Map(LowCardinality(String),UInt128) OK 89ms
/aggregate functions/first_value/Map(LowCardinality(String),String) OK 69ms
/aggregate functions/first_value/Map(LowCardinality(String),FixedString(51)) OK 113ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Float64) OK 89ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Float64)) OK 97ms
/aggregate functions/last_value/Map(Bool,Nullable(Int128)) OK 78ms
/aggregate functions/groupArray/Map(LowCardinality(String),Int8) OK 73ms
/aggregate functions/last_value/Map(Bool,Nullable(Float32)) OK 81ms
/aggregate functions/groupArray/Map(LowCardinality(String),Int16) OK 72ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 87ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Date)) OK 73ms
/aggregate functions/first_value/Map(LowCardinality(String),UUID) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(String),Int32) OK 77ms
/aggregate functions/last_value/Map(Bool,Nullable(Float64)) OK 87ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(DateTime)) OK 91ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Date) OK 79ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(UInt8)) OK 77ms
/aggregate functions/groupArray/Map(LowCardinality(String),Int64) OK 72ms
/aggregate functions/last_value/Map(Bool,Nullable(Decimal128(38))) OK 94ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),DateTime) OK 79ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(UInt16)) OK 82ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Bool)) OK 68ms
/aggregate functions/groupArray/Map(LowCardinality(String),Int128) OK 93ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(String)) OK 87ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 87ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(UInt32)) OK 84ms
/aggregate functions/last_value/Map(Bool,Nullable(Date)) OK 69ms
/aggregate functions/groupArray/Map(LowCardinality(String),Float32) OK 76ms
/aggregate functions/last_value/Map(Bool,Nullable(DateTime)) OK 73ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Bool) OK 74ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(UInt64)) OK 80ms
/aggregate functions/groupArray/Map(LowCardinality(String),Float64) OK 87ms
/aggregate functions/last_value/Map(Bool,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),String) OK 80ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(UUID)) OK 81ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(UInt128)) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(String),Decimal128(38)) OK 100ms
/aggregate functions/last_value/Map(Bool,Nullable(Bool)) OK 84ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 73ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(Int8)) OK 79ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),UUID) OK 87ms
/aggregate functions/last_value/Map(Bool,Nullable(String)) OK 100ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(UInt16))) OK 93ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(Int16)) OK 68ms
/aggregate functions/groupArray/Map(LowCardinality(String),Date) OK 93ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(Int32)) OK 71ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 73ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(UInt32))) OK 97ms
/aggregate functions/last_value/Map(Bool,Nullable(FixedString(51))) OK 74ms
/aggregate functions/groupArray/Map(LowCardinality(String),DateTime) OK 83ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(Int64)) OK 77ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 74ms
/aggregate functions/last_value/Map(Bool,Nullable(UUID)) OK 73ms
/aggregate functions/groupArray/Map(LowCardinality(String),DateTime64(3)) OK 72ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(Int128)) OK 79ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 91ms
/aggregate functions/last_value/Map(Bool,LowCardinality(UInt8)) OK 67ms
/aggregate functions/groupArray/Map(LowCardinality(String),Bool) OK 84ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(UInt128))) OK 69ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(Float32)) OK 71ms
/aggregate functions/last_value/Map(Bool,LowCardinality(UInt16)) OK 79ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 82ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/groupArray/Map(LowCardinality(String),String) OK 80ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(Float64)) OK 90ms
/aggregate functions/last_value/Map(Bool,LowCardinality(UInt32)) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 77ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/groupArray/Map(LowCardinality(String),FixedString(51)) OK 77ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 88ms
/aggregate functions/last_value/Map(Bool,LowCardinality(UInt64)) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 80ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/groupArray/Map(LowCardinality(String),UUID) OK 79ms
/aggregate functions/last_value/Map(Bool,LowCardinality(UInt128)) OK 88ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(Date)) OK 96ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 91ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(UInt8)) OK 104ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Int8)) OK 74ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(DateTime)) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 68ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(UInt16)) OK 71ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Int16)) OK 68ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 81ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 88ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(Float32))) OK 69ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(UInt32)) OK 89ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Int32)) OK 73ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 88ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(Bool)) OK 82ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(UInt64)) OK 75ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Int64)) OK 78ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 79ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(String)) OK 86ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(UInt128)) OK 84ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Int128)) OK 79ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 73ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(FixedString(51))) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(Int8)) OK 85ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Float32)) OK 70ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 71ms
/aggregate functions/first_value/Map(LowCardinality(String),Nullable(UUID)) OK 86ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Float64)) OK 82ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(Int16)) OK 76ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(UInt8)) OK 88ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Date)) OK 82ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(Int32)) OK 68ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 90ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(UInt16)) OK 80ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(Int64)) OK 77ms
/aggregate functions/last_value/Map(Bool,LowCardinality(DateTime)) OK 82ms
/aggregate functions/groupUniqArray/Map(String,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 81ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(UInt32)) OK 89ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(Int128)) OK 70ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Bool)) OK 89ms
/aggregate functions/groupUniqArray/Map(String,Array(String)) OK 73ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 77ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(Float32)) OK 80ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(UInt64)) OK 78ms
/aggregate functions/groupUniqArray/Map(String,Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/last_value/Map(Bool,LowCardinality(String)) OK 74ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 78ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(Float64)) OK 86ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(UInt128)) OK 80ms
/aggregate functions/last_value/Map(Bool,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/groupUniqArray/Map(String,Tuple(String)) OK 79ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 84ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Int8)) OK 79ms
/aggregate functions/last_value/Map(Bool,LowCardinality(UUID)) OK 90ms
/aggregate functions/groupUniqArray/Map(FixedString(51),UInt8) OK 78ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 88ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(Date)) OK 79ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Int16)) OK 69ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/groupUniqArray/Map(FixedString(51),UInt16) OK 91ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 75ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Int32)) OK 74ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(DateTime)) OK 83ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/groupUniqArray/Map(FixedString(51),UInt32) OK 88ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 79ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Int64)) OK 73ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 80ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/groupUniqArray/Map(FixedString(51),UInt64) OK 91ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 81ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Int128)) OK 69ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(Bool)) OK 70ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Float32)) OK 78ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 78ms
/aggregate functions/groupUniqArray/Map(FixedString(51),UInt128) OK 81ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(String)) OK 88ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Float64)) OK 78ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 83ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Int8) OK 79ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(FixedString(51))) OK 105ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Date)) OK 85ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 83ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Int16) OK 81ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(String),Nullable(UUID)) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(DateTime)) OK 80ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 88ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Int32) OK 79ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(UInt8)) OK 85ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Bool)) OK 75ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Int64) OK 84ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 76ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(Int64))) OK 68ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(UInt16)) OK 84ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(String)) OK 71ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 72ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Int128) OK 73ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(Int128))) OK 94ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(UInt32)) OK 79ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 71ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Float32) OK 75ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(UInt64)) OK 73ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(UUID)) OK 86ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 80ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Float64) OK 76ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(UInt128)) OK 85ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 76ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Decimal128(38)) OK 69ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Int8)) OK 73ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Date) OK 70ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 72ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Int16)) OK 85ms
/aggregate functions/groupUniqArray/Map(FixedString(51),DateTime) OK 78ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 77ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Int32)) OK 77ms
/aggregate functions/groupUniqArray/Map(FixedString(51),DateTime64(3)) OK 83ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 71ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Int64)) OK 85ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 89ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Bool) OK 87ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Int128)) OK 67ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/groupUniqArray/Map(FixedString(51),String) OK 75ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 104ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Float32)) OK 67ms
/aggregate functions/last_value/Map(Bool,LowCardinality(Nullable(UUID))) OK 108ms
/aggregate functions/groupUniqArray/Map(FixedString(51),FixedString(51)) OK 103ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 91ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Float64)) OK 72ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/groupUniqArray/Map(FixedString(51),UUID) OK 68ms
/aggregate functions/last_value/Map(Bool,Array(String)) OK 71ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Date)) OK 74ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(UInt8)) OK 91ms
/aggregate functions/last_value/Map(Bool,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(DateTime)) OK 75ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/last_value/Map(Bool,Tuple(String)) OK 77ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(UInt16)) OK 79ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Bool)) OK 67ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/last_value/Map(String,UInt8) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(String)) OK 84ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(UInt32)) OK 86ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 69ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/last_value/Map(String,UInt16) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(UInt64)) OK 73ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/last_value/Map(String,UInt32) OK 75ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(UUID)) OK 98ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(UInt128)) OK 99ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/last_value/Map(String,UInt64) OK 82ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(Int8)) OK 104ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/last_value/Map(String,UInt128) OK 83ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(Int16)) OK 82ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 102ms
/aggregate functions/last_value/Map(String,Int8) OK 91ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 88ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(Int32)) OK 85ms
/aggregate functions/last_value/Map(String,Int16) OK 79ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(Int64)) OK 72ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 118ms
/aggregate functions/last_value/Map(String,Int32) OK 104ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 96ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(Int128)) OK 83ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 106ms
/aggregate functions/last_value/Map(String,Int64) OK 79ms
/aggregate functions/first_value/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 100ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 94ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(Float32)) OK 71ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/last_value/Map(String,Int128) OK 69ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 100ms
/aggregate functions/first_value/Map(LowCardinality(String),Array(String)) OK 76ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(Float64)) OK 88ms
/aggregate functions/last_value/Map(String,Float32) OK 76ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/first_value/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(Decimal128(38))) OK 84ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/last_value/Map(String,Float64) OK 80ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/first_value/Map(LowCardinality(String),Tuple(String)) OK 79ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(Date)) OK 82ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/last_value/Map(String,Decimal128(38)) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),UInt8) OK 79ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(DateTime)) OK 83ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/last_value/Map(String,Date) OK 78ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),UInt16) OK 76ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(DateTime64(3))) OK 100ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/last_value/Map(String,DateTime) OK 77ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 102ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),UInt32) OK 84ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 112ms
/aggregate functions/last_value/Map(String,DateTime64(3)) OK 102ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(Bool)) OK 107ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),UInt64) OK 98ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 96ms
/aggregate functions/last_value/Map(String,Bool) OK 81ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Array(String)) OK 73ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(String)) OK 72ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),UInt128) OK 85ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/last_value/Map(String,String) OK 77ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(FixedString(51))) OK 79ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Int8) OK 87ms
/aggregate functions/last_value/Map(String,FixedString(51)) OK 97ms
/aggregate functions/entropy/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 78ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Nullable(UUID)) OK 80ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Int16) OK 84ms
/aggregate functions/entropy/Nullable(UInt8) OK 89ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(UInt8)) OK 88ms
/aggregate functions/last_value/Map(String,UUID) OK 77ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Int32) OK 81ms
/aggregate functions/entropy/Nullable(UInt16) OK 84ms
/aggregate functions/last_value/Map(String,Nullable(UInt8)) OK 91ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(UInt16)) OK 72ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Int64) OK 76ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(UInt32)) OK 97ms
/aggregate functions/entropy/Nullable(UInt32) OK 85ms
/aggregate functions/last_value/Map(String,Nullable(UInt16)) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Int128) OK 91ms
/aggregate functions/last_value/Map(String,Nullable(UInt32)) OK 82ms
/aggregate functions/entropy/Nullable(UInt64) OK 74ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(UInt64)) OK 81ms
/aggregate functions/groupArray/Map(LowCardinality(String),Array(String)) OK 73ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Float32) OK 96ms
/aggregate functions/entropy/Nullable(UInt128) OK 107ms
/aggregate functions/last_value/Map(String,Nullable(UInt64)) OK 105ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(UInt128)) OK 78ms
/aggregate functions/groupArray/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Float64) OK 93ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Int8)) OK 87ms
/aggregate functions/entropy/Nullable(Int8) OK 84ms
/aggregate functions/last_value/Map(String,Nullable(UInt128)) OK 77ms
/aggregate functions/groupArray/Map(LowCardinality(String),Tuple(String)) OK 82ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 89ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Int16)) OK 94ms
/aggregate functions/last_value/Map(String,Nullable(Int8)) OK 91ms
/aggregate functions/entropy/Nullable(Int16) OK 88ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),UInt8) OK 80ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Date) OK 88ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Int32)) OK 87ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),UInt16) OK 77ms
/aggregate functions/last_value/Map(String,Nullable(Int16)) OK 81ms
/aggregate functions/entropy/Nullable(Int32) OK 68ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),DateTime) OK 95ms
/aggregate functions/entropy/Nullable(Int64) OK 109ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),UInt32) OK 96ms
/aggregate functions/last_value/Map(String,Nullable(Int32)) OK 74ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Int64)) OK 76ms
/aggregate functions/last_value/Map(String,Nullable(Int64)) OK 99ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 92ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Int128)) OK 81ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),UInt64) OK 74ms
/aggregate functions/entropy/Nullable(Int128) OK 88ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Float32)) OK 114ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),UInt128) OK 79ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Bool) OK 103ms
/aggregate functions/last_value/Map(String,Nullable(Int128)) OK 87ms
/aggregate functions/entropy/Nullable(Float32) OK 81ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Int8) OK 80ms
/aggregate functions/last_value/Map(String,Nullable(Float32)) OK 97ms
/aggregate functions/entropy/Nullable(Float64) OK 80ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),String) OK 76ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Float64)) OK 86ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Int16) OK 71ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 83ms
/aggregate functions/entropy/Nullable(Decimal128(38)) OK 95ms
/aggregate functions/last_value/Map(String,Nullable(Float64)) OK 96ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Date)) OK 89ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Int32) OK 80ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),UUID) OK 106ms
/aggregate functions/entropy/Nullable(Date) OK 81ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(DateTime)) OK 86ms
/aggregate functions/last_value/Map(String,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Int64) OK 94ms
/aggregate functions/entropy/Nullable(DateTime) OK 113ms
/aggregate functions/last_value/Map(String,Nullable(Date)) OK 101ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Bool)) OK 107ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 95ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Int128) OK 98ms
/aggregate functions/last_value/Map(String,Nullable(DateTime)) OK 77ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 98ms
/aggregate functions/entropy/Nullable(DateTime64(3)) OK 75ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(String)) OK 93ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Float32) OK 96ms
/aggregate functions/last_value/Map(String,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/entropy/Nullable(Bool) OK 73ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 98ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Float64) OK 88ms
/aggregate functions/last_value/Map(String,Nullable(Bool)) OK 89ms
/aggregate functions/entropy/Nullable(String) OK 81ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 81ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(UUID)) OK 73ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 79ms
/aggregate functions/entropy/Nullable(FixedString(51)) OK 98ms
/aggregate functions/last_value/Map(String,Nullable(String)) OK 93ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 77ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Date) OK 76ms
/aggregate functions/last_value/Map(String,Nullable(FixedString(51))) OK 75ms
/aggregate functions/entropy/Nullable(UUID) OK 78ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 77ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),DateTime) OK 77ms
/aggregate functions/last_value/Map(String,Nullable(UUID)) OK 80ms
/aggregate functions/entropy/Array(UInt8) OK 81ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 75ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 108ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 96ms
/aggregate functions/last_value/Map(String,LowCardinality(UInt8)) OK 84ms
/aggregate functions/entropy/Array(UInt16) OK 80ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 76ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Bool) OK 97ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/last_value/Map(String,LowCardinality(UInt16)) OK 83ms
/aggregate functions/entropy/Array(UInt32) OK 78ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 79ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),String) OK 106ms
/aggregate functions/entropy/Array(UInt64) OK 85ms
/aggregate functions/last_value/Map(String,LowCardinality(UInt32)) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 85ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/last_value/Map(String,LowCardinality(UInt64)) OK 93ms
/aggregate functions/entropy/Array(UInt128) OK 71ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 86ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 86ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/entropy/Array(Int8) OK 82ms
/aggregate functions/last_value/Map(String,LowCardinality(UInt128)) OK 100ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),UUID) OK 84ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/entropy/Array(Int16) OK 73ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 102ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 74ms
/aggregate functions/last_value/Map(String,LowCardinality(Int8)) OK 78ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/entropy/Array(Int32) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 89ms
/aggregate functions/last_value/Map(String,LowCardinality(Int16)) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 80ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/entropy/Array(Int64) OK 74ms
/aggregate functions/last_value/Map(String,LowCardinality(Int32)) OK 86ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 75ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 73ms
/aggregate functions/entropy/Array(Int128) OK 81ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 84ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 79ms
/aggregate functions/last_value/Map(String,LowCardinality(Int64)) OK 72ms
/aggregate functions/entropy/Array(Float32) OK 80ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/last_value/Map(String,LowCardinality(Int128)) OK 86ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 123ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 69ms
/aggregate functions/entropy/Array(Float64) OK 99ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 113ms
/aggregate functions/last_value/Map(String,LowCardinality(Float32)) OK 115ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 101ms
/aggregate functions/entropy/Array(Decimal128(38)) OK 74ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 82ms
/aggregate functions/last_value/Map(String,LowCardinality(Float64)) OK 89ms
/aggregate functions/entropy/Array(Date) OK 85ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 81ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 76ms
/aggregate functions/last_value/Map(String,LowCardinality(Date)) OK 81ms
/aggregate functions/entropy/Array(DateTime) OK 90ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(String))) OK 89ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 68ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 76ms
/aggregate functions/last_value/Map(String,LowCardinality(DateTime)) OK 89ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 75ms
/aggregate functions/entropy/Array(DateTime64(3)) OK 86ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 78ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 83ms
/aggregate functions/last_value/Map(String,LowCardinality(Bool)) OK 96ms
/aggregate functions/entropy/Array(Bool) OK 78ms
/aggregate functions/groupUniqArray/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 78ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 75ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Array(String)) OK 101ms
/aggregate functions/entropy/Array(String) OK 94ms
/aggregate functions/last_value/Map(String,LowCardinality(String)) OK 80ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 85ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 74ms
/aggregate functions/last_value/Map(String,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/entropy/Array(FixedString(51)) OK 84ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 87ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 84ms
/aggregate functions/last_value/Map(String,LowCardinality(UUID)) OK 74ms
/aggregate functions/entropy/Array(UUID) OK 74ms
/aggregate functions/groupUniqArray/Map(FixedString(51),Tuple(String)) OK 87ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 73ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 73ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/entropy/Array(Nullable(UInt8)) OK 69ms
/aggregate functions/groupUniqArray/Map(UUID,UInt8) OK 91ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 72ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 83ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/entropy/Array(Nullable(UInt16)) OK 76ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 81ms
/aggregate functions/groupUniqArray/Map(UUID,UInt16) OK 90ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 72ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/entropy/Array(Nullable(UInt32)) OK 78ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 76ms
/aggregate functions/groupUniqArray/Map(UUID,UInt32) OK 70ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(UInt64))) OK 94ms
/aggregate functions/entropy/Array(Nullable(UInt64)) OK 72ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 75ms
/aggregate functions/groupUniqArray/Map(UUID,UInt64) OK 77ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 70ms
/aggregate functions/entropy/Array(Nullable(UInt128)) OK 71ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(UInt128))) OK 91ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 70ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 72ms
/aggregate functions/groupUniqArray/Map(UUID,UInt128) OK 73ms
/aggregate functions/entropy/Array(Nullable(Int8)) OK 82ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 97ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 78ms
/aggregate functions/groupUniqArray/Map(UUID,Int8) OK 77ms
/aggregate functions/entropy/Array(Nullable(Int16)) OK 72ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(Int16))) OK 101ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 73ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 93ms
/aggregate functions/groupUniqArray/Map(UUID,Int16) OK 75ms
/aggregate functions/entropy/Array(Nullable(Int32)) OK 86ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 71ms
/aggregate functions/groupUniqArray/Map(UUID,Int32) OK 70ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 95ms
/aggregate functions/entropy/Array(Nullable(Int64)) OK 69ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 78ms
/aggregate functions/groupUniqArray/Map(UUID,Int64) OK 81ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/entropy/Array(Nullable(Int128)) OK 91ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 80ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 73ms
/aggregate functions/groupUniqArray/Map(UUID,Int128) OK 74ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 85ms
/aggregate functions/entropy/Array(Nullable(Float32)) OK 88ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/groupUniqArray/Map(UUID,Float32) OK 72ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 87ms
/aggregate functions/entropy/Array(Nullable(Float64)) OK 77ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 140ms
/aggregate functions/groupUniqArray/Map(UUID,Float64) OK 136ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(Float64))) OK 118ms
/aggregate functions/entropy/Array(Nullable(Decimal128(38))) OK 136ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 147ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(Date))) OK 103ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 103ms
/aggregate functions/groupUniqArray/Map(UUID,Decimal128(38)) OK 95ms
/aggregate functions/entropy/Array(Nullable(Date)) OK 87ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 82ms
/aggregate functions/groupUniqArray/Map(UUID,Date) OK 107ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(DateTime))) OK 106ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/entropy/Array(Nullable(DateTime)) OK 72ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 85ms
/aggregate functions/groupUniqArray/Map(UUID,DateTime) OK 74ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/entropy/Array(Nullable(DateTime64(3))) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 80ms
/aggregate functions/groupUniqArray/Map(UUID,DateTime64(3)) OK 72ms
/aggregate functions/entropy/Array(Nullable(Bool)) OK 81ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 87ms
/aggregate functions/groupUniqArray/Map(UUID,Bool) OK 72ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/entropy/Array(Nullable(String)) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 85ms
/aggregate functions/groupUniqArray/Map(UUID,String) OK 69ms
/aggregate functions/last_value/Map(String,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/entropy/Array(Nullable(FixedString(51))) OK 84ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/groupUniqArray/Map(UUID,FixedString(51)) OK 86ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 77ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/entropy/Array(Nullable(UUID)) OK 72ms
/aggregate functions/last_value/Map(String,Array(String)) OK 77ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 77ms
/aggregate functions/groupUniqArray/Map(UUID,UUID) OK 76ms
/aggregate functions/entropy/Array(LowCardinality(UInt8)) OK 78ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/last_value/Map(String,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 79ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(UInt8)) OK 70ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/entropy/Array(LowCardinality(UInt16)) OK 76ms
/aggregate functions/last_value/Map(String,Tuple(String)) OK 73ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(UInt16)) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 78ms
/aggregate functions/entropy/Array(LowCardinality(UInt32)) OK 80ms
/aggregate functions/last_value/Map(FixedString(51),UInt8) OK 72ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(UInt32)) OK 80ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 74ms
/aggregate functions/last_value/Map(FixedString(51),UInt16) OK 79ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/entropy/Array(LowCardinality(UInt64)) OK 67ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(UInt64)) OK 79ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/entropy/Array(LowCardinality(UInt128)) OK 83ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/last_value/Map(FixedString(51),UInt32) OK 74ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 89ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(UInt128)) OK 68ms
/aggregate functions/last_value/Map(FixedString(51),UInt64) OK 83ms
/aggregate functions/entropy/Array(LowCardinality(Int8)) OK 83ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(Int8)) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/last_value/Map(FixedString(51),UInt128) OK 75ms
/aggregate functions/entropy/Array(LowCardinality(Int16)) OK 67ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(Int16)) OK 68ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/entropy/Array(LowCardinality(Int32)) OK 88ms
/aggregate functions/last_value/Map(FixedString(51),Int8) OK 69ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(Int32)) OK 71ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/last_value/Map(FixedString(51),Int16) OK 79ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/entropy/Array(LowCardinality(Int64)) OK 80ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(Int64)) OK 75ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/last_value/Map(FixedString(51),Int32) OK 76ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/entropy/Array(LowCardinality(Int128)) OK 70ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(Int128)) OK 78ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/last_value/Map(FixedString(51),Int64) OK 69ms
/aggregate functions/entropy/Array(LowCardinality(Float32)) OK 95ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(Float32)) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/last_value/Map(FixedString(51),Int128) OK 78ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(Float64)) OK 85ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 83ms
/aggregate functions/entropy/Array(LowCardinality(Float64)) OK 85ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Array(String)) OK 73ms
/aggregate functions/last_value/Map(FixedString(51),Float32) OK 79ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/entropy/Array(LowCardinality(Date)) OK 68ms
/aggregate functions/last_value/Map(FixedString(51),Float64) OK 80ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(Date)) OK 118ms
/aggregate functions/entropy/Array(LowCardinality(DateTime)) OK 105ms
/aggregate functions/first_value/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 103ms
/aggregate functions/last_value/Map(FixedString(51),Decimal128(38)) OK 74ms
/aggregate functions/first_value/Nullable(UInt8) OK 111ms
/aggregate functions/entropy/Array(LowCardinality(Bool)) OK 76ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(DateTime)) OK 78ms
/aggregate functions/last_value/Map(FixedString(51),Date) OK 69ms
/aggregate functions/entropy/Array(LowCardinality(String)) OK 84ms
/aggregate functions/first_value/Nullable(UInt16) OK 93ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/last_value/Map(FixedString(51),DateTime) OK 81ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(Bool)) OK 104ms
/aggregate functions/entropy/Array(LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/last_value/Map(FixedString(51),DateTime64(3)) OK 77ms
/aggregate functions/first_value/Nullable(UInt32) OK 89ms
/aggregate functions/entropy/Array(LowCardinality(UUID)) OK 81ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/last_value/Map(FixedString(51),Bool) OK 76ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(String)) OK 74ms
/aggregate functions/first_value/Nullable(UInt64) OK 78ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/last_value/Map(FixedString(51),String) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(FixedString(51))) OK 70ms
/aggregate functions/first_value/Nullable(UInt128) OK 83ms
/aggregate functions/last_value/Map(FixedString(51),FixedString(51)) OK 80ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/groupUniqArray/Map(UUID,Nullable(UUID)) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/first_value/Nullable(Int8) OK 70ms
/aggregate functions/last_value/Map(FixedString(51),UUID) OK 92ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(UInt8)) OK 70ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/first_value/Nullable(Int16) OK 64ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(UInt16)) OK 75ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/first_value/Nullable(Int32) OK 80ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(UInt8)) OK 79ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(UInt32)) OK 76ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(UInt128))) OK 69ms
/aggregate functions/first_value/Nullable(Int64) OK 72ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(UInt16)) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(UInt64)) OK 69ms
/aggregate functions/first_value/Nullable(Int128) OK 85ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(UInt32)) OK 84ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Array(String)) OK 74ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(UInt128)) OK 77ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/first_value/Nullable(Float32) OK 83ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(UInt64)) OK 73ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Int8)) OK 75ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(UInt128)) OK 92ms
/aggregate functions/first_value/Nullable(Float64) OK 70ms
/aggregate functions/groupArray/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 73ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Int16)) OK 72ms
/aggregate functions/first_value/Nullable(Decimal128(38)) OK 72ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(Int8)) OK 74ms
/aggregate functions/groupArray/Nullable(UInt8) OK 84ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Int32)) OK 77ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/first_value/Nullable(Date) OK 72ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(Int16)) OK 83ms
/aggregate functions/groupArray/Nullable(UInt16) OK 80ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Int64)) OK 72ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/first_value/Nullable(DateTime) OK 68ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(Int32)) OK 71ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Int128)) OK 84ms
/aggregate functions/groupArray/Nullable(UInt32) OK 78ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/first_value/Nullable(DateTime64(3)) OK 78ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(Int64)) OK 75ms
/aggregate functions/groupArray/Nullable(UInt64) OK 138ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Float32)) OK 126ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(Date))) OK 133ms
/aggregate functions/first_value/Nullable(Bool) OK 118ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(Int128)) OK 98ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Float64)) OK 104ms
/aggregate functions/first_value/Nullable(String) OK 107ms
/aggregate functions/groupArray/Nullable(UInt128) OK 74ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(Float32)) OK 86ms
/aggregate functions/groupArray/Nullable(Int8) OK 74ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(Float64)) OK 89ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Date)) OK 83ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/first_value/Nullable(FixedString(51)) OK 78ms
/aggregate functions/groupArray/Nullable(Int16) OK 73ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(DateTime)) OK 74ms
/aggregate functions/first_value/Nullable(UUID) OK 83ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(Decimal128(38))) OK 77ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/groupArray/Nullable(Int32) OK 74ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Bool)) OK 83ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(Date)) OK 78ms
/aggregate functions/first_value/Array(UInt8) OK 82ms
/aggregate functions/groupArray/Nullable(Int64) OK 67ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(String)) OK 91ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(DateTime)) OK 69ms
/aggregate functions/entropy/Array(LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/first_value/Array(UInt16) OK 79ms
/aggregate functions/groupArray/Nullable(Int128) OK 79ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(DateTime64(3))) OK 92ms
/aggregate functions/entropy/Array(Array(String)) OK 83ms
/aggregate functions/first_value/Array(UInt32) OK 85ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/groupArray/Nullable(Float32) OK 79ms
/aggregate functions/entropy/Array(Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(Bool)) OK 80ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(UUID)) OK 79ms
/aggregate functions/first_value/Array(UInt64) OK 78ms
/aggregate functions/groupArray/Nullable(Float64) OK 72ms
/aggregate functions/entropy/Array(Tuple(String)) OK 80ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(String)) OK 85ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/first_value/Array(UInt128) OK 85ms
/aggregate functions/groupArray/Nullable(Decimal128(38)) OK 76ms
/aggregate functions/entropy/LowCardinality(UInt8) OK 90ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(FixedString(51))) OK 86ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/groupArray/Nullable(Date) OK 73ms
/aggregate functions/first_value/Array(Int8) OK 82ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(UInt32))) OK 100ms
/aggregate functions/groupArray/Nullable(DateTime) OK 94ms
/aggregate functions/entropy/LowCardinality(UInt16) OK 75ms
/aggregate functions/last_value/Map(FixedString(51),Nullable(UUID)) OK 76ms
/aggregate functions/first_value/Array(Int16) OK 72ms
/aggregate functions/entropy/LowCardinality(UInt32) OK 72ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(UInt8)) OK 84ms
/aggregate functions/first_value/Array(Int32) OK 90ms
/aggregate functions/groupArray/Nullable(DateTime64(3)) OK 66ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/entropy/LowCardinality(UInt64) OK 79ms
/aggregate functions/groupArray/Nullable(Bool) OK 73ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(UInt16)) OK 81ms
/aggregate functions/first_value/Array(Int64) OK 77ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/entropy/LowCardinality(UInt128) OK 69ms
/aggregate functions/groupArray/Nullable(String) OK 74ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(UInt32)) OK 71ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/first_value/Array(Int128) OK 77ms
/aggregate functions/entropy/LowCardinality(Int8) OK 72ms
/aggregate functions/groupArray/Nullable(FixedString(51)) OK 78ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(UInt64)) OK 77ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/first_value/Array(Float32) OK 80ms
/aggregate functions/entropy/LowCardinality(Int16) OK 75ms
/aggregate functions/groupArray/Nullable(UUID) OK 73ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(UInt128)) OK 72ms
/aggregate functions/first_value/Array(Float64) OK 70ms
/aggregate functions/entropy/LowCardinality(Int32) OK 71ms
/aggregate functions/groupArray/Array(UInt8) OK 69ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(Int64))) OK 89ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Int8)) OK 77ms
/aggregate functions/first_value/Array(Decimal128(38)) OK 81ms
/aggregate functions/entropy/LowCardinality(Int64) OK 100ms
/aggregate functions/groupArray/Array(UInt16) OK 90ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Int16)) OK 77ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/first_value/Array(Date) OK 118ms
/aggregate functions/entropy/LowCardinality(Int128) OK 92ms
/aggregate functions/groupArray/Array(UInt32) OK 73ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Int32)) OK 86ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/first_value/Array(DateTime) OK 73ms
/aggregate functions/groupArray/Array(UInt64) OK 72ms
/aggregate functions/entropy/LowCardinality(Float32) OK 80ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Int64)) OK 69ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/first_value/Array(DateTime64(3)) OK 77ms
/aggregate functions/groupArray/Array(UInt128) OK 74ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Int128)) OK 88ms
/aggregate functions/entropy/LowCardinality(Float64) OK 83ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/first_value/Array(Bool) OK 77ms
/aggregate functions/groupArray/Array(Int8) OK 71ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Float32)) OK 75ms
/aggregate functions/entropy/LowCardinality(Date) OK 75ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/first_value/Array(String) OK 69ms
/aggregate functions/groupArray/Array(Int16) OK 75ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Float64)) OK 90ms
/aggregate functions/entropy/LowCardinality(DateTime) OK 85ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/first_value/Array(FixedString(51)) OK 73ms
/aggregate functions/groupArray/Array(Int32) OK 71ms
/aggregate functions/entropy/LowCardinality(Bool) OK 71ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Date)) OK 74ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/first_value/Array(UUID) OK 71ms
/aggregate functions/groupArray/Array(Int64) OK 71ms
/aggregate functions/entropy/LowCardinality(String) OK 85ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(DateTime)) OK 90ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/first_value/Array(Nullable(UInt8)) OK 73ms
/aggregate functions/groupArray/Array(Int128) OK 100ms
/aggregate functions/entropy/LowCardinality(FixedString(51)) OK 109ms
/aggregate functions/first_value/Array(Nullable(UInt16)) OK 95ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Bool)) OK 91ms
/aggregate functions/groupUniqArray/Map(UUID,LowCardinality(Nullable(UUID))) OK 99ms
/aggregate functions/groupArray/Array(Float32) OK 77ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(String)) OK 87ms
/aggregate functions/first_value/Array(Nullable(UInt32)) OK 83ms
/aggregate functions/entropy/LowCardinality(UUID) OK 93ms
/aggregate functions/groupUniqArray/Map(UUID,Array(String)) OK 73ms
/aggregate functions/groupArray/Array(Float64) OK 88ms
/aggregate functions/groupUniqArray/Map(UUID,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/first_value/Array(Nullable(UInt64)) OK 73ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/entropy/LowCardinality(Nullable(UInt8)) OK 67ms
/aggregate functions/groupArray/Array(Decimal128(38)) OK 68ms
/aggregate functions/groupUniqArray/Map(UUID,Tuple(String)) OK 111ms
/aggregate functions/first_value/Array(Nullable(UInt128)) OK 113ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(UUID)) OK 114ms
/aggregate functions/entropy/LowCardinality(Nullable(UInt16)) OK 104ms
/aggregate functions/groupArray/Array(Date) OK 106ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),UInt8) OK 92ms
/aggregate functions/first_value/Array(Nullable(Int8)) OK 88ms
/aggregate functions/entropy/LowCardinality(Nullable(UInt32)) OK 79ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/groupArray/Array(DateTime) OK 73ms
/aggregate functions/groupArray/Array(DateTime64(3)) OK 81ms
/aggregate functions/entropy/LowCardinality(Nullable(UInt64)) OK 85ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),UInt16) OK 69ms
/aggregate functions/first_value/Array(Nullable(Int16)) OK 71ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),UInt32) OK 98ms
/aggregate functions/first_value/Array(Nullable(Int32)) OK 106ms
/aggregate functions/groupArray/Array(Bool) OK 79ms
/aggregate functions/entropy/LowCardinality(Nullable(UInt128)) OK 66ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/entropy/LowCardinality(Nullable(Int8)) OK 81ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/groupArray/Array(String) OK 71ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),UInt64) OK 70ms
/aggregate functions/first_value/Array(Nullable(Int64)) OK 67ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/groupArray/Array(FixedString(51)) OK 92ms
/aggregate functions/entropy/LowCardinality(Nullable(Int16)) OK 86ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),UInt128) OK 70ms
/aggregate functions/first_value/Array(Nullable(Int128)) OK 76ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 99ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Int8) OK 84ms
/aggregate functions/entropy/LowCardinality(Nullable(Int32)) OK 79ms
/aggregate functions/groupArray/Array(UUID) OK 85ms
/aggregate functions/first_value/Array(Nullable(Float32)) OK 73ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Int16) OK 91ms
/aggregate functions/entropy/LowCardinality(Nullable(Int64)) OK 83ms
/aggregate functions/first_value/Array(Nullable(Float64)) OK 83ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 83ms
/aggregate functions/groupArray/Array(Nullable(UInt8)) OK 64ms
/aggregate functions/groupArray/Array(Nullable(UInt16)) OK 97ms
/aggregate functions/entropy/LowCardinality(Nullable(Int128)) OK 82ms
/aggregate functions/first_value/Array(Nullable(Decimal128(38))) OK 84ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Int32) OK 73ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 64ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 150ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Int64) OK 81ms
/aggregate functions/entropy/LowCardinality(Nullable(Float32)) OK 76ms
/aggregate functions/first_value/Array(Nullable(Date)) OK 138ms
/aggregate functions/groupArray/Array(Nullable(UInt32)) OK 64ms
/aggregate functions/groupArray/Array(Nullable(UInt64)) OK 142ms
/aggregate functions/entropy/LowCardinality(Nullable(Float64)) OK 131ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Int128) OK 131ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/first_value/Array(Nullable(DateTime)) OK 74ms
/aggregate functions/entropy/LowCardinality(Nullable(Date)) OK 89ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Float32) OK 81ms
/aggregate functions/groupArray/Array(Nullable(UInt128)) OK 69ms
/aggregate functions/first_value/Array(Nullable(DateTime64(3))) OK 70ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/groupArray/Array(Nullable(Int8)) OK 79ms
/aggregate functions/first_value/Array(Nullable(Bool)) OK 87ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Float64) OK 91ms
/aggregate functions/entropy/LowCardinality(Nullable(DateTime)) OK 71ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/groupArray/Array(Nullable(Int16)) OK 88ms
/aggregate functions/entropy/LowCardinality(Nullable(Bool)) OK 96ms
/aggregate functions/first_value/Array(Nullable(String)) OK 87ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Decimal128(38)) OK 72ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/groupArray/Array(Nullable(Int32)) OK 81ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Date) OK 78ms
/aggregate functions/first_value/Array(Nullable(FixedString(51))) OK 80ms
/aggregate functions/entropy/LowCardinality(Nullable(String)) OK 87ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/groupArray/Array(Nullable(Int64)) OK 83ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),DateTime) OK 85ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/first_value/Array(Nullable(UUID)) OK 82ms
/aggregate functions/entropy/LowCardinality(Nullable(FixedString(51))) OK 82ms
/aggregate functions/groupArray/Array(Nullable(Int128)) OK 116ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),DateTime64(3)) OK 96ms
/aggregate functions/first_value/Array(LowCardinality(UInt8)) OK 79ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/entropy/LowCardinality(Nullable(UUID)) OK 72ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/first_value/Array(LowCardinality(UInt16)) OK 87ms
/aggregate functions/entropy/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 608ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Bool) OK 128ms
/aggregate functions/groupArray/Array(Nullable(Float32)) OK 110ms
/aggregate functions/first_value/Array(LowCardinality(UInt32)) OK 81ms
/aggregate functions/last_value/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/groupArray/Array(Nullable(Float64)) OK 91ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),String) OK 79ms
/aggregate functions/last_value/Map(FixedString(51),Array(String)) OK 87ms
/aggregate functions/first_value/Array(LowCardinality(UInt64)) OK 80ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),FixedString(51)) OK 74ms
/aggregate functions/groupArray/Array(Nullable(Decimal128(38))) OK 78ms
/aggregate functions/first_value/Array(LowCardinality(UInt128)) OK 74ms
/aggregate functions/last_value/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),UUID) OK 72ms
/aggregate functions/groupArray/Array(Nullable(Date)) OK 72ms
/aggregate functions/first_value/Array(LowCardinality(Int8)) OK 72ms
/aggregate functions/last_value/Map(FixedString(51),Tuple(String)) OK 71ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(UInt8)) OK 115ms
/aggregate functions/groupArray/Array(Nullable(DateTime)) OK 97ms
/aggregate functions/first_value/Array(LowCardinality(Int16)) OK 82ms
/aggregate functions/last_value/Map(UUID,UInt8) OK 82ms
/aggregate functions/groupArray/Array(Nullable(DateTime64(3))) OK 85ms
/aggregate functions/first_value/Array(LowCardinality(Int32)) OK 90ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(UInt16)) OK 75ms
/aggregate functions/last_value/Map(UUID,UInt16) OK 67ms
/aggregate functions/last_value/Map(UUID,UInt32) OK 87ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(UInt32)) OK 77ms
/aggregate functions/groupArray/Array(Nullable(Bool)) OK 95ms
/aggregate functions/first_value/Array(LowCardinality(Int64)) OK 91ms
/aggregate functions/mannWhitneyUTest OK 1m 22s
/aggregate functions/mannWhitneyUTest/constant OK 41ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(UInt64)) OK 154ms
/aggregate functions/last_value/Map(UUID,UInt64) OK 146ms
/aggregate functions/mannWhitneyUTest/zero rows OK 99ms
/aggregate functions/groupArray/Array(Nullable(String)) OK 138ms
/aggregate functions/first_value/Array(LowCardinality(Int128)) OK 126ms
/aggregate functions/mannWhitneyUTest/single row OK 47ms
/aggregate functions/last_value/Map(UUID,UInt128) OK 85ms
/aggregate functions/first_value/Array(LowCardinality(Float32)) OK 75ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(UInt128)) OK 83ms
/aggregate functions/groupArray/Array(Nullable(FixedString(51))) OK 70ms
/aggregate functions/mannWhitneyUTest/single row with zero weight OK 41ms
/aggregate functions/mannWhitneyUTest/with group by OK 49ms
/aggregate functions/first_value/Array(LowCardinality(Float64)) OK 77ms
/aggregate functions/groupArray/Array(Nullable(UUID)) OK 79ms
/aggregate functions/last_value/Map(UUID,Int8) OK 85ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(Int8)) OK 89ms
/aggregate functions/mannWhitneyUTest/some negative values OK 53ms
/aggregate functions/first_value/Array(LowCardinality(Date)) OK 72ms
/aggregate functions/mannWhitneyUTest/NULL value handling OK 42ms
/aggregate functions/groupArray/Array(LowCardinality(UInt8)) OK 77ms
/aggregate functions/last_value/Map(UUID,Int16) OK 91ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(Int16)) OK 71ms
/aggregate functions/mannWhitneyUTest/weight NULL value handling OK 43ms
/aggregate functions/first_value/Array(LowCardinality(DateTime)) OK 82ms
/aggregate functions/groupArray/Array(LowCardinality(UInt16)) OK 77ms
/aggregate functions/mannWhitneyUTest/single NULL value OK 44ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(Int32)) OK 74ms
/aggregate functions/last_value/Map(UUID,Int32) OK 72ms
/aggregate functions/mannWhitneyUTest/return type OK 41ms
/aggregate functions/first_value/Array(LowCardinality(Bool)) OK 165ms
/aggregate functions/groupArray/Array(LowCardinality(UInt32)) OK 165ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(Int64)) OK 166ms
/aggregate functions/mannWhitneyUTest/doc example OK 118ms
/aggregate functions/last_value/Map(UUID,Int64) OK 153ms
/aggregate functions/mannWhitneyUTest/single value in 0 population OK 46ms
/aggregate functions/first_value/Array(LowCardinality(String)) OK 104ms
/aggregate functions/groupArray/Array(LowCardinality(UInt64)) OK 102ms
/aggregate functions/last_value/Map(UUID,Int128) OK 80ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(Int128)) OK 81ms
/aggregate functions/mannWhitneyUTest/single value in 1 population OK 41ms
/aggregate functions/mannWhitneyUTest/inf OK 51ms
/aggregate functions/last_value/Map(UUID,Float32) OK 77ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(Float32)) OK 81ms
/aggregate functions/first_value/Array(LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/groupArray/Array(LowCardinality(UInt128)) OK 82ms
/aggregate functions/mannWhitneyUTest/-inf OK 56ms
/aggregate functions/mannWhitneyUTest/nan OK 54ms
/aggregate functions/last_value/Map(UUID,Float64) OK 75ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(Float64)) OK 81ms
/aggregate functions/first_value/Array(LowCardinality(UUID)) OK 100ms
/aggregate functions/groupArray/Array(LowCardinality(Int8)) OK 96ms
/aggregate functions/mannWhitneyUTest/inf, -inf, nan OK 45ms
/aggregate functions/last_value/Map(UUID,Decimal128(38)) OK 313ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 298ms
/aggregate functions/mannWhitneyUTest/datatypes OK 1m 22s
/aggregate functions/mannWhitneyUTest/datatypes/permutations OK 1m 22s
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,uint8 OK 291ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(UInt8))) OK 261ms
/aggregate functions/groupArray/Array(LowCardinality(Int16)) OK 264ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(UInt16))) OK 152ms
/aggregate functions/groupArray/Array(LowCardinality(Int32)) OK 122ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(Date)) OK 148ms
/aggregate functions/last_value/Map(UUID,Date) OK 110ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,uint64 OK 135ms
/aggregate functions/last_value/Map(UUID,DateTime) OK 109ms
/aggregate functions/groupArray/Array(LowCardinality(Int64)) OK 117ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(UInt32))) OK 135ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,uint32 OK 111ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(DateTime)) OK 114ms
/aggregate functions/last_value/Map(UUID,DateTime64(3)) OK 120ms
/aggregate functions/groupArray/Array(LowCardinality(Int128)) OK 176ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,uint16 OK 164ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 152ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(UInt64))) OK 129ms
/aggregate functions/last_value/Map(UUID,Bool) OK 205ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(UInt128))) OK 117ms
/aggregate functions/groupArray/Array(LowCardinality(Float32)) OK 123ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(Bool)) OK 127ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,uint128 OK 111ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(Int8))) OK 131ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,nullable_uint8_ OK 137ms
/aggregate functions/groupArray/Array(LowCardinality(Float64)) OK 105ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(String)) OK 122ms
/aggregate functions/last_value/Map(UUID,String) OK 113ms
/aggregate functions/groupArray/Array(LowCardinality(Date)) OK 76ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(Int16))) OK 138ms
/aggregate functions/last_value/Map(UUID,FixedString(51)) OK 117ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(FixedString(51))) OK 117ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,nullable_uint64_ OK 118ms
/aggregate functions/groupArray/Array(LowCardinality(DateTime)) OK 89ms
/aggregate functions/last_value/Map(UUID,UUID) OK 79ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Nullable(UUID)) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,nullable_uint32_ OK 77ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/groupArray/Array(LowCardinality(Bool)) OK 83ms
/aggregate functions/last_value/Map(UUID,Nullable(UInt8)) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,nullable_uint16_ OK 75ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(UInt8)) OK 84ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/groupArray/Array(LowCardinality(String)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,nullable_uint128_ OK 73ms
/aggregate functions/last_value/Map(UUID,Nullable(UInt16)) OK 77ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(UInt16)) OK 74ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/groupArray/Array(LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,lowcardinality_uint8_ OK 78ms
/aggregate functions/last_value/Map(UUID,Nullable(UInt32)) OK 83ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(UInt32)) OK 80ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/groupArray/Array(LowCardinality(UUID)) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,lowcardinality_uint64_ OK 79ms
/aggregate functions/last_value/Map(UUID,Nullable(UInt64)) OK 88ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(UInt64)) OK 81ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(Float64))) OK 67ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,lowcardinality_uint32_ OK 78ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(UInt128)) OK 82ms
/aggregate functions/last_value/Map(UUID,Nullable(UInt128)) OK 77ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,lowcardinality_uint16_ OK 71ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/last_value/Map(UUID,Nullable(Int8)) OK 69ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Int8)) OK 75ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,lowcardinality_uint128_ OK 71ms
/aggregate functions/last_value/Map(UUID,Nullable(Int16)) OK 78ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Int16)) OK 81ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/last_value/Map(UUID,Nullable(Int32)) OK 74ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Int32)) OK 70ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/last_value/Map(UUID,Nullable(Int64)) OK 84ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Int64)) OK 83ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/last_value/Map(UUID,Nullable(Int128)) OK 89ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Int128)) OK 80ms
/aggregate functions/first_value/Array(LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(Int16))) OK 112ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Float32)) OK 83ms
/aggregate functions/last_value/Map(UUID,Nullable(Float32)) OK 79ms
/aggregate functions/first_value/Array(Array(String)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint8,lowcardinality_nullable_uint128__ OK 95ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/last_value/Map(UUID,Nullable(Float64)) OK 75ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Float64)) OK 68ms
/aggregate functions/first_value/Array(Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(Int64))) OK 98ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,uint8 OK 85ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Date)) OK 91ms
/aggregate functions/last_value/Map(UUID,Nullable(Decimal128(38))) OK 64ms
/aggregate functions/first_value/Array(Tuple(String)) OK 81ms
/aggregate functions/last_value/Map(UUID,Nullable(Date)) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,uint64 OK 93ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(DateTime)) OK 88ms
/aggregate functions/first_value/LowCardinality(UInt8) OK 64ms
/aggregate functions/last_value/Map(UUID,Nullable(DateTime)) OK 68ms
/aggregate functions/first_value/LowCardinality(UInt16) OK 93ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,uint32 OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Bool)) OK 80ms
/aggregate functions/last_value/Map(UUID,Nullable(DateTime64(3))) OK 68ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,uint16 OK 74ms
/aggregate functions/first_value/LowCardinality(UInt32) OK 87ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(String)) OK 75ms
/aggregate functions/last_value/Map(UUID,Nullable(Bool)) OK 72ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,uint128 OK 102ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/first_value/LowCardinality(UInt64) OK 76ms
/aggregate functions/last_value/Map(UUID,Nullable(String)) OK 85ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(UUID)) OK 86ms
/aggregate functions/first_value/LowCardinality(UInt128) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,nullable_uint8_ OK 77ms
/aggregate functions/last_value/Map(UUID,Nullable(FixedString(51))) OK 80ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/first_value/LowCardinality(Int8) OK 84ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,nullable_uint64_ OK 78ms
/aggregate functions/last_value/Map(UUID,Nullable(UUID)) OK 70ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/first_value/LowCardinality(Int16) OK 92ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/last_value/Map(UUID,LowCardinality(UInt8)) OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,nullable_uint32_ OK 82ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/last_value/Map(UUID,LowCardinality(UInt16)) OK 84ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 88ms
/aggregate functions/first_value/LowCardinality(Int32) OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,nullable_uint16_ OK 81ms
/aggregate functions/groupArray/Array(LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/last_value/Map(UUID,LowCardinality(UInt32)) OK 67ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,nullable_uint128_ OK 87ms
/aggregate functions/first_value/LowCardinality(Int64) OK 74ms
/aggregate functions/groupArray/Array(Array(String)) OK 71ms
/aggregate functions/last_value/Map(UUID,LowCardinality(UInt64)) OK 84ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/first_value/LowCardinality(Int128) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,lowcardinality_uint8_ OK 80ms
/aggregate functions/groupArray/Array(Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/last_value/Map(UUID,LowCardinality(UInt128)) OK 72ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/first_value/LowCardinality(Float32) OK 95ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,lowcardinality_uint64_ OK 80ms
/aggregate functions/groupArray/Array(Tuple(String)) OK 78ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Int8)) OK 69ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,lowcardinality_uint32_ OK 76ms
/aggregate functions/groupArray/LowCardinality(UInt8) OK 78ms
/aggregate functions/first_value/LowCardinality(Float64) OK 76ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Int16)) OK 71ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,lowcardinality_uint16_ OK 76ms
/aggregate functions/groupArray/LowCardinality(UInt16) OK 73ms
/aggregate functions/first_value/LowCardinality(Date) OK 81ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Int32)) OK 70ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,lowcardinality_uint128_ OK 80ms
/aggregate functions/groupArray/LowCardinality(UInt32) OK 70ms
/aggregate functions/first_value/LowCardinality(DateTime) OK 90ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Int64)) OK 66ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 72ms
/aggregate functions/groupArray/LowCardinality(UInt64) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Int128)) OK 73ms
/aggregate functions/first_value/LowCardinality(Bool) OK 89ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/groupArray/LowCardinality(UInt128) OK 83ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Float32)) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/first_value/LowCardinality(String) OK 77ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Float64)) OK 70ms
/aggregate functions/groupArray/LowCardinality(Int8) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/first_value/LowCardinality(FixedString(51)) OK 78ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Date)) OK 78ms
/aggregate functions/groupArray/LowCardinality(Int16) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/first_value/LowCardinality(UUID) OK 75ms
/aggregate functions/last_value/Map(UUID,LowCardinality(DateTime)) OK 77ms
/aggregate functions/groupArray/LowCardinality(Int32) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint64,lowcardinality_nullable_uint128__ OK 77ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/first_value/LowCardinality(Nullable(UInt8)) OK 95ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Bool)) OK 87ms
/aggregate functions/groupArray/LowCardinality(Int64) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,uint8 OK 78ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/first_value/LowCardinality(Nullable(UInt16)) OK 94ms
/aggregate functions/last_value/Map(UUID,LowCardinality(String)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,uint64 OK 85ms
/aggregate functions/groupArray/LowCardinality(Int128) OK 71ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/first_value/LowCardinality(Nullable(UInt32)) OK 107ms
/aggregate functions/last_value/Map(UUID,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/groupArray/LowCardinality(Float32) OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,uint32 OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/last_value/Map(UUID,LowCardinality(UUID)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,uint16 OK 73ms
/aggregate functions/groupArray/LowCardinality(Float64) OK 81ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Array(String)) OK 72ms
/aggregate functions/first_value/LowCardinality(Nullable(UInt64)) OK 141ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,uint128 OK 149ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 170ms
/aggregate functions/groupArray/LowCardinality(Date) OK 120ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(UInt16))) OK 108ms
/aggregate functions/first_value/LowCardinality(Nullable(UInt128)) OK 110ms
/aggregate functions/groupArray/LowCardinality(DateTime) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,nullable_uint8_ OK 110ms
/aggregate functions/groupUniqArray/Map(LowCardinality(String),Tuple(String)) OK 85ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/first_value/LowCardinality(Nullable(Int8)) OK 76ms
/aggregate functions/groupArray/LowCardinality(Bool) OK 151ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,nullable_uint64_ OK 77ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),UInt8) OK 84ms
/aggregate functions/first_value/LowCardinality(Nullable(Int16)) OK 94ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,nullable_uint32_ OK 94ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),UInt16) OK 73ms
/aggregate functions/groupArray/LowCardinality(String) OK 76ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(UInt128))) OK 66ms
/aggregate functions/first_value/LowCardinality(Nullable(Int32)) OK 100ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),UInt32) OK 83ms
/aggregate functions/groupArray/LowCardinality(FixedString(51)) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,nullable_uint16_ OK 83ms
/aggregate functions/first_value/LowCardinality(Nullable(Int64)) OK 102ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(Int16))) OK 107ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),UInt64) OK 85ms
/aggregate functions/groupArray/LowCardinality(UUID) OK 98ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,nullable_uint128_ OK 80ms
/aggregate functions/first_value/LowCardinality(Nullable(Int128)) OK 71ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),UInt128) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,lowcardinality_uint8_ OK 75ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(Int32))) OK 152ms
/aggregate functions/groupArray/LowCardinality(Nullable(UInt8)) OK 152ms
/aggregate functions/first_value/LowCardinality(Nullable(Float32)) OK 131ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Int8) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,lowcardinality_uint64_ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,lowcardinality_uint32_ OK 69ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Int16) OK 171ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(Int64))) OK 169ms
/aggregate functions/groupArray/LowCardinality(Nullable(UInt16)) OK 170ms
/aggregate functions/first_value/LowCardinality(Nullable(Float64)) OK 174ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,lowcardinality_uint16_ OK 117ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Int32) OK 89ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/groupArray/LowCardinality(Nullable(UInt32)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,lowcardinality_uint128_ OK 69ms
/aggregate functions/first_value/LowCardinality(Nullable(Date)) OK 89ms
/aggregate functions/groupArray/LowCardinality(Nullable(UInt64)) OK 100ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Int64) OK 86ms
/aggregate functions/first_value/LowCardinality(Nullable(DateTime)) OK 94ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(Float64))) OK 140ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 139ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Int128) OK 123ms
/aggregate functions/groupArray/LowCardinality(Nullable(UInt128)) OK 110ms
/aggregate functions/first_value/LowCardinality(Nullable(Bool)) OK 109ms
/aggregate functions/groupArray/LowCardinality(Nullable(Int8)) OK 83ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Float32) OK 80ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/first_value/LowCardinality(Nullable(String)) OK 76ms
/aggregate functions/groupArray/LowCardinality(Nullable(Int16)) OK 100ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Float64) OK 83ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/first_value/LowCardinality(Nullable(FixedString(51))) OK 89ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 86ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint32,lowcardinality_nullable_uint128__ OK 96ms
/aggregate functions/groupArray/LowCardinality(Nullable(Int32)) OK 78ms
/aggregate functions/first_value/LowCardinality(Nullable(UUID)) OK 88ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(String))) OK 115ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Date) OK 121ms
/aggregate functions/groupArray/LowCardinality(Nullable(Int64)) OK 103ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,uint8 OK 98ms
/aggregate functions/first_value/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 579ms
/aggregate functions/groupArray/LowCardinality(Nullable(Int128)) OK 108ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,uint64 OK 98ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),DateTime) OK 87ms
/aggregate functions/last_value/Map(UUID,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 94ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,uint32 OK 67ms
/aggregate functions/groupArray/LowCardinality(Nullable(Float32)) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,uint16 OK 87ms
/aggregate functions/groupArray/LowCardinality(Nullable(Float64)) OK 77ms
/aggregate functions/last_value/Map(UUID,Array(String)) OK 90ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Bool) OK 73ms
/aggregate functions/groupArray/LowCardinality(Nullable(Date)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,uint128 OK 86ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),String) OK 99ms
/aggregate functions/last_value/Map(UUID,Map(String,LowCardinality(Float64))) OK 90ms
/aggregate functions/groupArray/LowCardinality(Nullable(DateTime)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,nullable_uint8_ OK 69ms
/aggregate functions/last_value/Map(UUID,Tuple(String)) OK 79ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 80ms
/aggregate functions/groupArray/LowCardinality(Nullable(Bool)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,nullable_uint64_ OK 81ms
/aggregate functions/last_value/Map(LowCardinality(String),UInt8) OK 78ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),UUID) OK 78ms
/aggregate functions/groupArray/LowCardinality(Nullable(String)) OK 81ms
/aggregate functions/max OK 2m 14s
/aggregate functions/max/constant OK 53ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,nullable_uint32_ OK 70ms
/aggregate functions/last_value/Map(LowCardinality(String),UInt16) OK 71ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 131ms
/aggregate functions/max/zero rows OK 42ms
/aggregate functions/groupArray/LowCardinality(Nullable(FixedString(51))) OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,nullable_uint16_ OK 83ms
/aggregate functions/max/with group by OK 62ms
/aggregate functions/last_value/Map(LowCardinality(String),UInt32) OK 110ms
/aggregate functions/max/NULL value handling OK 58ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,nullable_uint128_ OK 80ms
/aggregate functions/groupArray/LowCardinality(Nullable(UUID)) OK 84ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 84ms
/aggregate functions/last_value/Map(LowCardinality(String),UInt64) OK 76ms
/aggregate functions/max/inf OK 41ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,lowcardinality_uint8_ OK 101ms
/aggregate functions/groupArray/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 601ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 88ms
/aggregate functions/max/-inf OK 40ms
/aggregate functions/last_value/Map(LowCardinality(String),UInt128) OK 80ms
/aggregate functions/max/nan OK 47ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 101ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,lowcardinality_uint64_ OK 95ms
/aggregate functions/max/inf, -inf, nan OK 77ms
/aggregate functions/last_value/Map(LowCardinality(String),Int8) OK 84ms
/aggregate functions/max/UInt8 OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,lowcardinality_uint32_ OK 71ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 80ms
/aggregate functions/last_value/Map(LowCardinality(String),Int16) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,lowcardinality_uint16_ OK 72ms
/aggregate functions/max/UInt16 OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 71ms
/aggregate functions/last_value/Map(LowCardinality(String),Int32) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,lowcardinality_uint128_ OK 123ms
/aggregate functions/max/UInt32 OK 119ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 114ms
/aggregate functions/last_value/Map(LowCardinality(String),Int64) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/last_value/Map(LowCardinality(String),Int128) OK 76ms
/aggregate functions/max/UInt64 OK 86ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 78ms
/aggregate functions/last_value/Map(LowCardinality(String),Float32) OK 92ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/max/UInt128 OK 86ms
/aggregate functions/groupArray/max size OK 454ms
/aggregate functions/last_value/Map(LowCardinality(String),Float64) OK 78ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 78ms
/aggregate functions/max/Int8 OK 93ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/last_value/Map(LowCardinality(String),Decimal128(38)) OK 82ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 85ms
/aggregate functions/max/Int16 OK 122ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 112ms
/aggregate functions/last_value/Map(LowCardinality(String),Date) OK 115ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 119ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint16,lowcardinality_nullable_uint128__ OK 98ms
/aggregate functions/max/Int32 OK 78ms
/aggregate functions/last_value/Map(LowCardinality(String),DateTime) OK 86ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 90ms
/aggregate functions/max/Int64 OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,uint8 OK 79ms
/aggregate functions/last_value/Map(LowCardinality(String),DateTime64(3)) OK 89ms
/aggregate functions/max/Int128 OK 72ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,uint64 OK 94ms
/aggregate functions/meanZTest OK 55s 224ms
/aggregate functions/meanZTest/single value in 0 population OK 61ms
/aggregate functions/max/Float32 OK 88ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 73ms
/aggregate functions/last_value/Map(LowCardinality(String),Bool) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,uint32 OK 71ms
/aggregate functions/meanZTest/single value in 1 population OK 46ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 86ms
/aggregate functions/last_value/Map(LowCardinality(String),String) OK 85ms
/aggregate functions/max/Float64 OK 71ms
/aggregate functions/meanZTest/constant OK 40ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,uint16 OK 81ms
/aggregate functions/meanZTest/zero rows OK 42ms
/aggregate functions/max/Decimal128(38) OK 83ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 71ms
/aggregate functions/last_value/Map(LowCardinality(String),FixedString(51)) OK 75ms
/aggregate functions/meanZTest/single row OK 49ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,uint128 OK 84ms
/aggregate functions/meanZTest/single row with zero weight OK 51ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 79ms
/aggregate functions/max/Date OK 76ms
/aggregate functions/last_value/Map(LowCardinality(String),UUID) OK 79ms
/aggregate functions/meanZTest/with group by OK 49ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,nullable_uint8_ OK 84ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 90ms
/aggregate functions/max/DateTime OK 77ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(UInt8)) OK 78ms
/aggregate functions/meanZTest/some negative values OK 43ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,nullable_uint64_ OK 75ms
/aggregate functions/meanZTest/NULL value handling OK 57ms
/aggregate functions/max/DateTime64(3) OK 77ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(UInt16)) OK 99ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 88ms
/aggregate functions/meanZTest/weight NULL value handling OK 41ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,nullable_uint32_ OK 120ms
/aggregate functions/meanZTest/single NULL value OK 86ms
/aggregate functions/max/Bool OK 88ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 80ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(UInt32)) OK 69ms
/aggregate functions/meanZTest/return type OK 63ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,nullable_uint16_ OK 70ms
/aggregate functions/max/String OK 89ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(UInt64)) OK 72ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 87ms
/aggregate functions/meanZTest/doc example OK 55ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,nullable_uint128_ OK 78ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(UInt128)) OK 71ms
/aggregate functions/max/FixedString(51) OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 82ms
/aggregate functions/meanZTest/inf OK 44ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,lowcardinality_uint8_ OK 102ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(Int8)) OK 91ms
/aggregate functions/meanZTest/-inf OK 44ms
/aggregate functions/max/UUID OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 76ms
/aggregate functions/meanZTest/nan OK 50ms
/aggregate functions/max/Map(UInt8,UInt8) OK 102ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(Int16)) OK 100ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,lowcardinality_uint64_ OK 99ms
/aggregate functions/meanZTest/inf, -inf, nan OK 57ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 71ms
/aggregate functions/meanZTest/datatypes OK 54s 332ms
/aggregate functions/meanZTest/datatypes/permutations OK 54s 331ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,uint8 OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 83ms
/aggregate functions/max/Map(UInt8,UInt16) OK 99ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(Int32)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,lowcardinality_uint32_ OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,uint64 OK 85ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 68ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(Int64)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,lowcardinality_uint16_ OK 72ms
/aggregate functions/max/Map(UInt8,UInt32) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,uint32 OK 92ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 78ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(Int128)) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,lowcardinality_uint128_ OK 70ms
/aggregate functions/max/Map(UInt8,UInt64) OK 83ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,uint16 OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(Float32)) OK 88ms
/aggregate functions/max/Map(UInt8,UInt128) OK 93ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,nullable_uint8_ OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(Float64)) OK 92ms
/aggregate functions/max/Map(UInt8,Int8) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,nullable_uint64_ OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 81ms
/aggregate functions/max/Map(UInt8,Int16) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,nullable_uint32_ OK 80ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/max/Map(UInt8,Int32) OK 71ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(Date)) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,nullable_uint16_ OK 70ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/uint128,lowcardinality_nullable_uint128__ OK 71ms
/aggregate functions/max/Map(UInt8,Int64) OK 84ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(DateTime)) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,lowcardinality_uint8_ OK 72ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,uint8 OK 76ms
/aggregate functions/max/Map(UInt8,Int128) OK 72ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,lowcardinality_uint64_ OK 76ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,uint64 OK 75ms
/aggregate functions/max/Map(UInt8,Float32) OK 83ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(Bool)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,lowcardinality_uint32_ OK 67ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,uint32 OK 69ms
/aggregate functions/max/Map(UInt8,Float64) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,lowcardinality_uint16_ OK 68ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(String)) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,uint16 OK 89ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/max/Map(UInt8,Decimal128(38)) OK 83ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(FixedString(51))) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,uint128 OK 71ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/max/Map(UInt8,Date) OK 68ms
/aggregate functions/last_value/Map(LowCardinality(String),Nullable(UUID)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 77ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/max/Map(UInt8,DateTime) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(UInt8)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 84ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/max/Map(UInt8,DateTime64(3)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(UInt16)) OK 71ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 77ms
/aggregate functions/max/Map(UInt8,Bool) OK 80ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(UInt32)) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,uint8 OK 83ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 70ms
/aggregate functions/max/Map(UInt8,String) OK 78ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(UInt64)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,uint64 OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,nullable_uint128_ OK 84ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/max/Map(UInt8,FixedString(51)) OK 81ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(UInt128)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,uint32 OK 85ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 83ms
/aggregate functions/max/Map(UInt8,UUID) OK 74ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Int8)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,uint16 OK 74ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 77ms
/aggregate functions/max/Map(UInt8,Nullable(UInt8)) OK 76ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Int16)) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,nullable_uint8_ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 77ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/max/Map(UInt8,Nullable(UInt16)) OK 69ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Int32)) OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,nullable_uint64_ OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 81ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/max/Map(UInt8,Nullable(UInt32)) OK 79ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Int64)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,nullable_uint32_ OK 76ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint128_ OK 75ms
/aggregate functions/max/Map(UInt8,Nullable(UInt64)) OK 78ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Int128)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,nullable_uint16_ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/max/Map(UInt8,Nullable(UInt128)) OK 75ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Float32)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,lowcardinality_uint8_ OK 70ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/max/Map(UInt8,Nullable(Int8)) OK 80ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Float64)) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,lowcardinality_uint64_ OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/max/Map(UInt8,Nullable(Int16)) OK 76ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Date)) OK 99ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,lowcardinality_uint32_ OK 114ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/max/Map(UInt8,Nullable(Int32)) OK 69ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(DateTime)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,lowcardinality_uint16_ OK 80ms
/aggregate functions/max/Map(UInt8,Nullable(Int64)) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint128__ OK 80ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Bool)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/max/Map(UInt8,Nullable(Int128)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,uint8 OK 78ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(String)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/max/Map(UInt8,Nullable(Float32)) OK 96ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,uint64 OK 79ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 94ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,uint32 OK 75ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(UUID)) OK 76ms
/aggregate functions/max/Map(UInt8,Nullable(Float64)) OK 87ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,uint16 OK 82ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/max/Map(UInt8,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Array(String)) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,uint8 OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,uint128 OK 73ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/max/Map(UInt8,Nullable(Date)) OK 91ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,uint64 OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 89ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/groupUniqArray/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 75ms
/aggregate functions/max/Map(UInt8,Nullable(DateTime)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,uint32 OK 71ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 74ms
/aggregate functions/groupUniqArray/Nullable(UInt8) OK 78ms
/aggregate functions/max/Map(UInt8,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,uint16 OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 82ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 116ms
/aggregate functions/groupUniqArray/Nullable(UInt16) OK 80ms
/aggregate functions/max/Map(UInt8,Nullable(Bool)) OK 104ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,nullable_uint8_ OK 94ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 132ms
/aggregate functions/groupUniqArray/Nullable(UInt32) OK 109ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 92ms
/aggregate functions/max/Map(UInt8,Nullable(String)) OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,nullable_uint64_ OK 66ms
/aggregate functions/max/Map(UInt8,Nullable(FixedString(51))) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,nullable_uint32_ OK 82ms
/aggregate functions/groupUniqArray/Nullable(UInt64) OK 74ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,nullable_uint128_ OK 68ms
/aggregate functions/max/Map(UInt8,Nullable(UUID)) OK 90ms
/aggregate functions/groupUniqArray/Nullable(UInt128) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,nullable_uint16_ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 90ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,lowcardinality_uint8_ OK 89ms
/aggregate functions/groupUniqArray/Nullable(Int8) OK 74ms
/aggregate functions/max/Map(UInt8,LowCardinality(UInt8)) OK 88ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 71ms
/aggregate functions/groupUniqArray/Nullable(Int16) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,lowcardinality_uint64_ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 87ms
/aggregate functions/max/Map(UInt8,LowCardinality(UInt16)) OK 68ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/groupUniqArray/Nullable(Int32) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,lowcardinality_uint32_ OK 75ms
/aggregate functions/max/Map(UInt8,LowCardinality(UInt32)) OK 76ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,lowcardinality_uint16_ OK 95ms
/aggregate functions/groupUniqArray/Nullable(Int64) OK 77ms
/aggregate functions/max/Map(UInt8,LowCardinality(UInt64)) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint128_ OK 84ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/groupUniqArray/Nullable(Int128) OK 76ms
/aggregate functions/max/Map(UInt8,LowCardinality(UInt128)) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/groupUniqArray/Nullable(Float32) OK 82ms
/aggregate functions/max/Map(UInt8,LowCardinality(Int8)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/groupUniqArray/Nullable(Float64) OK 85ms
/aggregate functions/max/Map(UInt8,LowCardinality(Int16)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 140ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 139ms
/aggregate functions/max/Map(UInt8,LowCardinality(Int32)) OK 82ms
/aggregate functions/groupUniqArray/Nullable(Decimal128(38)) OK 77ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 132ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/meanZTest/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/groupUniqArray/Nullable(Date) OK 94ms
/aggregate functions/max/Map(UInt8,LowCardinality(Int64)) OK 73ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 109ms
/aggregate functions/max/Map(UInt8,LowCardinality(Int128)) OK 93ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint128__ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,uint8 OK 78ms
/aggregate functions/groupUniqArray/Nullable(DateTime) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,uint8 OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,uint64 OK 86ms
/aggregate functions/max/Map(UInt8,LowCardinality(Float32)) OK 97ms
/aggregate functions/groupUniqArray/Nullable(DateTime64(3)) OK 95ms
/aggregate functions/last_value/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,uint64 OK 80ms
/aggregate functions/last_value/Map(LowCardinality(String),Array(String)) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,uint32 OK 68ms
/aggregate functions/max/Map(UInt8,LowCardinality(Float64)) OK 73ms
/aggregate functions/groupUniqArray/Nullable(Bool) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,uint32 OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,uint16 OK 72ms
/aggregate functions/last_value/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/max/Map(UInt8,LowCardinality(Date)) OK 85ms
/aggregate functions/groupUniqArray/Nullable(String) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,uint16 OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,nullable_uint8_ OK 74ms
/aggregate functions/last_value/Map(LowCardinality(String),Tuple(String)) OK 81ms
/aggregate functions/groupUniqArray/Nullable(FixedString(51)) OK 79ms
/aggregate functions/max/Map(UInt8,LowCardinality(DateTime)) OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,uint128 OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,nullable_uint64_ OK 70ms
/aggregate functions/max/Map(UInt8,LowCardinality(Bool)) OK 89ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),UInt8) OK 80ms
/aggregate functions/groupUniqArray/Nullable(UUID) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,nullable_uint32_ OK 77ms
/aggregate functions/groupUniqArray/Array(UInt8) OK 80ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),UInt16) OK 88ms
/aggregate functions/max/Map(UInt8,LowCardinality(String)) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,nullable_uint16_ OK 76ms
/aggregate functions/groupUniqArray/Array(UInt16) OK 83ms
/aggregate functions/max/Map(UInt8,LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),UInt32) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,lowcardinality_uint8_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 83ms
/aggregate functions/groupUniqArray/Array(UInt32) OK 89ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),UInt64) OK 94ms
/aggregate functions/max/Map(UInt8,LowCardinality(UUID)) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,lowcardinality_uint64_ OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 72ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/groupUniqArray/Array(UInt64) OK 90ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),UInt128) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,lowcardinality_uint32_ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,nullable_uint128_ OK 70ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Int8) OK 76ms
/aggregate functions/groupUniqArray/Array(UInt128) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,lowcardinality_uint16_ OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 71ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Int16) OK 101ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 76ms
/aggregate functions/groupUniqArray/Array(Int8) OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 67ms
/aggregate functions/groupUniqArray/Array(Int16) OK 96ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Int32) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Int64) OK 80ms
/aggregate functions/groupUniqArray/Array(Int32) OK 69ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint128_ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/groupUniqArray/Array(Int64) OK 90ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Int128) OK 79ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,uint8 OK 73ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Float32) OK 75ms
/aggregate functions/groupUniqArray/Array(Int128) OK 75ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,uint64 OK 78ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Float64) OK 84ms
/aggregate functions/groupUniqArray/Array(Float32) OK 90ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 118ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,uint32 OK 92ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 69ms
/aggregate functions/groupUniqArray/Array(Float64) OK 128ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(Int128))) OK 121ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,uint16 OK 93ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Date) OK 88ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/groupUniqArray/Array(Decimal128(38)) OK 94ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),DateTime) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint128__ OK 87ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/groupUniqArray/Array(Date) OK 95ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 89ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,uint8 OK 73ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,uint64 OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 82ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Bool) OK 72ms
/aggregate functions/groupUniqArray/Array(DateTime) OK 80ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,uint32 OK 93ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),String) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 73ms
/aggregate functions/groupUniqArray/Array(DateTime64(3)) OK 77ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 85ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 78ms
/aggregate functions/groupUniqArray/Array(Bool) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,uint16 OK 67ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(String))) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,uint128 OK 82ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),UUID) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 82ms
/aggregate functions/groupUniqArray/Array(String) OK 79ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 87ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 78ms
/aggregate functions/groupUniqArray/Array(FixedString(51)) OK 74ms
/aggregate functions/max/Map(UInt8,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 85ms
/aggregate functions/groupUniqArray/Array(UUID) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 81ms
/aggregate functions/max/Map(UInt8,Array(String)) OK 72ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 92ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/groupUniqArray/Array(Nullable(UInt8)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 70ms
/aggregate functions/max/Map(UInt8,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 83ms
/aggregate functions/groupUniqArray/Array(Nullable(UInt16)) OK 96ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 85ms
/aggregate functions/max/Map(UInt8,Tuple(String)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,nullable_uint128_ OK 71ms
/aggregate functions/max/Map(UInt16,UInt8) OK 120ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 115ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 69ms
/aggregate functions/groupUniqArray/Array(Nullable(UInt32)) OK 112ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 68ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 120ms
/aggregate functions/max/Map(UInt16,UInt16) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/groupUniqArray/Array(Nullable(UInt64)) OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 82ms
/aggregate functions/max/Map(UInt16,UInt32) OK 95ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,uint8 OK 101ms
/aggregate functions/groupUniqArray/Array(Nullable(UInt128)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 90ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 90ms
/aggregate functions/groupUniqArray/Array(Nullable(Int8)) OK 80ms
/aggregate functions/max/Map(UInt16,UInt64) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,uint64 OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 71ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 83ms
/aggregate functions/groupUniqArray/Array(Nullable(Int16)) OK 84ms
/aggregate functions/max/Map(UInt16,UInt128) OK 94ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint128_ OK 93ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,uint32 OK 90ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 82ms
/aggregate functions/groupUniqArray/Array(Nullable(Int32)) OK 83ms
/aggregate functions/max/Map(UInt16,Int8) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,uint16 OK 69ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 69ms
/aggregate functions/groupUniqArray/Array(Nullable(Int64)) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 82ms
/aggregate functions/max/Map(UInt16,Int16) OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 78ms
/aggregate functions/groupUniqArray/Array(Nullable(Int128)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/max/Map(UInt16,Int32) OK 72ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 73ms
/aggregate functions/groupUniqArray/Array(Nullable(Float32)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 89ms
/aggregate functions/max/Map(UInt16,Int64) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 79ms
/aggregate functions/groupUniqArray/Array(Nullable(Float64)) OK 77ms
/aggregate functions/max/Map(UInt16,Int128) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint128__ OK 85ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 74ms
/aggregate functions/groupUniqArray/Array(Nullable(Decimal128(38))) OK 75ms
/aggregate functions/max/Map(UInt16,Float32) OK 91ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,uint8 OK 73ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 100ms
/aggregate functions/groupUniqArray/Array(Nullable(Date)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,uint64 OK 81ms
/aggregate functions/max/Map(UInt16,Float64) OK 73ms
/aggregate functions/groupUniqArray/Array(Nullable(DateTime)) OK 77ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 86ms
/aggregate functions/max/Map(UInt16,Decimal128(38)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,uint32 OK 79ms
/aggregate functions/groupUniqArray/Array(Nullable(DateTime64(3))) OK 69ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 82ms
/aggregate functions/max/Map(UInt16,Date) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,uint16 OK 81ms
/aggregate functions/groupUniqArray/Array(Nullable(Bool)) OK 76ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/max/Map(UInt16,DateTime) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,uint128 OK 84ms
/aggregate functions/groupUniqArray/Array(Nullable(String)) OK 73ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 70ms
/aggregate functions/max/Map(UInt16,DateTime64(3)) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/groupUniqArray/Array(Nullable(FixedString(51))) OK 98ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,nullable_uint8_ OK 90ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 74ms
/aggregate functions/max/Map(UInt16,Bool) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,nullable_uint64_ OK 72ms
/aggregate functions/groupUniqArray/Array(Nullable(UUID)) OK 72ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 71ms
/aggregate functions/max/Map(UInt16,String) OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,nullable_uint32_ OK 80ms
/aggregate functions/groupUniqArray/Array(LowCardinality(UInt8)) OK 80ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,uint8 OK 79ms
/aggregate functions/max/Map(UInt16,FixedString(51)) OK 94ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,nullable_uint16_ OK 96ms
/aggregate functions/groupUniqArray/Array(LowCardinality(UInt16)) OK 90ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,uint64 OK 69ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 80ms
/aggregate functions/max/Map(UInt16,UUID) OK 91ms
/aggregate functions/groupUniqArray/Array(LowCardinality(UInt32)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,nullable_uint128_ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,uint32 OK 73ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 129ms
/aggregate functions/groupUniqArray/Array(LowCardinality(UInt64)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,lowcardinality_uint8_ OK 126ms
/aggregate functions/max/Map(UInt16,Nullable(UInt8)) OK 118ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,uint16 OK 92ms
/aggregate functions/groupUniqArray/Array(LowCardinality(UInt128)) OK 110ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 103ms
/aggregate functions/max/Map(UInt16,Nullable(UInt16)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,lowcardinality_uint64_ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 92ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Int8)) OK 77ms
/aggregate functions/max/Map(UInt16,Nullable(UInt32)) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,lowcardinality_uint32_ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 92ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 87ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Int16)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,lowcardinality_uint16_ OK 85ms
/aggregate functions/max/Map(UInt16,Nullable(UInt64)) OK 91ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 76ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Int32)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,lowcardinality_uint128_ OK 85ms
/aggregate functions/max/Map(UInt16,Nullable(UInt128)) OK 74ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 68ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Int64)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,lowcardinality_nullable_uint8__ OK 137ms
/aggregate functions/max/Map(UInt16,Nullable(Int8)) OK 135ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 124ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 116ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Int128)) OK 151ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/max/Map(UInt16,Nullable(Int16)) OK 77ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Float32)) OK 72ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 79ms
/aggregate functions/max/Map(UInt16,Nullable(Int32)) OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 78ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Float64)) OK 74ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 82ms
/aggregate functions/max/Map(UInt16,Nullable(Int64)) OK 67ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Date)) OK 75ms
/aggregate functions/max/Map(UInt16,Nullable(Int128)) OK 78ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_uint128_,lowcardinality_nullable_uint128__ OK 97ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 100ms
/aggregate functions/groupUniqArray/Array(LowCardinality(DateTime)) OK 72ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 85ms
/aggregate functions/max/Map(UInt16,Nullable(Float32)) OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,uint8 OK 86ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Bool)) OK 83ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/max/Map(UInt16,Nullable(Float64)) OK 88ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,uint64 OK 74ms
/aggregate functions/groupUniqArray/Array(LowCardinality(String)) OK 76ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 93ms
/aggregate functions/max/Map(UInt16,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,uint32 OK 139ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 147ms
/aggregate functions/groupUniqArray/Array(LowCardinality(FixedString(51))) OK 125ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/max/Map(UInt16,Nullable(Date)) OK 74ms
/aggregate functions/groupUniqArray/Array(LowCardinality(UUID)) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,uint16 OK 78ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 97ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,uint8 OK 74ms
/aggregate functions/max/Map(UInt16,Nullable(DateTime)) OK 86ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,uint128 OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,uint64 OK 75ms
/aggregate functions/max/Map(UInt16,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,uint32 OK 68ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/max/Map(UInt16,Nullable(Bool)) OK 83ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,uint16 OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 69ms
/aggregate functions/max/Map(UInt16,Nullable(String)) OK 89ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 92ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 74ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/max/Map(UInt16,Nullable(FixedString(51))) OK 79ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 72ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/max/Map(UInt16,Nullable(UUID)) OK 80ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,nullable_uint128_ OK 78ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/max/Map(UInt16,LowCardinality(UInt8)) OK 80ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 74ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/max/Map(UInt16,LowCardinality(UInt16)) OK 78ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(Int32))) OK 105ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 97ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 87ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/max/Map(UInt16,LowCardinality(UInt32)) OK 135ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 77ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(Int64))) OK 91ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 68ms
/aggregate functions/max/Map(UInt16,LowCardinality(UInt64)) OK 76ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,lowcardinality_uint128_ OK 85ms
/aggregate functions/max/Map(UInt16,LowCardinality(UInt128)) OK 80ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 105ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/max/Map(UInt16,LowCardinality(Int8)) OK 81ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/max/Map(UInt16,LowCardinality(Int16)) OK 78ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/max/Map(UInt16,LowCardinality(Int32)) OK 96ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/max/Map(UInt16,LowCardinality(Int64)) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/max/Map(UInt16,LowCardinality(Int128)) OK 95ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(String))) OK 91ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint128__ OK 86ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,uint8 OK 72ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Array(String)) OK 94ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,uint64 OK 87ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/max/Map(UInt16,LowCardinality(Float32)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,uint8 OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,uint64 OK 82ms
/aggregate functions/max/Map(UInt16,LowCardinality(Float64)) OK 97ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,uint32 OK 84ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/groupUniqArray/Array(LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,uint32 OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,uint16 OK 86ms
/aggregate functions/last_value/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 82ms
/aggregate functions/max/Map(UInt16,LowCardinality(Date)) OK 73ms
/aggregate functions/groupUniqArray/Array(Array(String)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,uint16 OK 105ms
/aggregate functions/max/Map(UInt16,LowCardinality(DateTime)) OK 83ms
/aggregate functions/last_value/Nullable(UInt8) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 103ms
/aggregate functions/groupUniqArray/Array(Map(String,LowCardinality(Float64))) OK 98ms
/aggregate functions/max/Map(UInt16,LowCardinality(Bool)) OK 77ms
/aggregate functions/last_value/Nullable(UInt16) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,uint128 OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 79ms
/aggregate functions/groupUniqArray/Array(Tuple(String)) OK 70ms
/aggregate functions/last_value/Nullable(UInt32) OK 76ms
/aggregate functions/max/Map(UInt16,LowCardinality(String)) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 81ms
/aggregate functions/groupUniqArray/LowCardinality(UInt8) OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 70ms
/aggregate functions/last_value/Nullable(UInt64) OK 75ms
/aggregate functions/max/Map(UInt16,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 80ms
/aggregate functions/groupUniqArray/LowCardinality(UInt16) OK 74ms
/aggregate functions/last_value/Nullable(UInt128) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 83ms
/aggregate functions/max/Map(UInt16,LowCardinality(UUID)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 82ms
/aggregate functions/groupUniqArray/LowCardinality(UInt32) OK 87ms
/aggregate functions/last_value/Nullable(Int8) OK 77ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 73ms
/aggregate functions/groupUniqArray/LowCardinality(UInt64) OK 78ms
/aggregate functions/last_value/Nullable(Int16) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,nullable_uint128_ OK 78ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 83ms
/aggregate functions/groupUniqArray/LowCardinality(UInt128) OK 79ms
/aggregate functions/last_value/Nullable(Int32) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 78ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 93ms
/aggregate functions/groupUniqArray/LowCardinality(Int8) OK 89ms
/aggregate functions/last_value/Nullable(Int64) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 82ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/groupUniqArray/LowCardinality(Int16) OK 72ms
/aggregate functions/last_value/Nullable(Int128) OK 110ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 100ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 98ms
/aggregate functions/groupUniqArray/LowCardinality(Int32) OK 103ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 79ms
/aggregate functions/last_value/Nullable(Float32) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/groupUniqArray/LowCardinality(Int64) OK 72ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/last_value/Nullable(Float64) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,lowcardinality_uint128_ OK 83ms
/aggregate functions/groupUniqArray/LowCardinality(Int128) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/last_value/Nullable(Decimal128(38)) OK 77ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/groupUniqArray/LowCardinality(Float32) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,uint8 OK 75ms
/aggregate functions/last_value/Nullable(Date) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/groupUniqArray/LowCardinality(Float64) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,uint64 OK 84ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/last_value/Nullable(DateTime) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/groupUniqArray/LowCardinality(Date) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,uint32 OK 75ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/last_value/Nullable(DateTime64(3)) OK 78ms
/aggregate functions/groupUniqArray/LowCardinality(DateTime) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,uint16 OK 87ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint128__ OK 82ms
/aggregate functions/last_value/Nullable(Bool) OK 74ms
/aggregate functions/groupUniqArray/LowCardinality(Bool) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 79ms
/aggregate functions/last_value/Nullable(String) OK 88ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,uint8 OK 73ms
/aggregate functions/groupUniqArray/LowCardinality(String) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 81ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,uint64 OK 71ms
/aggregate functions/last_value/Nullable(FixedString(51)) OK 74ms
/aggregate functions/groupUniqArray/LowCardinality(FixedString(51)) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,uint32 OK 72ms
/aggregate functions/last_value/Nullable(UUID) OK 85ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/groupUniqArray/LowCardinality(UUID) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,uint16 OK 80ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/last_value/Array(UInt8) OK 75ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(UInt8)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,uint128 OK 73ms
/aggregate functions/last_value/Array(UInt16) OK 76ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(UInt16)) OK 89ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 72ms
/aggregate functions/last_value/Array(UInt32) OK 86ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(UInt32)) OK 90ms
/aggregate functions/max/Map(UInt16,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 79ms
/aggregate functions/last_value/Array(UInt64) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 79ms
/aggregate functions/max/Map(UInt16,Array(String)) OK 81ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(UInt64)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 78ms
/aggregate functions/last_value/Array(UInt128) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/max/Map(UInt16,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(UInt128)) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 72ms
/aggregate functions/last_value/Array(Int8) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/max/Map(UInt16,Tuple(String)) OK 80ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(Int8)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,nullable_uint128_ OK 86ms
/aggregate functions/last_value/Array(Int16) OK 74ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(Int16)) OK 79ms
/aggregate functions/max/Map(UInt32,UInt8) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 70ms
/aggregate functions/last_value/Array(Int32) OK 75ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(Int32)) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/max/Map(UInt32,UInt16) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 78ms
/aggregate functions/last_value/Array(Int64) OK 81ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(Int64)) OK 93ms
/aggregate functions/max/Map(UInt32,UInt32) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,uint8 OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 75ms
/aggregate functions/last_value/Array(Int128) OK 71ms
/aggregate functions/max/Map(UInt32,UInt64) OK 126ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,uint64 OK 84ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(Int128)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 116ms
/aggregate functions/last_value/Array(Float32) OK 93ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(Float32)) OK 123ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,uint32 OK 106ms
/aggregate functions/max/Map(UInt32,UInt128) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,lowcardinality_uint128_ OK 84ms
/aggregate functions/last_value/Array(Float64) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,uint16 OK 75ms
/aggregate functions/max/Map(UInt32,Int8) OK 88ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(Float64)) OK 92ms
/aggregate functions/last_value/Array(Decimal128(38)) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 73ms
/aggregate functions/max/Map(UInt32,Int16) OK 74ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(Date)) OK 87ms
/aggregate functions/last_value/Array(Date) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 74ms
/aggregate functions/max/Map(UInt32,Int32) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 100ms
/aggregate functions/last_value/Array(DateTime) OK 74ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(DateTime)) OK 93ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 76ms
/aggregate functions/max/Map(UInt32,Int64) OK 85ms
/aggregate functions/last_value/Array(DateTime64(3)) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(Bool)) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 76ms
/aggregate functions/last_value/Array(Bool) OK 79ms
/aggregate functions/max/Map(UInt32,Int128) OK 75ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(String)) OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint128__ OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 84ms
/aggregate functions/last_value/Array(String) OK 85ms
/aggregate functions/max/Map(UInt32,Float32) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,uint8 OK 74ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(FixedString(51))) OK 162ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 162ms
/aggregate functions/max/Map(UInt32,Float64) OK 126ms
/aggregate functions/last_value/Array(FixedString(51)) OK 127ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,uint64 OK 192ms
/aggregate functions/groupUniqArray/LowCardinality(Nullable(UUID)) OK 106ms
/aggregate functions/max/Map(UInt32,Decimal128(38)) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 81ms
/aggregate functions/last_value/Array(UUID) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 94ms
/aggregate functions/max/Map(UInt32,Date) OK 89ms
/aggregate functions/last_value/Array(Nullable(UInt8)) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,uint32 OK 76ms
/aggregate functions/groupUniqArray/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 651ms
/aggregate functions/last_value/Array(Nullable(UInt16)) OK 104ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,uint16 OK 74ms
/aggregate functions/max/Map(UInt32,DateTime) OK 101ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 103ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,uint128 OK 83ms
/aggregate functions/last_value/Array(Nullable(UInt32)) OK 98ms
/aggregate functions/max/Map(UInt32,DateTime64(3)) OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/max/Map(UInt32,Bool) OK 92ms
/aggregate functions/last_value/Array(Nullable(UInt64)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/last_value/Array(Nullable(UInt128)) OK 71ms
/aggregate functions/max/Map(UInt32,String) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 108ms
/aggregate functions/last_value/Array(Nullable(Int8)) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,uint8 OK 85ms
/aggregate functions/max/Map(UInt32,FixedString(51)) OK 116ms
/aggregate functions/last_value/Array(Nullable(Int16)) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,uint64 OK 76ms
/aggregate functions/max/Map(UInt32,UUID) OK 102ms
/aggregate functions/last_value/Array(Nullable(Int32)) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,uint32 OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,nullable_uint128_ OK 88ms
/aggregate functions/last_value/Array(Nullable(Int64)) OK 155ms
/aggregate functions/groupUniqArray/max size OK 535ms
/aggregate functions/max/Map(UInt32,Nullable(UInt8)) OK 156ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,uint16 OK 141ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 152ms
/aggregate functions/last_value/Array(Nullable(Int128)) OK 93ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 99ms
/aggregate functions/max/Map(UInt32,Nullable(UInt16)) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 89ms
/aggregate functions/max/Map(UInt32,Nullable(UInt32)) OK 73ms
/aggregate functions/last_value/Array(Nullable(Float32)) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 81ms
/aggregate functions/max/Map(UInt32,Nullable(UInt64)) OK 70ms
/aggregate functions/last_value/Array(Nullable(Float64)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 74ms
/aggregate functions/max/Map(UInt32,Nullable(UInt128)) OK 92ms
/aggregate functions/last_value/Array(Nullable(Decimal128(38))) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,lowcardinality_uint128_ OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 77ms
/aggregate functions/last_value/Array(Nullable(Date)) OK 95ms
/aggregate functions/max/Map(UInt32,Nullable(Int8)) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/groupUniqArray/duplicates OK 42ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/max/Map(UInt32,Nullable(Int16)) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 78ms
/aggregate functions/last_value/Array(Nullable(DateTime)) OK 82ms
/aggregate functions/min OK 2m 16s
/aggregate functions/min/constant OK 56ms
/aggregate functions/min/zero rows OK 51ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/max/Map(UInt32,Nullable(Int32)) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 84ms
/aggregate functions/last_value/Array(Nullable(DateTime64(3))) OK 76ms
/aggregate functions/min/with group by OK 50ms
/aggregate functions/max/Map(UInt32,Nullable(Int64)) OK 84ms
/aggregate functions/last_value/Array(Nullable(Bool)) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 73ms
/aggregate functions/min/NULL value handling OK 60ms
/aggregate functions/min/inf OK 46ms
/aggregate functions/max/Map(UInt32,Nullable(Int128)) OK 88ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint128__ OK 77ms
/aggregate functions/last_value/Array(Nullable(String)) OK 81ms
/aggregate functions/min/-inf OK 37ms
/aggregate functions/min/nan OK 49ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,uint8 OK 80ms
/aggregate functions/max/Map(UInt32,Nullable(Float32)) OK 90ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/last_value/Array(Nullable(FixedString(51))) OK 87ms
/aggregate functions/min/inf, -inf, nan OK 63ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,uint64 OK 75ms
/aggregate functions/max/Map(UInt32,Nullable(Float64)) OK 72ms
/aggregate functions/last_value/Array(Nullable(UUID)) OK 72ms
/aggregate functions/min/UInt8 OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,uint32 OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/max/Map(UInt32,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/last_value/Array(LowCardinality(UInt8)) OK 80ms
/aggregate functions/min/UInt16 OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,uint16 OK 69ms
/aggregate functions/min/UInt32 OK 83ms
/aggregate functions/last_value/Array(LowCardinality(UInt16)) OK 70ms
/aggregate functions/max/Map(UInt32,Nullable(Date)) OK 89ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,uint8 OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,uint128 OK 71ms
/aggregate functions/last_value/Array(LowCardinality(UInt32)) OK 75ms
/aggregate functions/min/UInt64 OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,uint64 OK 75ms
/aggregate functions/max/Map(UInt32,Nullable(DateTime)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,nullable_uint8_ OK 76ms
/aggregate functions/min/UInt128 OK 71ms
/aggregate functions/last_value/Array(LowCardinality(UInt64)) OK 80ms
/aggregate functions/max/Map(UInt32,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,uint32 OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,nullable_uint64_ OK 75ms
/aggregate functions/min/Int8 OK 80ms
/aggregate functions/last_value/Array(LowCardinality(UInt128)) OK 76ms
/aggregate functions/max/Map(UInt32,Nullable(Bool)) OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,uint16 OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,nullable_uint32_ OK 78ms
/aggregate functions/min/Int16 OK 70ms
/aggregate functions/last_value/Array(LowCardinality(Int8)) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 79ms
/aggregate functions/max/Map(UInt32,Nullable(String)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,nullable_uint16_ OK 72ms
/aggregate functions/min/Int32 OK 71ms
/aggregate functions/last_value/Array(LowCardinality(Int16)) OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 82ms
/aggregate functions/max/Map(UInt32,Nullable(FixedString(51))) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,nullable_uint128_ OK 72ms
/aggregate functions/min/Int64 OK 68ms
/aggregate functions/last_value/Array(LowCardinality(Int32)) OK 73ms
/aggregate functions/max/Map(UInt32,Nullable(UUID)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,lowcardinality_uint8_ OK 84ms
/aggregate functions/min/Int128 OK 77ms
/aggregate functions/last_value/Array(LowCardinality(Int64)) OK 75ms
/aggregate functions/max/Map(UInt32,LowCardinality(UInt8)) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,lowcardinality_uint64_ OK 74ms
/aggregate functions/min/Float32 OK 71ms
/aggregate functions/last_value/Array(LowCardinality(Int128)) OK 75ms
/aggregate functions/max/Map(UInt32,LowCardinality(UInt16)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,lowcardinality_uint32_ OK 74ms
/aggregate functions/min/Float64 OK 67ms
/aggregate functions/last_value/Array(LowCardinality(Float32)) OK 74ms
/aggregate functions/max/Map(UInt32,LowCardinality(UInt32)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 83ms
/aggregate functions/min/Decimal128(38) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,lowcardinality_uint16_ OK 74ms
/aggregate functions/last_value/Array(LowCardinality(Float64)) OK 72ms
/aggregate functions/max/Map(UInt32,LowCardinality(UInt64)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 70ms
/aggregate functions/min/Date OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,lowcardinality_uint128_ OK 70ms
/aggregate functions/last_value/Array(LowCardinality(Date)) OK 70ms
/aggregate functions/max/Map(UInt32,LowCardinality(UInt128)) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 122ms
/aggregate functions/min/DateTime OK 104ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,lowcardinality_nullable_uint8__ OK 103ms
/aggregate functions/last_value/Array(LowCardinality(DateTime)) OK 80ms
/aggregate functions/max/Map(UInt32,LowCardinality(Int8)) OK 110ms
/aggregate functions/min/DateTime64(3) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/last_value/Array(LowCardinality(Bool)) OK 73ms
/aggregate functions/max/Map(UInt32,LowCardinality(Int16)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/last_value/Array(LowCardinality(String)) OK 75ms
/aggregate functions/min/Bool OK 84ms
/aggregate functions/max/Map(UInt32,LowCardinality(Int32)) OK 70ms
/aggregate functions/last_value/Array(LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 66ms
/aggregate functions/min/String OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/max/Map(UInt32,LowCardinality(Int64)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/last_value/Array(LowCardinality(UUID)) OK 83ms
/aggregate functions/min/FixedString(51) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_int128_,lowcardinality_nullable_uint128__ OK 72ms
/aggregate functions/max/Map(UInt32,LowCardinality(Int128)) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,uint8 OK 72ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/min/UUID OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,uint8 OK 79ms
/aggregate functions/max/Map(UInt32,LowCardinality(Float32)) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,uint64 OK 82ms
/aggregate functions/min/Map(UInt8,UInt8) OK 72ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,uint64 OK 74ms
/aggregate functions/max/Map(UInt32,LowCardinality(Float64)) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,uint32 OK 86ms
/aggregate functions/min/Map(UInt8,UInt16) OK 70ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,uint32 OK 72ms
/aggregate functions/max/Map(UInt32,LowCardinality(Date)) OK 74ms
/aggregate functions/min/Map(UInt8,UInt32) OK 91ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,uint16 OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,uint16 OK 83ms
/aggregate functions/max/Map(UInt32,LowCardinality(DateTime)) OK 68ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(UInt128))) OK 94ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 83ms
/aggregate functions/min/Map(UInt8,UInt64) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,uint128 OK 72ms
/aggregate functions/max/Map(UInt32,LowCardinality(Bool)) OK 70ms
/aggregate functions/min/Map(UInt8,UInt128) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 95ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 98ms
/aggregate functions/max/Map(UInt32,LowCardinality(String)) OK 91ms
/aggregate functions/min/Map(UInt8,Int8) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 86ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/max/Map(UInt32,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 81ms
/aggregate functions/min/Map(UInt8,Int16) OK 69ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 79ms
/aggregate functions/max/Map(UInt32,LowCardinality(UUID)) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 73ms
/aggregate functions/min/Map(UInt8,Int32) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 91ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 85ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/min/Map(UInt8,Int64) OK 69ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 140ms
/aggregate functions/min/Map(UInt8,Int128) OK 140ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 127ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,nullable_uint128_ OK 128ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(Int128))) OK 116ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 92ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/min/Map(UInt8,Float32) OK 89ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 90ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 82ms
/aggregate functions/min/Map(UInt8,Float64) OK 77ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 105ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(Date))) OK 96ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/min/Map(UInt8,Decimal128(38)) OK 96ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 86ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(DateTime))) OK 95ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 92ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/min/Map(UInt8,Date) OK 75ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/min/Map(UInt8,DateTime) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,lowcardinality_uint128_ OK 74ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/min/Map(UInt8,DateTime64(3)) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(String))) OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,uint8 OK 93ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/min/Map(UInt8,Bool) OK 77ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/last_value/Array(LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/min/Map(UInt8,String) OK 66ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,uint64 OK 82ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/min/Map(UInt8,FixedString(51)) OK 90ms
/aggregate functions/last_value/Array(Array(String)) OK 79ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,uint32 OK 77ms
/aggregate functions/last_value/Array(Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/min/Map(UInt8,UUID) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint128__ OK 78ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(Float64))) OK 65ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,uint16 OK 78ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/last_value/Array(Tuple(String)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,uint8 OK 91ms
/aggregate functions/min/Map(UInt8,Nullable(UInt8)) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 78ms
/aggregate functions/last_value/LowCardinality(UInt8) OK 94ms
/aggregate functions/min/Map(UInt8,Nullable(UInt16)) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 72ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,uint64 OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 80ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/min/Map(UInt8,Nullable(UInt32)) OK 83ms
/aggregate functions/last_value/LowCardinality(UInt16) OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,uint32 OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 73ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(String))) OK 119ms
/aggregate functions/min/Map(UInt8,Nullable(UInt64)) OK 108ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,uint16 OK 106ms
/aggregate functions/last_value/LowCardinality(UInt32) OK 98ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 107ms
/aggregate functions/min/Map(UInt8,Nullable(UInt128)) OK 98ms
/aggregate functions/last_value/LowCardinality(UInt64) OK 70ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,uint128 OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 69ms
/aggregate functions/last_value/LowCardinality(UInt128) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 81ms
/aggregate functions/max/Map(UInt32,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/min/Map(UInt8,Nullable(Int8)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 78ms
/aggregate functions/last_value/LowCardinality(Int8) OK 93ms
/aggregate functions/max/Map(UInt32,Array(String)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 72ms
/aggregate functions/min/Map(UInt8,Nullable(Int16)) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 79ms
/aggregate functions/last_value/LowCardinality(Int16) OK 97ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 72ms
/aggregate functions/max/Map(UInt32,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/min/Map(UInt8,Nullable(Int32)) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 69ms
/aggregate functions/max/Map(UInt32,Tuple(String)) OK 70ms
/aggregate functions/min/Map(UInt8,Nullable(Int64)) OK 79ms
/aggregate functions/last_value/LowCardinality(Int32) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,nullable_uint128_ OK 76ms
/aggregate functions/max/Map(UInt64,UInt8) OK 75ms
/aggregate functions/min/Map(UInt8,Nullable(Int128)) OK 78ms
/aggregate functions/last_value/LowCardinality(Int64) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 69ms
/aggregate functions/max/Map(UInt64,UInt16) OK 83ms
/aggregate functions/min/Map(UInt8,Nullable(Float32)) OK 87ms
/aggregate functions/last_value/LowCardinality(Int128) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 80ms
/aggregate functions/max/Map(UInt64,UInt32) OK 71ms
/aggregate functions/last_value/LowCardinality(Float32) OK 92ms
/aggregate functions/min/Map(UInt8,Nullable(Float64)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,uint8 OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 79ms
/aggregate functions/max/Map(UInt64,UInt64) OK 71ms
/aggregate functions/min/Map(UInt8,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/last_value/LowCardinality(Float64) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,uint64 OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 75ms
/aggregate functions/max/Map(UInt64,UInt128) OK 70ms
/aggregate functions/min/Map(UInt8,Nullable(Date)) OK 80ms
/aggregate functions/last_value/LowCardinality(Date) OK 97ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,uint32 OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,lowcardinality_uint128_ OK 77ms
/aggregate functions/max/Map(UInt64,Int8) OK 78ms
/aggregate functions/min/Map(UInt8,Nullable(DateTime)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,uint16 OK 75ms
/aggregate functions/last_value/LowCardinality(DateTime) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/max/Map(UInt64,Int16) OK 73ms
/aggregate functions/min/Map(UInt8,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/max/Map(UInt64,Int32) OK 78ms
/aggregate functions/last_value/LowCardinality(Bool) OK 134ms
/aggregate functions/min/Map(UInt8,Nullable(Bool)) OK 107ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 75ms
/aggregate functions/max/Map(UInt64,Int64) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/last_value/LowCardinality(String) OK 79ms
/aggregate functions/min/Map(UInt8,Nullable(String)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 89ms
/aggregate functions/max/Map(UInt64,Int128) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/min/Map(UInt8,Nullable(FixedString(51))) OK 78ms
/aggregate functions/last_value/LowCardinality(FixedString(51)) OK 67ms
/aggregate functions/max/Map(UInt64,Float32) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint128__ OK 70ms
/aggregate functions/last_value/LowCardinality(UUID) OK 84ms
/aggregate functions/min/Map(UInt8,Nullable(UUID)) OK 72ms
/aggregate functions/max/Map(UInt64,Float64) OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,uint8 OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 80ms
/aggregate functions/min/Map(UInt8,LowCardinality(UInt8)) OK 84ms
/aggregate functions/last_value/LowCardinality(Nullable(UInt8)) OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,uint64 OK 74ms
/aggregate functions/max/Map(UInt64,Decimal128(38)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 73ms
/aggregate functions/min/Map(UInt8,LowCardinality(UInt16)) OK 69ms
/aggregate functions/last_value/LowCardinality(Nullable(UInt16)) OK 103ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,uint32 OK 88ms
/aggregate functions/max/Map(UInt64,Date) OK 88ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 82ms
/aggregate functions/min/Map(UInt8,LowCardinality(UInt32)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,uint16 OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 68ms
/aggregate functions/max/Map(UInt64,DateTime) OK 78ms
/aggregate functions/last_value/LowCardinality(Nullable(UInt32)) OK 97ms
/aggregate functions/min/Map(UInt8,LowCardinality(UInt64)) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,uint128 OK 85ms
/aggregate functions/max/Map(UInt64,DateTime64(3)) OK 84ms
/aggregate functions/last_value/LowCardinality(Nullable(UInt64)) OK 108ms
/aggregate functions/min/Map(UInt8,LowCardinality(UInt128)) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 76ms
/aggregate functions/max/Map(UInt64,Bool) OK 67ms
/aggregate functions/min/Map(UInt8,LowCardinality(Int8)) OK 71ms
/aggregate functions/last_value/LowCardinality(Nullable(UInt128)) OK 70ms
/aggregate functions/max/Map(UInt64,String) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 86ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/min/Map(UInt8,LowCardinality(Int16)) OK 76ms
/aggregate functions/last_value/LowCardinality(Nullable(Int8)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/max/Map(UInt64,FixedString(51)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 67ms
/aggregate functions/min/Map(UInt8,LowCardinality(Int32)) OK 78ms
/aggregate functions/last_value/LowCardinality(Nullable(Int16)) OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 87ms
/aggregate functions/max/Map(UInt64,UUID) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,uint8 OK 79ms
/aggregate functions/min/Map(UInt8,LowCardinality(Int64)) OK 75ms
/aggregate functions/last_value/LowCardinality(Nullable(Int32)) OK 89ms
/aggregate functions/max/Map(UInt64,Nullable(UInt8)) OK 110ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint128_ OK 110ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,uint64 OK 110ms
/aggregate functions/min/Map(UInt8,LowCardinality(Int128)) OK 98ms
/aggregate functions/last_value/LowCardinality(Nullable(Int64)) OK 99ms
/aggregate functions/min/Map(UInt8,LowCardinality(Float32)) OK 78ms
/aggregate functions/max/Map(UInt64,Nullable(UInt16)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,uint32 OK 76ms
/aggregate functions/last_value/LowCardinality(Nullable(Int128)) OK 79ms
/aggregate functions/max/Map(UInt64,Nullable(UInt32)) OK 96ms
/aggregate functions/min/Map(UInt8,LowCardinality(Float64)) OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,uint16 OK 75ms
/aggregate functions/last_value/LowCardinality(Nullable(Float32)) OK 97ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 72ms
/aggregate functions/max/Map(UInt64,Nullable(UInt64)) OK 73ms
/aggregate functions/min/Map(UInt8,LowCardinality(Date)) OK 69ms
/aggregate functions/last_value/LowCardinality(Nullable(Float64)) OK 98ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 72ms
/aggregate functions/min/Map(UInt8,LowCardinality(DateTime)) OK 77ms
/aggregate functions/max/Map(UInt64,Nullable(UInt128)) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint128_ OK 77ms
/aggregate functions/max/Map(UInt64,Nullable(Int8)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 69ms
/aggregate functions/min/Map(UInt8,LowCardinality(Bool)) OK 85ms
/aggregate functions/last_value/LowCardinality(Nullable(Date)) OK 105ms
/aggregate functions/max/Map(UInt64,Nullable(Int16)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/min/Map(UInt8,LowCardinality(String)) OK 70ms
/aggregate functions/last_value/LowCardinality(Nullable(DateTime)) OK 97ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/max/Map(UInt64,Nullable(Int32)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 78ms
/aggregate functions/min/Map(UInt8,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/last_value/LowCardinality(Nullable(Bool)) OK 95ms
/aggregate functions/max/Map(UInt64,Nullable(Int64)) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 67ms
/aggregate functions/min/Map(UInt8,LowCardinality(UUID)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/max/Map(UInt64,Nullable(Int128)) OK 86ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/last_value/LowCardinality(Nullable(String)) OK 81ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 96ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint128__ OK 72ms
/aggregate functions/max/Map(UInt64,Nullable(Float32)) OK 79ms
/aggregate functions/last_value/LowCardinality(Nullable(FixedString(51))) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,uint8 OK 78ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/max/Map(UInt64,Nullable(Float64)) OK 87ms
/aggregate functions/last_value/LowCardinality(Nullable(UUID)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,uint64 OK 93ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/last_value/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 602ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/max/Map(UInt64,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/max/Map(UInt64,Nullable(Date)) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,uint32 OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 105ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,uint16 OK 79ms
/aggregate functions/max/Map(UInt64,Nullable(DateTime)) OK 73ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,uint128 OK 74ms
/aggregate functions/max/Map(UInt64,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,uint8 OK 73ms
/aggregate functions/max/Map(UInt64,Nullable(Bool)) OK 170ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 162ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,uint64 OK 119ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(Int64))) OK 146ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,uint32 OK 100ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 85ms
/aggregate functions/max/Map(UInt64,Nullable(String)) OK 77ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,uint16 OK 92ms
/aggregate functions/max/Map(UInt64,Nullable(FixedString(51))) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 86ms
/aggregate functions/quantile OK 4s 503ms
/aggregate functions/quantile/constant OK 48ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/max/Map(UInt64,Nullable(UUID)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 76ms
/aggregate functions/quantile/zero rows OK 46ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/quantile/single row OK 42ms
/aggregate functions/max/Map(UInt64,LowCardinality(UInt8)) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint128_ OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 81ms
/aggregate functions/quantile/with group by OK 41ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/quantile/some negative values OK 46ms
/aggregate functions/max/Map(UInt64,LowCardinality(UInt16)) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 71ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/quantile/NULL value handling OK 38ms
/aggregate functions/quantile/single NULL value OK 40ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 89ms
/aggregate functions/max/Map(UInt64,LowCardinality(UInt32)) OK 83ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/quantile/return type OK 37ms
/aggregate functions/quantile/doc example OK 43ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 88ms
/aggregate functions/max/Map(UInt64,LowCardinality(UInt64)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 75ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/quantile/inf OK 42ms
/aggregate functions/quantile/-inf OK 43ms
/aggregate functions/max/Map(UInt64,LowCardinality(UInt128)) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 87ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 86ms
/aggregate functions/quantile/nan OK 47ms
/aggregate functions/quantile/inf, -inf, nan OK 52ms
/aggregate functions/max/Map(UInt64,LowCardinality(Int8)) OK 81ms
/aggregate functions/min/Map(UInt8,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint128_ OK 77ms
/aggregate functions/quantile/UInt8 OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 86ms
/aggregate functions/min/Map(UInt8,Array(String)) OK 88ms
/aggregate functions/max/Map(UInt64,LowCardinality(Int16)) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/quantile/UInt16 OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/max/Map(UInt64,LowCardinality(Int32)) OK 71ms
/aggregate functions/min/Map(UInt8,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/quantile/UInt32 OK 65ms
/aggregate functions/max/Map(UInt64,LowCardinality(Int64)) OK 91ms
/aggregate functions/min/Map(UInt8,Tuple(String)) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/quantile/UInt64 OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 117ms
/aggregate functions/min/Map(UInt16,UInt8) OK 76ms
/aggregate functions/max/Map(UInt64,LowCardinality(Int128)) OK 101ms
/aggregate functions/quantile/Int8 OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 103ms
/aggregate functions/min/Map(UInt16,UInt16) OK 104ms
/aggregate functions/quantile/Int16 OK 105ms
/aggregate functions/max/Map(UInt64,LowCardinality(Float32)) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint128__ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,uint8 OK 93ms
/aggregate functions/min/Map(UInt16,UInt32) OK 89ms
/aggregate functions/quantile/Int32 OK 69ms
/aggregate functions/max/Map(UInt64,LowCardinality(Float64)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,uint8 OK 67ms
/aggregate functions/quantile/Int64 OK 69ms
/aggregate functions/max/Map(UInt64,LowCardinality(Date)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,uint64 OK 73ms
/aggregate functions/min/Map(UInt16,UInt64) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,uint64 OK 72ms
/aggregate functions/quantile/Float32 OK 84ms
/aggregate functions/max/Map(UInt64,LowCardinality(DateTime)) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,uint32 OK 98ms
/aggregate functions/min/Map(UInt16,UInt128) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,uint32 OK 66ms
/aggregate functions/max/Map(UInt64,LowCardinality(Bool)) OK 75ms
/aggregate functions/quantile/Float64 OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,uint16 OK 89ms
/aggregate functions/min/Map(UInt16,Int8) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,uint16 OK 73ms
/aggregate functions/max/Map(UInt64,LowCardinality(String)) OK 107ms
/aggregate functions/quantile/Decimal128(38) OK 97ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,uint128 OK 82ms
/aggregate functions/min/Map(UInt16,Int16) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 86ms
/aggregate functions/max/Map(UInt64,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/quantile/Date OK 72ms
/aggregate functions/min/Map(UInt16,Int32) OK 77ms
/aggregate functions/quantile/DateTime OK 114ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 131ms
/aggregate functions/max/Map(UInt64,LowCardinality(UUID)) OK 102ms
/aggregate functions/min/Map(UInt16,Int64) OK 127ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 106ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/quantile/Nullable(UInt8) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 69ms
/aggregate functions/min/Map(UInt16,Int128) OK 69ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 69ms
/aggregate functions/quantile/Nullable(UInt16) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 72ms
/aggregate functions/min/Map(UInt16,Float32) OK 66ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 77ms
/aggregate functions/quantile/Nullable(UInt32) OK 69ms
/aggregate functions/min/Map(UInt16,Float64) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint128_ OK 67ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/quantile/Nullable(UInt64) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 70ms
/aggregate functions/min/Map(UInt16,Decimal128(38)) OK 70ms
/aggregate functions/quantile/Nullable(Int8) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 70ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 73ms
/aggregate functions/min/Map(UInt16,Date) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantile/Nullable(Int16) OK 70ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(Int8))) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 72ms
/aggregate functions/min/Map(UInt16,DateTime) OK 74ms
/aggregate functions/quantile/Nullable(Int32) OK 72ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 78ms
/aggregate functions/min/Map(UInt16,DateTime64(3)) OK 84ms
/aggregate functions/quantile/Nullable(Int64) OK 81ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint128_ OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/min/Map(UInt16,Bool) OK 71ms
/aggregate functions/quantile/Nullable(Float32) OK 73ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/min/Map(UInt16,String) OK 70ms
/aggregate functions/quantile/Nullable(Float64) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 75ms
/aggregate functions/min/Map(UInt16,FixedString(51)) OK 67ms
/aggregate functions/quantile/Nullable(Decimal128(38)) OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/min/Map(UInt16,UUID) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/quantile/Nullable(Date) OK 93ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/min/Map(UInt16,Nullable(UInt8)) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 64ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 80ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/min/Map(UInt16,Nullable(UInt16)) OK 74ms
/aggregate functions/quantile/Nullable(DateTime) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint128__ OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 94ms
/aggregate functions/min/Map(UInt16,Nullable(UInt32)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,uint8 OK 69ms
/aggregate functions/quantile/LowCardinality(UInt8) OK 70ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,uint64 OK 96ms
/aggregate functions/quantile/LowCardinality(UInt16) OK 77ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/min/Map(UInt16,Nullable(UInt64)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 79ms
/aggregate functions/quantile/LowCardinality(UInt32) OK 78ms
/aggregate functions/min/Map(UInt16,Nullable(UInt128)) OK 93ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 65ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,uint32 OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 69ms
/aggregate functions/quantile/LowCardinality(UInt64) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,uint16 OK 82ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/min/Map(UInt16,Nullable(Int8)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 69ms
/aggregate functions/quantile/LowCardinality(Int8) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,uint128 OK 81ms
/aggregate functions/max/Map(UInt64,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/min/Map(UInt16,Nullable(Int16)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantile/LowCardinality(Int16) OK 91ms
/aggregate functions/max/Map(UInt64,Array(String)) OK 86ms
/aggregate functions/min/Map(UInt16,Nullable(Int32)) OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 78ms
/aggregate functions/max/Map(UInt64,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/quantile/LowCardinality(Int32) OK 74ms
/aggregate functions/min/Map(UInt16,Nullable(Int64)) OK 65ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 75ms
/aggregate functions/min/Map(UInt16,Nullable(Int128)) OK 97ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 83ms
/aggregate functions/quantile/LowCardinality(Int64) OK 85ms
/aggregate functions/max/Map(UInt64,Tuple(String)) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 84ms
/aggregate functions/max/Map(UInt128,UInt8) OK 72ms
/aggregate functions/quantile/LowCardinality(Float32) OK 77ms
/aggregate functions/min/Map(UInt16,Nullable(Float32)) OK 67ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/max/Map(UInt128,UInt16) OK 84ms
/aggregate functions/min/Map(UInt16,Nullable(Float64)) OK 95ms
/aggregate functions/quantile/LowCardinality(Float64) OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint128_ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/max/Map(UInt128,UInt32) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/quantile/LowCardinality(Date) OK 98ms
/aggregate functions/min/Map(UInt16,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 86ms
/aggregate functions/max/Map(UInt128,UInt64) OK 79ms
/aggregate functions/min/Map(UInt16,Nullable(Date)) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 71ms
/aggregate functions/quantile/LowCardinality(DateTime) OK 64ms
/aggregate functions/max/Map(UInt128,UInt128) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 69ms
/aggregate functions/min/Map(UInt16,Nullable(DateTime)) OK 73ms
/aggregate functions/quantile/LowCardinality(Nullable(UInt8)) OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/max/Map(UInt128,Int8) OK 95ms
/aggregate functions/min/Map(UInt16,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/quantile/LowCardinality(Nullable(UInt16)) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint128_ OK 67ms
/aggregate functions/min/Map(UInt16,Nullable(Bool)) OK 93ms
/aggregate functions/quantile/LowCardinality(Nullable(UInt32)) OK 69ms
/aggregate functions/max/Map(UInt128,Int16) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/quantile/LowCardinality(Nullable(UInt64)) OK 83ms
/aggregate functions/max/Map(UInt128,Int32) OK 79ms
/aggregate functions/min/Map(UInt16,Nullable(String)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/quantile/LowCardinality(Nullable(Int8)) OK 73ms
/aggregate functions/max/Map(UInt128,Int64) OK 76ms
/aggregate functions/min/Map(UInt16,Nullable(FixedString(51))) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 65ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/quantile/LowCardinality(Nullable(Int16)) OK 72ms
/aggregate functions/max/Map(UInt128,Int128) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 82ms
/aggregate functions/min/Map(UInt16,Nullable(UUID)) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/quantile/LowCardinality(Nullable(Int32)) OK 77ms
/aggregate functions/max/Map(UInt128,Float32) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 67ms
/aggregate functions/min/Map(UInt16,LowCardinality(UInt8)) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint128__ OK 81ms
/aggregate functions/quantile/LowCardinality(Nullable(Int64)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 72ms
/aggregate functions/max/Map(UInt128,Float64) OK 88ms
/aggregate functions/min/Map(UInt16,LowCardinality(UInt16)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,uint8 OK 105ms
/aggregate functions/quantile/LowCardinality(Nullable(Float32)) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 85ms
/aggregate functions/min/Map(UInt16,LowCardinality(UInt32)) OK 73ms
/aggregate functions/max/Map(UInt128,Decimal128(38)) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,uint64 OK 95ms
/aggregate functions/min/Map(UInt16,LowCardinality(UInt64)) OK 100ms
/aggregate functions/quantile/LowCardinality(Nullable(Float64)) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 70ms
/aggregate functions/max/Map(UInt128,Date) OK 69ms
/aggregate functions/quantile/LowCardinality(Nullable(Date)) OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 82ms
/aggregate functions/max/Map(UInt128,DateTime) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,uint32 OK 79ms
/aggregate functions/min/Map(UInt16,LowCardinality(UInt128)) OK 70ms
/aggregate functions/quantile/LowCardinality(Nullable(DateTime)) OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/max/Map(UInt128,DateTime64(3)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,uint16 OK 70ms
/aggregate functions/min/Map(UInt16,LowCardinality(Int8)) OK 74ms
/aggregate functions/quantileBFloat16 OK 3s 751ms
/aggregate functions/quantileBFloat16/constant OK 40ms
/aggregate functions/max/Map(UInt128,Bool) OK 135ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,uint128 OK 137ms
/aggregate functions/min/Map(UInt16,LowCardinality(Int16)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/quantileBFloat16/zero rows OK 37ms
/aggregate functions/quantileBFloat16/single row OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 132ms
/aggregate functions/min/Map(UInt16,LowCardinality(Int32)) OK 134ms
/aggregate functions/max/Map(UInt128,String) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 85ms
/aggregate functions/quantileBFloat16/with group by OK 48ms
/aggregate functions/quantileBFloat16/some negative values OK 40ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/min/Map(UInt16,LowCardinality(Int64)) OK 75ms
/aggregate functions/max/Map(UInt128,FixedString(51)) OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 72ms
/aggregate functions/quantileBFloat16/NULL value handling OK 38ms
/aggregate functions/quantileBFloat16/single NULL value OK 43ms
/aggregate functions/min/Map(UInt16,LowCardinality(Int128)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 73ms
/aggregate functions/max/Map(UInt128,UUID) OK 73ms
/aggregate functions/quantileBFloat16/return type OK 36ms
/aggregate functions/quantileBFloat16/doc example OK 40ms
/aggregate functions/min/Map(UInt16,LowCardinality(Float32)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 93ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 84ms
/aggregate functions/max/Map(UInt128,Nullable(UInt8)) OK 84ms
/aggregate functions/quantileBFloat16/inf OK 38ms
/aggregate functions/quantileBFloat16/-inf OK 41ms
/aggregate functions/min/Map(UInt16,LowCardinality(Float64)) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint128_ OK 84ms
/aggregate functions/max/Map(UInt128,Nullable(UInt16)) OK 79ms
/aggregate functions/quantileBFloat16/nan OK 37ms
/aggregate functions/quantileBFloat16/inf, -inf, nan OK 43ms
/aggregate functions/min/Map(UInt16,LowCardinality(Date)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 80ms
/aggregate functions/max/Map(UInt128,Nullable(UInt32)) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 67ms
/aggregate functions/quantileBFloat16/UInt8 OK 68ms
/aggregate functions/min/Map(UInt16,LowCardinality(DateTime)) OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 82ms
/aggregate functions/quantileBFloat16/UInt16 OK 70ms
/aggregate functions/max/Map(UInt128,Nullable(UInt64)) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 81ms
/aggregate functions/quantileBFloat16/UInt32 OK 86ms
/aggregate functions/max/Map(UInt128,Nullable(UInt128)) OK 76ms
/aggregate functions/min/Map(UInt16,LowCardinality(Bool)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 80ms
/aggregate functions/max/Map(UInt128,Nullable(Int8)) OK 83ms
/aggregate functions/min/Map(UInt16,LowCardinality(String)) OK 81ms
/aggregate functions/quantileBFloat16/UInt64 OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint128_ OK 86ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 77ms
/aggregate functions/quantileBFloat16/Int8 OK 68ms
/aggregate functions/max/Map(UInt128,Nullable(Int16)) OK 72ms
/aggregate functions/min/Map(UInt16,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/quantileBFloat16/Int16 OK 96ms
/aggregate functions/max/Map(UInt128,Nullable(Int32)) OK 92ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 79ms
/aggregate functions/min/Map(UInt16,LowCardinality(UUID)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 65ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 121ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 129ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 121ms
/aggregate functions/quantileBFloat16/Int32 OK 122ms
/aggregate functions/max/Map(UInt128,Nullable(Int64)) OK 113ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/max/Map(UInt128,Nullable(Int128)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 78ms
/aggregate functions/quantileBFloat16/Int64 OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/max/Map(UInt128,Nullable(Float32)) OK 70ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/quantileBFloat16/Float32 OK 86ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint128__ OK 76ms
/aggregate functions/max/Map(UInt128,Nullable(Float64)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/quantileBFloat16/Float64 OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,uint8 OK 79ms
/aggregate functions/max/Map(UInt128,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 66ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/quantileBFloat16/Nullable(UInt8) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,uint64 OK 70ms
/aggregate functions/max/Map(UInt128,Nullable(Date)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantileBFloat16/Nullable(UInt16) OK 71ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,uint32 OK 90ms
/aggregate functions/max/Map(UInt128,Nullable(DateTime)) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 65ms
/aggregate functions/quantileBFloat16/Nullable(UInt32) OK 86ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(Int16))) OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 96ms
/aggregate functions/max/Map(UInt128,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,uint16 OK 89ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(Int32))) OK 68ms
/aggregate functions/quantileBFloat16/Nullable(UInt64) OK 71ms
/aggregate functions/max/Map(UInt128,Nullable(Bool)) OK 72ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,uint128 OK 70ms
/aggregate functions/quantileBFloat16/Nullable(Int8) OK 71ms
/aggregate functions/max/Map(UInt128,Nullable(String)) OK 69ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,nullable_uint8_ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 82ms
/aggregate functions/quantileBFloat16/Nullable(Int16) OK 75ms
/aggregate functions/max/Map(UInt128,Nullable(FixedString(51))) OK 70ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,nullable_uint64_ OK 93ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 84ms
/aggregate functions/quantileBFloat16/Nullable(Int32) OK 77ms
/aggregate functions/max/Map(UInt128,Nullable(UUID)) OK 74ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/quantileBFloat16/Nullable(Int64) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,nullable_uint32_ OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 71ms
/aggregate functions/max/Map(UInt128,LowCardinality(UInt8)) OK 118ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/quantileBFloat16/Nullable(Float32) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,nullable_uint16_ OK 72ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/max/Map(UInt128,LowCardinality(UInt16)) OK 89ms
/aggregate functions/quantileBFloat16/Nullable(Float64) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,nullable_uint128_ OK 73ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(Bool))) OK 96ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantileBFloat16/LowCardinality(UInt8) OK 90ms
/aggregate functions/max/Map(UInt128,LowCardinality(UInt32)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 65ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,lowcardinality_uint64_ OK 66ms
/aggregate functions/max/Map(UInt128,LowCardinality(UInt64)) OK 81ms
/aggregate functions/quantileBFloat16/LowCardinality(UInt16) OK 78ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(String))) OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,lowcardinality_uint32_ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 63ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 97ms
/aggregate functions/max/Map(UInt128,LowCardinality(UInt128)) OK 85ms
/aggregate functions/quantileBFloat16/LowCardinality(UInt32) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,lowcardinality_uint16_ OK 78ms
/aggregate functions/max/Map(UInt128,LowCardinality(Int8)) OK 69ms
/aggregate functions/quantileBFloat16/LowCardinality(UInt64) OK 76ms
/aggregate functions/min/Map(UInt16,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,lowcardinality_uint128_ OK 77ms
/aggregate functions/max/Map(UInt128,LowCardinality(Int16)) OK 77ms
/aggregate functions/min/Map(UInt16,Array(String)) OK 70ms
/aggregate functions/quantileBFloat16/LowCardinality(Int8) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/max/Map(UInt128,LowCardinality(Int32)) OK 71ms
/aggregate functions/min/Map(UInt16,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/quantileBFloat16/LowCardinality(Int16) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/max/Map(UInt128,LowCardinality(Int64)) OK 87ms
/aggregate functions/min/Map(UInt16,Tuple(String)) OK 73ms
/aggregate functions/quantileBFloat16/LowCardinality(Int32) OK 65ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/quantileBFloat16/LowCardinality(Int64) OK 78ms
/aggregate functions/min/Map(UInt32,UInt8) OK 69ms
/aggregate functions/max/Map(UInt128,LowCardinality(Int128)) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/min/Map(UInt32,UInt16) OK 72ms
/aggregate functions/quantileBFloat16/LowCardinality(Float32) OK 74ms
/aggregate functions/max/Map(UInt128,LowCardinality(Float32)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_uint128_,lowcardinality_nullable_uint128__ OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 83ms
/aggregate functions/min/Map(UInt32,UInt32) OK 74ms
/aggregate functions/quantileBFloat16/LowCardinality(Float64) OK 73ms
/aggregate functions/max/Map(UInt128,LowCardinality(Float64)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 105ms
/aggregate functions/min/Map(UInt32,UInt64) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 104ms
/aggregate functions/quantileBFloat16/LowCardinality(Nullable(UInt8)) OK 103ms
/aggregate functions/max/Map(UInt128,LowCardinality(Date)) OK 99ms
/aggregate functions/min/Map(UInt32,UInt128) OK 113ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 70ms
/aggregate functions/quantileBFloat16/LowCardinality(Nullable(UInt16)) OK 76ms
/aggregate functions/max/Map(UInt128,LowCardinality(DateTime)) OK 63ms
/aggregate functions/max/Map(UInt128,LowCardinality(Bool)) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 77ms
/aggregate functions/quantileBFloat16/LowCardinality(Nullable(UInt32)) OK 79ms
/aggregate functions/min/Map(UInt32,Int8) OK 70ms
/aggregate functions/max/Map(UInt128,LowCardinality(String)) OK 94ms
/aggregate functions/min/Map(UInt32,Int16) OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 99ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 93ms
/aggregate functions/quantileBFloat16/LowCardinality(Nullable(UInt64)) OK 87ms
/aggregate functions/max/Map(UInt128,LowCardinality(FixedString(51))) OK 91ms
/aggregate functions/min/Map(UInt32,Int32) OK 93ms
/aggregate functions/quantileBFloat16/LowCardinality(Nullable(Int8)) OK 88ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint128 OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 90ms
/aggregate functions/max/Map(UInt128,LowCardinality(UUID)) OK 72ms
/aggregate functions/quantileBFloat16/LowCardinality(Nullable(Int16)) OK 85ms
/aggregate functions/min/Map(UInt32,Int64) OK 65ms
/aggregate functions/min/Map(UInt32,Int128) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 85ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/quantileBFloat16/LowCardinality(Nullable(Int32)) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 61ms
/aggregate functions/min/Map(UInt32,Float32) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 69ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/quantileBFloat16/LowCardinality(Nullable(Int64)) OK 69ms
/aggregate functions/min/Map(UInt32,Float64) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 83ms
/aggregate functions/quantileBFloat16/LowCardinality(Nullable(Float32)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 84ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/min/Map(UInt32,Decimal128(38)) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint128_ OK 92ms
/aggregate functions/quantileBFloat16/LowCardinality(Nullable(Float64)) OK 76ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 90ms
/aggregate functions/min/Map(UInt32,Date) OK 72ms
/aggregate functions/quantileBFloat16Weighted OK 52s 834ms
/aggregate functions/quantileBFloat16Weighted/constant OK 49ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 71ms
/aggregate functions/min/Map(UInt32,DateTime) OK 66ms
/aggregate functions/quantileBFloat16Weighted/zero rows OK 45ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/quantileBFloat16Weighted/single row OK 43ms
/aggregate functions/min/Map(UInt32,DateTime64(3)) OK 76ms
/aggregate functions/quantileBFloat16Weighted/single row with zero weight OK 45ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/min/Map(UInt32,Bool) OK 73ms
/aggregate functions/quantileBFloat16Weighted/with group by OK 40ms
/aggregate functions/quantileBFloat16Weighted/some negative values OK 43ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/min/Map(UInt32,String) OK 78ms
/aggregate functions/quantileBFloat16Weighted/NULL value handling OK 46ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint128_ OK 85ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/quantileBFloat16Weighted/weight NULL value handling OK 38ms
/aggregate functions/min/Map(UInt32,FixedString(51)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/single NULL value OK 45ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 70ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/quantileBFloat16Weighted/return type OK 46ms
/aggregate functions/min/Map(UInt32,UUID) OK 69ms
/aggregate functions/quantileBFloat16Weighted/doc example OK 45ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 74ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/min/Map(UInt32,Nullable(UInt8)) OK 76ms
/aggregate functions/quantileBFloat16Weighted/inf OK 48ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 81ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/quantileBFloat16Weighted/-inf OK 41ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/min/Map(UInt32,Nullable(UInt16)) OK 77ms
/aggregate functions/quantileBFloat16Weighted/nan OK 41ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 76ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/quantileBFloat16Weighted/inf, -inf, nan OK 39ms
/aggregate functions/min/Map(UInt32,Nullable(UInt32)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes OK 52s 170ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations OK 52s 169ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,uint8 OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 82ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint128__ OK 84ms
/aggregate functions/min/Map(UInt32,Nullable(UInt64)) OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,uint64 OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 92ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/min/Map(UInt32,Nullable(UInt128)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,uint32 OK 74ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 73ms
/aggregate functions/min/Map(UInt32,Nullable(Int8)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,uint16 OK 67ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 79ms
/aggregate functions/min/Map(UInt32,Nullable(Int16)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,nullable_uint8_ OK 76ms
/aggregate functions/max/Map(UInt128,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 82ms
/aggregate functions/min/Map(UInt32,Nullable(Int32)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,nullable_uint64_ OK 75ms
/aggregate functions/max/Map(UInt128,Array(String)) OK 69ms
/aggregate functions/min/Map(UInt32,Nullable(Int64)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint128 OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,nullable_uint32_ OK 79ms
/aggregate functions/max/Map(UInt128,Map(String,LowCardinality(Float64))) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 86ms
/aggregate functions/min/Map(UInt32,Nullable(Int128)) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,nullable_uint16_ OK 69ms
/aggregate functions/max/Map(UInt128,Tuple(String)) OK 66ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 76ms
/aggregate functions/min/Map(UInt32,Nullable(Float32)) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_uint8_ OK 74ms
/aggregate functions/max/Map(Int8,UInt8) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 98ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_uint64_ OK 89ms
/aggregate functions/min/Map(UInt32,Nullable(Float64)) OK 85ms
/aggregate functions/max/Map(Int8,UInt16) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/max/Map(Int8,UInt32) OK 75ms
/aggregate functions/min/Map(UInt32,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_uint32_ OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint128_ OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 66ms
/aggregate functions/max/Map(Int8,UInt64) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_uint16_ OK 78ms
/aggregate functions/min/Map(UInt32,Nullable(Date)) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 75ms
/aggregate functions/max/Map(Int8,UInt128) OK 91ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/min/Map(UInt32,Nullable(DateTime)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 87ms
/aggregate functions/min/Map(UInt32,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/max/Map(Int8,Int8) OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 68ms
/aggregate functions/min/Map(UInt32,Nullable(Bool)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/max/Map(Int8,Int16) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 71ms
/aggregate functions/min/Map(UInt32,Nullable(String)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/max/Map(Int8,Int32) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 70ms
/aggregate functions/min/Map(UInt32,Nullable(FixedString(51))) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint128_ OK 96ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,uint8 OK 68ms
/aggregate functions/max/Map(Int8,Int64) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 89ms
/aggregate functions/min/Map(UInt32,Nullable(UUID)) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,uint64 OK 73ms
/aggregate functions/max/Map(Int8,Int128) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 69ms
/aggregate functions/min/Map(UInt32,LowCardinality(UInt8)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,uint32 OK 73ms
/aggregate functions/max/Map(Int8,Float32) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/min/Map(UInt32,LowCardinality(UInt16)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,uint16 OK 78ms
/aggregate functions/max/Map(Int8,Float64) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 70ms
/aggregate functions/min/Map(UInt32,LowCardinality(UInt32)) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,nullable_uint8_ OK 68ms
/aggregate functions/max/Map(Int8,Decimal128(38)) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/min/Map(UInt32,LowCardinality(UInt64)) OK 108ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,nullable_uint64_ OK 89ms
/aggregate functions/max/Map(Int8,Date) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint128__ OK 81ms
/aggregate functions/min/Map(UInt32,LowCardinality(UInt128)) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,nullable_uint32_ OK 72ms
/aggregate functions/max/Map(Int8,DateTime) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,nullable_uint16_ OK 69ms
/aggregate functions/min/Map(UInt32,LowCardinality(Int8)) OK 74ms
/aggregate functions/max/Map(Int8,DateTime64(3)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_uint8_ OK 71ms
/aggregate functions/min/Map(UInt32,LowCardinality(Int16)) OK 112ms
/aggregate functions/max/Map(Int8,Bool) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_uint64_ OK 103ms
/aggregate functions/min/Map(UInt32,LowCardinality(Int32)) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 83ms
/aggregate functions/max/Map(Int8,String) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_uint32_ OK 71ms
/aggregate functions/max/Map(Int8,FixedString(51)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint128 OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/min/Map(UInt32,LowCardinality(Int64)) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_uint16_ OK 74ms
/aggregate functions/max/Map(Int8,UUID) OK 96ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 94ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/min/Map(UInt32,LowCardinality(Int128)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/min/Map(UInt32,LowCardinality(Float32)) OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 90ms
/aggregate functions/max/Map(Int8,Nullable(UInt8)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/min/Map(UInt32,LowCardinality(Float64)) OK 97ms
/aggregate functions/max/Map(Int8,Nullable(UInt16)) OK 97ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 66ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 104ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 101ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 91ms
/aggregate functions/min/Map(UInt32,LowCardinality(Date)) OK 66ms
/aggregate functions/max/Map(Int8,Nullable(UInt32)) OK 69ms
/aggregate functions/min/Map(UInt32,LowCardinality(DateTime)) OK 78ms
/aggregate functions/max/Map(Int8,Nullable(UInt64)) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint128_ OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,uint8 OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 69ms
/aggregate functions/max/Map(Int8,Nullable(UInt128)) OK 172ms
/aggregate functions/min/Map(UInt32,LowCardinality(Bool)) OK 166ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 159ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 148ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,uint64 OK 136ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,uint32 OK 96ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 103ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 106ms
/aggregate functions/min/Map(UInt32,LowCardinality(String)) OK 92ms
/aggregate functions/max/Map(Int8,Nullable(Int8)) OK 76ms
/aggregate functions/max/Map(Int8,Nullable(Int16)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,uint16 OK 70ms
/aggregate functions/min/Map(UInt32,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 74ms
/aggregate functions/max/Map(Int8,Nullable(Int32)) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,nullable_uint8_ OK 72ms
/aggregate functions/min/Map(UInt32,LowCardinality(UUID)) OK 88ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 79ms
/aggregate functions/max/Map(Int8,Nullable(Int64)) OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,nullable_uint64_ OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 90ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint128_ OK 70ms
/aggregate functions/max/Map(Int8,Nullable(Int128)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,nullable_uint32_ OK 72ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 70ms
/aggregate functions/max/Map(Int8,Nullable(Float32)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,nullable_uint16_ OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 74ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/max/Map(Int8,Nullable(Float64)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_uint8_ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 76ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/max/Map(Int8,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_uint64_ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/max/Map(Int8,Nullable(Date)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_uint32_ OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint128__ OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/max/Map(Int8,Nullable(DateTime)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_uint16_ OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 86ms
/aggregate functions/max/Map(Int8,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 75ms
/aggregate functions/max/Map(Int8,Nullable(Bool)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 72ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 82ms
/aggregate functions/max/Map(Int8,Nullable(String)) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 73ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 91ms
/aggregate functions/max/Map(Int8,Nullable(FixedString(51))) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 73ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/max/Map(Int8,Nullable(UUID)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint128 OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,uint8 OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 79ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/max/Map(Int8,LowCardinality(UInt8)) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,uint64 OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 75ms
/aggregate functions/max/Map(Int8,LowCardinality(UInt16)) OK 87ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,uint32 OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 74ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/max/Map(Int8,LowCardinality(UInt32)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,uint16 OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 80ms
/aggregate functions/max/Map(Int8,LowCardinality(UInt64)) OK 88ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,nullable_uint8_ OK 88ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint128_ OK 71ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/max/Map(Int8,LowCardinality(UInt128)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,nullable_uint64_ OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 71ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 67ms
/aggregate functions/max/Map(Int8,LowCardinality(Int8)) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,nullable_uint32_ OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 85ms
/aggregate functions/min/Map(UInt32,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,nullable_uint16_ OK 81ms
/aggregate functions/max/Map(Int8,LowCardinality(Int16)) OK 89ms
/aggregate functions/min/Map(UInt32,Array(String)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_uint8_ OK 70ms
/aggregate functions/max/Map(Int8,LowCardinality(Int32)) OK 74ms
/aggregate functions/min/Map(UInt32,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_uint64_ OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/max/Map(Int8,LowCardinality(Int64)) OK 77ms
/aggregate functions/min/Map(UInt32,Tuple(String)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint128_ OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_uint32_ OK 90ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/max/Map(Int8,LowCardinality(Int128)) OK 75ms
/aggregate functions/min/Map(UInt64,UInt8) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_uint16_ OK 80ms
/aggregate functions/max/Map(Int8,LowCardinality(Float32)) OK 72ms
/aggregate functions/min/Map(UInt64,UInt16) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/max/Map(Int8,LowCardinality(Float64)) OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/min/Map(UInt64,UInt32) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/max/Map(Int8,LowCardinality(Date)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/min/Map(UInt64,UInt64) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 77ms
/aggregate functions/max/Map(Int8,LowCardinality(DateTime)) OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint128__ OK 82ms
/aggregate functions/min/Map(UInt64,UInt128) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 75ms
/aggregate functions/max/Map(Int8,LowCardinality(Bool)) OK 155ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,uint8 OK 115ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 152ms
/aggregate functions/min/Map(UInt64,Int8) OK 138ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 130ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,uint64 OK 117ms
/aggregate functions/min/Map(UInt64,Int16) OK 71ms
/aggregate functions/max/Map(Int8,LowCardinality(String)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,uint8 OK 73ms
/aggregate functions/min/Map(UInt64,Int32) OK 78ms
/aggregate functions/max/Map(Int8,LowCardinality(FixedString(51))) OK 64ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,uint64 OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,uint32 OK 64ms
/aggregate functions/max/Map(Int8,LowCardinality(UUID)) OK 70ms
/aggregate functions/min/Map(UInt64,Int64) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,uint16 OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,uint32 OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 78ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/min/Map(UInt64,Int128) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,uint16 OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,uint128 OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 68ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,nullable_uint8_ OK 72ms
/aggregate functions/min/Map(UInt64,Float32) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 73ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(UInt32))) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,nullable_uint64_ OK 71ms
/aggregate functions/min/Map(UInt64,Float64) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 65ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,nullable_uint32_ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 76ms
/aggregate functions/min/Map(UInt64,Decimal128(38)) OK 71ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,nullable_uint16_ OK 78ms
/aggregate functions/min/Map(UInt64,Date) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 69ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,nullable_uint128_ OK 70ms
/aggregate functions/min/Map(UInt64,DateTime) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 70ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_uint8_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/min/Map(UInt64,DateTime64(3)) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 70ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(Int32))) OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_uint64_ OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 72ms
/aggregate functions/min/Map(UInt64,Bool) OK 74ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_uint32_ OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/min/Map(UInt64,String) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_uint16_ OK 73ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,uint8 OK 70ms
/aggregate functions/min/Map(UInt64,FixedString(51)) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_uint128_ OK 70ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,uint64 OK 74ms
/aggregate functions/min/Map(UInt64,UUID) OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,uint32 OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/min/Map(UInt64,Nullable(UInt8)) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,uint16 OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/min/Map(UInt64,Nullable(UInt16)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(DateTime))) OK 91ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,uint8 OK 80ms
/aggregate functions/min/Map(UInt64,Nullable(UInt32)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,uint64 OK 72ms
/aggregate functions/min/Map(UInt64,Nullable(UInt64)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 75ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_nullable_uint128__ OK 66ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,uint32 OK 88ms
/aggregate functions/min/Map(UInt64,Nullable(UInt128)) OK 90ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 83ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,uint16 OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 87ms
/aggregate functions/min/Map(UInt64,Nullable(Int8)) OK 76ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 75ms
/aggregate functions/min/Map(UInt64,Nullable(Int16)) OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 78ms
/aggregate functions/max/Map(Int8,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 82ms
/aggregate functions/max/Map(Int8,Array(String)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 71ms
/aggregate functions/min/Map(UInt64,Nullable(Int32)) OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,uint128 OK 84ms
/aggregate functions/max/Map(Int8,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 78ms
/aggregate functions/min/Map(UInt64,Nullable(Int64)) OK 127ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 121ms
/aggregate functions/max/Map(Int8,Tuple(String)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 94ms
/aggregate functions/min/Map(UInt64,Nullable(Int128)) OK 69ms
/aggregate functions/max/Map(Int16,UInt8) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 83ms
/aggregate functions/min/Map(UInt64,Nullable(Float32)) OK 71ms
/aggregate functions/max/Map(Int16,UInt16) OK 91ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 92ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 64ms
/aggregate functions/min/Map(UInt64,Nullable(Float64)) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 90ms
/aggregate functions/max/Map(Int16,UInt32) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 77ms
/aggregate functions/min/Map(UInt64,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/max/Map(Int16,UInt64) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint128_ OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/min/Map(UInt64,Nullable(Date)) OK 71ms
/aggregate functions/max/Map(Int16,UInt128) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/min/Map(UInt64,Nullable(DateTime)) OK 81ms
/aggregate functions/max/Map(Int16,Int8) OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,uint8 OK 73ms
/aggregate functions/min/Map(UInt64,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 92ms
/aggregate functions/max/Map(Int16,Int16) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,uint64 OK 82ms
/aggregate functions/min/Map(UInt64,Nullable(Bool)) OK 86ms
/aggregate functions/max/Map(Int16,Int32) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,uint32 OK 71ms
/aggregate functions/min/Map(UInt64,Nullable(String)) OK 72ms
/aggregate functions/max/Map(Int16,Int64) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint128_ OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,uint8 OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,uint16 OK 88ms
/aggregate functions/min/Map(UInt64,Nullable(FixedString(51))) OK 75ms
/aggregate functions/max/Map(Int16,Int128) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,uint64 OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 94ms
/aggregate functions/min/Map(UInt64,Nullable(UUID)) OK 82ms
/aggregate functions/max/Map(Int16,Float32) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,uint32 OK 65ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 87ms
/aggregate functions/min/Map(UInt64,LowCardinality(UInt8)) OK 100ms
/aggregate functions/max/Map(Int16,Float64) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,uint16 OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 75ms
/aggregate functions/max/Map(Int16,Decimal128(38)) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/min/Map(UInt64,LowCardinality(UInt16)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 81ms
/aggregate functions/min/Map(UInt64,LowCardinality(UInt32)) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 77ms
/aggregate functions/max/Map(Int16,Date) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint128__ OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 83ms
/aggregate functions/min/Map(UInt64,LowCardinality(UInt64)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 84ms
/aggregate functions/max/Map(Int16,DateTime) OK 71ms
/aggregate functions/min/Map(UInt64,LowCardinality(UInt128)) OK 114ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 106ms
/aggregate functions/max/Map(Int16,DateTime64(3)) OK 101ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 89ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 74ms
/aggregate functions/max/Map(Int16,Bool) OK 76ms
/aggregate functions/min/Map(UInt64,LowCardinality(Int8)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 111ms
/aggregate functions/min/Map(UInt64,LowCardinality(Int16)) OK 104ms
/aggregate functions/max/Map(Int16,String) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 101ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 116ms
/aggregate functions/max/Map(Int16,FixedString(51)) OK 98ms
/aggregate functions/min/Map(UInt64,LowCardinality(Int32)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,uint128 OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 72ms
/aggregate functions/max/Map(Int16,UUID) OK 77ms
/aggregate functions/min/Map(UInt64,LowCardinality(Int64)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 66ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 73ms
/aggregate functions/min/Map(UInt64,LowCardinality(Int128)) OK 77ms
/aggregate functions/max/Map(Int16,Nullable(UInt8)) OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 85ms
/aggregate functions/min/Map(UInt64,LowCardinality(Float32)) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/max/Map(Int16,Nullable(UInt16)) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/min/Map(UInt64,LowCardinality(Float64)) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,uint8 OK 84ms
/aggregate functions/max/Map(Int16,Nullable(UInt32)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint128_ OK 72ms
/aggregate functions/min/Map(UInt64,LowCardinality(Date)) OK 79ms
/aggregate functions/max/Map(Int16,Nullable(UInt64)) OK 86ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,uint64 OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 77ms
/aggregate functions/min/Map(UInt64,LowCardinality(DateTime)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,uint8 OK 82ms
/aggregate functions/max/Map(Int16,Nullable(UInt128)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,uint32 OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 79ms
/aggregate functions/min/Map(UInt64,LowCardinality(Bool)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,uint16 OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,uint64 OK 80ms
/aggregate functions/max/Map(Int16,Nullable(Int8)) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 80ms
/aggregate functions/min/Map(UInt64,LowCardinality(String)) OK 81ms
/aggregate functions/max/Map(Int16,Nullable(Int16)) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,uint32 OK 65ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,uint16 OK 68ms
/aggregate functions/min/Map(UInt64,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/max/Map(Int16,Nullable(Int32)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint128_ OK 98ms
/aggregate functions/min/Map(UInt64,LowCardinality(UUID)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 89ms
/aggregate functions/max/Map(Int16,Nullable(Int64)) OK 65ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 72ms
/aggregate functions/max/Map(Int16,Nullable(Int128)) OK 76ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 64ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 87ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 68ms
/aggregate functions/max/Map(Int16,Nullable(Float32)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 77ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 88ms
/aggregate functions/max/Map(Int16,Nullable(Float64)) OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 74ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 72ms
/aggregate functions/max/Map(Int16,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 75ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint128__ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 66ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 69ms
/aggregate functions/max/Map(Int16,Nullable(Date)) OK 74ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/max/Map(Int16,Nullable(DateTime)) OK 76ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/max/Map(Int16,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/max/Map(Int16,Nullable(Bool)) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 88ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/max/Map(Int16,Nullable(String)) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,uint128 OK 91ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,uint8 OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/max/Map(Int16,Nullable(FixedString(51))) OK 67ms
/aggregate functions/max/Map(Int16,Nullable(UUID)) OK 91ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,uint64 OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 76ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(Float64))) OK 96ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,uint8 OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,uint32 OK 68ms
/aggregate functions/max/Map(Int16,LowCardinality(UInt8)) OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,uint64 OK 66ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,uint16 OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 79ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/max/Map(Int16,LowCardinality(UInt16)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,uint32 OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 72ms
/aggregate functions/max/Map(Int16,LowCardinality(UInt32)) OK 72ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,uint16 OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint128_ OK 83ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/max/Map(Int16,LowCardinality(UInt64)) OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 74ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/max/Map(Int16,LowCardinality(UInt128)) OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 84ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/max/Map(Int16,LowCardinality(Int8)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 73ms
/aggregate functions/min/Map(UInt64,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/max/Map(Int16,LowCardinality(Int16)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 90ms
/aggregate functions/min/Map(UInt64,Array(String)) OK 80ms
/aggregate functions/max/Map(Int16,LowCardinality(Int32)) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 70ms
/aggregate functions/max/Map(Int16,LowCardinality(Int64)) OK 78ms
/aggregate functions/min/Map(UInt64,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint128_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 74ms
/aggregate functions/max/Map(Int16,LowCardinality(Int128)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/min/Map(UInt64,Tuple(String)) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/max/Map(Int16,LowCardinality(Float32)) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/min/Map(UInt128,UInt8) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/max/Map(Int16,LowCardinality(Float64)) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/min/Map(UInt128,UInt16) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/max/Map(Int16,LowCardinality(Date)) OK 68ms
/aggregate functions/min/Map(UInt128,UInt32) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/max/Map(Int16,LowCardinality(DateTime)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint128__ OK 98ms
/aggregate functions/min/Map(UInt128,UInt64) OK 96ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,uint8 OK 84ms
/aggregate functions/max/Map(Int16,LowCardinality(Bool)) OK 113ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 134ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,uint64 OK 120ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 117ms
/aggregate functions/min/Map(UInt128,UInt128) OK 105ms
/aggregate functions/max/Map(Int16,LowCardinality(String)) OK 86ms
/aggregate functions/min/Map(UInt128,Int8) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,uint32 OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,uint8 OK 71ms
/aggregate functions/max/Map(Int16,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/min/Map(UInt128,Int16) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,uint64 OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,uint16 OK 73ms
/aggregate functions/max/Map(Int16,LowCardinality(UUID)) OK 70ms
/aggregate functions/min/Map(UInt128,Int32) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,uint32 OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 77ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 76ms
/aggregate functions/min/Map(UInt128,Int64) OK 109ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,uint16 OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 76ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(UInt16))) OK 116ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,uint128 OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 108ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 114ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 102ms
/aggregate functions/min/Map(UInt128,Int128) OK 86ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(UInt32))) OK 67ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 96ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 76ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 85ms
/aggregate functions/min/Map(UInt128,Float32) OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 84ms
/aggregate functions/min/Map(UInt128,Float64) OK 72ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 71ms
/aggregate functions/min/Map(UInt128,Decimal128(38)) OK 78ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 73ms
/aggregate functions/min/Map(UInt128,Date) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint128_ OK 80ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 77ms
/aggregate functions/min/Map(UInt128,DateTime) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 74ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 79ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/min/Map(UInt128,DateTime64(3)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 74ms
/aggregate functions/min/Map(UInt128,Bool) OK 79ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 83ms
/aggregate functions/min/Map(UInt128,String) OK 94ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(Float32))) OK 65ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint128_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/min/Map(UInt128,FixedString(51)) OK 66ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/min/Map(UInt128,UUID) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 64ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,uint8 OK 67ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,uint64 OK 76ms
/aggregate functions/min/Map(UInt128,Nullable(UInt8)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/min/Map(UInt128,Nullable(UInt16)) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,uint32 OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,uint8 OK 72ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(String))) OK 67ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,uint16 OK 88ms
/aggregate functions/min/Map(UInt128,Nullable(UInt32)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,uint64 OK 75ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 107ms
/aggregate functions/min/Map(UInt128,Nullable(UInt64)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint128__ OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,uint32 OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,uint16 OK 85ms
/aggregate functions/max/Map(Int16,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/min/Map(UInt128,Nullable(UInt128)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,uint8 OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 99ms
/aggregate functions/min/Map(UInt128,Nullable(Int8)) OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,uint64 OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 97ms
/aggregate functions/max/Map(Int16,Array(String)) OK 95ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,uint32 OK 73ms
/aggregate functions/min/Map(UInt128,Nullable(Int16)) OK 86ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 70ms
/aggregate functions/max/Map(Int16,Map(String,LowCardinality(Float64))) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,uint16 OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 98ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 89ms
/aggregate functions/max/Map(Int16,Tuple(String)) OK 72ms
/aggregate functions/min/Map(UInt128,Nullable(Int32)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,uint128 OK 70ms
/aggregate functions/min/Map(UInt128,Nullable(Int64)) OK 75ms
/aggregate functions/max/Map(Int32,UInt8) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,nullable_uint8_ OK 88ms
/aggregate functions/max/Map(Int32,UInt16) OK 77ms
/aggregate functions/min/Map(UInt128,Nullable(Int128)) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,nullable_uint64_ OK 78ms
/aggregate functions/min/Map(UInt128,Nullable(Float32)) OK 82ms
/aggregate functions/max/Map(Int32,UInt32) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,nullable_uint32_ OK 80ms
/aggregate functions/max/Map(Int32,UInt64) OK 81ms
/aggregate functions/min/Map(UInt128,Nullable(Float64)) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,nullable_uint16_ OK 80ms
/aggregate functions/max/Map(Int32,UInt128) OK 77ms
/aggregate functions/min/Map(UInt128,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,nullable_uint128_ OK 78ms
/aggregate functions/max/Map(Int32,Int8) OK 86ms
/aggregate functions/min/Map(UInt128,Nullable(Date)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_uint8_ OK 73ms
/aggregate functions/min/Map(UInt128,Nullable(DateTime)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/max/Map(Int32,Int16) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_uint64_ OK 80ms
/aggregate functions/min/Map(UInt128,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/max/Map(Int32,Int32) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/int8,uint8 OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_uint32_ OK 92ms
/aggregate functions/min/Map(UInt128,Nullable(Bool)) OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/int8,uint64 OK 69ms
/aggregate functions/max/Map(Int32,Int64) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,uint8 OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/int8,uint32 OK 81ms
/aggregate functions/max/Map(Int32,Int128) OK 79ms
/aggregate functions/min/Map(UInt128,Nullable(String)) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_uint16_ OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,uint64 OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/int8,uint16 OK 96ms
/aggregate functions/max/Map(Int32,Float32) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_uint128_ OK 71ms
/aggregate functions/min/Map(UInt128,Nullable(FixedString(51))) OK 90ms
/aggregate functions/max/Map(Int32,Float64) OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,uint32 OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/int8,nullable_uint8_ OK 73ms
/aggregate functions/min/Map(UInt128,Nullable(UUID)) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,uint16 OK 74ms
/aggregate functions/max/Map(Int32,Decimal128(38)) OK 70ms
/aggregate functions/min/Map(UInt128,LowCardinality(UInt8)) OK 92ms
/aggregate functions/meanZTest/datatypes/permutations/int8,nullable_uint64_ OK 88ms
/aggregate functions/max/Map(Int32,Date) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/int8,nullable_uint32_ OK 69ms
/aggregate functions/min/Map(UInt128,LowCardinality(UInt16)) OK 64ms
/aggregate functions/max/Map(Int32,DateTime) OK 139ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 69ms
/aggregate functions/min/Map(UInt128,LowCardinality(UInt32)) OK 122ms
/aggregate functions/meanZTest/datatypes/permutations/int8,nullable_uint16_ OK 123ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_nullable_uint128__ OK 139ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 123ms
/aggregate functions/min/Map(UInt128,LowCardinality(UInt64)) OK 89ms
/aggregate functions/max/Map(Int32,DateTime64(3)) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/int8,lowcardinality_uint8_ OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/int8,lowcardinality_uint64_ OK 80ms
/aggregate functions/max/Map(Int32,Bool) OK 71ms
/aggregate functions/min/Map(UInt128,LowCardinality(UInt128)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 78ms
/aggregate functions/max/Map(Int32,String) OK 85ms
/aggregate functions/min/Map(UInt128,LowCardinality(Int8)) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/int8,lowcardinality_uint32_ OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/int8,lowcardinality_uint16_ OK 71ms
/aggregate functions/max/Map(Int32,FixedString(51)) OK 72ms
/aggregate functions/min/Map(UInt128,LowCardinality(Int16)) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/min/Map(UInt128,LowCardinality(Int32)) OK 74ms
/aggregate functions/max/Map(Int32,UUID) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,uint128 OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/max/Map(Int32,Nullable(UInt8)) OK 69ms
/aggregate functions/min/Map(UInt128,LowCardinality(Int64)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/max/Map(Int32,Nullable(UInt16)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/min/Map(UInt128,LowCardinality(Int128)) OK 67ms
/aggregate functions/meanZTest/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 98ms
/aggregate functions/max/Map(Int32,Nullable(UInt32)) OK 103ms
/aggregate functions/min/Map(UInt128,LowCardinality(Float32)) OK 99ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 97ms
/aggregate functions/meanZTest/datatypes/permutations/int64,uint8 OK 133ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 80ms
/aggregate functions/max/Map(Int32,Nullable(UInt64)) OK 91ms
/aggregate functions/min/Map(UInt128,LowCardinality(Float64)) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/min/Map(UInt128,LowCardinality(Date)) OK 83ms
/aggregate functions/max/Map(Int32,Nullable(UInt128)) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/int64,uint64 OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint128_ OK 76ms
/aggregate functions/max/Map(Int32,Nullable(Int8)) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,uint8 OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/int64,uint32 OK 69ms
/aggregate functions/min/Map(UInt128,LowCardinality(DateTime)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/int64,uint16 OK 92ms
/aggregate functions/min/Map(UInt128,LowCardinality(Bool)) OK 81ms
/aggregate functions/max/Map(Int32,Nullable(Int16)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,uint64 OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 71ms
/aggregate functions/max/Map(Int32,Nullable(Int32)) OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,uint32 OK 84ms
/aggregate functions/min/Map(UInt128,LowCardinality(String)) OK 86ms
/aggregate functions/meanZTest/datatypes/permutations/int64,nullable_uint8_ OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,uint16 OK 78ms
/aggregate functions/max/Map(Int32,Nullable(Int64)) OK 84ms
/aggregate functions/min/Map(UInt128,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/int64,nullable_uint64_ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 71ms
/aggregate functions/min/Map(UInt128,LowCardinality(UUID)) OK 100ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/int64,nullable_uint32_ OK 92ms
/aggregate functions/max/Map(Int32,Nullable(Int128)) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint128_ OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 75ms
/aggregate functions/max/Map(Int32,Nullable(Float32)) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/int64,nullable_uint16_ OK 81ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 69ms
/aggregate functions/max/Map(Int32,Nullable(Float64)) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/meanZTest/datatypes/permutations/int64,lowcardinality_uint8_ OK 90ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/max/Map(Int32,Nullable(Decimal128(38))) OK 66ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/meanZTest/datatypes/permutations/int64,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 90ms
/aggregate functions/max/Map(Int32,Nullable(Date)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/int64,lowcardinality_uint32_ OK 73ms
/aggregate functions/max/Map(Int32,Nullable(DateTime)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint128__ OK 72ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/int64,lowcardinality_uint16_ OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 75ms
/aggregate functions/max/Map(Int32,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 75ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 72ms
/aggregate functions/max/Map(Int32,Nullable(Bool)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 69ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 73ms
/aggregate functions/max/Map(Int32,Nullable(String)) OK 73ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(Int32))) OK 67ms
/aggregate functions/meanZTest/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 70ms
/aggregate functions/max/Map(Int32,Nullable(FixedString(51))) OK 71ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,uint128 OK 88ms
/aggregate functions/max/Map(Int32,Nullable(UUID)) OK 84ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/int32,uint8 OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/max/Map(Int32,LowCardinality(UInt8)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 72ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/int32,uint64 OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,uint8 OK 71ms
/aggregate functions/max/Map(Int32,LowCardinality(UInt16)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 86ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/int32,uint32 OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,uint64 OK 69ms
/aggregate functions/max/Map(Int32,LowCardinality(UInt32)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 78ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/int32,uint16 OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,uint32 OK 76ms
/aggregate functions/max/Map(Int32,LowCardinality(UInt64)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 84ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/int32,nullable_uint8_ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,uint16 OK 78ms
/aggregate functions/max/Map(Int32,LowCardinality(UInt128)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint128_ OK 75ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/int32,nullable_uint64_ OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 72ms
/aggregate functions/max/Map(Int32,LowCardinality(Int8)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 85ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/int32,nullable_uint32_ OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 99ms
/aggregate functions/max/Map(Int32,LowCardinality(Int16)) OK 93ms
/aggregate functions/meanZTest/datatypes/permutations/int32,nullable_uint16_ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 77ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/max/Map(Int32,LowCardinality(Int32)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 113ms
/aggregate functions/meanZTest/datatypes/permutations/int32,lowcardinality_uint8_ OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 86ms
/aggregate functions/min/Map(UInt128,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/max/Map(Int32,LowCardinality(Int64)) OK 103ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/int32,lowcardinality_uint64_ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 76ms
/aggregate functions/min/Map(UInt128,Array(String)) OK 80ms
/aggregate functions/max/Map(Int32,LowCardinality(Int128)) OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/int32,lowcardinality_uint32_ OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint128_ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 77ms
/aggregate functions/min/Map(UInt128,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/max/Map(Int32,LowCardinality(Float32)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/min/Map(UInt128,Tuple(String)) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/int32,lowcardinality_uint16_ OK 75ms
/aggregate functions/max/Map(Int32,LowCardinality(Float64)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/min/Map(Int8,UInt8) OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 84ms
/aggregate functions/meanZTest/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/max/Map(Int32,LowCardinality(Date)) OK 66ms
/aggregate functions/meanZTest/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/min/Map(Int8,UInt16) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/max/Map(Int32,LowCardinality(DateTime)) OK 67ms
/aggregate functions/min/Map(Int8,UInt32) OK 107ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 108ms
/aggregate functions/max/Map(Int32,LowCardinality(Bool)) OK 105ms
/aggregate functions/meanZTest/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/min/Map(Int8,UInt64) OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint128__ OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/max/Map(Int32,LowCardinality(String)) OK 69ms
/aggregate functions/max/Map(Int32,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,uint8 OK 88ms
/aggregate functions/meanZTest/datatypes/permutations/int16,uint8 OK 80ms
/aggregate functions/min/Map(Int8,UInt128) OK 64ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/min/Map(Int8,Int8) OK 74ms
/aggregate functions/max/Map(Int32,LowCardinality(UUID)) OK 78ms
/aggregate functions/meanZTest/datatypes/permutations/int16,uint64 OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,uint64 OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/min/Map(Int8,Int16) OK 86ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,uint8 OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/int16,uint32 OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,uint32 OK 75ms
/aggregate functions/min/Map(Int8,Int32) OK 104ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,uint64 OK 91ms
/aggregate functions/meanZTest/datatypes/permutations/int16,uint16 OK 90ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(UInt16))) OK 95ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,uint16 OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,uint32 OK 88ms
/aggregate functions/meanZTest/datatypes/permutations/int16,nullable_uint8_ OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,uint128 OK 92ms
/aggregate functions/min/Map(Int8,Int64) OK 80ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(UInt32))) OK 66ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/min/Map(Int8,Int128) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,uint16 OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/int16,nullable_uint64_ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 67ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/min/Map(Int8,Float32) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/int16,nullable_uint32_ OK 69ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/min/Map(Int8,Float64) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/int16,nullable_uint16_ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 76ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/min/Map(Int8,Decimal128(38)) OK 110ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 104ms
/aggregate functions/meanZTest/datatypes/permutations/int16,lowcardinality_uint8_ OK 99ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 102ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(Int32))) OK 65ms
/aggregate functions/meanZTest/datatypes/permutations/int16,lowcardinality_uint64_ OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 80ms
/aggregate functions/min/Map(Int8,Date) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,nullable_uint128_ OK 71ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/min/Map(Int8,DateTime) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/int16,lowcardinality_uint32_ OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 68ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(Int128))) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 74ms
/aggregate functions/min/Map(Int8,DateTime64(3)) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/int16,lowcardinality_uint16_ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 70ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/min/Map(Int8,Bool) OK 70ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 82ms
/aggregate functions/min/Map(Int8,String) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 67ms
/aggregate functions/meanZTest/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/min/Map(Int8,FixedString(51)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint128_ OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/min/Map(Int8,UUID) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/min/Map(Int8,Nullable(UInt8)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/float64,uint8 OK 71ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(String))) OK 68ms
/aggregate functions/min/Map(Int8,Nullable(UInt16)) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/float64,uint64 OK 73ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,uint8 OK 92ms
/aggregate functions/min/Map(Int8,Nullable(UInt32)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/float64,uint32 OK 82ms
/aggregate functions/max/Map(Int32,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/min/Map(Int8,Nullable(UInt64)) OK 97ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint128__ OK 98ms
/aggregate functions/max/Map(Int32,Array(String)) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,uint64 OK 92ms
/aggregate functions/meanZTest/datatypes/permutations/float64,uint16 OK 92ms
/aggregate functions/max/Map(Int32,Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/min/Map(Int8,Nullable(UInt128)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,uint8 OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,uint32 OK 90ms
/aggregate functions/meanZTest/datatypes/permutations/float64,nullable_uint8_ OK 81ms
/aggregate functions/max/Map(Int32,Tuple(String)) OK 77ms
/aggregate functions/min/Map(Int8,Nullable(Int8)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,uint64 OK 79ms
/aggregate functions/meanZTest/datatypes/permutations/float64,nullable_uint64_ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,uint16 OK 68ms
/aggregate functions/max/Map(Int64,UInt8) OK 82ms
/aggregate functions/min/Map(Int8,Nullable(Int16)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,uint32 OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/float64,nullable_uint32_ OK 71ms
/aggregate functions/max/Map(Int64,UInt16) OK 71ms
/aggregate functions/min/Map(Int8,Nullable(Int32)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,uint16 OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/float64,nullable_uint16_ OK 65ms
/aggregate functions/max/Map(Int64,UInt32) OK 75ms
/aggregate functions/min/Map(Int8,Nullable(Int64)) OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/float64,lowcardinality_uint8_ OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,uint128 OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 74ms
/aggregate functions/max/Map(Int64,UInt64) OK 71ms
/aggregate functions/min/Map(Int8,Nullable(Int128)) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/float64,lowcardinality_uint64_ OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 76ms
/aggregate functions/max/Map(Int64,UInt128) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 87ms
/aggregate functions/min/Map(Int8,Nullable(Float32)) OK 90ms
/aggregate functions/meanZTest/datatypes/permutations/float64,lowcardinality_uint32_ OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 72ms
/aggregate functions/max/Map(Int64,Int8) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/float64,lowcardinality_uint16_ OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 79ms
/aggregate functions/min/Map(Int8,Nullable(Float64)) OK 70ms
/aggregate functions/max/Map(Int64,Int16) OK 67ms
/aggregate functions/min/Map(Int8,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 85ms
/aggregate functions/meanZTest/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 84ms
/aggregate functions/max/Map(Int64,Int32) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/min/Map(Int8,Nullable(Date)) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,nullable_uint128_ OK 83ms
/aggregate functions/max/Map(Int64,Int64) OK 69ms
/aggregate functions/min/Map(Int8,Nullable(DateTime)) OK 88ms
/aggregate functions/max/Map(Int64,Int128) OK 94ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/min/Map(Int8,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 85ms
/aggregate functions/max/Map(Int64,Float32) OK 64ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/max/Map(Int64,Float64) OK 85ms
/aggregate functions/min/Map(Int8,Nullable(Bool)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/float32,uint8 OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 76ms
/aggregate functions/min/Map(Int8,Nullable(String)) OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/max/Map(Int64,Decimal128(38)) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/float32,uint64 OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,uint8 OK 88ms
/aggregate functions/max/Map(Int64,Date) OK 90ms
/aggregate functions/min/Map(Int8,Nullable(FixedString(51))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint128_ OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/float32,uint32 OK 83ms
/aggregate functions/min/Map(Int8,Nullable(UUID)) OK 96ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,uint64 OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 67ms
/aggregate functions/max/Map(Int64,DateTime) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/float32,uint16 OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,uint32 OK 75ms
/aggregate functions/max/Map(Int64,DateTime64(3)) OK 80ms
/aggregate functions/min/Map(Int8,LowCardinality(UInt8)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/float32,nullable_uint8_ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,uint16 OK 154ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 131ms
/aggregate functions/max/Map(Int64,Bool) OK 147ms
/aggregate functions/meanZTest/datatypes/permutations/float32,nullable_uint64_ OK 117ms
/aggregate functions/min/Map(Int8,LowCardinality(UInt16)) OK 114ms
/aggregate functions/min/Map(Int8,LowCardinality(UInt32)) OK 67ms
/aggregate functions/meanZTest/datatypes/permutations/float32,nullable_uint32_ OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/max/Map(Int64,String) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 77ms
/aggregate functions/min/Map(Int8,LowCardinality(UInt64)) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/float32,nullable_uint16_ OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint128__ OK 74ms
/aggregate functions/max/Map(Int64,FixedString(51)) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/float32,lowcardinality_uint8_ OK 84ms
/aggregate functions/min/Map(Int8,LowCardinality(UInt128)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,uint8 OK 74ms
/aggregate functions/max/Map(Int64,UUID) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 78ms
/aggregate functions/min/Map(Int8,LowCardinality(Int8)) OK 80ms
/aggregate functions/meanZTest/datatypes/permutations/float32,lowcardinality_uint64_ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,uint64 OK 76ms
/aggregate functions/max/Map(Int64,Nullable(UInt8)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 71ms
/aggregate functions/min/Map(Int8,LowCardinality(Int16)) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/float32,lowcardinality_uint32_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,uint32 OK 75ms
/aggregate functions/max/Map(Int64,Nullable(UInt16)) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 68ms
/aggregate functions/min/Map(Int8,LowCardinality(Int32)) OK 83ms
/aggregate functions/meanZTest/datatypes/permutations/float32,lowcardinality_uint16_ OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,uint16 OK 98ms
/aggregate functions/max/Map(Int64,Nullable(UInt32)) OK 91ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 69ms
/aggregate functions/min/Map(Int8,LowCardinality(Int64)) OK 82ms
/aggregate functions/meanZTest/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 71ms
/aggregate functions/max/Map(Int64,Nullable(UInt64)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,uint128 OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 71ms
/aggregate functions/min/Map(Int8,LowCardinality(Int128)) OK 74ms
/aggregate functions/max/Map(Int64,Nullable(UInt128)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/meanZTest/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/min/Map(Int8,LowCardinality(Float32)) OK 71ms
/aggregate functions/max/Map(Int64,Nullable(Int8)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/min/Map(Int8,LowCardinality(Float64)) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/max/Map(Int64,Nullable(Int16)) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 88ms
/aggregate functions/min/Map(Int8,LowCardinality(Date)) OK 78ms
/aggregate functions/max/Map(Int64,Nullable(Int32)) OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,uint8 OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 66ms
/aggregate functions/max/Map(Int64,Nullable(Int64)) OK 70ms
/aggregate functions/min/Map(Int8,LowCardinality(DateTime)) OK 87ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,uint64 OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,nullable_uint128_ OK 116ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/max/Map(Int64,Nullable(Int128)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,uint32 OK 123ms
/aggregate functions/min/Map(Int8,LowCardinality(Bool)) OK 101ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,uint8 OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 67ms
/aggregate functions/max/Map(Int64,Nullable(Float32)) OK 76ms
/aggregate functions/min/Map(Int8,LowCardinality(String)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,uint64 OK 70ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,uint16 OK 71ms
/aggregate functions/max/Map(Int64,Nullable(Float64)) OK 70ms
/aggregate functions/min/Map(Int8,LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,uint32 OK 81ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 69ms
/aggregate functions/max/Map(Int64,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/min/Map(Int8,LowCardinality(UUID)) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,uint16 OK 68ms
/aggregate functions/max/Map(Int64,Nullable(Date)) OK 78ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint128_ OK 74ms
/aggregate functions/max/Map(Int64,Nullable(DateTime)) OK 76ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/max/Map(Int64,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/max/Map(Int64,Nullable(Bool)) OK 68ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 73ms
/aggregate functions/max/Map(Int64,Nullable(String)) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 73ms
/aggregate functions/max/Map(Int64,Nullable(FixedString(51))) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 78ms
/aggregate functions/max/Map(Int64,Nullable(UUID)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint128__ OK 83ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 84ms
/aggregate functions/max/Map(Int64,LowCardinality(UInt8)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,uint8 OK 74ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/max/Map(Int64,LowCardinality(UInt16)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,uint64 OK 75ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/max/Map(Int64,LowCardinality(UInt32)) OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,uint32 OK 80ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(Int128))) OK 68ms
/aggregate functions/meanZTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/max/Map(Int64,LowCardinality(UInt64)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,uint16 OK 73ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/max/Map(Int64,LowCardinality(UInt128)) OK 84ms
/aggregate functions/quantileDeterministic OK 4s 365ms
/aggregate functions/quantileDeterministic/constant OK 42ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,uint128 OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/quantileDeterministic/zero rows OK 49ms
/aggregate functions/max/Map(Int64,LowCardinality(Int8)) OK 97ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 86ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/quantileDeterministic/single row OK 46ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/quantileDeterministic/with group by OK 43ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(DateTime))) OK 120ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 116ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 118ms
/aggregate functions/max/Map(Int64,LowCardinality(Int16)) OK 117ms
/aggregate functions/quantileDeterministic/some negative values OK 37ms
/aggregate functions/quantileDeterministic/NULL value handling OK 67ms
/aggregate functions/quantileDeterministic/single NULL value OK 47ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 76ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 87ms
/aggregate functions/max/Map(Int64,LowCardinality(Int32)) OK 71ms
/aggregate functions/quantileDeterministic/return type OK 38ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 72ms
/aggregate functions/max/Map(Int64,LowCardinality(Int64)) OK 72ms
/aggregate functions/quantileDeterministic/doc example OK 41ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 70ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/quantileDeterministic/inf OK 43ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 67ms
/aggregate functions/max/Map(Int64,LowCardinality(Int128)) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,nullable_uint128_ OK 82ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/quantileDeterministic/-inf OK 42ms
/aggregate functions/quantileDeterministic/nan OK 45ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 77ms
/aggregate functions/max/Map(Int64,LowCardinality(Float32)) OK 71ms
/aggregate functions/min/Map(Int8,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 68ms
/aggregate functions/quantileDeterministic/inf, -inf, nan OK 42ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 75ms
/aggregate functions/quantileDeterministic/UInt8 OK 77ms
/aggregate functions/max/Map(Int64,LowCardinality(Float64)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 70ms
/aggregate functions/min/Map(Int8,Array(String)) OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 76ms
/aggregate functions/max/Map(Int64,LowCardinality(Date)) OK 75ms
/aggregate functions/quantileDeterministic/UInt16 OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 72ms
/aggregate functions/min/Map(Int8,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 74ms
/aggregate functions/max/Map(Int64,LowCardinality(DateTime)) OK 73ms
/aggregate functions/quantileDeterministic/UInt32 OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 83ms
/aggregate functions/min/Map(Int8,Tuple(String)) OK 65ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 84ms
/aggregate functions/max/Map(Int64,LowCardinality(Bool)) OK 75ms
/aggregate functions/min/Map(Int16,UInt8) OK 64ms
/aggregate functions/quantileDeterministic/UInt64 OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint128_ OK 77ms
/aggregate functions/min/Map(Int16,UInt16) OK 179ms
/aggregate functions/max/Map(Int64,LowCardinality(String)) OK 183ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 154ms
/aggregate functions/quantileDeterministic/Int8 OK 165ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 146ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 122ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 110ms
/aggregate functions/min/Map(Int16,UInt32) OK 99ms
/aggregate functions/quantileDeterministic/Int16 OK 103ms
/aggregate functions/max/Map(Int64,LowCardinality(FixedString(51))) OK 93ms
/aggregate functions/min/Map(Int16,UInt64) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/max/Map(Int64,LowCardinality(UUID)) OK 80ms
/aggregate functions/quantileDeterministic/Int32 OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 71ms
/aggregate functions/quantileDeterministic/Int64 OK 92ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/min/Map(Int16,UInt128) OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint128__ OK 77ms
/aggregate functions/quantileDeterministic/Float32 OK 89ms
/aggregate functions/min/Map(Int16,Int8) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/min/Map(Int16,Int16) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,uint8 OK 66ms
/aggregate functions/quantileDeterministic/Float64 OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,uint64 OK 82ms
/aggregate functions/min/Map(Int16,Int32) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/quantileDeterministic/Date OK 74ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,uint32 OK 69ms
/aggregate functions/min/Map(Int16,Int64) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 74ms
/aggregate functions/quantileDeterministic/DateTime OK 63ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,uint16 OK 68ms
/aggregate functions/quantileDeterministic/Nullable(UInt8) OK 74ms
/aggregate functions/min/Map(Int16,Int128) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 66ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,uint128 OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 72ms
/aggregate functions/quantileDeterministic/Nullable(UInt16) OK 68ms
/aggregate functions/min/Map(Int16,Float32) OK 69ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,nullable_uint8_ OK 68ms
/aggregate functions/quantileDeterministic/Nullable(UInt32) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 78ms
/aggregate functions/min/Map(Int16,Float64) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,nullable_uint64_ OK 76ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/quantileDeterministic/Nullable(UInt64) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 77ms
/aggregate functions/min/Map(Int16,Decimal128(38)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,nullable_uint32_ OK 84ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/quantileDeterministic/Nullable(Int8) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 89ms
/aggregate functions/min/Map(Int16,Date) OK 87ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(Float32))) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,nullable_uint16_ OK 72ms
/aggregate functions/quantileDeterministic/Nullable(Int16) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 73ms
/aggregate functions/min/Map(Int16,DateTime) OK 77ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,nullable_uint128_ OK 86ms
/aggregate functions/quantileDeterministic/Nullable(Int32) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 79ms
/aggregate functions/min/Map(Int16,DateTime64(3)) OK 75ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/quantileDeterministic/Nullable(Int64) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,lowcardinality_uint8_ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 129ms
/aggregate functions/min/Map(Int16,Bool) OK 109ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/quantileDeterministic/Nullable(Float32) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,lowcardinality_uint64_ OK 77ms
/aggregate functions/min/Map(Int16,String) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 77ms
/aggregate functions/quantileDeterministic/Nullable(Float64) OK 85ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,lowcardinality_uint32_ OK 74ms
/aggregate functions/min/Map(Int16,FixedString(51)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,lowcardinality_uint16_ OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 91ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/quantileDeterministic/Nullable(Date) OK 87ms
/aggregate functions/min/Map(Int16,UUID) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,lowcardinality_uint128_ OK 75ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 77ms
/aggregate functions/quantileDeterministic/Nullable(DateTime) OK 70ms
/aggregate functions/min/Map(Int16,Nullable(UInt8)) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/max/Map(Int64,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/quantileDeterministic/LowCardinality(UInt8) OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/min/Map(Int16,Nullable(UInt16)) OK 82ms
/aggregate functions/max/Map(Int64,Array(String)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/quantileDeterministic/LowCardinality(UInt16) OK 75ms
/aggregate functions/max/Map(Int64,Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/min/Map(Int16,Nullable(UInt32)) OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/quantileDeterministic/LowCardinality(UInt32) OK 80ms
/aggregate functions/max/Map(Int64,Tuple(String)) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/min/Map(Int16,Nullable(UInt64)) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/quantileDeterministic/LowCardinality(UInt64) OK 73ms
/aggregate functions/max/Map(Int128,UInt8) OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_int128_,lowcardinality_nullable_uint128__ OK 76ms
/aggregate functions/min/Map(Int16,Nullable(UInt128)) OK 95ms
/aggregate functions/quantileDeterministic/LowCardinality(Int8) OK 70ms
/aggregate functions/max/Map(Int128,UInt16) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,uint8 OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 68ms
/aggregate functions/quantileDeterministic/LowCardinality(Int16) OK 70ms
/aggregate functions/min/Map(Int16,Nullable(Int8)) OK 72ms
/aggregate functions/max/Map(Int128,UInt32) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 81ms
/aggregate functions/quantileDeterministic/LowCardinality(Int32) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,uint64 OK 65ms
/aggregate functions/min/Map(Int16,Nullable(Int16)) OK 88ms
/aggregate functions/max/Map(Int128,UInt64) OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,uint32 OK 81ms
/aggregate functions/quantileDeterministic/LowCardinality(Int64) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 74ms
/aggregate functions/min/Map(Int16,Nullable(Int32)) OK 76ms
/aggregate functions/max/Map(Int128,UInt128) OK 66ms
/aggregate functions/quantileDeterministic/LowCardinality(Float32) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,uint16 OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 73ms
/aggregate functions/max/Map(Int128,Int8) OK 75ms
/aggregate functions/min/Map(Int16,Nullable(Int64)) OK 65ms
/aggregate functions/quantileDeterministic/LowCardinality(Float64) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,uint128 OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 75ms
/aggregate functions/min/Map(Int16,Nullable(Int128)) OK 79ms
/aggregate functions/max/Map(Int128,Int16) OK 75ms
/aggregate functions/quantileDeterministic/LowCardinality(Date) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 74ms
/aggregate functions/min/Map(Int16,Nullable(Float32)) OK 71ms
/aggregate functions/max/Map(Int128,Int32) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 74ms
/aggregate functions/quantileDeterministic/LowCardinality(DateTime) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 75ms
/aggregate functions/min/Map(Int16,Nullable(Float64)) OK 74ms
/aggregate functions/max/Map(Int128,Int64) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(UInt8)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 68ms
/aggregate functions/min/Map(Int16,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/max/Map(Int128,Int128) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 83ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(UInt16)) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 76ms
/aggregate functions/min/Map(Int16,Nullable(Date)) OK 79ms
/aggregate functions/max/Map(Int128,Float32) OK 69ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(UInt32)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,nullable_uint128_ OK 71ms
/aggregate functions/max/Map(Int128,Float64) OK 70ms
/aggregate functions/min/Map(Int16,Nullable(DateTime)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 91ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(UInt64)) OK 65ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 90ms
/aggregate functions/max/Map(Int128,Decimal128(38)) OK 92ms
/aggregate functions/min/Map(Int16,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(Int8)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/min/Map(Int16,Nullable(Bool)) OK 84ms
/aggregate functions/max/Map(Int128,Date) OK 72ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(Int16)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 77ms
/aggregate functions/max/Map(Int128,DateTime) OK 72ms
/aggregate functions/min/Map(Int16,Nullable(String)) OK 69ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(Int32)) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 73ms
/aggregate functions/max/Map(Int128,DateTime64(3)) OK 73ms
/aggregate functions/min/Map(Int16,Nullable(FixedString(51))) OK 72ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(Int64)) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint128_ OK 82ms
/aggregate functions/max/Map(Int128,Bool) OK 114ms
/aggregate functions/min/Map(Int16,Nullable(UUID)) OK 109ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(Float32)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 109ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 99ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(Float64)) OK 77ms
/aggregate functions/min/Map(Int16,LowCardinality(UInt8)) OK 77ms
/aggregate functions/max/Map(Int128,String) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/max/Map(Int128,FixedString(51)) OK 80ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(Date)) OK 80ms
/aggregate functions/min/Map(Int16,LowCardinality(UInt16)) OK 66ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 118ms
/aggregate functions/min/Map(Int16,LowCardinality(UInt32)) OK 76ms
/aggregate functions/max/Map(Int128,UUID) OK 108ms
/aggregate functions/quantileDeterministic/LowCardinality(Nullable(DateTime)) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 76ms
/aggregate functions/min/Map(Int16,LowCardinality(UInt64)) OK 114ms
/aggregate functions/quantileExact OK 4s 427ms
/aggregate functions/quantileExact/constant OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/max/Map(Int128,Nullable(UInt8)) OK 95ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 82ms
/aggregate functions/quantileExact/zero rows OK 48ms
/aggregate functions/min/Map(Int16,LowCardinality(UInt128)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint128__ OK 73ms
/aggregate functions/quantileExact/single row OK 41ms
/aggregate functions/max/Map(Int128,Nullable(UInt16)) OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 78ms
/aggregate functions/quantileExact/with group by OK 51ms
/aggregate functions/min/Map(Int16,LowCardinality(Int8)) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,uint8 OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 80ms
/aggregate functions/max/Map(Int128,Nullable(UInt32)) OK 67ms
/aggregate functions/quantileExact/some negative values OK 47ms
/aggregate functions/quantileExact/NULL value handling OK 44ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,uint64 OK 69ms
/aggregate functions/min/Map(Int16,LowCardinality(Int16)) OK 74ms
/aggregate functions/max/Map(Int128,Nullable(UInt64)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 83ms
/aggregate functions/quantileExact/single NULL value OK 39ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,uint32 OK 87ms
/aggregate functions/min/Map(Int16,LowCardinality(Int32)) OK 76ms
/aggregate functions/quantileExact/return type OK 42ms
/aggregate functions/max/Map(Int128,Nullable(UInt128)) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 77ms
/aggregate functions/quantileExact/doc example OK 48ms
/aggregate functions/min/Map(Int16,LowCardinality(Int64)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,uint16 OK 79ms
/aggregate functions/max/Map(Int128,Nullable(Int8)) OK 80ms
/aggregate functions/quantileExact/inf OK 44ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 82ms
/aggregate functions/quantileExact/-inf OK 48ms
/aggregate functions/min/Map(Int16,LowCardinality(Int128)) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,uint128 OK 80ms
/aggregate functions/max/Map(Int128,Nullable(Int16)) OK 74ms
/aggregate functions/quantileExact/nan OK 42ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 67ms
/aggregate functions/min/Map(Int16,LowCardinality(Float32)) OK 73ms
/aggregate functions/quantileExact/inf, -inf, nan OK 48ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 90ms
/aggregate functions/max/Map(Int128,Nullable(Int32)) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 71ms
/aggregate functions/quantileExact/UInt8 OK 76ms
/aggregate functions/min/Map(Int16,LowCardinality(Float64)) OK 73ms
/aggregate functions/max/Map(Int128,Nullable(Int64)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 71ms
/aggregate functions/quantileExact/UInt16 OK 69ms
/aggregate functions/min/Map(Int16,LowCardinality(Date)) OK 80ms
/aggregate functions/max/Map(Int128,Nullable(Int128)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/quantileExact/UInt32 OK 67ms
/aggregate functions/min/Map(Int16,LowCardinality(DateTime)) OK 81ms
/aggregate functions/max/Map(Int128,Nullable(Float32)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/quantileExact/UInt64 OK 131ms
/aggregate functions/max/Map(Int128,Nullable(Float64)) OK 96ms
/aggregate functions/min/Map(Int16,LowCardinality(Bool)) OK 95ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,nullable_uint128_ OK 87ms
/aggregate functions/quantileExact/Int8 OK 124ms
/aggregate functions/max/Map(Int128,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 69ms
/aggregate functions/min/Map(Int16,LowCardinality(String)) OK 119ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 69ms
/aggregate functions/max/Map(Int128,Nullable(Date)) OK 113ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 109ms
/aggregate functions/quantileExact/Int16 OK 80ms
/aggregate functions/min/Map(Int16,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 86ms
/aggregate functions/max/Map(Int128,Nullable(DateTime)) OK 76ms
/aggregate functions/quantileExact/Int32 OK 65ms
/aggregate functions/min/Map(Int16,LowCardinality(UUID)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 76ms
/aggregate functions/quantileExact/Int64 OK 75ms
/aggregate functions/max/Map(Int128,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 73ms
/aggregate functions/quantileExact/Float32 OK 68ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/max/Map(Int128,Nullable(Bool)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint128_ OK 76ms
/aggregate functions/quantileExact/Float64 OK 72ms
/aggregate functions/max/Map(Int128,Nullable(String)) OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 79ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/quantileExact/Date OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 76ms
/aggregate functions/max/Map(Int128,Nullable(FixedString(51))) OK 80ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/quantileExact/DateTime OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 92ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/max/Map(Int128,Nullable(UUID)) OK 82ms
/aggregate functions/quantileExact/Nullable(UInt8) OK 73ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/max/Map(Int128,LowCardinality(UInt8)) OK 89ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 70ms
/aggregate functions/quantileExact/Nullable(UInt16) OK 65ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 81ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/quantileExact/Nullable(UInt32) OK 72ms
/aggregate functions/max/Map(Int128,LowCardinality(UInt16)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint128__ OK 79ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 83ms
/aggregate functions/quantileExact/Nullable(UInt64) OK 81ms
/aggregate functions/max/Map(Int128,LowCardinality(UInt32)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,uint8 OK 71ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantileExact/Nullable(Int8) OK 80ms
/aggregate functions/max/Map(Int128,LowCardinality(UInt64)) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,uint64 OK 77ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(Int128))) OK 65ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/quantileExact/Nullable(Int16) OK 87ms
/aggregate functions/max/Map(Int128,LowCardinality(UInt128)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,uint32 OK 69ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,uint16 OK 98ms
/aggregate functions/max/Map(Int128,LowCardinality(Int8)) OK 91ms
/aggregate functions/quantileExact/Nullable(Int32) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(Float64))) OK 68ms
/aggregate functions/quantileExact/Nullable(Int64) OK 82ms
/aggregate functions/max/Map(Int128,LowCardinality(Int16)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,uint128 OK 73ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/quantileExact/Nullable(Float32) OK 81ms
/aggregate functions/max/Map(Int128,LowCardinality(Int32)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,nullable_uint8_ OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 80ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,nullable_uint64_ OK 80ms
/aggregate functions/max/Map(Int128,LowCardinality(Int64)) OK 76ms
/aggregate functions/quantileExact/Nullable(Float64) OK 81ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 72ms
/aggregate functions/max/Map(Int128,LowCardinality(Int128)) OK 93ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,nullable_uint32_ OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 78ms
/aggregate functions/quantileExact/Nullable(Date) OK 73ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/quantileExact/Nullable(DateTime) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,nullable_uint16_ OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 65ms
/aggregate functions/max/Map(Int128,LowCardinality(Float32)) OK 79ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,nullable_uint128_ OK 85ms
/aggregate functions/quantileExact/LowCardinality(UInt8) OK 76ms
/aggregate functions/min/Map(Int16,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/max/Map(Int128,LowCardinality(Float64)) OK 78ms
/aggregate functions/quantileExact/LowCardinality(UInt16) OK 86ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,lowcardinality_uint8_ OK 88ms
/aggregate functions/min/Map(Int16,Array(String)) OK 71ms
/aggregate functions/max/Map(Int128,LowCardinality(Date)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 95ms
/aggregate functions/min/Map(Int16,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/quantileExact/LowCardinality(UInt32) OK 77ms
/aggregate functions/max/Map(Int128,LowCardinality(DateTime)) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,lowcardinality_uint64_ OK 75ms
/aggregate functions/min/Map(Int16,Tuple(String)) OK 100ms
/aggregate functions/quantileExact/LowCardinality(UInt64) OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,lowcardinality_uint32_ OK 96ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 77ms
/aggregate functions/max/Map(Int128,LowCardinality(Bool)) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 93ms
/aggregate functions/quantileExact/LowCardinality(Int8) OK 94ms
/aggregate functions/max/Map(Int128,LowCardinality(String)) OK 83ms
/aggregate functions/min/Map(Int32,UInt8) OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,lowcardinality_uint16_ OK 73ms
/aggregate functions/min/Map(Int32,UInt16) OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,lowcardinality_uint128_ OK 94ms
/aggregate functions/max/Map(Int128,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 75ms
/aggregate functions/quantileExact/LowCardinality(Int16) OK 82ms
/aggregate functions/max/Map(Int128,LowCardinality(UUID)) OK 74ms
/aggregate functions/min/Map(Int32,UInt32) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 86ms
/aggregate functions/quantileExact/LowCardinality(Int32) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 65ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/min/Map(Int32,UInt64) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantileExact/LowCardinality(Int64) OK 70ms
/aggregate functions/min/Map(Int32,UInt128) OK 82ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/quantileExact/LowCardinality(Float32) OK 81ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/min/Map(Int32,Int8) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 66ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantileExact/LowCardinality(Float64) OK 69ms
/aggregate functions/min/Map(Int32,Int16) OK 85ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int8,lowcardinality_nullable_uint128__ OK 77ms
/aggregate functions/quantileExact/LowCardinality(Date) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/min/Map(Int32,Int32) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,uint8 OK 97ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/quantileExact/LowCardinality(DateTime) OK 85ms
/aggregate functions/min/Map(Int32,Int64) OK 74ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 81ms
/aggregate functions/quantileExact/LowCardinality(Nullable(UInt8)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,uint64 OK 76ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/min/Map(Int32,Int128) OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 73ms
/aggregate functions/quantileExact/LowCardinality(Nullable(UInt16)) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,uint32 OK 71ms
/aggregate functions/min/Map(Int32,Float32) OK 84ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 84ms
/aggregate functions/quantileExact/LowCardinality(Nullable(UInt32)) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,uint16 OK 85ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/min/Map(Int32,Float64) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 84ms
/aggregate functions/quantileExact/LowCardinality(Nullable(UInt64)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,uint128 OK 66ms
/aggregate functions/min/Map(Int32,Decimal128(38)) OK 70ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(Int128))) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,nullable_uint8_ OK 66ms
/aggregate functions/quantileExact/LowCardinality(Nullable(Int8)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 81ms
/aggregate functions/min/Map(Int32,Date) OK 76ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(Float32))) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,nullable_uint64_ OK 74ms
/aggregate functions/quantileExact/LowCardinality(Nullable(Int16)) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 83ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/min/Map(Int32,DateTime) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,nullable_uint32_ OK 72ms
/aggregate functions/quantileExact/LowCardinality(Nullable(Int32)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 81ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/min/Map(Int32,DateTime64(3)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,nullable_uint16_ OK 74ms
/aggregate functions/quantileExact/LowCardinality(Nullable(Int64)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 73ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/min/Map(Int32,Bool) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,nullable_uint128_ OK 73ms
/aggregate functions/quantileExact/LowCardinality(Nullable(Float32)) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 83ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/min/Map(Int32,String) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,lowcardinality_uint8_ OK 80ms
/aggregate functions/quantileExact/LowCardinality(Nullable(Float64)) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 77ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/min/Map(Int32,FixedString(51)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,lowcardinality_uint64_ OK 72ms
/aggregate functions/quantileExact/LowCardinality(Nullable(Date)) OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 112ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 119ms
/aggregate functions/min/Map(Int32,UUID) OK 111ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,lowcardinality_uint32_ OK 100ms
/aggregate functions/quantileExact/LowCardinality(Nullable(DateTime)) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 82ms
/aggregate functions/min/Map(Int32,Nullable(UInt8)) OK 82ms
/aggregate functions/max/Map(Int128,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantileExactExclusive OK 4s 238ms
/aggregate functions/quantileExactExclusive/constant OK 36ms
/aggregate functions/quantileExactExclusive/zero rows OK 41ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/max/Map(Int128,Array(String)) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,lowcardinality_uint128_ OK 86ms
/aggregate functions/min/Map(Int32,Nullable(UInt16)) OK 81ms
/aggregate functions/quantileExactExclusive/single row OK 36ms
/aggregate functions/quantileExactExclusive/with group by OK 49ms
/aggregate functions/max/Map(Int128,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/min/Map(Int32,Nullable(UInt32)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantileExactExclusive/some negative values OK 38ms
/aggregate functions/quantileExactExclusive/NULL value handling OK 39ms
/aggregate functions/max/Map(Int128,Tuple(String)) OK 97ms
/aggregate functions/min/Map(Int32,Nullable(UInt64)) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/quantileExactExclusive/single NULL value OK 52ms
/aggregate functions/quantileExactExclusive/return type OK 43ms
/aggregate functions/min/Map(Int32,Nullable(UInt128)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/max/Map(Date,UInt8) OK 69ms
/aggregate functions/quantileExactExclusive/doc example OK 48ms
/aggregate functions/quantileExactExclusive/inf OK 62ms
/aggregate functions/min/Map(Int32,Nullable(Int8)) OK 95ms
/aggregate functions/max/Map(Date,UInt16) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 80ms
/aggregate functions/quantileExactExclusive/-inf OK 42ms
/aggregate functions/max/Map(Date,UInt32) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int64,lowcardinality_nullable_uint128__ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 75ms
/aggregate functions/min/Map(Int32,Nullable(Int16)) OK 73ms
/aggregate functions/quantileExactExclusive/nan OK 39ms
/aggregate functions/quantileExactExclusive/inf, -inf, nan OK 39ms
/aggregate functions/max/Map(Date,UInt64) OK 94ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,uint8 OK 82ms
/aggregate functions/min/Map(Int32,Nullable(Int32)) OK 77ms
/aggregate functions/quantileExactExclusive/UInt8 OK 75ms
/aggregate functions/min/Map(Int32,Nullable(Int64)) OK 90ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,uint64 OK 65ms
/aggregate functions/max/Map(Date,UInt128) OK 65ms
/aggregate functions/quantileExactExclusive/UInt16 OK 64ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,uint32 OK 73ms
/aggregate functions/max/Map(Date,Int8) OK 73ms
/aggregate functions/quantileExactExclusive/UInt32 OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 79ms
/aggregate functions/min/Map(Int32,Nullable(Int128)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,uint16 OK 72ms
/aggregate functions/max/Map(Date,Int16) OK 72ms
/aggregate functions/quantileExactExclusive/UInt64 OK 71ms
/aggregate functions/min/Map(Int32,Nullable(Float32)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,uint128 OK 70ms
/aggregate functions/max/Map(Date,Int32) OK 70ms
/aggregate functions/quantileExactExclusive/Int8 OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 76ms
/aggregate functions/min/Map(Int32,Nullable(Float64)) OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,nullable_uint8_ OK 69ms
/aggregate functions/max/Map(Date,Int64) OK 69ms
/aggregate functions/quantileExactExclusive/Int16 OK 93ms
/aggregate functions/min/Map(Int32,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 87ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,nullable_uint64_ OK 73ms
/aggregate functions/max/Map(Date,Int128) OK 69ms
/aggregate functions/min/Map(Int32,Nullable(Date)) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 68ms
/aggregate functions/quantileExactExclusive/Int32 OK 68ms
/aggregate functions/max/Map(Date,Float32) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,nullable_uint32_ OK 69ms
/aggregate functions/min/Map(Int32,Nullable(DateTime)) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 83ms
/aggregate functions/quantileExactExclusive/Int64 OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,nullable_uint16_ OK 80ms
/aggregate functions/max/Map(Date,Float64) OK 69ms
/aggregate functions/min/Map(Int32,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/quantileExactExclusive/Float32 OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 70ms
/aggregate functions/max/Map(Date,Decimal128(38)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,nullable_uint128_ OK 72ms
/aggregate functions/min/Map(Int32,Nullable(Bool)) OK 71ms
/aggregate functions/quantileExactExclusive/Float64 OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 77ms
/aggregate functions/max/Map(Date,Date) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,lowcardinality_uint8_ OK 79ms
/aggregate functions/min/Map(Int32,Nullable(String)) OK 70ms
/aggregate functions/quantileExactExclusive/Date OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/max/Map(Date,DateTime) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,lowcardinality_uint64_ OK 82ms
/aggregate functions/min/Map(Int32,Nullable(FixedString(51))) OK 76ms
/aggregate functions/quantileExactExclusive/DateTime OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/max/Map(Date,DateTime64(3)) OK 84ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,lowcardinality_uint32_ OK 75ms
/aggregate functions/min/Map(Int32,Nullable(UUID)) OK 80ms
/aggregate functions/quantileExactExclusive/Nullable(UInt8) OK 105ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 117ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,lowcardinality_uint16_ OK 84ms
/aggregate functions/max/Map(Date,Bool) OK 77ms
/aggregate functions/min/Map(Int32,LowCardinality(UInt8)) OK 82ms
/aggregate functions/quantileExactExclusive/Nullable(UInt16) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/max/Map(Date,String) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,lowcardinality_uint128_ OK 73ms
/aggregate functions/min/Map(Int32,LowCardinality(UInt16)) OK 77ms
/aggregate functions/quantileExactExclusive/Nullable(UInt32) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/max/Map(Date,FixedString(51)) OK 73ms
/aggregate functions/min/Map(Int32,LowCardinality(UInt32)) OK 77ms
/aggregate functions/quantileExactExclusive/Nullable(UInt64) OK 81ms
/aggregate functions/max/Map(Date,UUID) OK 93ms
/aggregate functions/min/Map(Int32,LowCardinality(UInt64)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 77ms
/aggregate functions/quantileExactExclusive/Nullable(Int8) OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/min/Map(Int32,LowCardinality(UInt128)) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 75ms
/aggregate functions/max/Map(Date,Nullable(UInt8)) OK 69ms
/aggregate functions/quantileExactExclusive/Nullable(Int16) OK 67ms
/aggregate functions/max/Map(Date,Nullable(UInt16)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 84ms
/aggregate functions/min/Map(Int32,LowCardinality(Int8)) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/quantileExactExclusive/Nullable(Int32) OK 73ms
/aggregate functions/max/Map(Date,Nullable(UInt32)) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int32,lowcardinality_nullable_uint128__ OK 87ms
/aggregate functions/min/Map(Int32,LowCardinality(Int16)) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 83ms
/aggregate functions/quantileExactExclusive/Nullable(Int64) OK 69ms
/aggregate functions/max/Map(Date,Nullable(UInt64)) OK 74ms
/aggregate functions/min/Map(Int32,LowCardinality(Int32)) OK 95ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,uint8 OK 86ms
/aggregate functions/quantileExactExclusive/Nullable(Float32) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 65ms
/aggregate functions/max/Map(Date,Nullable(UInt128)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 84ms
/aggregate functions/quantileExactExclusive/Nullable(Float64) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,uint64 OK 75ms
/aggregate functions/min/Map(Int32,LowCardinality(Int64)) OK 73ms
/aggregate functions/max/Map(Date,Nullable(Int8)) OK 67ms
/aggregate functions/quantileExactExclusive/Nullable(Date) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 93ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,uint32 OK 91ms
/aggregate functions/min/Map(Int32,LowCardinality(Int128)) OK 66ms
/aggregate functions/max/Map(Date,Nullable(Int16)) OK 72ms
/aggregate functions/min/Map(Int32,LowCardinality(Float32)) OK 86ms
/aggregate functions/quantileExactExclusive/Nullable(DateTime) OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,uint16 OK 68ms
/aggregate functions/max/Map(Date,Nullable(Int32)) OK 80ms
/aggregate functions/quantileExactExclusive/LowCardinality(UInt8) OK 87ms
/aggregate functions/min/Map(Int32,LowCardinality(Float64)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,uint128 OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 83ms
/aggregate functions/max/Map(Date,Nullable(Int64)) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,nullable_uint8_ OK 85ms
/aggregate functions/min/Map(Int32,LowCardinality(Date)) OK 87ms
/aggregate functions/quantileExactExclusive/LowCardinality(UInt16) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 76ms
/aggregate functions/max/Map(Date,Nullable(Int128)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,nullable_uint64_ OK 74ms
/aggregate functions/quantileExactExclusive/LowCardinality(UInt32) OK 78ms
/aggregate functions/min/Map(Int32,LowCardinality(DateTime)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 67ms
/aggregate functions/max/Map(Date,Nullable(Float32)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,nullable_uint32_ OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/quantileExactExclusive/LowCardinality(UInt64) OK 77ms
/aggregate functions/min/Map(Int32,LowCardinality(Bool)) OK 82ms
/aggregate functions/max/Map(Date,Nullable(Float64)) OK 77ms
/aggregate functions/quantileExactExclusive/LowCardinality(Int8) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,nullable_uint16_ OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/min/Map(Int32,LowCardinality(String)) OK 63ms
/aggregate functions/max/Map(Date,Nullable(Decimal128(38))) OK 68ms
/aggregate functions/min/Map(Int32,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,nullable_uint128_ OK 80ms
/aggregate functions/quantileExactExclusive/LowCardinality(Int16) OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/max/Map(Date,Nullable(Date)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,lowcardinality_uint8_ OK 91ms
/aggregate functions/quantileExactExclusive/LowCardinality(Int32) OK 78ms
/aggregate functions/max/Map(Date,Nullable(DateTime)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/min/Map(Int32,LowCardinality(UUID)) OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 86ms
/aggregate functions/max/Map(Date,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/quantileExactExclusive/LowCardinality(Int64) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,lowcardinality_uint64_ OK 81ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/quantileExactExclusive/LowCardinality(Float32) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 74ms
/aggregate functions/max/Map(Date,Nullable(Bool)) OK 113ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,lowcardinality_uint32_ OK 93ms
/aggregate functions/quantileExactExclusive/LowCardinality(Float64) OK 117ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 127ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,lowcardinality_uint16_ OK 83ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/max/Map(Date,Nullable(String)) OK 81ms
/aggregate functions/quantileExactExclusive/LowCardinality(Date) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,lowcardinality_uint128_ OK 91ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/max/Map(Date,Nullable(FixedString(51))) OK 90ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 82ms
/aggregate functions/quantileExactExclusive/LowCardinality(DateTime) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 76ms
/aggregate functions/max/Map(Date,Nullable(UUID)) OK 78ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(UInt8)) OK 66ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 79ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/max/Map(Date,LowCardinality(UInt8)) OK 79ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(UInt16)) OK 70ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 80ms
/aggregate functions/max/Map(Date,LowCardinality(UInt16)) OK 69ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(UInt32)) OK 78ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/max/Map(Date,LowCardinality(UInt32)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 74ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(UInt64)) OK 71ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/max/Map(Date,LowCardinality(UInt64)) OK 98ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 72ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int16,lowcardinality_nullable_uint128__ OK 70ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(Int8)) OK 66ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,uint8 OK 70ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(Int16)) OK 61ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/max/Map(Date,LowCardinality(UInt128)) OK 66ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(Int32)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,uint64 OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 76ms
/aggregate functions/max/Map(Date,LowCardinality(Int8)) OK 75ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(Int64)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,uint32 OK 66ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 74ms
/aggregate functions/max/Map(Date,LowCardinality(Int16)) OK 72ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,uint16 OK 76ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(Float32)) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/max/Map(Date,LowCardinality(Int32)) OK 71ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,uint128 OK 74ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(Float64)) OK 74ms
/aggregate functions/max/Map(Date,LowCardinality(Int64)) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,nullable_uint8_ OK 82ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(Date)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/max/Map(Date,LowCardinality(Int128)) OK 71ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,nullable_uint64_ OK 74ms
/aggregate functions/quantileExactExclusive/LowCardinality(Nullable(DateTime)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/max/Map(Date,LowCardinality(Float32)) OK 72ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(String))) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,nullable_uint32_ OK 89ms
/aggregate functions/quantileExactHigh OK 4s 897ms
/aggregate functions/quantileExactHigh/constant OK 50ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,uint8 OK 80ms
/aggregate functions/max/Map(Date,LowCardinality(Float64)) OK 87ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/quantileExactHigh/zero rows OK 47ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,uint64 OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,nullable_uint16_ OK 91ms
/aggregate functions/min/Map(Int32,LowCardinality(Nullable(UUID))) OK 98ms
/aggregate functions/max/Map(Date,LowCardinality(Date)) OK 91ms
/aggregate functions/quantileExactHigh/single row OK 50ms
/aggregate functions/quantileExactHigh/with group by OK 44ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,uint32 OK 70ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,nullable_uint128_ OK 77ms
/aggregate functions/max/Map(Date,LowCardinality(DateTime)) OK 82ms
/aggregate functions/min/Map(Int32,Array(String)) OK 73ms
/aggregate functions/quantileExactHigh/some negative values OK 54ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,uint16 OK 67ms
/aggregate functions/quantileExactHigh/NULL value handling OK 38ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,lowcardinality_uint8_ OK 77ms
/aggregate functions/min/Map(Int32,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/max/Map(Date,LowCardinality(Bool)) OK 75ms
/aggregate functions/quantileExactHigh/single NULL value OK 45ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 72ms
/aggregate functions/quantileExactHigh/return type OK 43ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,lowcardinality_uint64_ OK 91ms
/aggregate functions/min/Map(Int32,Tuple(String)) OK 81ms
/aggregate functions/max/Map(Date,LowCardinality(String)) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 74ms
/aggregate functions/quantileExactHigh/doc example OK 55ms
/aggregate functions/min/Map(Int64,UInt8) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,lowcardinality_uint32_ OK 82ms
/aggregate functions/max/Map(Date,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/quantileExactHigh/inf OK 39ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 152ms
/aggregate functions/quantileExactHigh/-inf OK 101ms
/aggregate functions/min/Map(Int64,UInt16) OK 101ms
/aggregate functions/max/Map(Date,LowCardinality(UUID)) OK 92ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,lowcardinality_uint16_ OK 81ms
/aggregate functions/quantileExactHigh/nan OK 41ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,lowcardinality_uint128_ OK 80ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(UInt8))) OK 212ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 77ms
/aggregate functions/min/Map(Int64,UInt32) OK 70ms
/aggregate functions/quantileExactHigh/inf, -inf, nan OK 160ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,lowcardinality_nullable_uint8__ OK 148ms
/aggregate functions/min/Map(Int64,UInt64) OK 140ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 142ms
/aggregate functions/quantileExactHigh/UInt8 OK 85ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(UInt16))) OK 98ms
/aggregate functions/min/Map(Int64,UInt128) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/quantileExactHigh/UInt16 OK 88ms
/aggregate functions/min/Map(Int64,Int8) OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/quantileExactHigh/UInt32 OK 77ms
/aggregate functions/min/Map(Int64,Int16) OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/quantileExactHigh/UInt64 OK 75ms
/aggregate functions/min/Map(Int64,Int32) OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/int128,lowcardinality_nullable_uint128__ OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/quantileExactHigh/Int8 OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,uint8 OK 185ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 193ms
/aggregate functions/min/Map(Int64,Int64) OK 194ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(Int8))) OK 176ms
/aggregate functions/quantileExactHigh/Int16 OK 146ms
/aggregate functions/quantileExactHigh/Int32 OK 221ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,uint64 OK 215ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(Int16))) OK 212ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 192ms
/aggregate functions/min/Map(Int64,Int128) OK 204ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,uint32 OK 84ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/quantileExactHigh/Int64 OK 82ms
/aggregate functions/min/Map(Int64,Float32) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,uint8 OK 96ms
/aggregate functions/min/Map(Int64,Float64) OK 72ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,uint16 OK 82ms
/aggregate functions/quantileExactHigh/Float32 OK 73ms
/aggregate functions/min/Map(Int64,Decimal128(38)) OK 81ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/quantileExactHigh/Float64 OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,uint128 OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,uint64 OK 89ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/quantileExactHigh/Date OK 80ms
/aggregate functions/min/Map(Int64,Date) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,nullable_uint8_ OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,uint32 OK 71ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/quantileExactHigh/DateTime OK 75ms
/aggregate functions/min/Map(Int64,DateTime) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,nullable_uint64_ OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,uint16 OK 70ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/quantileExactHigh/Nullable(UInt8) OK 75ms
/aggregate functions/min/Map(Int64,DateTime64(3)) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,nullable_uint32_ OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 76ms
/aggregate functions/quantileExactHigh/Nullable(UInt16) OK 79ms
/aggregate functions/min/Map(Int64,Bool) OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,nullable_uint16_ OK 71ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 65ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,nullable_uint128_ OK 94ms
/aggregate functions/min/Map(Int64,String) OK 90ms
/aggregate functions/quantileExactHigh/Nullable(UInt32) OK 81ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 80ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/quantileExactHigh/Nullable(UInt64) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 93ms
/aggregate functions/min/Map(Int64,FixedString(51)) OK 88ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,lowcardinality_uint8_ OK 94ms
/aggregate functions/quantileExactHigh/Nullable(Int8) OK 83ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/min/Map(Int64,UUID) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,lowcardinality_uint64_ OK 75ms
/aggregate functions/quantileExactHigh/Nullable(Int16) OK 135ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,lowcardinality_uint32_ OK 109ms
/aggregate functions/min/Map(Int64,Nullable(UInt8)) OK 97ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 104ms
/aggregate functions/max/Map(Date,LowCardinality(Nullable(UUID))) OK 98ms
/aggregate functions/min/Map(Int64,Nullable(UInt16)) OK 107ms
/aggregate functions/max/Map(Date,Array(String)) OK 109ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 101ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,lowcardinality_uint16_ OK 100ms
/aggregate functions/quantileExactHigh/Nullable(Int32) OK 104ms
/aggregate functions/min/Map(Int64,Nullable(UInt32)) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,lowcardinality_uint128_ OK 85ms
/aggregate functions/max/Map(Date,Map(String,LowCardinality(Float64))) OK 95ms
/aggregate functions/quantileExactHigh/Nullable(Int64) OK 90ms
/aggregate functions/min/Map(Int64,Nullable(UInt64)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantileExactHigh/Nullable(Float32) OK 74ms
/aggregate functions/max/Map(Date,Tuple(String)) OK 78ms
/aggregate functions/min/Map(Int64,Nullable(UInt128)) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantileExactHigh/Nullable(Float64) OK 86ms
/aggregate functions/max/Map(DateTime,UInt8) OK 88ms
/aggregate functions/min/Map(Int64,Nullable(Int8)) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantileExactHigh/Nullable(Date) OK 79ms
/aggregate functions/max/Map(DateTime,UInt16) OK 80ms
/aggregate functions/min/Map(Int64,Nullable(Int16)) OK 151ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 131ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 111ms
/aggregate functions/quantileExactHigh/Nullable(DateTime) OK 109ms
/aggregate functions/max/Map(DateTime,UInt32) OK 104ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,uint8 OK 97ms
/aggregate functions/quantileExactHigh/LowCardinality(UInt8) OK 94ms
/aggregate functions/max/Map(DateTime,UInt64) OK 75ms
/aggregate functions/min/Map(Int64,Nullable(Int32)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float64,lowcardinality_nullable_uint128__ OK 73ms
/aggregate functions/max/Map(DateTime,UInt128) OK 81ms
/aggregate functions/min/Map(Int64,Nullable(Int64)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,uint8 OK 65ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,uint64 OK 78ms
/aggregate functions/quantileExactHigh/LowCardinality(UInt16) OK 82ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,uint64 OK 86ms
/aggregate functions/max/Map(DateTime,Int8) OK 84ms
/aggregate functions/min/Map(Int64,Nullable(Int128)) OK 103ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,uint32 OK 78ms
/aggregate functions/quantileExactHigh/LowCardinality(UInt32) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,uint32 OK 106ms
/aggregate functions/max/Map(DateTime,Int16) OK 93ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,uint16 OK 99ms
/aggregate functions/quantileExactHigh/LowCardinality(UInt64) OK 90ms
/aggregate functions/min/Map(Int64,Nullable(Float32)) OK 81ms
/aggregate functions/max/Map(DateTime,Int32) OK 78ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,uint16 OK 92ms
/aggregate functions/quantileExactHigh/LowCardinality(Int8) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 83ms
/aggregate functions/min/Map(Int64,Nullable(Float64)) OK 85ms
/aggregate functions/max/Map(DateTime,Int64) OK 104ms
/aggregate functions/quantileExactHigh/LowCardinality(Int16) OK 96ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 97ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,uint128 OK 91ms
/aggregate functions/min/Map(Int64,Nullable(Decimal128(38))) OK 91ms
/aggregate functions/max/Map(DateTime,Int128) OK 93ms
/aggregate functions/quantileExactHigh/LowCardinality(Int32) OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,nullable_uint8_ OK 80ms
/aggregate functions/min/Map(Int64,Nullable(Date)) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 69ms
/aggregate functions/min/Map(Int64,Nullable(DateTime)) OK 96ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 77ms
/aggregate functions/quantileExactHigh/LowCardinality(Int64) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,nullable_uint64_ OK 77ms
/aggregate functions/max/Map(DateTime,Float32) OK 70ms
/aggregate functions/quantileExactHigh/LowCardinality(Float32) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 81ms
/aggregate functions/max/Map(DateTime,Float64) OK 96ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,nullable_uint32_ OK 92ms
/aggregate functions/min/Map(Int64,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/quantileExactHigh/LowCardinality(Float64) OK 86ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 82ms
/aggregate functions/min/Map(Int64,Nullable(Bool)) OK 86ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,nullable_uint16_ OK 75ms
/aggregate functions/max/Map(DateTime,Decimal128(38)) OK 67ms
/aggregate functions/quantileExactHigh/LowCardinality(Date) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 80ms
/aggregate functions/max/Map(DateTime,Date) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,nullable_uint128_ OK 85ms
/aggregate functions/min/Map(Int64,Nullable(String)) OK 71ms
/aggregate functions/quantileExactHigh/LowCardinality(DateTime) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 70ms
/aggregate functions/max/Map(DateTime,DateTime) OK 91ms
/aggregate functions/min/Map(Int64,Nullable(FixedString(51))) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,lowcardinality_uint8_ OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/min/Map(Int64,Nullable(UUID)) OK 90ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(UInt8)) OK 69ms
/aggregate functions/max/Map(DateTime,DateTime64(3)) OK 69ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(UInt16)) OK 73ms
/aggregate functions/max/Map(DateTime,Bool) OK 94ms
/aggregate functions/min/Map(Int64,LowCardinality(UInt8)) OK 93ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,lowcardinality_uint32_ OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(UInt32)) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,lowcardinality_uint16_ OK 79ms
/aggregate functions/max/Map(DateTime,String) OK 72ms
/aggregate functions/min/Map(Int64,LowCardinality(UInt16)) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(UInt64)) OK 65ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,lowcardinality_uint128_ OK 75ms
/aggregate functions/max/Map(DateTime,FixedString(51)) OK 70ms
/aggregate functions/min/Map(Int64,LowCardinality(UInt32)) OK 92ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(Int8)) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,uint8 OK 71ms
/aggregate functions/max/Map(DateTime,UUID) OK 80ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,uint64 OK 71ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(Int16)) OK 78ms
/aggregate functions/min/Map(Int64,LowCardinality(UInt64)) OK 70ms
/aggregate functions/max/Map(DateTime,Nullable(UInt8)) OK 94ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,uint32 OK 80ms
/aggregate functions/min/Map(Int64,LowCardinality(UInt128)) OK 77ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(Int32)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/max/Map(DateTime,Nullable(UInt16)) OK 73ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(Int64)) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,uint16 OK 73ms
/aggregate functions/min/Map(Int64,LowCardinality(Int8)) OK 66ms
/aggregate functions/max/Map(DateTime,Nullable(UInt32)) OK 94ms
/aggregate functions/min/Map(Int64,LowCardinality(Int16)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 68ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(Float32)) OK 76ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/min/Map(Int64,LowCardinality(Int32)) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 93ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/float32,lowcardinality_nullable_uint128__ OK 80ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(Float64)) OK 90ms
/aggregate functions/max/Map(DateTime,Nullable(UInt64)) OK 72ms
/aggregate functions/min/Map(Int64,LowCardinality(Int64)) OK 98ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,uint8 OK 73ms
/aggregate functions/max/Map(DateTime,Nullable(UInt128)) OK 95ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 69ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(Date)) OK 67ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,uint64 OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 85ms
/aggregate functions/quantileExactHigh/LowCardinality(Nullable(DateTime)) OK 78ms
/aggregate functions/min/Map(Int64,LowCardinality(Int128)) OK 75ms
/aggregate functions/max/Map(DateTime,Nullable(Int8)) OK 71ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,uint32 OK 79ms
/aggregate functions/quantileExactInclusive OK 4s 493ms
/aggregate functions/quantileExactInclusive/constant OK 45ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 77ms
/aggregate functions/min/Map(Int64,LowCardinality(Float32)) OK 74ms
/aggregate functions/max/Map(DateTime,Nullable(Int16)) OK 77ms
/aggregate functions/quantileExactInclusive/zero rows OK 46ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,uint16 OK 94ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 99ms
/aggregate functions/min/Map(Int64,LowCardinality(Float64)) OK 78ms
/aggregate functions/max/Map(DateTime,Nullable(Int32)) OK 76ms
/aggregate functions/quantileExactInclusive/single row OK 54ms
/aggregate functions/quantileExactInclusive/with group by OK 39ms
/aggregate functions/min/Map(Int64,LowCardinality(Date)) OK 73ms
/aggregate functions/max/Map(DateTime,Nullable(Int64)) OK 77ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,uint128 OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 69ms
/aggregate functions/quantileExactInclusive/some negative values OK 39ms
/aggregate functions/quantileExactInclusive/NULL value handling OK 42ms
/aggregate functions/min/Map(Int64,LowCardinality(DateTime)) OK 83ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 73ms
/aggregate functions/max/Map(DateTime,Nullable(Int128)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantileExactInclusive/single NULL value OK 43ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 71ms
/aggregate functions/quantileExactInclusive/return type OK 56ms
/aggregate functions/max/Map(DateTime,Nullable(Float32)) OK 84ms
/aggregate functions/min/Map(Int64,LowCardinality(Bool)) OK 86ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 63ms
/aggregate functions/quantileExactInclusive/doc example OK 44ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/max/Map(DateTime,Nullable(Float64)) OK 91ms
/aggregate functions/min/Map(Int64,LowCardinality(String)) OK 80ms
/aggregate functions/quantileExactInclusive/inf OK 46ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 73ms
/aggregate functions/quantileExactInclusive/-inf OK 56ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/min/Map(Int64,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/max/Map(DateTime,Nullable(Decimal128(38))) OK 67ms
/aggregate functions/quantileExactInclusive/nan OK 58ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,nullable_uint128_ OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/max/Map(DateTime,Nullable(Date)) OK 82ms
/aggregate functions/min/Map(Int64,LowCardinality(UUID)) OK 72ms
/aggregate functions/quantileExactInclusive/inf, -inf, nan OK 54ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,uint8 OK 84ms
/aggregate functions/quantileExactInclusive/UInt8 OK 66ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/max/Map(DateTime,Nullable(DateTime)) OK 82ms
/aggregate functions/quantileExactInclusive/UInt16 OK 91ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 80ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,uint64 OK 84ms
/aggregate functions/max/Map(DateTime,Nullable(DateTime64(3))) OK 85ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantileExactInclusive/UInt32 OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,uint32 OK 68ms
/aggregate functions/max/Map(DateTime,Nullable(Bool)) OK 74ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(UInt64))) OK 124ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,uint16 OK 110ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 78ms
/aggregate functions/quantileExactInclusive/UInt64 OK 75ms
/aggregate functions/max/Map(DateTime,Nullable(String)) OK 96ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,lowcardinality_uint128_ OK 106ms
/aggregate functions/quantileExactInclusive/Int8 OK 118ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 73ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/max/Map(DateTime,Nullable(FixedString(51))) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 81ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/max/Map(DateTime,Nullable(UUID)) OK 77ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/quantileExactInclusive/Int16 OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 91ms
/aggregate functions/max/Map(DateTime,LowCardinality(UInt8)) OK 78ms
/aggregate functions/quantileExactInclusive/Int32 OK 76ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(Int16))) OK 68ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(Int32))) OK 98ms
/aggregate functions/max/Map(DateTime,LowCardinality(UInt16)) OK 90ms
/aggregate functions/quantileExactInclusive/Int64 OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 94ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/quantileExactInclusive/Float32 OK 70ms
/aggregate functions/max/Map(DateTime,LowCardinality(UInt32)) OK 73ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(Int64))) OK 89ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 68ms
/aggregate functions/quantileExactInclusive/Float64 OK 78ms
/aggregate functions/max/Map(DateTime,LowCardinality(UInt64)) OK 90ms
/aggregate functions/mannWhitneyUTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint128__ OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 88ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/quantileExactInclusive/Date OK 72ms
/aggregate functions/quantileExactLow OK 4s 566ms
/aggregate functions/quantileExactLow/constant OK 42ms
/aggregate functions/max/Map(DateTime,LowCardinality(UInt128)) OK 96ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 79ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/quantileExactLow/zero rows OK 39ms
/aggregate functions/quantileExactInclusive/DateTime OK 74ms
/aggregate functions/quantileExactLow/single row OK 53ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 82ms
/aggregate functions/max/Map(DateTime,LowCardinality(Int8)) OK 73ms
/aggregate functions/quantileExactInclusive/Nullable(UInt8) OK 113ms
/aggregate functions/quantileExactLow/with group by OK 40ms
/aggregate functions/quantileExactLow/some negative values OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/max/Map(DateTime,LowCardinality(Int16)) OK 70ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/quantileExactInclusive/Nullable(UInt16) OK 107ms
/aggregate functions/quantileExactLow/NULL value handling OK 69ms
/aggregate functions/max/Map(DateTime,LowCardinality(Int32)) OK 86ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/quantileExactLow/single NULL value OK 43ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/max/Map(DateTime,LowCardinality(Int64)) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantileExactInclusive/Nullable(UInt32) OK 94ms
/aggregate functions/quantileExactLow/return type OK 38ms
/aggregate functions/quantileExactLow/doc example OK 49ms
/aggregate functions/max/Map(DateTime,LowCardinality(Int128)) OK 77ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 66ms
/aggregate functions/quantileExactInclusive/Nullable(UInt64) OK 89ms
/aggregate functions/quantileExactLow/inf OK 40ms
/aggregate functions/max/Map(DateTime,LowCardinality(Float32)) OK 74ms
/aggregate functions/quantileExactLow/-inf OK 49ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,uint8 OK 68ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/quantileExactInclusive/Nullable(Int8) OK 72ms
/aggregate functions/quantileExactLow/nan OK 43ms
/aggregate functions/max/Map(DateTime,LowCardinality(Float64)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,uint64 OK 97ms
/aggregate functions/min/Map(Int64,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/quantileExactLow/inf, -inf, nan OK 40ms
/aggregate functions/quantileExactInclusive/Nullable(Int16) OK 75ms
/aggregate functions/quantileExactLow/UInt8 OK 67ms
/aggregate functions/max/Map(DateTime,LowCardinality(Date)) OK 72ms
/aggregate functions/min/Map(Int64,Array(String)) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,uint32 OK 83ms
/aggregate functions/quantileExactInclusive/Nullable(Int32) OK 80ms
/aggregate functions/quantileExactLow/UInt16 OK 80ms
/aggregate functions/max/Map(DateTime,LowCardinality(DateTime)) OK 74ms
/aggregate functions/min/Map(Int64,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,uint16 OK 70ms
/aggregate functions/quantileExactInclusive/Nullable(Int64) OK 76ms
/aggregate functions/quantileExactLow/UInt32 OK 74ms
/aggregate functions/max/Map(DateTime,LowCardinality(Bool)) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 68ms
/aggregate functions/min/Map(Int64,Tuple(String)) OK 71ms
/aggregate functions/quantileExactInclusive/Nullable(Float32) OK 70ms
/aggregate functions/quantileExactLow/UInt64 OK 84ms
/aggregate functions/max/Map(DateTime,LowCardinality(String)) OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 88ms
/aggregate functions/min/Map(Int128,UInt8) OK 69ms
/aggregate functions/quantileExactInclusive/Nullable(Float64) OK 68ms
/aggregate functions/quantileExactLow/Int8 OK 70ms
/aggregate functions/max/Map(DateTime,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/min/Map(Int128,UInt16) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 139ms
/aggregate functions/quantileExactInclusive/Nullable(Date) OK 70ms
/aggregate functions/quantileExactLow/Int16 OK 105ms
/aggregate functions/max/Map(DateTime,LowCardinality(UUID)) OK 103ms
/aggregate functions/min/Map(Int128,UInt32) OK 79ms
/aggregate functions/quantileExactInclusive/Nullable(DateTime) OK 109ms
/aggregate functions/quantileExactLow/Int32 OK 74ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/min/Map(Int128,UInt64) OK 89ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 86ms
/aggregate functions/quantileExactInclusive/LowCardinality(UInt8) OK 70ms
/aggregate functions/quantileExactLow/Int64 OK 92ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 68ms
/aggregate functions/min/Map(Int128,UInt128) OK 76ms
/aggregate functions/quantileExactInclusive/LowCardinality(UInt16) OK 73ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 81ms
/aggregate functions/quantileExactLow/Float32 OK 77ms
/aggregate functions/min/Map(Int128,Int8) OK 77ms
/aggregate functions/quantileExactInclusive/LowCardinality(UInt32) OK 83ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 89ms
/aggregate functions/quantileExactLow/Float64 OK 75ms
/aggregate functions/min/Map(Int128,Int16) OK 87ms
/aggregate functions/quantileExactInclusive/LowCardinality(UInt64) OK 71ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/quantileExactLow/Date OK 92ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 76ms
/aggregate functions/min/Map(Int128,Int32) OK 70ms
/aggregate functions/quantileExactInclusive/LowCardinality(Int8) OK 76ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/min/Map(Int128,Int64) OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 99ms
/aggregate functions/quantileExactLow/DateTime OK 73ms
/aggregate functions/quantileExactInclusive/LowCardinality(Int16) OK 75ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/min/Map(Int128,Int128) OK 74ms
/aggregate functions/quantileExactLow/Nullable(UInt8) OK 76ms
/aggregate functions/quantileExactInclusive/LowCardinality(Int32) OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/min/Map(Int128,Float32) OK 74ms
/aggregate functions/quantileExactLow/Nullable(UInt16) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantileExactInclusive/LowCardinality(Int64) OK 80ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/min/Map(Int128,Float64) OK 72ms
/aggregate functions/quantileExactLow/Nullable(UInt32) OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/quantileExactInclusive/LowCardinality(Float32) OK 72ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(Int128))) OK 72ms
/aggregate functions/min/Map(Int128,Decimal128(38)) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,uint8 OK 92ms
/aggregate functions/quantileExactLow/Nullable(UInt64) OK 74ms
/aggregate functions/quantileExactInclusive/LowCardinality(Float64) OK 81ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/min/Map(Int128,Date) OK 72ms
/aggregate functions/quantileExactLow/Nullable(Int8) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,uint64 OK 80ms
/aggregate functions/quantileExactInclusive/LowCardinality(Date) OK 83ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/min/Map(Int128,DateTime) OK 82ms
/aggregate functions/quantileExactLow/Nullable(Int16) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,uint32 OK 74ms
/aggregate functions/quantileExactInclusive/LowCardinality(DateTime) OK 91ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(Date))) OK 68ms
/aggregate functions/min/Map(Int128,DateTime64(3)) OK 71ms
/aggregate functions/quantileExactLow/Nullable(Int32) OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,uint16 OK 75ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(UInt8)) OK 96ms
/aggregate functions/min/Map(Int128,Bool) OK 71ms
/aggregate functions/quantileExactLow/Nullable(Int64) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,nullable_uint8_ OK 69ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/min/Map(Int128,String) OK 79ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(UInt16)) OK 82ms
/aggregate functions/quantileExactLow/Nullable(Float32) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,nullable_uint64_ OK 74ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/min/Map(Int128,FixedString(51)) OK 74ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(UInt32)) OK 79ms
/aggregate functions/quantileExactLow/Nullable(Float64) OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,nullable_uint32_ OK 73ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/min/Map(Int128,UUID) OK 73ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(UInt64)) OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,nullable_uint16_ OK 84ms
/aggregate functions/quantileExactLow/Nullable(Date) OK 74ms
/aggregate functions/max/Map(DateTime,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/min/Map(Int128,Nullable(UInt8)) OK 75ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(Int8)) OK 79ms
/aggregate functions/quantileExactLow/Nullable(DateTime) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,lowcardinality_uint8_ OK 90ms
/aggregate functions/max/Map(DateTime,Array(String)) OK 77ms
/aggregate functions/min/Map(Int128,Nullable(UInt16)) OK 75ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(Int16)) OK 71ms
/aggregate functions/quantileExactLow/LowCardinality(UInt8) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,lowcardinality_uint64_ OK 81ms
/aggregate functions/max/Map(DateTime,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/min/Map(Int128,Nullable(UInt32)) OK 75ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(Int32)) OK 75ms
/aggregate functions/quantileExactLow/LowCardinality(UInt16) OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,lowcardinality_uint32_ OK 72ms
/aggregate functions/max/Map(DateTime,Tuple(String)) OK 70ms
/aggregate functions/min/Map(Int128,Nullable(UInt64)) OK 79ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(Int64)) OK 76ms
/aggregate functions/quantileExactLow/LowCardinality(UInt32) OK 70ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,lowcardinality_uint16_ OK 70ms
/aggregate functions/max/Map(Bool,UInt8) OK 75ms
/aggregate functions/min/Map(Int128,Nullable(UInt128)) OK 100ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(Float32)) OK 74ms
/aggregate functions/quantileExactLow/LowCardinality(UInt64) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 108ms
/aggregate functions/max/Map(Bool,UInt16) OK 108ms
/aggregate functions/min/Map(Int128,Nullable(Int8)) OK 74ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(Float64)) OK 72ms
/aggregate functions/quantileExactLow/LowCardinality(Int8) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/max/Map(Bool,UInt32) OK 100ms
/aggregate functions/min/Map(Int128,Nullable(Int16)) OK 90ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(Date)) OK 71ms
/aggregate functions/quantileExactLow/LowCardinality(Int16) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/quantileExactInclusive/LowCardinality(Nullable(DateTime)) OK 68ms
/aggregate functions/quantileExactLow/LowCardinality(Int32) OK 75ms
/aggregate functions/min/Map(Int128,Nullable(Int32)) OK 88ms
/aggregate functions/max/Map(Bool,UInt64) OK 91ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 239ms
/aggregate functions/quantileExactWeighted OK 1m 14s
/aggregate functions/quantileExactWeighted/constant OK 177ms
/aggregate functions/quantileExactLow/LowCardinality(Int64) OK 192ms
/aggregate functions/min/Map(Int128,Nullable(Int64)) OK 179ms
/aggregate functions/max/Map(Bool,UInt128) OK 178ms
/aggregate functions/quantileExactWeighted/zero rows OK 54ms
/aggregate functions/quantileExactLow/LowCardinality(Float32) OK 100ms
/aggregate functions/min/Map(Int128,Nullable(Int128)) OK 103ms
/aggregate functions/max/Map(Bool,Int8) OK 94ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,uint8 OK 97ms
/aggregate functions/quantileExactWeighted/single row OK 79ms
/aggregate functions/quantileExactWeighted/single row with zero weight OK 50ms
/aggregate functions/quantileExactLow/LowCardinality(Float64) OK 75ms
/aggregate functions/max/Map(Bool,Int16) OK 77ms
/aggregate functions/min/Map(Int128,Nullable(Float32)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,uint64 OK 70ms
/aggregate functions/quantileExactWeighted/with group by OK 41ms
/aggregate functions/quantileExactLow/LowCardinality(Date) OK 91ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,uint32 OK 81ms
/aggregate functions/max/Map(Bool,Int32) OK 83ms
/aggregate functions/min/Map(Int128,Nullable(Float64)) OK 90ms
/aggregate functions/quantileExactWeighted/some negative values OK 42ms
/aggregate functions/quantileExactWeighted/NULL value handling OK 44ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,uint16 OK 76ms
/aggregate functions/max/Map(Bool,Int64) OK 88ms
/aggregate functions/quantileExactLow/LowCardinality(DateTime) OK 88ms
/aggregate functions/min/Map(Int128,Nullable(Decimal128(38))) OK 66ms
/aggregate functions/quantileExactWeighted/weight NULL value handling OK 38ms
/aggregate functions/quantileExactWeighted/single NULL value OK 45ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,nullable_uint8_ OK 84ms
/aggregate functions/min/Map(Int128,Nullable(Date)) OK 80ms
/aggregate functions/max/Map(Bool,Int128) OK 81ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(UInt8)) OK 79ms
/aggregate functions/quantileExactWeighted/return type OK 38ms
/aggregate functions/quantileExactWeighted/doc example OK 41ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,nullable_uint64_ OK 79ms
/aggregate functions/min/Map(Int128,Nullable(DateTime)) OK 71ms
/aggregate functions/max/Map(Bool,Float32) OK 77ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(UInt16)) OK 75ms
/aggregate functions/quantileExactWeighted/inf OK 43ms
/aggregate functions/quantileExactWeighted/-inf OK 42ms
/aggregate functions/min/Map(Int128,Nullable(DateTime64(3))) OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,nullable_uint32_ OK 84ms
/aggregate functions/max/Map(Bool,Float64) OK 77ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(UInt32)) OK 78ms
/aggregate functions/quantileExactWeighted/nan OK 37ms
/aggregate functions/quantileExactWeighted/inf, -inf, nan OK 41ms
/aggregate functions/min/Map(Int128,Nullable(Bool)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,nullable_uint16_ OK 80ms
/aggregate functions/max/Map(Bool,Decimal128(38)) OK 79ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(UInt64)) OK 67ms
/aggregate functions/quantileExactWeighted/datatypes OK 1m 13s
/aggregate functions/quantileExactWeighted/datatypes/permutations OK 1m 13s
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,uint8 OK 83ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(Int8)) OK 91ms
/aggregate functions/min/Map(Int128,Nullable(String)) OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,lowcardinality_uint8_ OK 82ms
/aggregate functions/max/Map(Bool,Date) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,uint64 OK 73ms
/aggregate functions/min/Map(Int128,Nullable(FixedString(51))) OK 76ms
/aggregate functions/max/Map(Bool,DateTime) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,lowcardinality_uint64_ OK 70ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(Int16)) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,uint32 OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,lowcardinality_uint32_ OK 81ms
/aggregate functions/min/Map(Int128,Nullable(UUID)) OK 79ms
/aggregate functions/max/Map(Bool,DateTime64(3)) OK 84ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(Int32)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,uint16 OK 74ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,lowcardinality_uint16_ OK 84ms
/aggregate functions/min/Map(Int128,LowCardinality(UInt8)) OK 73ms
/aggregate functions/max/Map(Bool,Bool) OK 80ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(Int64)) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,nullable_uint8_ OK 77ms
/aggregate functions/min/Map(Int128,LowCardinality(UInt16)) OK 94ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(Float32)) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/max/Map(Bool,String) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,nullable_uint64_ OK 76ms
/aggregate functions/max/Map(Bool,FixedString(51)) OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(Float64)) OK 77ms
/aggregate functions/min/Map(Int128,LowCardinality(UInt32)) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,nullable_uint32_ OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(Date)) OK 89ms
/aggregate functions/min/Map(Int128,LowCardinality(UInt64)) OK 92ms
/aggregate functions/max/Map(Bool,UUID) OK 98ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,nullable_uint16_ OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,lowcardinality_uint8_ OK 77ms
/aggregate functions/quantileExactLow/LowCardinality(Nullable(DateTime)) OK 80ms
/aggregate functions/min/Map(Int128,LowCardinality(UInt128)) OK 84ms
/aggregate functions/max/Map(Bool,Nullable(UInt8)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,lowcardinality_uint64_ OK 145ms
/aggregate functions/quantileTDigest OK 4s 765ms
/aggregate functions/quantileTDigest/constant OK 96ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,uint8 OK 125ms
/aggregate functions/min/Map(Int128,LowCardinality(Int8)) OK 127ms
/aggregate functions/max/Map(Bool,Nullable(UInt16)) OK 118ms
/aggregate functions/quantileTDigest/zero rows OK 47ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,uint64 OK 260ms
/aggregate functions/max/Map(Bool,Nullable(UInt32)) OK 76ms
/aggregate functions/min/Map(Int128,LowCardinality(Int16)) OK 248ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,lowcardinality_uint32_ OK 242ms
/aggregate functions/quantileTDigest/single row OK 193ms
/aggregate functions/max/Map(Bool,Nullable(UInt64)) OK 182ms
/aggregate functions/quantileTDigest/with group by OK 56ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,lowcardinality_uint16_ OK 85ms
/aggregate functions/min/Map(Int128,LowCardinality(Int32)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,uint32 OK 81ms
/aggregate functions/max/Map(Bool,Nullable(UInt128)) OK 81ms
/aggregate functions/quantileTDigest/some negative values OK 38ms
/aggregate functions/quantileTDigest/NULL value handling OK 45ms
/aggregate functions/min/Map(Int128,LowCardinality(Int64)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,uint16 OK 79ms
/aggregate functions/max/Map(Bool,Nullable(Int8)) OK 79ms
/aggregate functions/quantileTDigest/single NULL value OK 59ms
/aggregate functions/quantileTDigest/return type OK 41ms
/aggregate functions/min/Map(Int128,LowCardinality(Int128)) OK 96ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,nullable_uint8_ OK 88ms
/aggregate functions/max/Map(Bool,Nullable(Int16)) OK 93ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/quantileTDigest/doc example OK 58ms
/aggregate functions/quantileTDigest/inf OK 92ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,nullable_uint64_ OK 131ms
/aggregate functions/min/Map(Int128,LowCardinality(Float32)) OK 117ms
/aggregate functions/max/Map(Bool,Nullable(Int32)) OK 117ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 117ms
/aggregate functions/quantileTDigest/-inf OK 46ms
/aggregate functions/min/Map(Int128,LowCardinality(Float64)) OK 78ms
/aggregate functions/max/Map(Bool,Nullable(Int64)) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,nullable_uint32_ OK 75ms
/aggregate functions/quantileTDigest/nan OK 38ms
/aggregate functions/quantileTDigest/inf, -inf, nan OK 45ms
/aggregate functions/min/Map(Int128,LowCardinality(Date)) OK 76ms
/aggregate functions/max/Map(Bool,Nullable(Int128)) OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,nullable_uint16_ OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,uint8 OK 84ms
/aggregate functions/quantileTDigest/UInt8 OK 78ms
/aggregate functions/min/Map(Int128,LowCardinality(DateTime)) OK 76ms
/aggregate functions/max/Map(Bool,Nullable(Float32)) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,lowcardinality_uint8_ OK 65ms
/aggregate functions/quantileTDigest/UInt16 OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,uint64 OK 76ms
/aggregate functions/min/Map(Int128,LowCardinality(Bool)) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,lowcardinality_uint64_ OK 78ms
/aggregate functions/max/Map(Bool,Nullable(Float64)) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,uint32 OK 76ms
/aggregate functions/quantileTDigest/UInt32 OK 75ms
/aggregate functions/min/Map(Int128,LowCardinality(String)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,lowcardinality_uint32_ OK 73ms
/aggregate functions/max/Map(Bool,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,uint16 OK 82ms
/aggregate functions/quantileTDigest/UInt64 OK 83ms
/aggregate functions/min/Map(Int128,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,lowcardinality_uint16_ OK 79ms
/aggregate functions/max/Map(Bool,Nullable(Date)) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,nullable_uint8_ OK 71ms
/aggregate functions/quantileTDigest/Int8 OK 73ms
/aggregate functions/min/Map(Int128,LowCardinality(UUID)) OK 80ms
/aggregate functions/max/Map(Bool,Nullable(DateTime)) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,nullable_uint64_ OK 67ms
/aggregate functions/quantileTDigest/Int16 OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/max/Map(Bool,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,nullable_uint32_ OK 76ms
/aggregate functions/quantileTDigest/Int32 OK 68ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/max/Map(Bool,Nullable(Bool)) OK 69ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(UInt16))) OK 67ms
/aggregate functions/quantileTDigest/Int64 OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,nullable_uint16_ OK 74ms
/aggregate functions/max/Map(Bool,Nullable(String)) OK 86ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/quantileTDigest/Float32 OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,lowcardinality_uint8_ OK 73ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(UInt64))) OK 107ms
/aggregate functions/max/Map(Bool,Nullable(FixedString(51))) OK 151ms
/aggregate functions/quantileTDigest/Float64 OK 100ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,uint8 OK 101ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,lowcardinality_uint64_ OK 91ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(UInt128))) OK 111ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,lowcardinality_uint32_ OK 123ms
/aggregate functions/quantileTDigest/Date OK 103ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,uint64 OK 106ms
/aggregate functions/max/Map(Bool,Nullable(UUID)) OK 81ms
/aggregate functions/quantileTDigest/DateTime OK 68ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,uint32 OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,lowcardinality_uint16_ OK 100ms
/aggregate functions/max/Map(Bool,LowCardinality(UInt8)) OK 97ms
/aggregate functions/quantileTDigest/Nullable(UInt8) OK 105ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(Int16))) OK 102ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,uint16 OK 100ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/max/Map(Bool,LowCardinality(UInt16)) OK 71ms
/aggregate functions/quantileTDigest/Nullable(UInt16) OK 88ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,nullable_uint8_ OK 66ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/max/Map(Bool,LowCardinality(UInt32)) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,nullable_uint64_ OK 73ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/quantileTDigest/Nullable(UInt32) OK 77ms
/aggregate functions/max/Map(Bool,LowCardinality(UInt64)) OK 67ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,nullable_uint32_ OK 77ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/max/Map(Bool,LowCardinality(UInt128)) OK 69ms
/aggregate functions/quantileTDigest/Nullable(UInt64) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,nullable_uint16_ OK 81ms
/aggregate functions/max/Map(Bool,LowCardinality(Int8)) OK 88ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/quantileTDigest/Nullable(Int8) OK 68ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,uint8 OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,lowcardinality_uint8_ OK 69ms
/aggregate functions/quantileTDigest/Nullable(Int16) OK 75ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/max/Map(Bool,LowCardinality(Int16)) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,uint64 OK 85ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,lowcardinality_uint64_ OK 86ms
/aggregate functions/quantileTDigest/Nullable(Int32) OK 82ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/max/Map(Bool,LowCardinality(Int32)) OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,uint32 OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,lowcardinality_uint32_ OK 78ms
/aggregate functions/max/Map(Bool,LowCardinality(Int64)) OK 74ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/quantileTDigest/Nullable(Int64) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,uint16 OK 85ms
/aggregate functions/max/Map(Bool,LowCardinality(Int128)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,lowcardinality_uint16_ OK 74ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/quantileTDigest/Nullable(Float32) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,nullable_uint8_ OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/max/Map(Bool,LowCardinality(Float32)) OK 92ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/quantileTDigest/Nullable(Float64) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,nullable_uint64_ OK 164ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 125ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 116ms
/aggregate functions/quantileTDigest/Nullable(Date) OK 96ms
/aggregate functions/max/Map(Bool,LowCardinality(Float64)) OK 99ms
/aggregate functions/quantileTDigest/Nullable(DateTime) OK 89ms
/aggregate functions/max/Map(Bool,LowCardinality(Date)) OK 93ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,nullable_uint32_ OK 76ms
/aggregate functions/min/Map(Int128,LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,nullable_uint16_ OK 88ms
/aggregate functions/quantileTDigest/LowCardinality(UInt8) OK 89ms
/aggregate functions/min/Map(Int128,Array(String)) OK 74ms
/aggregate functions/max/Map(Bool,LowCardinality(DateTime)) OK 85ms
/aggregate functions/min/Map(Int128,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,lowcardinality_uint8_ OK 86ms
/aggregate functions/quantileTDigest/LowCardinality(UInt16) OK 92ms
/aggregate functions/max/Map(Bool,LowCardinality(Bool)) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,uint8 OK 89ms
/aggregate functions/min/Map(Int128,Tuple(String)) OK 86ms
/aggregate functions/max/Map(Bool,LowCardinality(String)) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,lowcardinality_uint64_ OK 82ms
/aggregate functions/quantileTDigest/LowCardinality(UInt32) OK 77ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,uint64 OK 75ms
/aggregate functions/max/Map(Bool,LowCardinality(FixedString(51))) OK 156ms
/aggregate functions/min/Map(Date,UInt8) OK 157ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,lowcardinality_uint32_ OK 135ms
/aggregate functions/quantileTDigest/LowCardinality(UInt64) OK 146ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,uint32 OK 144ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,lowcardinality_uint16_ OK 107ms
/aggregate functions/max/Map(Bool,LowCardinality(UUID)) OK 77ms
/aggregate functions/quantileTDigest/LowCardinality(Int8) OK 98ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,uint16 OK 75ms
/aggregate functions/min/Map(Date,UInt16) OK 75ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,nullable_uint8_ OK 70ms
/aggregate functions/min/Map(Date,UInt32) OK 66ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/quantileTDigest/LowCardinality(Int16) OK 66ms
/aggregate functions/min/Map(Date,UInt64) OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,nullable_uint64_ OK 85ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/quantileTDigest/LowCardinality(Int32) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/min/Map(Date,UInt128) OK 75ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,nullable_uint32_ OK 78ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantileTDigest/LowCardinality(Int64) OK 75ms
/aggregate functions/min/Map(Date,Int8) OK 91ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,nullable_uint16_ OK 98ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/quantileTDigest/LowCardinality(Float32) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/min/Map(Date,Int16) OK 74ms
/aggregate functions/quantileTDigest/LowCardinality(Float64) OK 82ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,lowcardinality_uint8_ OK 68ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,uint8 OK 77ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/min/Map(Date,Int32) OK 83ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,lowcardinality_uint64_ OK 82ms
/aggregate functions/quantileTDigest/LowCardinality(Date) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,uint64 OK 70ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/min/Map(Date,Int64) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,uint32 OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,lowcardinality_uint32_ OK 72ms
/aggregate functions/quantileTDigest/LowCardinality(DateTime) OK 63ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(UInt8)) OK 93ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,lowcardinality_uint16_ OK 81ms
/aggregate functions/min/Map(Date,Int128) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,uint16 OK 84ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(UInt16)) OK 68ms
/aggregate functions/min/Map(Date,Float32) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,nullable_uint8_ OK 75ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(UInt32)) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,nullable_uint64_ OK 79ms
/aggregate functions/min/Map(Date,Float64) OK 79ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(UInt64)) OK 69ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,nullable_uint32_ OK 79ms
/aggregate functions/min/Map(Date,Decimal128(38)) OK 75ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(Int8)) OK 67ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/min/Map(Date,Date) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,nullable_uint16_ OK 82ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(Int16)) OK 76ms
/aggregate functions/min/Map(Date,DateTime) OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,lowcardinality_uint8_ OK 84ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,uint8 OK 74ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(Int32)) OK 76ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,uint64 OK 103ms
/aggregate functions/min/Map(Date,DateTime64(3)) OK 103ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,lowcardinality_uint64_ OK 84ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(Int64)) OK 68ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,lowcardinality_uint32_ OK 87ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(Float32)) OK 78ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,uint32 OK 77ms
/aggregate functions/min/Map(Date,Bool) OK 83ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(Float64)) OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,lowcardinality_uint16_ OK 93ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,uint16 OK 77ms
/aggregate functions/min/Map(Date,String) OK 75ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 66ms
/aggregate functions/max/Map(Bool,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,nullable_uint8_ OK 74ms
/aggregate functions/min/Map(Date,FixedString(51)) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(Date)) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,nullable_uint64_ OK 76ms
/aggregate functions/min/Map(Date,UUID) OK 75ms
/aggregate functions/max/Map(Bool,Array(String)) OK 90ms
/aggregate functions/quantileTDigest/LowCardinality(Nullable(DateTime)) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,nullable_uint32_ OK 79ms
/aggregate functions/min/Map(Date,Nullable(UInt8)) OK 86ms
/aggregate functions/quantileTDigestWeighted OK 1m 11s
/aggregate functions/quantileTDigestWeighted/constant OK 53ms
/aggregate functions/max/Map(Bool,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantileTDigestWeighted/zero rows OK 57ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,nullable_uint16_ OK 76ms
/aggregate functions/min/Map(Date,Nullable(UInt16)) OK 120ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 106ms
/aggregate functions/max/Map(Bool,Tuple(String)) OK 100ms
/aggregate functions/quantileTDigestWeighted/single row OK 73ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,lowcardinality_uint8_ OK 103ms
/aggregate functions/quantileTDigestWeighted/single row with zero weight OK 51ms
/aggregate functions/max/Map(String,UInt8) OK 103ms
/aggregate functions/min/Map(Date,Nullable(UInt32)) OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,uint8 OK 74ms
/aggregate functions/quantileTDigestWeighted/with group by OK 42ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,lowcardinality_uint64_ OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,uint64 OK 73ms
/aggregate functions/quantileTDigestWeighted/some negative values OK 40ms
/aggregate functions/min/Map(Date,Nullable(UInt64)) OK 113ms
/aggregate functions/max/Map(String,UInt16) OK 72ms
/aggregate functions/quantileTDigestWeighted/NULL value handling OK 43ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,lowcardinality_uint32_ OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,uint32 OK 73ms
/aggregate functions/quantileTDigestWeighted/weight NULL value handling OK 89ms
/aggregate functions/max/Map(String,UInt32) OK 109ms
/aggregate functions/min/Map(Date,Nullable(UInt128)) OK 90ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,lowcardinality_uint16_ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,uint16 OK 85ms
/aggregate functions/quantileTDigestWeighted/single NULL value OK 43ms
/aggregate functions/max/Map(String,UInt64) OK 71ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/quantileTDigestWeighted/return type OK 40ms
/aggregate functions/min/Map(Date,Nullable(Int8)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 71ms
/aggregate functions/quantileTDigestWeighted/doc example OK 51ms
/aggregate functions/max/Map(String,UInt128) OK 89ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 75ms
/aggregate functions/min/Map(Date,Nullable(Int16)) OK 84ms
/aggregate functions/quantileTDigestWeighted/inf OK 37ms
/aggregate functions/quantileTDigestWeighted/-inf OK 43ms
/aggregate functions/max/Map(String,Int8) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 81ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/min/Map(Date,Nullable(Int32)) OK 89ms
/aggregate functions/quantileTDigestWeighted/nan OK 39ms
/aggregate functions/quantileTDigestWeighted/inf, -inf, nan OK 49ms
/aggregate functions/max/Map(String,Int16) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 80ms
/aggregate functions/quantileBFloat16Weighted/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/min/Map(Date,Nullable(Int64)) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes OK 1m 10s
/aggregate functions/quantileTDigestWeighted/datatypes/permutations OK 1m 10s
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,uint8 OK 75ms
/aggregate functions/max/Map(String,Int32) OK 78ms
/aggregate functions/quantileTiming OK 3s 906ms
/aggregate functions/quantileTiming/constant OK 40ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 87ms
/aggregate functions/min/Map(Date,Nullable(Int128)) OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,uint64 OK 80ms
/aggregate functions/quantileTiming/zero rows OK 42ms
/aggregate functions/max/Map(String,Int64) OK 76ms
/aggregate functions/quantileTiming/single row OK 52ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 84ms
/aggregate functions/min/Map(Date,Nullable(Float32)) OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,uint32 OK 69ms
/aggregate functions/max/Map(String,Int128) OK 79ms
/aggregate functions/quantileTiming/with group by OK 56ms
/aggregate functions/min/Map(Date,Nullable(Float64)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,uint16 OK 81ms
/aggregate functions/quantileTiming/some negative values OK 65ms
/aggregate functions/max/Map(String,Float32) OK 80ms
/aggregate functions/min/Map(Date,Nullable(Decimal128(38))) OK 95ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 77ms
/aggregate functions/quantileTiming/NULL value handling OK 40ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,nullable_uint8_ OK 69ms
/aggregate functions/max/Map(String,Float64) OK 75ms
/aggregate functions/quantileTiming/single NULL value OK 40ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,nullable_uint64_ OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/quantileTiming/return type OK 42ms
/aggregate functions/min/Map(Date,Nullable(Date)) OK 82ms
/aggregate functions/max/Map(String,Decimal128(38)) OK 70ms
/aggregate functions/quantileTiming/doc example OK 46ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,nullable_uint32_ OK 92ms
/aggregate functions/min/Map(Date,Nullable(DateTime)) OK 77ms
/aggregate functions/quantileTiming/inf OK 40ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/max/Map(String,Date) OK 69ms
/aggregate functions/quantileTiming/-inf OK 54ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/min/Map(Date,Nullable(DateTime64(3))) OK 92ms
/aggregate functions/max/Map(String,DateTime) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,nullable_uint16_ OK 89ms
/aggregate functions/quantileTiming/nan OK 37ms
/aggregate functions/quantileTiming/inf, -inf, nan OK 54ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/max/Map(String,DateTime64(3)) OK 85ms
/aggregate functions/min/Map(Date,Nullable(Bool)) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,lowcardinality_uint8_ OK 71ms
/aggregate functions/quantileTiming/UInt8 OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,uint8 OK 82ms
/aggregate functions/max/Map(String,Bool) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,lowcardinality_uint64_ OK 101ms
/aggregate functions/min/Map(Date,Nullable(String)) OK 75ms
/aggregate functions/quantileTiming/UInt16 OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,uint64 OK 78ms
/aggregate functions/max/Map(String,String) OK 91ms
/aggregate functions/min/Map(Date,Nullable(FixedString(51))) OK 90ms
/aggregate functions/quantileTiming/UInt32 OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,uint32 OK 71ms
/aggregate functions/quantileTiming/UInt64 OK 99ms
/aggregate functions/max/Map(String,FixedString(51)) OK 96ms
/aggregate functions/min/Map(Date,Nullable(UUID)) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,lowcardinality_uint16_ OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,uint16 OK 71ms
/aggregate functions/min/Map(Date,LowCardinality(UInt8)) OK 71ms
/aggregate functions/quantileTiming/Int8 OK 72ms
/aggregate functions/max/Map(String,UUID) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 72ms
/aggregate functions/min/Map(Date,LowCardinality(UInt16)) OK 114ms
/aggregate functions/quantileTiming/Int16 OK 90ms
/aggregate functions/max/Map(String,Nullable(UInt8)) OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 80ms
/aggregate functions/quantileTiming/Int32 OK 97ms
/aggregate functions/max/Map(String,Nullable(UInt16)) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/min/Map(Date,LowCardinality(UInt32)) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/min/Map(Date,LowCardinality(UInt64)) OK 79ms
/aggregate functions/max/Map(String,Nullable(UInt32)) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 75ms
/aggregate functions/quantileTiming/Int64 OK 78ms
/aggregate functions/min/Map(Date,LowCardinality(UInt128)) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 83ms
/aggregate functions/max/Map(String,Nullable(UInt64)) OK 71ms
/aggregate functions/quantileTiming/Float32 OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,uint8 OK 65ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,uint64 OK 91ms
/aggregate functions/max/Map(String,Nullable(UInt128)) OK 78ms
/aggregate functions/quantileTiming/Float64 OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 70ms
/aggregate functions/min/Map(Date,LowCardinality(Int8)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 80ms
/aggregate functions/max/Map(String,Nullable(Int8)) OK 84ms
/aggregate functions/quantileTiming/Nullable(UInt8) OK 71ms
/aggregate functions/min/Map(Date,LowCardinality(Int16)) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,uint32 OK 75ms
/aggregate functions/quantileTiming/Nullable(UInt16) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 82ms
/aggregate functions/max/Map(String,Nullable(Int16)) OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,uint16 OK 76ms
/aggregate functions/min/Map(Date,LowCardinality(Int32)) OK 90ms
/aggregate functions/quantileTiming/Nullable(UInt32) OK 100ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 67ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,nullable_uint8_ OK 81ms
/aggregate functions/max/Map(String,Nullable(Int32)) OK 75ms
/aggregate functions/min/Map(Date,LowCardinality(Int64)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,nullable_uint64_ OK 98ms
/aggregate functions/max/Map(String,Nullable(Int64)) OK 79ms
/aggregate functions/quantileTiming/Nullable(UInt64) OK 65ms
/aggregate functions/min/Map(Date,LowCardinality(Int128)) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/quantileTiming/Nullable(Int8) OK 99ms
/aggregate functions/max/Map(String,Nullable(Int128)) OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,nullable_uint32_ OK 84ms
/aggregate functions/min/Map(Date,LowCardinality(Float32)) OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/max/Map(String,Nullable(Float32)) OK 82ms
/aggregate functions/quantileTiming/Nullable(Int16) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,nullable_uint16_ OK 86ms
/aggregate functions/min/Map(Date,LowCardinality(Float64)) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,uint8 OK 81ms
/aggregate functions/max/Map(String,Nullable(Float64)) OK 95ms
/aggregate functions/quantileTiming/Nullable(Int32) OK 86ms
/aggregate functions/min/Map(Date,LowCardinality(Date)) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,lowcardinality_uint8_ OK 93ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,uint64 OK 88ms
/aggregate functions/min/Map(Date,LowCardinality(DateTime)) OK 81ms
/aggregate functions/quantileTiming/Nullable(Int64) OK 80ms
/aggregate functions/max/Map(String,Nullable(Decimal128(38))) OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,lowcardinality_uint64_ OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,uint32 OK 81ms
/aggregate functions/min/Map(Date,LowCardinality(Bool)) OK 82ms
/aggregate functions/quantileTiming/Nullable(Float32) OK 73ms
/aggregate functions/max/Map(String,Nullable(Date)) OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,uint16 OK 98ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,lowcardinality_uint32_ OK 96ms
/aggregate functions/quantileTiming/Nullable(Float64) OK 81ms
/aggregate functions/min/Map(Date,LowCardinality(String)) OK 89ms
/aggregate functions/max/Map(String,Nullable(DateTime)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,lowcardinality_uint16_ OK 81ms
/aggregate functions/quantileTiming/LowCardinality(UInt8) OK 76ms
/aggregate functions/min/Map(Date,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/max/Map(String,Nullable(DateTime64(3))) OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 86ms
/aggregate functions/quantileTiming/LowCardinality(UInt16) OK 75ms
/aggregate functions/min/Map(Date,LowCardinality(UUID)) OK 144ms
/aggregate functions/max/Map(String,Nullable(Bool)) OK 111ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 90ms
/aggregate functions/quantileTiming/LowCardinality(UInt32) OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 91ms
/aggregate functions/quantileTiming/LowCardinality(UInt64) OK 86ms
/aggregate functions/max/Map(String,Nullable(String)) OK 96ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/quantileTiming/LowCardinality(Int8) OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 103ms
/aggregate functions/max/Map(String,Nullable(FixedString(51))) OK 109ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(UInt16))) OK 107ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,uint8 OK 81ms
/aggregate functions/quantileTiming/LowCardinality(Int16) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 84ms
/aggregate functions/max/Map(String,Nullable(UUID)) OK 76ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,uint64 OK 94ms
/aggregate functions/quantileTiming/LowCardinality(Int32) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 135ms
/aggregate functions/max/Map(String,LowCardinality(UInt8)) OK 136ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(UInt64))) OK 126ms
/aggregate functions/quantileTiming/LowCardinality(Int64) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,uint32 OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 90ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(UInt128))) OK 91ms
/aggregate functions/max/Map(String,LowCardinality(UInt16)) OK 78ms
/aggregate functions/quantileTiming/LowCardinality(Float32) OK 98ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,uint16 OK 79ms
/aggregate functions/max/Map(String,LowCardinality(UInt32)) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,nullable_uint8_ OK 74ms
/aggregate functions/quantileTiming/LowCardinality(Float64) OK 75ms
/aggregate functions/max/Map(String,LowCardinality(UInt64)) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,nullable_uint64_ OK 77ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/quantileTiming/LowCardinality(Nullable(UInt8)) OK 83ms
/aggregate functions/max/Map(String,LowCardinality(UInt128)) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,nullable_uint32_ OK 96ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/quantileTiming/LowCardinality(Nullable(UInt16)) OK 78ms
/aggregate functions/max/Map(String,LowCardinality(Int8)) OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,nullable_uint16_ OK 88ms
/aggregate functions/quantileTiming/LowCardinality(Nullable(UInt32)) OK 89ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/max/Map(String,LowCardinality(Int16)) OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,uint8 OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,lowcardinality_uint8_ OK 86ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/quantileTiming/LowCardinality(Nullable(UInt64)) OK 72ms
/aggregate functions/max/Map(String,LowCardinality(Int32)) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,uint64 OK 93ms
/aggregate functions/quantileTiming/LowCardinality(Nullable(Int8)) OK 93ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,lowcardinality_uint64_ OK 78ms
/aggregate functions/max/Map(String,LowCardinality(Int64)) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,uint32 OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,lowcardinality_uint32_ OK 101ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/quantileTiming/LowCardinality(Nullable(Int16)) OK 79ms
/aggregate functions/max/Map(String,LowCardinality(Int128)) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,uint16 OK 81ms
/aggregate functions/quantileTiming/LowCardinality(Nullable(Int32)) OK 75ms
/aggregate functions/max/Map(String,LowCardinality(Float32)) OK 78ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,lowcardinality_uint16_ OK 73ms
/aggregate functions/quantileTiming/LowCardinality(Nullable(Int64)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 90ms
/aggregate functions/max/Map(String,LowCardinality(Float64)) OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/quantileTiming/LowCardinality(Nullable(Float32)) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 98ms
/aggregate functions/max/Map(String,LowCardinality(Date)) OK 99ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/quantileTiming/LowCardinality(Nullable(Float64)) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 86ms
/aggregate functions/max/Map(String,LowCardinality(DateTime)) OK 76ms
/aggregate functions/quantileTimingWeighted OK 1m 0s
/aggregate functions/quantileTimingWeighted/constant OK 62ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/max/Map(String,LowCardinality(Bool)) OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 75ms
/aggregate functions/quantileTimingWeighted/zero rows OK 42ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,uint8 OK 71ms
/aggregate functions/quantileTimingWeighted/single row OK 56ms
/aggregate functions/max/Map(String,LowCardinality(String)) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 84ms
/aggregate functions/min/Map(Date,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,uint64 OK 86ms
/aggregate functions/quantileTimingWeighted/single row with zero weight OK 49ms
/aggregate functions/max/Map(String,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 79ms
/aggregate functions/min/Map(Date,Array(String)) OK 83ms
/aggregate functions/quantileTimingWeighted/with group by OK 43ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,uint32 OK 76ms
/aggregate functions/quantileTimingWeighted/some negative values OK 41ms
/aggregate functions/max/Map(String,LowCardinality(UUID)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 74ms
/aggregate functions/min/Map(Date,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/quantileTimingWeighted/NULL value handling OK 40ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,uint16 OK 84ms
/aggregate functions/quantileTimingWeighted/weight NULL value handling OK 41ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 102ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/min/Map(Date,Tuple(String)) OK 79ms
/aggregate functions/quantileTimingWeighted/single NULL value OK 52ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,nullable_uint8_ OK 70ms
/aggregate functions/quantileTimingWeighted/return type OK 41ms
/aggregate functions/min/Map(DateTime,UInt8) OK 100ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/quantileTimingWeighted/doc example OK 42ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,nullable_uint64_ OK 93ms
/aggregate functions/quantileTimingWeighted/inf OK 50ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/min/Map(DateTime,UInt16) OK 74ms
/aggregate functions/quantileTimingWeighted/-inf OK 51ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,nullable_uint32_ OK 74ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/quantileTimingWeighted/nan OK 48ms
/aggregate functions/min/Map(DateTime,UInt32) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,nullable_uint16_ OK 93ms
/aggregate functions/quantileTimingWeighted/inf, -inf, nan OK 66ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/min/Map(DateTime,UInt64) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes OK 59s 672ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations OK 59s 672ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,uint8 OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,lowcardinality_uint8_ OK 84ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/min/Map(DateTime,UInt128) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,uint8 OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,uint64 OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,lowcardinality_uint64_ OK 77ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(Int16))) OK 95ms
/aggregate functions/min/Map(DateTime,Int8) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,uint64 OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,uint32 OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,lowcardinality_uint32_ OK 74ms
/aggregate functions/min/Map(DateTime,Int16) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,uint32 OK 69ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,uint16 OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,lowcardinality_uint16_ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,uint16 OK 80ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/min/Map(DateTime,Int32) OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,nullable_uint8_ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 85ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/min/Map(DateTime,Int64) OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,nullable_uint64_ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(Float32))) OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 97ms
/aggregate functions/min/Map(DateTime,Int128) OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,nullable_uint32_ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 110ms
/aggregate functions/min/Map(DateTime,Float32) OK 66ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(Float64))) OK 114ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 126ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,nullable_uint16_ OK 116ms
/aggregate functions/min/Map(DateTime,Float64) OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,lowcardinality_uint8_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,uint8 OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 80ms
/aggregate functions/min/Map(DateTime,Decimal128(38)) OK 78ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,uint64 OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 79ms
/aggregate functions/min/Map(DateTime,Date) OK 87ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,uint32 OK 133ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,lowcardinality_uint32_ OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 109ms
/aggregate functions/min/Map(DateTime,DateTime) OK 111ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,lowcardinality_uint16_ OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 95ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,uint16 OK 87ms
/aggregate functions/min/Map(DateTime,DateTime64(3)) OK 84ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/max/Map(String,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 92ms
/aggregate functions/min/Map(DateTime,Bool) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/max/Map(String,Array(String)) OK 79ms
/aggregate functions/min/Map(DateTime,String) OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/max/Map(String,Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/min/Map(DateTime,FixedString(51)) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/max/Map(String,Tuple(String)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 76ms
/aggregate functions/min/Map(DateTime,UUID) OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,uint8 OK 74ms
/aggregate functions/max/Map(FixedString(51),UInt8) OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 98ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/min/Map(DateTime,Nullable(UInt8)) OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,uint64 OK 74ms
/aggregate functions/min/Map(DateTime,Nullable(UInt16)) OK 77ms
/aggregate functions/max/Map(FixedString(51),UInt16) OK 141ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,uint32 OK 137ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,uint8 OK 176ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 166ms
/aggregate functions/min/Map(DateTime,Nullable(UInt32)) OK 114ms
/aggregate functions/max/Map(FixedString(51),UInt32) OK 118ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,uint16 OK 126ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,uint64 OK 88ms
/aggregate functions/min/Map(DateTime,Nullable(UInt64)) OK 78ms
/aggregate functions/max/Map(FixedString(51),UInt64) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 95ms
/aggregate functions/min/Map(DateTime,Nullable(UInt128)) OK 90ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,nullable_uint8_ OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,uint32 OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,nullable_uint64_ OK 95ms
/aggregate functions/max/Map(FixedString(51),UInt128) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,uint16 OK 80ms
/aggregate functions/min/Map(DateTime,Nullable(Int8)) OK 68ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/min/Map(DateTime,Nullable(Int16)) OK 100ms
/aggregate functions/max/Map(FixedString(51),Int8) OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,nullable_uint32_ OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 73ms
/aggregate functions/max/Map(FixedString(51),Int16) OK 81ms
/aggregate functions/min/Map(DateTime,Nullable(Int32)) OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,nullable_uint16_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 77ms
/aggregate functions/max/Map(FixedString(51),Int32) OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,lowcardinality_uint8_ OK 82ms
/aggregate functions/min/Map(DateTime,Nullable(Int64)) OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 80ms
/aggregate functions/max/Map(FixedString(51),Int64) OK 74ms
/aggregate functions/min/Map(DateTime,Nullable(Int128)) OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,uint8 OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,lowcardinality_uint64_ OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 76ms
/aggregate functions/max/Map(FixedString(51),Int128) OK 78ms
/aggregate functions/min/Map(DateTime,Nullable(Float32)) OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,uint64 OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 83ms
/aggregate functions/max/Map(FixedString(51),Float32) OK 67ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,uint32 OK 88ms
/aggregate functions/min/Map(DateTime,Nullable(Float64)) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,lowcardinality_uint16_ OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 76ms
/aggregate functions/max/Map(FixedString(51),Float64) OK 77ms
/aggregate functions/min/Map(DateTime,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,uint16 OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 75ms
/aggregate functions/max/Map(FixedString(51),Decimal128(38)) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/min/Map(DateTime,Nullable(Date)) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/max/Map(FixedString(51),Date) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 84ms
/aggregate functions/min/Map(DateTime,Nullable(DateTime)) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/max/Map(FixedString(51),DateTime) OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/min/Map(DateTime,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 92ms
/aggregate functions/max/Map(FixedString(51),DateTime64(3)) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,uint8 OK 81ms
/aggregate functions/min/Map(DateTime,Nullable(Bool)) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 80ms
/aggregate functions/max/Map(FixedString(51),Bool) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,uint64 OK 79ms
/aggregate functions/min/Map(DateTime,Nullable(String)) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 92ms
/aggregate functions/max/Map(FixedString(51),String) OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,uint8 OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,uint32 OK 77ms
/aggregate functions/min/Map(DateTime,Nullable(FixedString(51))) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 80ms
/aggregate functions/max/Map(FixedString(51),FixedString(51)) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,uint64 OK 69ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,uint16 OK 76ms
/aggregate functions/min/Map(DateTime,Nullable(UUID)) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,uint32 OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 84ms
/aggregate functions/max/Map(FixedString(51),UUID) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,nullable_uint8_ OK 71ms
/aggregate functions/min/Map(DateTime,LowCardinality(UInt8)) OK 68ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,uint16 OK 98ms
/aggregate functions/max/Map(FixedString(51),Nullable(UInt8)) OK 69ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,nullable_uint64_ OK 75ms
/aggregate functions/min/Map(DateTime,LowCardinality(UInt16)) OK 78ms
/aggregate functions/max/Map(FixedString(51),Nullable(UInt16)) OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,nullable_uint32_ OK 89ms
/aggregate functions/min/Map(DateTime,LowCardinality(UInt32)) OK 77ms
/aggregate functions/max/Map(FixedString(51),Nullable(UInt32)) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,nullable_uint16_ OK 84ms
/aggregate functions/min/Map(DateTime,LowCardinality(UInt64)) OK 88ms
/aggregate functions/max/Map(FixedString(51),Nullable(UInt64)) OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,lowcardinality_uint8_ OK 74ms
/aggregate functions/min/Map(DateTime,LowCardinality(UInt128)) OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 76ms
/aggregate functions/max/Map(FixedString(51),Nullable(UInt128)) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,lowcardinality_uint64_ OK 87ms
/aggregate functions/min/Map(DateTime,LowCardinality(Int8)) OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,uint8 OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 76ms
/aggregate functions/max/Map(FixedString(51),Nullable(Int8)) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,lowcardinality_uint32_ OK 74ms
/aggregate functions/min/Map(DateTime,LowCardinality(Int16)) OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,uint64 OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 82ms
/aggregate functions/max/Map(FixedString(51),Nullable(Int16)) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,lowcardinality_uint16_ OK 82ms
/aggregate functions/min/Map(DateTime,LowCardinality(Int32)) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,uint32 OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 84ms
/aggregate functions/max/Map(FixedString(51),Nullable(Int32)) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/min/Map(DateTime,LowCardinality(Int64)) OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,uint16 OK 75ms
/aggregate functions/max/Map(FixedString(51),Nullable(Int64)) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 72ms
/aggregate functions/min/Map(DateTime,LowCardinality(Int128)) OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/max/Map(FixedString(51),Nullable(Int128)) OK 82ms
/aggregate functions/min/Map(DateTime,LowCardinality(Float32)) OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 94ms
/aggregate functions/max/Map(FixedString(51),Nullable(Float32)) OK 91ms
/aggregate functions/min/Map(DateTime,LowCardinality(Float64)) OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/min/Map(DateTime,LowCardinality(Date)) OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 73ms
/aggregate functions/max/Map(FixedString(51),Nullable(Float64)) OK 96ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,uint8 OK 110ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 73ms
/aggregate functions/min/Map(DateTime,LowCardinality(DateTime)) OK 93ms
/aggregate functions/max/Map(FixedString(51),Nullable(Decimal128(38))) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,uint64 OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,uint8 OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 78ms
/aggregate functions/max/Map(FixedString(51),Nullable(Date)) OK 72ms
/aggregate functions/min/Map(DateTime,LowCardinality(Bool)) OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,uint32 OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,uint64 OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 82ms
/aggregate functions/max/Map(FixedString(51),Nullable(DateTime)) OK 82ms
/aggregate functions/min/Map(DateTime,LowCardinality(String)) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,uint16 OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,uint32 OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 75ms
/aggregate functions/max/Map(FixedString(51),Nullable(DateTime64(3))) OK 76ms
/aggregate functions/min/Map(DateTime,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,nullable_uint8_ OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,uint16 OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 75ms
/aggregate functions/max/Map(FixedString(51),Nullable(Bool)) OK 74ms
/aggregate functions/min/Map(DateTime,LowCardinality(UUID)) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,nullable_uint64_ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/max/Map(FixedString(51),Nullable(String)) OK 73ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,nullable_uint32_ OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 69ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/max/Map(FixedString(51),Nullable(FixedString(51))) OK 76ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,nullable_uint16_ OK 81ms
/aggregate functions/max/Map(FixedString(51),Nullable(UUID)) OK 73ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,lowcardinality_uint8_ OK 80ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(UInt8)) OK 80ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,uint8 OK 105ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,lowcardinality_uint64_ OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 79ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(UInt16)) OK 80ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 75ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(UInt32)) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,lowcardinality_uint32_ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,uint64 OK 79ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 82ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(UInt64)) OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,lowcardinality_uint16_ OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,uint32 OK 81ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 72ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(UInt128)) OK 136ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,uint16 OK 135ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 116ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(Int32))) OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Int8)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 83ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Int16)) OK 94ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(Int128))) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 89ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Int32)) OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,uint8 OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,uint8 OK 82ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Int64)) OK 71ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,uint64 OK 73ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Int128)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,uint64 OK 79ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,uint32 OK 91ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Float32)) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,uint32 OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 80ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,uint16 OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,uint16 OK 77ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Float64)) OK 65ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 72ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Date)) OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 82ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 77ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(DateTime)) OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 100ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 92ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Bool)) OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/min/Map(DateTime,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 102ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/min/Map(DateTime,Array(String)) OK 98ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(String)) OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 81ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/min/Map(DateTime,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,uint8 OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 81ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(UUID)) OK 100ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 89ms
/aggregate functions/min/Map(DateTime,Tuple(String)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,uint64 OK 79ms
/aggregate functions/min/Map(Bool,UInt8) OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 84ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,uint32 OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 106ms
/aggregate functions/min/Map(Bool,UInt16) OK 81ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,uint16 OK 78ms
/aggregate functions/min/Map(Bool,UInt32) OK 79ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 76ms
/aggregate functions/min/Map(Bool,UInt64) OK 77ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 117ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 100ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 91ms
/aggregate functions/min/Map(Bool,UInt128) OK 113ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 98ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 91ms
/aggregate functions/min/Map(Bool,Int8) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,uint8 OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 83ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/min/Map(Bool,Int16) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,uint64 OK 86ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,uint8 OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 78ms
/aggregate functions/min/Map(Bool,Int32) OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,uint32 OK 81ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,uint64 OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 74ms
/aggregate functions/min/Map(Bool,Int64) OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,uint16 OK 99ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,uint32 OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 75ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 68ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 100ms
/aggregate functions/min/Map(Bool,Int128) OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,uint16 OK 88ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 107ms
/aggregate functions/min/Map(Bool,Float32) OK 99ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 109ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 107ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/min/Map(Bool,Float64) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 72ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 86ms
/aggregate functions/min/Map(Bool,Decimal128(38)) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/min/Map(Bool,Date) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 100ms
/aggregate functions/min/Map(Bool,DateTime) OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,uint8 OK 75ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/min/Map(Bool,DateTime64(3)) OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 98ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,uint64 OK 77ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/min/Map(Bool,Bool) OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,uint32 OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 74ms
/aggregate functions/max/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/min/Map(Bool,String) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,uint16 OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/max/Map(FixedString(51),Array(String)) OK 81ms
/aggregate functions/min/Map(Bool,FixedString(51)) OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/max/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/min/Map(Bool,UUID) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/max/Map(FixedString(51),Tuple(String)) OK 80ms
/aggregate functions/min/Map(Bool,Nullable(UInt8)) OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/max/Map(UUID,UInt8) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/min/Map(Bool,Nullable(UInt16)) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/max/Map(UUID,UInt16) OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,uint8 OK 74ms
/aggregate functions/min/Map(Bool,Nullable(UInt32)) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,uint8 OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 80ms
/aggregate functions/max/Map(UUID,UInt32) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,uint64 OK 82ms
/aggregate functions/min/Map(Bool,Nullable(UInt64)) OK 69ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,uint64 OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 92ms
/aggregate functions/max/Map(UUID,UInt64) OK 75ms
/aggregate functions/min/Map(Bool,Nullable(UInt128)) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,uint32 OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,uint32 OK 89ms
/aggregate functions/max/Map(UUID,UInt128) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 95ms
/aggregate functions/min/Map(Bool,Nullable(Int8)) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,uint16 OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,uint16 OK 77ms
/aggregate functions/max/Map(UUID,Int8) OK 80ms
/aggregate functions/min/Map(Bool,Nullable(Int16)) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 94ms
/aggregate functions/min/Map(Bool,Nullable(Int32)) OK 83ms
/aggregate functions/max/Map(UUID,Int16) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 114ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 101ms
/aggregate functions/max/Map(UUID,Int32) OK 74ms
/aggregate functions/min/Map(Bool,Nullable(Int64)) OK 122ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 123ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 73ms
/aggregate functions/max/Map(UUID,Int64) OK 70ms
/aggregate functions/min/Map(Bool,Nullable(Int128)) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/max/Map(UUID,Int128) OK 78ms
/aggregate functions/min/Map(Bool,Nullable(Float32)) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/max/Map(UUID,Float32) OK 83ms
/aggregate functions/min/Map(Bool,Nullable(Float64)) OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 92ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,uint8 OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 103ms
/aggregate functions/max/Map(UUID,Float64) OK 98ms
/aggregate functions/min/Map(Bool,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,uint64 OK 85ms
/aggregate functions/max/Map(UUID,Decimal128(38)) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 77ms
/aggregate functions/min/Map(Bool,Nullable(Date)) OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 67ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,uint32 OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 73ms
/aggregate functions/max/Map(UUID,Date) OK 76ms
/aggregate functions/min/Map(Bool,Nullable(DateTime)) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/max/Map(UUID,DateTime) OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,uint16 OK 77ms
/aggregate functions/min/Map(Bool,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 94ms
/aggregate functions/max/Map(UUID,DateTime64(3)) OK 81ms
/aggregate functions/min/Map(Bool,Nullable(Bool)) OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/max/Map(UUID,Bool) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 81ms
/aggregate functions/min/Map(Bool,Nullable(String)) OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/max/Map(UUID,String) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 72ms
/aggregate functions/min/Map(Bool,Nullable(FixedString(51))) OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,uint8 OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 91ms
/aggregate functions/max/Map(UUID,FixedString(51)) OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,uint8 OK 83ms
/aggregate functions/min/Map(Bool,Nullable(UUID)) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,uint64 OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 95ms
/aggregate functions/max/Map(UUID,UUID) OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,uint64 OK 84ms
/aggregate functions/min/Map(Bool,LowCardinality(UInt8)) OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,uint32 OK 88ms
/aggregate functions/min/Map(Bool,LowCardinality(UInt16)) OK 101ms
/aggregate functions/max/Map(UUID,Nullable(UInt8)) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,uint32 OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,uint16 OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 90ms
/aggregate functions/max/Map(UUID,Nullable(UInt16)) OK 77ms
/aggregate functions/min/Map(Bool,LowCardinality(UInt32)) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,uint16 OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,nullable_uint8_ OK 85ms
/aggregate functions/max/Map(UUID,Nullable(UInt32)) OK 95ms
/aggregate functions/min/Map(Bool,LowCardinality(UInt64)) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,nullable_uint64_ OK 79ms
/aggregate functions/min/Map(Bool,LowCardinality(UInt128)) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/max/Map(UUID,Nullable(UInt64)) OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 96ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,nullable_uint32_ OK 95ms
/aggregate functions/min/Map(Bool,LowCardinality(Int8)) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/max/Map(UUID,Nullable(UInt128)) OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,nullable_uint16_ OK 81ms
/aggregate functions/min/Map(Bool,LowCardinality(Int16)) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/max/Map(UUID,Nullable(Int8)) OK 100ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint8_ OK 89ms
/aggregate functions/min/Map(Bool,LowCardinality(Int32)) OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/max/Map(UUID,Nullable(Int16)) OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint64_ OK 108ms
/aggregate functions/min/Map(Bool,LowCardinality(Int64)) OK 102ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,uint8 OK 95ms
/aggregate functions/max/Map(UUID,Nullable(Int32)) OK 122ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,uint64 OK 77ms
/aggregate functions/min/Map(Bool,LowCardinality(Int128)) OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 75ms
/aggregate functions/max/Map(UUID,Nullable(Int64)) OK 95ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,uint32 OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint16_ OK 83ms
/aggregate functions/min/Map(Bool,LowCardinality(Float32)) OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 374ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,uint16 OK 364ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint8__ OK 372ms
/aggregate functions/max/Map(UUID,Nullable(Int128)) OK 405ms
/aggregate functions/min/Map(Bool,LowCardinality(Float64)) OK 407ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint64__ OK 103ms
/aggregate functions/max/Map(UUID,Nullable(Float32)) OK 91ms
/aggregate functions/min/Map(Bool,LowCardinality(Date)) OK 93ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/max/Map(UUID,Nullable(Float64)) OK 82ms
/aggregate functions/min/Map(Bool,LowCardinality(DateTime)) OK 99ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/max/Map(UUID,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/min/Map(Bool,LowCardinality(Bool)) OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,uint8 OK 90ms
/aggregate functions/max/Map(UUID,Nullable(Date)) OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,uint8 OK 77ms
/aggregate functions/min/Map(Bool,LowCardinality(String)) OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,uint64 OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,uint64 OK 76ms
/aggregate functions/max/Map(UUID,Nullable(DateTime)) OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 72ms
/aggregate functions/min/Map(Bool,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,uint32 OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,uint32 OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 86ms
/aggregate functions/max/Map(UUID,Nullable(DateTime64(3))) OK 85ms
/aggregate functions/min/Map(Bool,LowCardinality(UUID)) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,uint16 OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,uint16 OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 80ms
/aggregate functions/max/Map(UUID,Nullable(Bool)) OK 73ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,nullable_uint8_ OK 74ms
/aggregate functions/max/Map(UUID,Nullable(String)) OK 98ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 84ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,nullable_uint64_ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 82ms
/aggregate functions/max/Map(UUID,Nullable(FixedString(51))) OK 98ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,nullable_uint32_ OK 108ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 73ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(UInt64))) OK 123ms
/aggregate functions/max/Map(UUID,Nullable(UUID)) OK 113ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,nullable_uint16_ OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 85ms
/aggregate functions/max/Map(UUID,LowCardinality(UInt8)) OK 86ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,uint8 OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 80ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(Int8))) OK 127ms
/aggregate functions/max/Map(UUID,LowCardinality(UInt16)) OK 106ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,uint64 OK 113ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint64_ OK 104ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 92ms
/aggregate functions/max/Map(UUID,LowCardinality(UInt32)) OK 107ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 98ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint32_ OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,uint32 OK 80ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,uint16 OK 98ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 99ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/max/Map(UUID,LowCardinality(UInt64)) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint16_ OK 81ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(Int64))) OK 109ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 109ms
/aggregate functions/max/Map(UUID,LowCardinality(UInt128)) OK 99ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(Int128))) OK 103ms
/aggregate functions/max/Map(UUID,LowCardinality(Int8)) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/max/Map(UUID,LowCardinality(Int16)) OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/max/Map(UUID,LowCardinality(Int32)) OK 125ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 132ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint16__ OK 119ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(Float64))) OK 123ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 107ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,uint8 OK 84ms
/aggregate functions/max/Map(UUID,LowCardinality(Int64)) OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,uint8 OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 84ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,uint64 OK 99ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,uint64 OK 95ms
/aggregate functions/max/Map(UUID,LowCardinality(Int128)) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 95ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/max/Map(UUID,LowCardinality(Float32)) OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,uint32 OK 95ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,uint32 OK 97ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 87ms
/aggregate functions/max/Map(UUID,LowCardinality(Float64)) OK 88ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,uint16 OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,uint16 OK 75ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/max/Map(UUID,LowCardinality(Date)) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 85ms
/aggregate functions/min/Map(Bool,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/max/Map(UUID,LowCardinality(DateTime)) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 77ms
/aggregate functions/max/Map(UUID,LowCardinality(Bool)) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 66ms
/aggregate functions/min/Map(Bool,Array(String)) OK 109ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 104ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 83ms
/aggregate functions/max/Map(UUID,LowCardinality(String)) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/min/Map(Bool,Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 75ms
/aggregate functions/max/Map(UUID,LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,uint8 OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 103ms
/aggregate functions/min/Map(Bool,Tuple(String)) OK 92ms
/aggregate functions/max/Map(UUID,LowCardinality(UUID)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,uint64 OK 75ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(UInt8))) OK 96ms
/aggregate functions/min/Map(String,UInt8) OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,uint32 OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 98ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 79ms
/aggregate functions/min/Map(String,UInt16) OK 95ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,uint16 OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 78ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 106ms
/aggregate functions/min/Map(String,UInt32) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/min/Map(String,UInt64) OK 89ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/min/Map(String,UInt128) OK 82ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 98ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/min/Map(String,Int8) OK 94ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(Int8))) OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 136ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 122ms
/aggregate functions/min/Map(String,Int16) OK 109ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(Int16))) OK 100ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,uint8 OK 97ms
/aggregate functions/min/Map(String,Int32) OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,uint8 OK 89ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,uint64 OK 80ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(Int64))) OK 113ms
/aggregate functions/min/Map(String,Int64) OK 102ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,uint64 OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 96ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,uint32 OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,uint32 OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,uint16 OK 107ms
/aggregate functions/min/Map(String,Int128) OK 102ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 87ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,uint16 OK 74ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 82ms
/aggregate functions/min/Map(String,Float32) OK 96ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 90ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(Float64))) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 151ms
/aggregate functions/min/Map(String,Float64) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 121ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/min/Map(String,Decimal128(38)) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 98ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 101ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/min/Map(String,Date) OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 115ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(Bool))) OK 120ms
/aggregate functions/min/Map(String,DateTime) OK 115ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 96ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 101ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 118ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 109ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,uint8 OK 81ms
/aggregate functions/min/Map(String,DateTime64(3)) OK 108ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,uint64 OK 82ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 88ms
/aggregate functions/min/Map(String,Bool) OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,uint32 OK 81ms
/aggregate functions/max/Map(UUID,LowCardinality(Nullable(UUID))) OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 84ms
/aggregate functions/min/Map(String,String) OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,uint16 OK 89ms
/aggregate functions/max/Map(UUID,Array(String)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/min/Map(String,FixedString(51)) OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,nullable_uint8_ OK 90ms
/aggregate functions/max/Map(UUID,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 195ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 175ms
/aggregate functions/min/Map(String,UUID) OK 178ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,nullable_uint64_ OK 154ms
/aggregate functions/max/Map(UUID,Tuple(String)) OK 150ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/min/Map(String,Nullable(UInt8)) OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,nullable_uint32_ OK 92ms
/aggregate functions/max/Map(LowCardinality(String),UInt8) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/min/Map(String,Nullable(UInt16)) OK 71ms
/aggregate functions/max/Map(LowCardinality(String),UInt16) OK 333ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,nullable_uint16_ OK 335ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,uint8 OK 316ms
/aggregate functions/min/Map(String,Nullable(UInt32)) OK 319ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 307ms
/aggregate functions/max/Map(LowCardinality(String),UInt32) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,uint8 OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,uint64 OK 102ms
/aggregate functions/min/Map(String,Nullable(UInt64)) OK 81ms
/aggregate functions/max/Map(LowCardinality(String),UInt64) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint64_ OK 79ms
/aggregate functions/min/Map(String,Nullable(UInt128)) OK 99ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,uint64 OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,uint32 OK 76ms
/aggregate functions/max/Map(LowCardinality(String),UInt128) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,uint32 OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,uint16 OK 87ms
/aggregate functions/min/Map(String,Nullable(Int8)) OK 88ms
/aggregate functions/max/Map(LowCardinality(String),Int8) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint16_ OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,uint16 OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 92ms
/aggregate functions/min/Map(String,Nullable(Int16)) OK 87ms
/aggregate functions/max/Map(LowCardinality(String),Int16) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 84ms
/aggregate functions/min/Map(String,Nullable(Int32)) OK 72ms
/aggregate functions/max/Map(LowCardinality(String),Int32) OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 88ms
/aggregate functions/min/Map(String,Nullable(Int64)) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/max/Map(LowCardinality(String),Int64) OK 80ms
/aggregate functions/min/Map(String,Nullable(Int128)) OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/max/Map(LowCardinality(String),Int128) OK 84ms
/aggregate functions/min/Map(String,Nullable(Float32)) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,uint8 XFail 169ms
/aggregate functions/max/Map(LowCardinality(String),Float32) OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 111ms
/aggregate functions/min/Map(String,Nullable(Float64)) OK 98ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 88ms
/aggregate functions/max/Map(LowCardinality(String),Float64) OK 157ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 103ms
/aggregate functions/min/Map(String,Nullable(Decimal128(38))) OK 100ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,uint64 XFail 90ms
/aggregate functions/max/Map(LowCardinality(String),Decimal128(38)) OK 140ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 141ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,uint32 XFail 124ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 123ms
/aggregate functions/min/Map(String,Nullable(Date)) OK 129ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,uint16 XFail 107ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/max/Map(LowCardinality(String),Date) OK 97ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 82ms
/aggregate functions/min/Map(String,Nullable(DateTime)) OK 95ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 109ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/max/Map(LowCardinality(String),DateTime) OK 74ms
/aggregate functions/min/Map(String,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint8_ XFail 85ms
/aggregate functions/max/Map(LowCardinality(String),DateTime64(3)) OK 83ms
/aggregate functions/min/Map(String,Nullable(Bool)) OK 90ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint64_ XFail 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/max/Map(LowCardinality(String),Bool) OK 95ms
/aggregate functions/min/Map(String,Nullable(String)) OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint32_ XFail 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/min/Map(String,Nullable(FixedString(51))) OK 80ms
/aggregate functions/max/Map(LowCardinality(String),String) OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint16_ XFail 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,uint8 OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/min/Map(String,Nullable(UUID)) OK 95ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint8_ XFail 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,uint64 OK 90ms
/aggregate functions/max/Map(LowCardinality(String),FixedString(51)) OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,uint8 OK 77ms
/aggregate functions/min/Map(String,LowCardinality(UInt8)) OK 102ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint64_ XFail 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,uint64 OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,uint32 OK 89ms
/aggregate functions/max/Map(LowCardinality(String),UUID) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,uint32 OK 94ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(UInt8)) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint32_ XFail 90ms
/aggregate functions/min/Map(String,LowCardinality(UInt16)) OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,uint16 OK 83ms
/aggregate functions/min/Map(String,LowCardinality(UInt32)) OK 104ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(UInt16)) OK 103ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,uint16 OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint16_ XFail 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint8__ XFail 108ms
/aggregate functions/min/Map(String,LowCardinality(UInt64)) OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 78ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(UInt32)) OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 87ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(UInt64)) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 76ms
/aggregate functions/min/Map(String,LowCardinality(UInt128)) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint64__ XFail 78ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(UInt128)) OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 112ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 107ms
/aggregate functions/min/Map(String,LowCardinality(Int8)) OK 110ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint32__ XFail 94ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(Int8)) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 99ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 85ms
/aggregate functions/min/Map(String,LowCardinality(Int16)) OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint16__ XFail 77ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(Int16)) OK 113ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,uint8 OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 90ms
/aggregate functions/min/Map(String,LowCardinality(Int32)) OK 83ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(Int32)) OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,uint64 OK 78ms
/aggregate functions/min/Map(String,LowCardinality(Int64)) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 81ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(Int64)) OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,uint32 OK 73ms
/aggregate functions/min/Map(String,LowCardinality(Int128)) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,uint16 OK 93ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(Int128)) OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 91ms
/aggregate functions/min/Map(String,LowCardinality(Float32)) OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/min/Map(String,LowCardinality(Float64)) OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 95ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(Float32)) OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(Float64)) OK 94ms
/aggregate functions/min/Map(String,LowCardinality(Date)) OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 77ms
/aggregate functions/min/Map(String,LowCardinality(DateTime)) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(Date)) OK 93ms
/aggregate functions/min/Map(String,LowCardinality(Bool)) OK 103ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 76ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(DateTime)) OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,uint8 OK 93ms
/aggregate functions/min/Map(String,LowCardinality(String)) OK 93ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,uint64 OK 72ms
/aggregate functions/min/Map(String,LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 78ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(Bool)) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,uint32 OK 87ms
/aggregate functions/min/Map(String,LowCardinality(UUID)) OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 81ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(String)) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,uint16 OK 76ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 72ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(FixedString(51))) OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 70ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 102ms
/aggregate functions/max/Map(LowCardinality(String),Nullable(UUID)) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 75ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(UInt8)) OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 72ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(UInt16)) OK 86ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 74ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(UInt32)) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,uint8 OK 91ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 82ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(UInt64)) OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 82ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,uint64 OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 86ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(UInt128)) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 101ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(Int32))) OK 100ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,uint32 OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Int8)) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,uint16 OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 86ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(Int64))) OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Int16)) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Int32)) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Int64)) OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 79ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Int128)) OK 116ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 113ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 112ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(Date))) OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 86ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Float32)) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,uint8 OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 82ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Float64)) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 72ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,uint64 OK 95ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Date)) OK 112ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 94ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,uint32 OK 145ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 110ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(DateTime)) OK 102ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,uint16 OK 106ms
/aggregate functions/min/Map(String,LowCardinality(Nullable(UUID))) OK 99ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Bool)) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 90ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(String)) OK 100ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/min/Map(String,Array(String)) OK 97ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 94ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 89ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/min/Map(String,Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(UUID)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 93ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/min/Map(String,Tuple(String)) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 87ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,uint8 OK 90ms
/aggregate functions/min/Map(FixedString(51),UInt8) OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 76ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 95ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,uint64 OK 88ms
/aggregate functions/min/Map(FixedString(51),UInt16) OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 86ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,uint32 OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/min/Map(FixedString(51),UInt32) OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 99ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,uint16 OK 93ms
/aggregate functions/min/Map(FixedString(51),UInt64) OK 104ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 131ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 101ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 78ms
/aggregate functions/min/Map(FixedString(51),UInt128) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/min/Map(FixedString(51),Int8) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 117ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 103ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 93ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/min/Map(FixedString(51),Int16) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 100ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/min/Map(FixedString(51),Int32) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/min/Map(FixedString(51),Int64) OK 98ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,uint8 OK 86ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/min/Map(FixedString(51),Int128) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 89ms
/aggregate functions/min/Map(FixedString(51),Float32) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,uint64 OK 79ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 95ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 94ms
/aggregate functions/min/Map(FixedString(51),Float64) OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,uint32 OK 74ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/min/Map(FixedString(51),Decimal128(38)) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,uint16 OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/min/Map(FixedString(51),Date) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 95ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/min/Map(FixedString(51),DateTime) OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 73ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 136ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 72ms
/aggregate functions/min/Map(FixedString(51),DateTime64(3)) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 114ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 103ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 78ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/min/Map(FixedString(51),Bool) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 92ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,uint8 OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 82ms
/aggregate functions/min/Map(FixedString(51),String) OK 83ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,uint64 OK 102ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 98ms
/aggregate functions/min/Map(FixedString(51),FixedString(51)) OK 84ms
/aggregate functions/max/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 101ms
/aggregate functions/max/Map(LowCardinality(String),Array(String)) OK 90ms
/aggregate functions/min/Map(FixedString(51),UUID) OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,uint32 OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 95ms
/aggregate functions/max/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 95ms
/aggregate functions/min/Map(FixedString(51),Nullable(UInt8)) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,uint16 OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 82ms
/aggregate functions/min/Map(FixedString(51),Nullable(UInt16)) OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 97ms
/aggregate functions/max/Map(LowCardinality(String),Tuple(String)) OK 93ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/min/Map(FixedString(51),Nullable(UInt32)) OK 104ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 99ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),UInt8) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),UInt16) OK 101ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/min/Map(FixedString(51),Nullable(UInt64)) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 93ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/min/Map(FixedString(51),Nullable(UInt128)) OK 94ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),UInt32) OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,uint8 OK 84ms
/aggregate functions/min/Map(FixedString(51),Nullable(Int8)) OK 100ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 90ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),UInt64) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,uint64 OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 84ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),UInt128) OK 95ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 94ms
/aggregate functions/min/Map(FixedString(51),Nullable(Int16)) OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,uint32 OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 73ms
/aggregate functions/min/Map(FixedString(51),Nullable(Int32)) OK 103ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Int8) OK 93ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,uint16 OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 73ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Int16) OK 88ms
/aggregate functions/min/Map(FixedString(51),Nullable(Int64)) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 95ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 77ms
/aggregate functions/min/Map(FixedString(51),Nullable(Int128)) OK 96ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Int32) OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Int64) OK 88ms
/aggregate functions/min/Map(FixedString(51),Nullable(Float32)) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 74ms
/aggregate functions/min/Map(FixedString(51),Nullable(Float64)) OK 87ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Int128) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 92ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Float32) OK 85ms
/aggregate functions/min/Map(FixedString(51),Nullable(Decimal128(38))) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 76ms
/aggregate functions/min/Map(FixedString(51),Nullable(Date)) OK 78ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Float64) OK 68ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 72ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 69ms
/aggregate functions/min/Map(FixedString(51),Nullable(DateTime)) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 83ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Date) OK 80ms
/aggregate functions/min/Map(FixedString(51),Nullable(DateTime64(3))) OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 87ms
/aggregate functions/min/Map(FixedString(51),Nullable(Bool)) OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),DateTime) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 88ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/min/Map(FixedString(51),Nullable(String)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 86ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Bool) OK 88ms
/aggregate functions/min/Map(FixedString(51),Nullable(FixedString(51))) OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 86ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),String) OK 117ms
/aggregate functions/min/Map(FixedString(51),Nullable(UUID)) OK 90ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 96ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,uint8 OK 131ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(UInt8)) OK 135ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 125ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 119ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,uint64 OK 86ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(UInt16)) OK 89ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),UUID) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,uint32 OK 378ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 360ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 375ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(UInt32)) OK 363ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 364ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 114ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(UInt64)) OK 96ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,uint16 OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 78ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 98ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 101ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(UInt128)) OK 100ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 79ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Int8)) OK 83ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 80ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Int16)) OK 85ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 86ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 84ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Int32)) OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 76ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 89ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Int64)) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 99ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 92ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Int128)) OK 75ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 98ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Float32)) OK 85ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 88ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Float64)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 78ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Date)) OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 100ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 68ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 82ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(DateTime)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 96ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Bool)) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 98ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(String)) OK 99ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 94ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 90ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(FixedString(51))) OK 107ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 99ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 100ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 81ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 84ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(UUID)) OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 79ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 79ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 90ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 76ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 78ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 80ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 79ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 69ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 74ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 81ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 69ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 90ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 86ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 75ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 76ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 83ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 78ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 89ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 121ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 113ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 124ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 119ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 68ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 67ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 79ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 76ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 80ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 76ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 83ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 67ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 78ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 69ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 81ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 83ms
/aggregate functions/min/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 82ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/min/Map(FixedString(51),Array(String)) OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 76ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/min/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 74ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 109ms
/aggregate functions/min/Map(FixedString(51),Tuple(String)) OK 106ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 101ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/min/Map(UUID,UInt8) OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 86ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 76ms
/aggregate functions/min/Map(UUID,UInt16) OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 71ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 75ms
/aggregate functions/min/Map(UUID,UInt32) OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 81ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 95ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 72ms
/aggregate functions/min/Map(UUID,UInt64) OK 96ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 93ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 70ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/min/Map(UUID,UInt128) OK 94ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/min/Map(UUID,Int8) OK 84ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 114ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 101ms
/aggregate functions/min/Map(UUID,Int16) OK 95ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 116ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 120ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/min/Map(UUID,Int32) OK 83ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 68ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 95ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 78ms
/aggregate functions/min/Map(UUID,Int64) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 86ms
/aggregate functions/min/Map(UUID,Int128) OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 75ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 90ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 83ms
/aggregate functions/min/Map(UUID,Float32) OK 85ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 93ms
/aggregate functions/min/Map(UUID,Float64) OK 73ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 73ms
/aggregate functions/min/Map(UUID,Decimal128(38)) OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 93ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 102ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 78ms
/aggregate functions/min/Map(UUID,Date) OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 77ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/min/Map(UUID,DateTime) OK 73ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/min/Map(UUID,DateTime64(3)) OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 79ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/min/Map(UUID,Bool) OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 83ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/min/Map(UUID,String) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 79ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/min/Map(UUID,FixedString(51)) OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 88ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Array(String)) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 79ms
/aggregate functions/min/Map(UUID,UUID) OK 69ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 97ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 99ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 100ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/min/Map(UUID,Nullable(UInt8)) OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 93ms
/aggregate functions/max/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 97ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/min/Map(UUID,Nullable(UInt16)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 101ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/max/Nullable(UInt8) OK 88ms
/aggregate functions/min/Map(UUID,Nullable(UInt32)) OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/max/Nullable(UInt16) OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 71ms
/aggregate functions/min/Map(UUID,Nullable(UInt64)) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 84ms
/aggregate functions/min/Map(UUID,Nullable(UInt128)) OK 86ms
/aggregate functions/max/Nullable(UInt32) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 77ms
/aggregate functions/max/Nullable(UInt64) OK 78ms
/aggregate functions/min/Map(UUID,Nullable(Int8)) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 114ms
/aggregate functions/max/Nullable(UInt128) OK 95ms
/aggregate functions/min/Map(UUID,Nullable(Int16)) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 86ms
/aggregate functions/min/Map(UUID,Nullable(Int32)) OK 70ms
/aggregate functions/max/Nullable(Int8) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 77ms
/aggregate functions/min/Map(UUID,Nullable(Int64)) OK 82ms
/aggregate functions/max/Nullable(Int16) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 79ms
/aggregate functions/min/Map(UUID,Nullable(Int128)) OK 78ms
/aggregate functions/max/Nullable(Int32) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 77ms
/aggregate functions/min/Map(UUID,Nullable(Float32)) OK 86ms
/aggregate functions/max/Nullable(Int64) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 75ms
/aggregate functions/min/Map(UUID,Nullable(Float64)) OK 83ms
/aggregate functions/max/Nullable(Int128) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 76ms
/aggregate functions/min/Map(UUID,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/max/Nullable(Float32) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 75ms
/aggregate functions/max/Nullable(Float64) OK 80ms
/aggregate functions/min/Map(UUID,Nullable(Date)) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 73ms
/aggregate functions/min/Map(UUID,Nullable(DateTime)) OK 77ms
/aggregate functions/max/Nullable(Decimal128(38)) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 92ms
/aggregate functions/min/Map(UUID,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/max/Nullable(Date) OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/min/Map(UUID,Nullable(Bool)) OK 86ms
/aggregate functions/max/Nullable(DateTime) OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 110ms
/aggregate functions/max/Nullable(DateTime64(3)) OK 105ms
/aggregate functions/min/Map(UUID,Nullable(String)) OK 106ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 72ms
/aggregate functions/max/Nullable(Bool) OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/min/Map(UUID,Nullable(FixedString(51))) OK 92ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 86ms
/aggregate functions/max/Nullable(String) OK 98ms
/aggregate functions/min/Map(UUID,Nullable(UUID)) OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 87ms
/aggregate functions/min/Map(UUID,LowCardinality(UInt8)) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 76ms
/aggregate functions/max/Nullable(FixedString(51)) OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 74ms
/aggregate functions/min/Map(UUID,LowCardinality(UInt16)) OK 73ms
/aggregate functions/max/Nullable(UUID) OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 69ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 77ms
/aggregate functions/min/Map(UUID,LowCardinality(UInt32)) OK 68ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 81ms
/aggregate functions/max/Array(UInt8) OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 79ms
/aggregate functions/min/Map(UUID,LowCardinality(UInt64)) OK 103ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 99ms
/aggregate functions/max/Array(UInt16) OK 97ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 104ms
/aggregate functions/min/Map(UUID,LowCardinality(UInt128)) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 95ms
/aggregate functions/max/Array(UInt32) OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 78ms
/aggregate functions/min/Map(UUID,LowCardinality(Int8)) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 82ms
/aggregate functions/max/Array(UInt64) OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 69ms
/aggregate functions/min/Map(UUID,LowCardinality(Int16)) OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/max/Array(UInt128) OK 84ms
/aggregate functions/min/Map(UUID,LowCardinality(Int32)) OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 71ms
/aggregate functions/max/Array(Int8) OK 70ms
/aggregate functions/min/Map(UUID,LowCardinality(Int64)) OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 122ms
/aggregate functions/max/Array(Int16) OK 113ms
/aggregate functions/min/Map(UUID,LowCardinality(Int128)) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 125ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 132ms
/aggregate functions/min/Map(UUID,LowCardinality(Float32)) OK 91ms
/aggregate functions/max/Array(Int32) OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 74ms
/aggregate functions/max/Array(Int64) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 72ms
/aggregate functions/min/Map(UUID,LowCardinality(Float64)) OK 72ms
/aggregate functions/max/Array(Int128) OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 94ms
/aggregate functions/min/Map(UUID,LowCardinality(Date)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 72ms
/aggregate functions/max/Array(Float32) OK 96ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/min/Map(UUID,LowCardinality(DateTime)) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 82ms
/aggregate functions/min/Map(UUID,LowCardinality(Bool)) OK 89ms
/aggregate functions/max/Array(Float64) OK 97ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 87ms
/aggregate functions/min/Map(UUID,LowCardinality(String)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/max/Array(Decimal128(38)) OK 98ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/min/Map(UUID,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/max/Array(Date) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint8 OK 71ms
/aggregate functions/min/Map(UUID,LowCardinality(UUID)) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 84ms
/aggregate functions/max/Array(DateTime) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint64 OK 71ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 81ms
/aggregate functions/max/Array(DateTime64(3)) OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint32 OK 73ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 71ms
/aggregate functions/max/Array(Bool) OK 69ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint16 OK 86ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 80ms
/aggregate functions/max/Array(String) OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint8_ OK 80ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(UInt64))) OK 69ms
/aggregate functions/max/Array(FixedString(51)) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 72ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint64_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 87ms
/aggregate functions/max/Array(UUID) OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint32_ OK 96ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/max/Array(Nullable(UInt8)) OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 66ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(Int16))) OK 97ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 93ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint16_ OK 107ms
/aggregate functions/max/Array(Nullable(UInt16)) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/max/Array(Nullable(UInt32)) OK 93ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(Int32))) OK 102ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint8_ OK 83ms
/aggregate functions/max/Array(Nullable(UInt64)) OK 105ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(Int64))) OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint64_ OK 67ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint32_ OK 104ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 98ms
/aggregate functions/max/Array(Nullable(UInt128)) OK 75ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/max/Array(Nullable(Int8)) OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 82ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint16_ OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/max/Array(Nullable(Int16)) OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 95ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/max/Array(Nullable(Int32)) OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 89ms
/aggregate functions/max/Array(Nullable(Int64)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint32__ OK 98ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 91ms
/aggregate functions/max/Array(Nullable(Int128)) OK 97ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 75ms
/aggregate functions/max/Array(Nullable(Float32)) OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint8 OK 79ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint64 OK 102ms
/aggregate functions/max/Array(Nullable(Float64)) OK 88ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 73ms
/aggregate functions/min/Map(UUID,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 181ms
/aggregate functions/max/Array(Nullable(Decimal128(38))) OK 178ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint32 OK 165ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 140ms
/aggregate functions/min/Map(UUID,Array(String)) OK 942ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 867ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint16 OK 871ms
/aggregate functions/max/Array(Nullable(Date)) OK 871ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 862ms
/aggregate functions/min/Map(UUID,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 106ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint8_ OK 103ms
/aggregate functions/max/Array(Nullable(DateTime)) OK 81ms
/aggregate functions/min/Map(UUID,Tuple(String)) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 79ms
/aggregate functions/max/Array(Nullable(DateTime64(3))) OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint64_ OK 84ms
/aggregate functions/min/Map(LowCardinality(String),UInt8) OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 79ms
/aggregate functions/max/Array(Nullable(Bool)) OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint32_ OK 76ms
/aggregate functions/min/Map(LowCardinality(String),UInt16) OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 83ms
/aggregate functions/max/Array(Nullable(String)) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint16_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/min/Map(LowCardinality(String),UInt32) OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 84ms
/aggregate functions/max/Array(Nullable(FixedString(51))) OK 82ms
/aggregate functions/min/Map(LowCardinality(String),UInt64) OK 93ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint8_ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 86ms
/aggregate functions/max/Array(Nullable(UUID)) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint64_ OK 70ms
/aggregate functions/min/Map(LowCardinality(String),UInt128) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 71ms
/aggregate functions/max/Array(LowCardinality(UInt8)) OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint32_ OK 80ms
/aggregate functions/min/Map(LowCardinality(String),Int8) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/max/Array(LowCardinality(UInt16)) OK 93ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint16_ OK 78ms
/aggregate functions/min/Map(LowCardinality(String),Int16) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/min/Map(LowCardinality(String),Int32) OK 102ms
/aggregate functions/max/Array(LowCardinality(UInt32)) OK 100ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 75ms
/aggregate functions/min/Map(LowCardinality(String),Int64) OK 81ms
/aggregate functions/max/Array(LowCardinality(UInt64)) OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 85ms
/aggregate functions/max/Array(LowCardinality(UInt128)) OK 88ms
/aggregate functions/min/Map(LowCardinality(String),Int128) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 108ms
/aggregate functions/min/Map(LowCardinality(String),Float32) OK 85ms
/aggregate functions/max/Array(LowCardinality(Int8)) OK 97ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/min/Map(LowCardinality(String),Float64) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,uint8 OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 72ms
/aggregate functions/max/Array(LowCardinality(Int16)) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 106ms
/aggregate functions/min/Map(LowCardinality(String),Decimal128(38)) OK 106ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,uint64 OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 106ms
/aggregate functions/max/Array(LowCardinality(Int32)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,uint32 OK 73ms
/aggregate functions/max/Array(LowCardinality(Int64)) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 103ms
/aggregate functions/min/Map(LowCardinality(String),Date) OK 95ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,uint16 OK 82ms
/aggregate functions/max/Array(LowCardinality(Int128)) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 85ms
/aggregate functions/min/Map(LowCardinality(String),DateTime) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 74ms
/aggregate functions/max/Array(LowCardinality(Float32)) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 85ms
/aggregate functions/min/Map(LowCardinality(String),DateTime64(3)) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 79ms
/aggregate functions/max/Array(LowCardinality(Float64)) OK 71ms
/aggregate functions/min/Map(LowCardinality(String),Bool) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 132ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 131ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 117ms
/aggregate functions/max/Array(LowCardinality(Date)) OK 87ms
/aggregate functions/min/Map(LowCardinality(String),String) OK 155ms
/aggregate functions/max/Array(LowCardinality(DateTime)) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 93ms
/aggregate functions/max/Array(LowCardinality(Bool)) OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 83ms
/aggregate functions/min/Map(LowCardinality(String),FixedString(51)) OK 70ms
/aggregate functions/max/Array(LowCardinality(String)) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 73ms
/aggregate functions/min/Map(LowCardinality(String),UUID) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 107ms
/aggregate functions/max/Array(LowCardinality(FixedString(51))) OK 102ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(UInt8)) OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 85ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(UInt16)) OK 99ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 87ms
/aggregate functions/max/Array(LowCardinality(UUID)) OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 81ms
/aggregate functions/max/Array(LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(UInt32)) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 109ms
/aggregate functions/max/Array(LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 109ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(UInt64)) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/max/Array(LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(UInt128)) OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 75ms
/aggregate functions/max/Array(LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(Int8)) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(Int16)) OK 117ms
/aggregate functions/max/Array(LowCardinality(Nullable(UInt128))) OK 112ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,uint8 OK 134ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 133ms
/aggregate functions/max/Array(LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(Int32)) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,uint64 OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 78ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(Int64)) OK 78ms
/aggregate functions/max/Array(LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,uint32 OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 72ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(Int128)) OK 76ms
/aggregate functions/max/Array(LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,uint16 OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 70ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(Float32)) OK 73ms
/aggregate functions/max/Array(LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 83ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(Float64)) OK 80ms
/aggregate functions/max/Array(LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 96ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 71ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 77ms
/aggregate functions/max/Array(LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 87ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(Date)) OK 109ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 109ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/max/Array(LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 87ms
/aggregate functions/max/Array(LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(DateTime)) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 105ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 104ms
/aggregate functions/max/Array(LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 74ms
/aggregate functions/max/Array(LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(Bool)) OK 98ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 91ms
/aggregate functions/max/Array(LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(String)) OK 98ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint8 OK 75ms
/aggregate functions/max/Array(LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 99ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint64 OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(FixedString(51))) OK 96ms
/aggregate functions/max/Array(LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint32 OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/min/Map(LowCardinality(String),Nullable(UUID)) OK 82ms
/aggregate functions/max/Array(Array(String)) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint16 OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(UInt8)) OK 80ms
/aggregate functions/max/Array(Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint8_ OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(UInt16)) OK 80ms
/aggregate functions/max/Array(Tuple(String)) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint64_ OK 74ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(UInt32)) OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 88ms
/aggregate functions/max/LowCardinality(UInt8) OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,uint8 OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint32_ OK 78ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(UInt64)) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 80ms
/aggregate functions/max/LowCardinality(UInt16) OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,uint64 OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint16_ OK 81ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(UInt128)) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 83ms
/aggregate functions/max/LowCardinality(UInt32) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,uint32 OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint8_ OK 82ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Int8)) OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 76ms
/aggregate functions/max/LowCardinality(UInt64) OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,uint16 OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint64_ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 84ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Int16)) OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 87ms
/aggregate functions/max/LowCardinality(UInt128) OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 77ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Int32)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint16_ OK 74ms
/aggregate functions/max/LowCardinality(Int8) OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 81ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Int64)) OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 77ms
/aggregate functions/max/LowCardinality(Int16) OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 73ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Int128)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 80ms
/aggregate functions/max/LowCardinality(Int32) OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 80ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Float32)) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 84ms
/aggregate functions/max/LowCardinality(Int64) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 86ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Float64)) OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 80ms
/aggregate functions/max/LowCardinality(Int128) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 84ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Date)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 73ms
/aggregate functions/max/LowCardinality(Float32) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint8 XFail 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 81ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(DateTime)) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 88ms
/aggregate functions/max/LowCardinality(Float64) OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint64 XFail 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Bool)) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/max/LowCardinality(Date) OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint32 XFail 108ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(String)) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/max/LowCardinality(DateTime) OK 80ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint16 XFail 112ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/max/LowCardinality(Bool) OK 84ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(UUID)) OK 67ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 289ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 346ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint8_ XFail 340ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 336ms
/aggregate functions/max/LowCardinality(String) OK 327ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,uint8 OK 135ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,uint8 OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint64_ XFail 102ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/max/LowCardinality(FixedString(51)) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,uint64 OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,uint64 OK 74ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/max/LowCardinality(UUID) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint32_ XFail 90ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,uint32 OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,uint32 OK 72ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/max/LowCardinality(Nullable(UInt8)) OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint16_ XFail 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,uint16 OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,uint16 OK 68ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 123ms
/aggregate functions/max/LowCardinality(Nullable(UInt16)) OK 108ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint8_ XFail 90ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 122ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 76ms
/aggregate functions/max/LowCardinality(Nullable(UInt32)) OK 89ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint64_ XFail 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 95ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint32_ XFail 82ms
/aggregate functions/max/LowCardinality(Nullable(UInt64)) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 72ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 98ms
/aggregate functions/max/LowCardinality(Nullable(UInt128)) OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint16_ XFail 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint8__ XFail 85ms
/aggregate functions/max/LowCardinality(Nullable(Int8)) OK 77ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 73ms
/aggregate functions/max/LowCardinality(Nullable(Int16)) OK 207ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 193ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint64__ XFail 200ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 191ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 195ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 449ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 456ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint32__ XFail 443ms
/aggregate functions/max/LowCardinality(Nullable(Int32)) OK 439ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 445ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 117ms
/aggregate functions/max/LowCardinality(Nullable(Int64)) OK 124ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint16__ XFail 115ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 98ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 113ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 119ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 103ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,uint8 OK 109ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/max/LowCardinality(Nullable(Int128)) OK 83ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/max/LowCardinality(Nullable(Float32)) OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,uint64 OK 78ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/max/LowCardinality(Nullable(Float64)) OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,uint32 OK 69ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 363ms
/aggregate functions/max/LowCardinality(Nullable(Date)) OK 361ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 362ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,uint16 OK 343ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 350ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 391ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/max/LowCardinality(Nullable(DateTime)) OK 392ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,uint8 OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,uint8 OK 367ms
/aggregate functions/min/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 312ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,uint64 OK 314ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,uint64 OK 254ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 252ms
/aggregate functions/max/LowCardinality(Nullable(Bool)) OK 238ms
/aggregate functions/min/Map(LowCardinality(String),Array(String)) OK 236ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,uint32 OK 239ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,uint32 OK 92ms
/aggregate functions/max/LowCardinality(Nullable(String)) OK 99ms
/aggregate functions/min/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,uint16 OK 95ms
/aggregate functions/min/Map(LowCardinality(String),Tuple(String)) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,uint16 OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 90ms
/aggregate functions/max/LowCardinality(Nullable(FixedString(51))) OK 96ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 90ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),UInt8) OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 75ms
/aggregate functions/max/LowCardinality(Nullable(UUID)) OK 68ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),UInt16) OK 101ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 91ms
/aggregate functions/max/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 660ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 69ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 128ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 104ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 84ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),UInt32) OK 98ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 81ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),UInt64) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),UInt128) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Int8) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 135ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Int16) OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Int32) OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,uint8 OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Int64) OK 82ms
/aggregate functions/quantiles OK 4s 881ms
/aggregate functions/quantiles/constant OK 45ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,uint64 OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Int128) OK 82ms
/aggregate functions/quantiles/zero rows OK 55ms
/aggregate functions/quantiles/single row OK 52ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,uint32 OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Float32) OK 68ms
/aggregate functions/quantiles/with group by OK 41ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Float64) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,uint16 OK 107ms
/aggregate functions/quantiles/some negative values OK 40ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 101ms
/aggregate functions/quantiles/NULL value handling OK 61ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,uint8 OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 76ms
/aggregate functions/quantiles/single NULL value OK 55ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,uint8 OK 68ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Date) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,uint64 OK 69ms
/aggregate functions/quantiles/return type OK 49ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,uint64 OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 86ms
/aggregate functions/quantiles/doc example OK 57ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,uint32 OK 74ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),DateTime) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,uint32 OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 70ms
/aggregate functions/quantiles/inf OK 50ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,uint16 OK 81ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 80ms
/aggregate functions/quantiles/-inf OK 54ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,uint16 OK 84ms
/aggregate functions/quantiles/nan OK 55ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 80ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Bool) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 80ms
/aggregate functions/quantiles/inf, -inf, nan OK 40ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),String) OK 96ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 87ms
/aggregate functions/quantiles/UInt8 OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 77ms
/aggregate functions/quantiles/UInt16 OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 89ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 79ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),UUID) OK 89ms
/aggregate functions/quantiles/UInt32 OK 111ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 109ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 79ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 80ms
/aggregate functions/quantiles/UInt64 OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 96ms
/aggregate functions/quantiles/Int8 OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 78ms
/aggregate functions/quantiles/Int16 OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 77ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 83ms
/aggregate functions/quantiles/Int32 OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/quantiles/Int64 OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,uint8 OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/quantiles/Float32 OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,uint64 OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/quantiles/Float64 OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,uint32 OK 81ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/quantiles/Decimal128(38) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,uint16 OK 79ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,uint8 OK 75ms
/aggregate functions/quantiles/Date OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,uint8 OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 74ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,uint64 OK 96ms
/aggregate functions/quantiles/DateTime OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 127ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,uint64 OK 119ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 98ms
/aggregate functions/quantiles/Nullable(UInt8) OK 149ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,uint32 OK 129ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 99ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,uint32 OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 68ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,uint16 OK 99ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,uint16 OK 77ms
/aggregate functions/quantiles/Nullable(UInt16) OK 77ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 95ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 87ms
/aggregate functions/quantiles/Nullable(UInt32) OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint8_ OK 90ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 112ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 117ms
/aggregate functions/quantiles/Nullable(UInt64) OK 109ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint64_ OK 104ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 96ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 96ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint32_ OK 81ms
/aggregate functions/quantiles/Nullable(Int8) OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 86ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 96ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint16_ OK 94ms
/aggregate functions/quantiles/Nullable(Int16) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 93ms
/aggregate functions/quantiles/Nullable(Int32) OK 77ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint8_ OK 83ms
/aggregate functions/quantiles/Nullable(Int64) OK 85ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 110ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 102ms
/aggregate functions/quantiles/Nullable(Float32) OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint32_ OK 73ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint16_ OK 86ms
/aggregate functions/quantiles/Nullable(Float64) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 85ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 78ms
/aggregate functions/quantiles/Nullable(Decimal128(38)) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,uint8 OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 81ms
/aggregate functions/quantiles/Nullable(Date) OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,uint64 OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 86ms
/aggregate functions/quantiles/Nullable(DateTime) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,uint32 OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 76ms
/aggregate functions/quantiles/LowCardinality(UInt8) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,uint16 OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 80ms
/aggregate functions/quantiles/LowCardinality(UInt16) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 85ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 100ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,uint8 OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,uint8 OK 89ms
/aggregate functions/quantiles/LowCardinality(UInt32) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,uint64 OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,uint64 OK 90ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 82ms
/aggregate functions/quantiles/LowCardinality(UInt64) OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,uint32 OK 74ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,uint32 OK 75ms
/aggregate functions/quantiles/LowCardinality(Int8) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,uint16 OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 82ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,uint16 OK 75ms
/aggregate functions/quantiles/LowCardinality(Int16) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint8_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 76ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 84ms
/aggregate functions/quantiles/LowCardinality(Int32) OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint64_ OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 77ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 71ms
/aggregate functions/quantiles/LowCardinality(Int64) OK 134ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 106ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint32_ OK 98ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 88ms
/aggregate functions/quantiles/LowCardinality(Float32) OK 79ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint16_ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 93ms
/aggregate functions/quantiles/LowCardinality(Float64) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint8_ OK 80ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 100ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 74ms
/aggregate functions/quantiles/LowCardinality(Date) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint64_ OK 70ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint32_ OK 93ms
/aggregate functions/quantiles/LowCardinality(DateTime) OK 71ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/quantiles/LowCardinality(Nullable(UInt8)) OK 73ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint16_ OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/quantiles/LowCardinality(Nullable(UInt16)) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 98ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,uint8 OK 79ms
/aggregate functions/quantiles/LowCardinality(Nullable(UInt32)) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,uint64 OK 84ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/quantiles/LowCardinality(Nullable(UInt64)) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,uint32 OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/quantiles/LowCardinality(Nullable(Int8)) OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,uint16 OK 90ms
/aggregate functions/quantiles/LowCardinality(Nullable(Int16)) OK 88ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,uint8 OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,uint8 OK 102ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 92ms
/aggregate functions/quantiles/LowCardinality(Nullable(Int32)) OK 102ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,uint64 OK 77ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 94ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,uint64 OK 95ms
/aggregate functions/quantiles/LowCardinality(Nullable(Int64)) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,uint32 OK 73ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/quantiles/LowCardinality(Nullable(Float32)) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,uint16 OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,uint32 OK 80ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/quantiles/LowCardinality(Nullable(Float64)) OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,nullable_uint8_ OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,uint16 OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 92ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,nullable_uint64_ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 86ms
/aggregate functions/quantiles/LowCardinality(Nullable(Date)) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 72ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,nullable_uint32_ OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 79ms
/aggregate functions/quantiles/LowCardinality(Nullable(DateTime)) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 82ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 84ms
/aggregate functions/quantilesBFloat16 OK 3s 966ms
/aggregate functions/quantilesBFloat16/constant OK 46ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,nullable_uint16_ OK 100ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 98ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/quantilesBFloat16/zero rows OK 47ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 84ms
/aggregate functions/quantilesBFloat16/single row OK 68ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,lowcardinality_uint8_ OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 96ms
/aggregate functions/quantilesBFloat16/with group by OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 94ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,lowcardinality_uint64_ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/quantilesBFloat16/some negative values OK 55ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 97ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,lowcardinality_uint32_ OK 95ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/quantilesBFloat16/NULL value handling OK 44ms
/aggregate functions/quantilesBFloat16/single NULL value OK 106ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 112ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 98ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,lowcardinality_uint16_ OK 100ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/quantilesBFloat16/return type OK 57ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantilesBFloat16/doc example OK 58ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,uint8 OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/quantilesBFloat16/inf OK 39ms
/aggregate functions/quantilesBFloat16/-inf OK 44ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,uint64 OK 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/quantilesBFloat16/nan OK 39ms
/aggregate functions/quantilesBFloat16/inf, -inf, nan OK 62ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,uint32 OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Array(String)) OK 74ms
/aggregate functions/quantilesBFloat16/UInt8 OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,uint16 OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,uint8 OK 81ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/quantilesBFloat16/UInt16 OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,uint8 OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 95ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,uint64 OK 93ms
/aggregate functions/min/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 76ms
/aggregate functions/quantilesBFloat16/UInt32 OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,uint64 OK 80ms
/aggregate functions/min/Nullable(UInt8) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,uint32 OK 88ms
/aggregate functions/quantilesBFloat16/UInt64 OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,uint32 OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 81ms
/aggregate functions/min/Nullable(UInt16) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,uint16 OK 72ms
/aggregate functions/quantilesBFloat16/Int8 OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,uint16 OK 73ms
/aggregate functions/min/Nullable(UInt32) OK 98ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,nullable_uint8_ OK 96ms
/aggregate functions/quantilesBFloat16/Int16 OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,nullable_uint8_ OK 75ms
/aggregate functions/min/Nullable(UInt64) OK 76ms
/aggregate functions/quantilesBFloat16/Int32 OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,nullable_uint64_ OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,nullable_uint64_ OK 82ms
/aggregate functions/quantilesBFloat16/Int64 OK 90ms
/aggregate functions/min/Nullable(UInt128) OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,nullable_uint32_ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,nullable_uint32_ OK 71ms
/aggregate functions/quantilesBFloat16/Float32 OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 81ms
/aggregate functions/min/Nullable(Int8) OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,nullable_uint16_ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,nullable_uint16_ OK 83ms
/aggregate functions/quantilesBFloat16/Float64 OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,lowcardinality_uint8_ OK 85ms
/aggregate functions/min/Nullable(Int16) OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,lowcardinality_uint8_ OK 77ms
/aggregate functions/quantilesBFloat16/Nullable(UInt8) OK 72ms
/aggregate functions/min/Nullable(Int32) OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,lowcardinality_uint64_ OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,lowcardinality_uint64_ OK 73ms
/aggregate functions/quantilesBFloat16/Nullable(UInt16) OK 68ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,lowcardinality_uint32_ OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,lowcardinality_uint32_ OK 81ms
/aggregate functions/min/Nullable(Int64) OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/quantilesBFloat16/Nullable(UInt32) OK 77ms
/aggregate functions/min/Nullable(Int128) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,lowcardinality_uint16_ OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,lowcardinality_uint16_ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantilesBFloat16/Nullable(UInt64) OK 69ms
/aggregate functions/min/Nullable(Float32) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantilesBFloat16/Nullable(Int8) OK 73ms
/aggregate functions/min/Nullable(Float64) OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,uint8 OK 70ms
/aggregate functions/quantilesBFloat16/Nullable(Int16) OK 72ms
/aggregate functions/min/Nullable(Decimal128(38)) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,uint64 OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/quantilesBFloat16/Nullable(Int32) OK 71ms
/aggregate functions/min/Nullable(Date) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,uint32 OK 86ms
/aggregate functions/quantilesBFloat16/Nullable(Int64) OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/min/Nullable(DateTime) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,uint16 OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,uint8 OK 79ms
/aggregate functions/quantilesBFloat16/Nullable(Float32) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,uint8 OK 97ms
/aggregate functions/min/Nullable(DateTime64(3)) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint8_ OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,uint64 OK 82ms
/aggregate functions/quantilesBFloat16/Nullable(Float64) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,uint64 OK 76ms
/aggregate functions/min/Nullable(Bool) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint64_ OK 89ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,uint32 OK 84ms
/aggregate functions/quantilesBFloat16/LowCardinality(UInt8) OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,uint32 OK 77ms
/aggregate functions/min/Nullable(String) OK 68ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint32_ OK 94ms
/aggregate functions/quantilesBFloat16/LowCardinality(UInt16) OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,uint16 OK 78ms
/aggregate functions/min/Nullable(FixedString(51)) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,uint16 OK 89ms
/aggregate functions/quantilesBFloat16/LowCardinality(UInt32) OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,nullable_uint8_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint16_ OK 77ms
/aggregate functions/min/Nullable(UUID) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,nullable_uint8_ OK 80ms
/aggregate functions/quantilesBFloat16/LowCardinality(UInt64) OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,nullable_uint64_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint8_ OK 80ms
/aggregate functions/min/Array(UInt8) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,nullable_uint64_ OK 81ms
/aggregate functions/quantilesBFloat16/LowCardinality(Int8) OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,nullable_uint32_ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint64_ OK 73ms
/aggregate functions/min/Array(UInt16) OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,nullable_uint32_ OK 77ms
/aggregate functions/quantilesBFloat16/LowCardinality(Int16) OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,nullable_uint16_ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint32_ OK 85ms
/aggregate functions/min/Array(UInt32) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,nullable_uint16_ OK 94ms
/aggregate functions/quantilesBFloat16/LowCardinality(Int32) OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint16_ OK 90ms
/aggregate functions/min/Array(UInt64) OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantilesBFloat16/LowCardinality(Int64) OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,lowcardinality_uint64_ OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/min/Array(UInt128) OK 69ms
/aggregate functions/quantilesBFloat16/LowCardinality(Float32) OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,lowcardinality_uint64_ OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,lowcardinality_uint32_ OK 73ms
/aggregate functions/min/Array(Int8) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantilesBFloat16/LowCardinality(Float64) OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,lowcardinality_uint16_ OK 77ms
/aggregate functions/min/Array(Int16) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantilesBFloat16/LowCardinality(Nullable(UInt8)) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,lowcardinality_uint16_ OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/min/Array(Int32) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/quantilesBFloat16/LowCardinality(Nullable(UInt16)) OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/min/Array(Int64) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint8 XFail 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/quantilesBFloat16/LowCardinality(Nullable(UInt32)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/min/Array(Int128) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint64 XFail 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/quantilesBFloat16/LowCardinality(Nullable(UInt64)) OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/min/Array(Float32) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint32 XFail 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,uint8 OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/quantilesBFloat16/LowCardinality(Nullable(Int8)) OK 77ms
/aggregate functions/min/Array(Float64) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint16 XFail 73ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,uint64 OK 117ms
/aggregate functions/quantilesBFloat16/LowCardinality(Nullable(Int16)) OK 108ms
/aggregate functions/min/Array(Decimal128(38)) OK 104ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,uint8 OK 101ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint8_ XFail 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint64_ XFail 94ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,uint32 OK 97ms
/aggregate functions/min/Array(Date) OK 76ms
/aggregate functions/quantilesBFloat16/LowCardinality(Nullable(Int32)) OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,uint64 OK 81ms
/aggregate functions/min/Array(DateTime) OK 104ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,uint32 OK 124ms
/aggregate functions/quantilesBFloat16/LowCardinality(Nullable(Int64)) OK 110ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint32_ XFail 111ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,uint16 OK 106ms
/aggregate functions/min/Array(DateTime64(3)) OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,nullable_uint8_ OK 78ms
/aggregate functions/quantilesBFloat16/LowCardinality(Nullable(Float32)) OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint16_ XFail 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,uint16 OK 75ms
/aggregate functions/min/Array(Bool) OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,nullable_uint64_ OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,nullable_uint8_ OK 104ms
/aggregate functions/quantilesBFloat16/LowCardinality(Nullable(Float64)) OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint8_ XFail 78ms
/aggregate functions/min/Array(String) OK 71ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,nullable_uint32_ OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint64_ XFail 95ms
/aggregate functions/quantilesBFloat16Weighted OK 1m 8s
/aggregate functions/quantilesBFloat16Weighted/constant OK 47ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,nullable_uint64_ OK 86ms
/aggregate functions/min/Array(FixedString(51)) OK 87ms
/aggregate functions/quantilesBFloat16Weighted/zero rows OK 45ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,nullable_uint16_ OK 135ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint32_ XFail 122ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,nullable_uint32_ OK 116ms
/aggregate functions/quantilesBFloat16Weighted/single row OK 52ms
/aggregate functions/min/Array(UUID) OK 92ms
/aggregate functions/quantilesBFloat16Weighted/single row with zero weight OK 116ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,nullable_uint16_ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,lowcardinality_uint8_ OK 138ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint16_ XFail 134ms
/aggregate functions/min/Array(Nullable(UInt8)) OK 73ms
/aggregate functions/quantilesBFloat16Weighted/with group by OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,lowcardinality_uint8_ OK 380ms
/aggregate functions/min/Array(Nullable(UInt16)) OK 364ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint8__ XFail 309ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,lowcardinality_uint64_ OK 319ms
/aggregate functions/quantilesBFloat16Weighted/some negative values OK 201ms
/aggregate functions/quantilesBFloat16Weighted/NULL value handling OK 119ms
/aggregate functions/min/Array(Nullable(UInt32)) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint64__ XFail 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,lowcardinality_uint64_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/weight NULL value handling OK 43ms
/aggregate functions/quantilesBFloat16Weighted/single NULL value OK 47ms
/aggregate functions/min/Array(Nullable(UInt64)) OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint32__ XFail 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,lowcardinality_uint16_ OK 87ms
/aggregate functions/quantilesBFloat16Weighted/return type OK 48ms
/aggregate functions/quantilesBFloat16Weighted/doc example OK 47ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,lowcardinality_uint16_ OK 86ms
/aggregate functions/min/Array(Nullable(UInt128)) OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint16__ XFail 84ms
/aggregate functions/quantilesBFloat16Weighted/inf OK 58ms
/aggregate functions/min/Array(Nullable(Int8)) OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantilesBFloat16Weighted/-inf OK 46ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,uint8 OK 89ms
/aggregate functions/quantilesBFloat16Weighted/nan OK 57ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/min/Array(Nullable(Int16)) OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,uint64 OK 82ms
/aggregate functions/quantilesBFloat16Weighted/inf, -inf, nan OK 54ms
/aggregate functions/quantilesBFloat16Weighted/datatypes OK 1m 7s
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations OK 1m 7s
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,uint8 OK 91ms
/aggregate functions/min/Array(Nullable(Int32)) OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 98ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,uint32 OK 90ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,uint64 OK 81ms
/aggregate functions/min/Array(Nullable(Int64)) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,uint16 OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,uint8 OK 74ms
/aggregate functions/min/Array(Nullable(Int128)) OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,uint32 OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,nullable_uint8_ OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,uint8 OK 83ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,uint64 OK 73ms
/aggregate functions/min/Array(Nullable(Float32)) OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,uint16 OK 91ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,uint32 OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,nullable_uint64_ OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,uint64 OK 72ms
/aggregate functions/min/Array(Nullable(Float64)) OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,uint16 OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,uint32 OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,nullable_uint8_ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,nullable_uint32_ OK 68ms
/aggregate functions/min/Array(Nullable(Decimal128(38))) OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,nullable_uint16_ OK 90ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,nullable_uint64_ OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,nullable_uint8_ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,uint16 OK 76ms
/aggregate functions/min/Array(Nullable(Date)) OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,nullable_uint32_ OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,nullable_uint64_ OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,lowcardinality_uint8_ OK 88ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,nullable_uint8_ OK 71ms
/aggregate functions/min/Array(Nullable(DateTime)) OK 81ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,nullable_uint32_ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,nullable_uint64_ OK 89ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,nullable_uint16_ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,lowcardinality_uint64_ OK 70ms
/aggregate functions/min/Array(Nullable(DateTime64(3))) OK 87ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,nullable_uint16_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_uint8_ OK 105ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,lowcardinality_uint32_ OK 96ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,nullable_uint32_ OK 88ms
/aggregate functions/min/Array(Nullable(Bool)) OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,nullable_uint16_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,lowcardinality_uint16_ OK 102ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_uint64_ OK 92ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,lowcardinality_uint64_ OK 79ms
/aggregate functions/min/Array(Nullable(String)) OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_uint32_ OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,lowcardinality_uint32_ OK 81ms
/aggregate functions/min/Array(Nullable(FixedString(51))) OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,lowcardinality_uint64_ OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_uint16_ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,lowcardinality_uint16_ OK 81ms
/aggregate functions/min/Array(Nullable(UUID)) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/min/Array(LowCardinality(UInt8)) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,lowcardinality_uint16_ OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/min/Array(LowCardinality(UInt16)) OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,uint8 OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/min/Array(LowCardinality(UInt32)) OK 93ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,uint64 OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/min/Array(LowCardinality(UInt64)) OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,uint8 OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,uint32 OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,uint8 OK 77ms
/aggregate functions/min/Array(LowCardinality(UInt128)) OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,uint16 OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,uint64 OK 69ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,uint64 OK 81ms
/aggregate functions/min/Array(LowCardinality(Int8)) OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,uint8 OK 163ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,uint32 OK 167ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,nullable_uint8_ OK 78ms
/aggregate functions/min/Array(LowCardinality(Int16)) OK 128ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,uint32 OK 116ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,nullable_uint64_ OK 139ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,uint64 OK 98ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,uint16 OK 96ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,uint16 OK 78ms
/aggregate functions/min/Array(LowCardinality(Int32)) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,nullable_uint32_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,nullable_uint8_ OK 78ms
/aggregate functions/min/Array(LowCardinality(Int64)) OK 646ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,uint32 OK 667ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,nullable_uint8_ OK 664ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,nullable_uint16_ OK 630ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,nullable_uint64_ OK 597ms
/aggregate functions/min/Array(LowCardinality(Int128)) OK 190ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,nullable_uint32_ OK 167ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,uint16 OK 168ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,nullable_uint64_ OK 175ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,lowcardinality_uint8_ OK 151ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,lowcardinality_uint64_ OK 221ms
/aggregate functions/min/Array(LowCardinality(Float32)) OK 210ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,nullable_uint16_ OK 204ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,nullable_uint8_ OK 215ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,nullable_uint32_ OK 207ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_uint8_ OK 85ms
/aggregate functions/min/Array(LowCardinality(Float64)) OK 95ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,nullable_uint64_ OK 68ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,nullable_uint16_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,nullable_uint32_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_uint64_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,lowcardinality_uint16_ OK 74ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,lowcardinality_uint8_ OK 71ms
/aggregate functions/min/Array(LowCardinality(Date)) OK 72ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,nullable_uint16_ OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_uint32_ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,lowcardinality_uint64_ OK 77ms
/aggregate functions/min/Array(LowCardinality(DateTime)) OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,lowcardinality_uint8_ OK 84ms
/aggregate functions/min/Array(LowCardinality(Bool)) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,lowcardinality_uint64_ OK 89ms
/aggregate functions/min/Array(LowCardinality(String)) OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,lowcardinality_uint16_ OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/min/Array(LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,lowcardinality_uint32_ OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/min/Array(LowCardinality(UUID)) OK 551ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 549ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,uint8 OK 547ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,lowcardinality_uint16_ OK 529ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 533ms
/aggregate functions/min/Array(LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,uint64 OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,uint32 OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,uint8 OK 115ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 109ms
/aggregate functions/min/Array(LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,uint16 OK 115ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 181ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,uint8 OK 183ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,uint64 OK 66ms
/aggregate functions/min/Array(LowCardinality(Nullable(UInt32))) OK 186ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,uint32 OK 121ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,nullable_uint8_ OK 121ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,uint64 OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,uint16 OK 71ms
/aggregate functions/min/Array(LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,nullable_uint64_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,nullable_uint8_ OK 456ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,uint32 OK 457ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,uint8 OK 453ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,nullable_uint32_ OK 446ms
/aggregate functions/min/Array(LowCardinality(Nullable(UInt128))) OK 440ms
/aggregate functions/min/Array(LowCardinality(Nullable(Int8))) OK 106ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,nullable_uint64_ OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,nullable_uint16_ OK 99ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,uint64 OK 90ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,uint16 OK 75ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,nullable_uint8_ OK 89ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,nullable_uint32_ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,uint32 OK 98ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,lowcardinality_uint8_ OK 81ms
/aggregate functions/min/Array(LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,nullable_uint16_ OK 95ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,nullable_uint64_ OK 94ms
/aggregate functions/min/Array(LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,lowcardinality_uint64_ OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,uint16 OK 75ms
/aggregate functions/min/Array(LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_uint8_ OK 97ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,nullable_uint32_ OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,lowcardinality_uint32_ OK 74ms
/aggregate functions/min/Array(LowCardinality(Nullable(Int128))) OK 102ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,lowcardinality_uint16_ OK 100ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,nullable_uint16_ OK 101ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_uint32_ OK 97ms
/aggregate functions/min/Array(LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 104ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,lowcardinality_uint8_ OK 94ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 82ms
/aggregate functions/min/Array(LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_uint16_ OK 93ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,lowcardinality_uint64_ OK 90ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 84ms
/aggregate functions/min/Array(LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,lowcardinality_uint32_ OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 71ms
/aggregate functions/min/Array(LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,lowcardinality_uint16_ OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 78ms
/aggregate functions/min/Array(LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,uint8 OK 79ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 78ms
/aggregate functions/min/Array(LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,uint64 OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/min/Array(LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,uint32 OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,uint8 OK 70ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/min/Array(LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,uint64 OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,uint16 OK 82ms
/aggregate functions/quantileTimingWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/min/Array(Array(String)) OK 71ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,uint32 OK 84ms
/aggregate functions/quantilesDeterministic OK 4s 727ms
/aggregate functions/quantilesDeterministic/constant OK 218ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,nullable_uint8_ OK 69ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/min/Array(Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,nullable_uint64_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,uint16 OK 79ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,uint8 OK 77ms
/aggregate functions/min/Array(Tuple(String)) OK 68ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,nullable_uint32_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,nullable_uint8_ OK 68ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,uint64 OK 82ms
/aggregate functions/min/LowCardinality(UInt8) OK 72ms
/aggregate functions/quantilesDeterministic/zero rows OK 51ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,nullable_uint64_ OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,nullable_uint16_ OK 87ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,uint32 OK 75ms
/aggregate functions/min/LowCardinality(UInt16) OK 77ms
/aggregate functions/quantilesDeterministic/single row OK 55ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,nullable_uint32_ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantilesDeterministic/with group by OK 44ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,uint16 OK 84ms
/aggregate functions/min/LowCardinality(UInt32) OK 68ms
/aggregate functions/quantilesDeterministic/some negative values OK 40ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,nullable_uint16_ OK 88ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,lowcardinality_uint64_ OK 103ms
/aggregate functions/min/LowCardinality(UInt64) OK 101ms
/aggregate functions/quantilesDeterministic/NULL value handling OK 47ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,nullable_uint8_ OK 77ms
/aggregate functions/quantilesDeterministic/single NULL value OK 51ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_uint8_ OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,nullable_uint64_ OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,lowcardinality_uint32_ OK 79ms
/aggregate functions/min/LowCardinality(UInt128) OK 90ms
/aggregate functions/quantilesDeterministic/return type OK 44ms
/aggregate functions/quantilesDeterministic/doc example OK 51ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_uint64_ OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,nullable_uint32_ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,lowcardinality_uint16_ OK 73ms
/aggregate functions/min/LowCardinality(Int8) OK 83ms
/aggregate functions/quantilesDeterministic/inf OK 42ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_uint32_ OK 71ms
/aggregate functions/quantilesDeterministic/-inf OK 55ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,nullable_uint16_ OK 75ms
/aggregate functions/min/LowCardinality(Int16) OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_uint16_ OK 81ms
/aggregate functions/quantilesDeterministic/nan OK 44ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/quantilesDeterministic/inf, -inf, nan OK 43ms
/aggregate functions/min/LowCardinality(Int32) OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/quantilesDeterministic/UInt8 OK 92ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/min/LowCardinality(Int64) OK 70ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/quantilesDeterministic/UInt16 OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,lowcardinality_uint32_ OK 79ms
/aggregate functions/min/LowCardinality(Int128) OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantilesDeterministic/UInt32 OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,lowcardinality_uint16_ OK 73ms
/aggregate functions/min/LowCardinality(Float32) OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,uint8 OK 68ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/quantilesDeterministic/UInt64 OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,uint64 OK 76ms
/aggregate functions/min/LowCardinality(Float64) OK 123ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,uint8 OK 96ms
/aggregate functions/quantilesDeterministic/Int8 OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,uint32 OK 116ms
/aggregate functions/min/LowCardinality(Date) OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,uint64 OK 81ms
/aggregate functions/quantilesDeterministic/Int16 OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,uint16 OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,uint32 OK 78ms
/aggregate functions/min/LowCardinality(DateTime) OK 79ms
/aggregate functions/quantilesDeterministic/Int32 OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,nullable_uint8_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,uint16 OK 87ms
/aggregate functions/quantilesDeterministic/Int64 OK 83ms
/aggregate functions/min/LowCardinality(Bool) OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,uint8 OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,nullable_uint64_ OK 82ms
/aggregate functions/quantilesDeterministic/Float32 OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 75ms
/aggregate functions/min/LowCardinality(String) OK 77ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,uint64 OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,nullable_uint32_ OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 86ms
/aggregate functions/min/LowCardinality(FixedString(51)) OK 82ms
/aggregate functions/quantilesDeterministic/Float64 OK 83ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,uint32 OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,nullable_uint16_ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 78ms
/aggregate functions/min/LowCardinality(UUID) OK 71ms
/aggregate functions/quantilesDeterministic/Date OK 71ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,uint16 OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,lowcardinality_uint8_ OK 80ms
/aggregate functions/min/LowCardinality(Nullable(UInt8)) OK 84ms
/aggregate functions/quantilesDeterministic/DateTime OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 82ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,nullable_uint8_ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,lowcardinality_uint64_ OK 78ms
/aggregate functions/min/LowCardinality(Nullable(UInt16)) OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 89ms
/aggregate functions/quantilesDeterministic/Nullable(UInt8) OK 85ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,nullable_uint64_ OK 93ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,lowcardinality_uint32_ OK 71ms
/aggregate functions/min/LowCardinality(Nullable(UInt32)) OK 84ms
/aggregate functions/quantilesDeterministic/Nullable(UInt16) OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,nullable_uint32_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,lowcardinality_uint16_ OK 73ms
/aggregate functions/min/LowCardinality(Nullable(UInt64)) OK 70ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 90ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,nullable_uint16_ OK 80ms
/aggregate functions/quantilesDeterministic/Nullable(UInt32) OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/min/LowCardinality(Nullable(UInt128)) OK 83ms
/aggregate functions/quantilesDeterministic/Nullable(UInt64) OK 75ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,lowcardinality_uint8_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/min/LowCardinality(Nullable(Int8)) OK 78ms
/aggregate functions/quantilesDeterministic/Nullable(Int8) OK 86ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 65ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/min/LowCardinality(Nullable(Int16)) OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,lowcardinality_uint32_ OK 131ms
/aggregate functions/quantilesDeterministic/Nullable(Int16) OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/min/LowCardinality(Nullable(Int32)) OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,uint8 OK 128ms
/aggregate functions/quantilesDeterministic/Nullable(Int32) OK 112ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,lowcardinality_uint16_ OK 67ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/min/LowCardinality(Nullable(Int64)) OK 80ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/quantilesDeterministic/Nullable(Int64) OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,uint64 OK 91ms
/aggregate functions/min/LowCardinality(Nullable(Int128)) OK 93ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,uint8 OK 70ms
/aggregate functions/quantilesDeterministic/Nullable(Float32) OK 74ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,uint64 OK 69ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,uint32 OK 78ms
/aggregate functions/min/LowCardinality(Nullable(Float32)) OK 81ms
/aggregate functions/quantilesDeterministic/Nullable(Float64) OK 70ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,uint32 OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,uint16 OK 76ms
/aggregate functions/min/LowCardinality(Nullable(Float64)) OK 75ms
/aggregate functions/quantilesDeterministic/Nullable(Date) OK 78ms
/aggregate functions/quantileExactWeighted/datatypes/permutations/date,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,uint16 OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,nullable_uint8_ OK 78ms
/aggregate functions/min/LowCardinality(Nullable(Date)) OK 93ms
/aggregate functions/quantilesDeterministic/Nullable(DateTime) OK 78ms
/aggregate functions/quantilesExact OK 4s 580ms
/aggregate functions/quantilesExact/constant OK 41ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,nullable_uint64_ OK 70ms
/aggregate functions/quantilesExact/zero rows OK 47ms
/aggregate functions/min/LowCardinality(Nullable(DateTime)) OK 76ms
/aggregate functions/quantilesDeterministic/LowCardinality(UInt8) OK 75ms
/aggregate functions/quantilesExact/single row OK 46ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,nullable_uint32_ OK 89ms
/aggregate functions/min/LowCardinality(Nullable(Bool)) OK 94ms
/aggregate functions/quantilesExact/with group by OK 59ms
/aggregate functions/quantilesDeterministic/LowCardinality(UInt16) OK 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 84ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,nullable_uint16_ OK 89ms
/aggregate functions/quantilesExact/some negative values OK 47ms
/aggregate functions/quantilesDeterministic/LowCardinality(UInt32) OK 80ms
/aggregate functions/min/LowCardinality(Nullable(String)) OK 76ms
/aggregate functions/quantilesExact/NULL value handling OK 45ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,lowcardinality_uint8_ OK 83ms
/aggregate functions/quantilesExact/single NULL value OK 44ms
/aggregate functions/quantilesDeterministic/LowCardinality(UInt64) OK 73ms
/aggregate functions/min/LowCardinality(Nullable(FixedString(51))) OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 72ms
/aggregate functions/quantilesExact/return type OK 46ms
/aggregate functions/quantilesDeterministic/LowCardinality(Int8) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,lowcardinality_uint64_ OK 70ms
/aggregate functions/min/LowCardinality(Nullable(UUID)) OK 81ms
/aggregate functions/quantilesExact/doc example OK 48ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantilesExact/inf OK 46ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,lowcardinality_uint32_ OK 81ms
/aggregate functions/quantilesDeterministic/LowCardinality(Int16) OK 83ms
/aggregate functions/min/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 609ms
/aggregate functions/quantilesExact/-inf OK 48ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,lowcardinality_uint16_ OK 90ms
/aggregate functions/quantilesExact/nan OK 42ms
/aggregate functions/quantilesDeterministic/LowCardinality(Int32) OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 101ms
/aggregate functions/quantilesExact/inf, -inf, nan OK 55ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/quantilesDeterministic/LowCardinality(Int64) OK 88ms
/aggregate functions/quantilesExact/UInt8 OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/quantilesExact/UInt16 OK 86ms
/aggregate functions/quantilesDeterministic/LowCardinality(Float32) OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 96ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantilesDeterministic/LowCardinality(Float64) OK 91ms
/aggregate functions/quantilesExact/UInt32 OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/quantilesExact/UInt64 OK 70ms
/aggregate functions/quantilesDeterministic/LowCardinality(Date) OK 101ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/quantilesExact/Int8 OK 68ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,uint8 OK 78ms
/aggregate functions/quantilesDeterministic/LowCardinality(DateTime) OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,uint8 OK 74ms
/aggregate functions/quantilesExact/Int16 OK 138ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,uint64 OK 127ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(UInt8)) OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,uint64 OK 102ms
/aggregate functions/quantilesExactExclusive OK 4s 649ms
/aggregate functions/quantilesExactExclusive/constant OK 111ms
/aggregate functions/quantilesExact/Int32 OK 89ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,uint32 OK 76ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(UInt16)) OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,uint32 OK 88ms
/aggregate functions/quantilesExactExclusive/zero rows OK 50ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,uint16 OK 71ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(UInt32)) OK 96ms
/aggregate functions/quantilesExact/Int64 OK 78ms
/aggregate functions/quantilesExactExclusive/single row OK 55ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,uint16 OK 85ms
/aggregate functions/quantilesExactExclusive/with group by OK 49ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,nullable_uint8_ OK 81ms
/aggregate functions/quantilesExact/Float32 OK 72ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(UInt64)) OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 80ms
/aggregate functions/quantilesExactExclusive/some negative values OK 39ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,nullable_uint64_ OK 86ms
/aggregate functions/quantilesExactExclusive/NULL value handling OK 43ms
/aggregate functions/quantilesExact/Float64 OK 84ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(Int8)) OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 85ms
/aggregate functions/quantilesExactExclusive/single NULL value OK 67ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,nullable_uint32_ OK 76ms
/aggregate functions/quantilesExact/Date OK 66ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(Int16)) OK 76ms
/aggregate functions/quantilesExactExclusive/return type OK 39ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 90ms
/aggregate functions/quantilesExactExclusive/doc example OK 67ms
/aggregate functions/quantilesExact/DateTime OK 79ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,nullable_uint16_ OK 72ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(Int32)) OK 102ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 75ms
/aggregate functions/quantilesExactExclusive/inf OK 40ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,lowcardinality_uint8_ OK 80ms
/aggregate functions/quantilesExact/Nullable(UInt8) OK 74ms
/aggregate functions/quantilesExactExclusive/-inf OK 45ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(Int64)) OK 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 76ms
/aggregate functions/quantilesExactExclusive/nan OK 64ms
/aggregate functions/quantilesExact/Nullable(UInt16) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,lowcardinality_uint64_ OK 86ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(Float32)) OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 74ms
/aggregate functions/quantilesExactExclusive/inf, -inf, nan OK 39ms
/aggregate functions/quantilesExact/Nullable(UInt32) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,lowcardinality_uint32_ OK 75ms
/aggregate functions/quantilesExactExclusive/UInt8 OK 78ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(Float64)) OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 75ms
/aggregate functions/quantilesExact/Nullable(UInt64) OK 81ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,lowcardinality_uint16_ OK 73ms
/aggregate functions/quantilesExactExclusive/UInt16 OK 78ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(Date)) OK 71ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 82ms
/aggregate functions/quantilesExact/Nullable(Int8) OK 82ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/quantilesExactExclusive/UInt32 OK 78ms
/aggregate functions/quantilesDeterministic/LowCardinality(Nullable(DateTime)) OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/quantilesExact/Nullable(Int16) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantilesExactExclusive/UInt64 OK 77ms
/aggregate functions/quantilesExactHigh OK 4s 964ms
/aggregate functions/quantilesExactHigh/constant OK 49ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantilesExactHigh/zero rows OK 39ms
/aggregate functions/quantilesExact/Nullable(Int32) OK 80ms
/aggregate functions/quantilesExactExclusive/Int8 OK 69ms
/aggregate functions/quantilesExactHigh/single row OK 46ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/quantilesExact/Nullable(Int64) OK 88ms
/aggregate functions/quantilesExactHigh/with group by OK 45ms
/aggregate functions/quantilesExactExclusive/Int16 OK 87ms
/aggregate functions/quantilesExactHigh/some negative values OK 45ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,uint8 XFail 90ms
/aggregate functions/quantilesExact/Nullable(Float32) OK 70ms
/aggregate functions/quantilesExactHigh/NULL value handling OK 50ms
/aggregate functions/quantilesExactExclusive/Int32 OK 71ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,uint8 OK 73ms
/aggregate functions/quantilesExactHigh/single NULL value OK 39ms
/aggregate functions/quantilesExact/Nullable(Float64) OK 75ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,uint64 XFail 87ms
/aggregate functions/quantilesExactExclusive/Int64 OK 88ms
/aggregate functions/quantilesExactHigh/return type OK 42ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,uint64 OK 92ms
/aggregate functions/quantilesExactHigh/doc example OK 45ms
/aggregate functions/quantilesExact/Nullable(Date) OK 70ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,uint32 XFail 88ms
/aggregate functions/quantilesExactExclusive/Float32 OK 90ms
/aggregate functions/quantilesExactHigh/inf OK 47ms
/aggregate functions/quantilesExact/Nullable(DateTime) OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,uint32 OK 76ms
/aggregate functions/quantilesExactHigh/-inf OK 48ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,uint16 XFail 84ms
/aggregate functions/quantilesExactExclusive/Float64 OK 84ms
/aggregate functions/quantilesExactHigh/nan OK 48ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,uint16 OK 85ms
/aggregate functions/quantilesExact/LowCardinality(UInt8) OK 85ms
/aggregate functions/quantilesExactHigh/inf, -inf, nan OK 49ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,nullable_uint8_ XFail 77ms
/aggregate functions/quantilesExactExclusive/Date OK 83ms
/aggregate functions/quantilesExactHigh/UInt8 OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 76ms
/aggregate functions/quantilesExact/LowCardinality(UInt16) OK 68ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,nullable_uint64_ XFail 93ms
/aggregate functions/quantilesExactExclusive/DateTime OK 75ms
/aggregate functions/quantilesExact/LowCardinality(UInt32) OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 86ms
/aggregate functions/quantilesExactHigh/UInt16 OK 80ms
/aggregate functions/quantilesExactExclusive/Nullable(UInt8) OK 80ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,nullable_uint32_ XFail 79ms
/aggregate functions/quantilesExact/LowCardinality(UInt64) OK 85ms
/aggregate functions/quantilesExactHigh/UInt32 OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 72ms
/aggregate functions/quantilesExactExclusive/Nullable(UInt16) OK 85ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,nullable_uint16_ XFail 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 88ms
/aggregate functions/quantilesExactHigh/UInt64 OK 78ms
/aggregate functions/quantilesExact/LowCardinality(Int8) OK 83ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_uint8_ XFail 82ms
/aggregate functions/quantilesExactExclusive/Nullable(UInt32) OK 79ms
/aggregate functions/quantilesExactHigh/Int8 OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 82ms
/aggregate functions/quantilesExact/LowCardinality(Int16) OK 69ms
/aggregate functions/quantilesExactExclusive/Nullable(UInt64) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_uint64_ XFail 76ms
/aggregate functions/quantilesExact/LowCardinality(Int32) OK 89ms
/aggregate functions/quantilesExactHigh/Int16 OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantilesExactExclusive/Nullable(Int8) OK 71ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_uint32_ XFail 76ms
/aggregate functions/quantilesExactHigh/Int32 OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 120ms
/aggregate functions/quantilesExact/LowCardinality(Int64) OK 125ms
/aggregate functions/quantilesExactExclusive/Nullable(Int16) OK 96ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_uint16_ XFail 87ms
/aggregate functions/quantilesExactHigh/Int64 OK 145ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 77ms
/aggregate functions/quantilesExact/LowCardinality(Float32) OK 76ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint8__ XFail 88ms
/aggregate functions/quantilesExactExclusive/Nullable(Int32) OK 70ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/quantilesExactExclusive/Nullable(Int64) OK 97ms
/aggregate functions/quantilesExact/LowCardinality(Float64) OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint64__ XFail 74ms
/aggregate functions/quantilesExactHigh/Float32 OK 76ms
/aggregate functions/quantilesExact/LowCardinality(Date) OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint32__ XFail 93ms
/aggregate functions/quantilesExactHigh/Float64 OK 73ms
/aggregate functions/quantilesExactExclusive/Nullable(Float32) OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/quantilesExact/LowCardinality(DateTime) OK 94ms
/aggregate functions/quantilesExactHigh/Date OK 74ms
/aggregate functions/quantilesExactExclusive/Nullable(Float64) OK 68ms
/aggregate functions/quantileTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint16__ XFail 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/quantilesExactExclusive/Nullable(Date) OK 92ms
/aggregate functions/quantilesExactHigh/DateTime OK 80ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(UInt8)) OK 83ms
/aggregate functions/quantilesExactInclusive OK 5s 19ms
/aggregate functions/quantilesExactInclusive/constant OK 42ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,uint8 OK 78ms
/aggregate functions/quantilesExactInclusive/zero rows OK 43ms
/aggregate functions/quantilesExactHigh/Nullable(UInt8) OK 98ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(UInt16)) OK 96ms
/aggregate functions/quantilesExactExclusive/Nullable(DateTime) OK 72ms
/aggregate functions/quantilesExactInclusive/single row OK 57ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,uint64 OK 88ms
/aggregate functions/quantilesExactExclusive/LowCardinality(UInt8) OK 82ms
/aggregate functions/quantilesExactInclusive/with group by OK 54ms
/aggregate functions/quantilesExactHigh/Nullable(UInt16) OK 75ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(UInt32)) OK 67ms
/aggregate functions/quantilesExactInclusive/some negative values OK 42ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,uint32 OK 71ms
/aggregate functions/quantilesExactExclusive/LowCardinality(UInt16) OK 71ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(UInt64)) OK 96ms
/aggregate functions/quantilesExactHigh/Nullable(UInt32) OK 84ms
/aggregate functions/quantilesExactInclusive/NULL value handling OK 40ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,uint16 OK 87ms
/aggregate functions/quantilesExactInclusive/single NULL value OK 53ms
/aggregate functions/quantilesExactExclusive/LowCardinality(UInt32) OK 91ms
/aggregate functions/quantilesExactHigh/Nullable(UInt64) OK 77ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(Int8)) OK 76ms
/aggregate functions/quantilesExactInclusive/return type OK 44ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 89ms
/aggregate functions/quantilesExactExclusive/LowCardinality(UInt64) OK 80ms
/aggregate functions/quantilesExactInclusive/doc example OK 51ms
/aggregate functions/quantilesExactHigh/Nullable(Int8) OK 79ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(Int16)) OK 79ms
/aggregate functions/quantilesExactInclusive/inf OK 61ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 86ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Int8) OK 90ms
/aggregate functions/quantilesExactHigh/Nullable(Int16) OK 104ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(Int32)) OK 95ms
/aggregate functions/quantilesExactInclusive/-inf OK 58ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 81ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Int16) OK 97ms
/aggregate functions/quantilesExactInclusive/nan OK 60ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(Int64)) OK 93ms
/aggregate functions/quantilesExactHigh/Nullable(Int32) OK 90ms
/aggregate functions/quantilesExactInclusive/inf, -inf, nan OK 53ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 74ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Int32) OK 79ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(Float32)) OK 81ms
/aggregate functions/quantilesExactHigh/Nullable(Int64) OK 75ms
/aggregate functions/quantilesExactInclusive/UInt8 OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 73ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Int64) OK 77ms
/aggregate functions/quantilesExactHigh/Nullable(Float32) OK 83ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(Float64)) OK 94ms
/aggregate functions/quantilesExactInclusive/UInt16 OK 92ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 77ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Float32) OK 91ms
/aggregate functions/quantilesExactHigh/Nullable(Float64) OK 78ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(Date)) OK 76ms
/aggregate functions/quantilesExactInclusive/UInt32 OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 73ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Float64) OK 90ms
/aggregate functions/quantilesExactHigh/Nullable(Date) OK 83ms
/aggregate functions/quantilesExact/LowCardinality(Nullable(DateTime)) OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 79ms
/aggregate functions/quantilesExactInclusive/UInt64 OK 76ms
/aggregate functions/quantilesExactHigh/Nullable(DateTime) OK 89ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Date) OK 85ms
/aggregate functions/quantilesExactLow OK 4s 973ms
/aggregate functions/quantilesExactLow/constant OK 55ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/quantilesExactInclusive/Int8 OK 102ms
/aggregate functions/quantilesExactLow/zero rows OK 57ms
/aggregate functions/quantilesExactExclusive/LowCardinality(DateTime) OK 101ms
/aggregate functions/quantilesExactHigh/LowCardinality(UInt8) OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/quantilesExactInclusive/Int16 OK 78ms
/aggregate functions/quantilesExactLow/single row OK 46ms
/aggregate functions/quantilesExactLow/with group by OK 47ms
/aggregate functions/quantilesExactHigh/LowCardinality(UInt16) OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(UInt8)) OK 73ms
/aggregate functions/quantilesExactInclusive/Int32 OK 72ms
/aggregate functions/quantilesExactLow/some negative values OK 40ms
/aggregate functions/quantilesExactLow/NULL value handling OK 61ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(UInt16)) OK 69ms
/aggregate functions/quantilesExactHigh/LowCardinality(UInt32) OK 69ms
/aggregate functions/quantilesExactInclusive/Int64 OK 83ms
/aggregate functions/quantilesExactLow/single NULL value OK 43ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(UInt32)) OK 75ms
/aggregate functions/quantilesExactHigh/LowCardinality(UInt64) OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,uint8 OK 75ms
/aggregate functions/quantilesExactInclusive/Float32 OK 81ms
/aggregate functions/quantilesExactLow/return type OK 39ms
/aggregate functions/quantilesExactLow/doc example OK 51ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(UInt64)) OK 76ms
/aggregate functions/quantilesExactHigh/LowCardinality(Int8) OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,uint64 OK 87ms
/aggregate functions/quantilesExactInclusive/Float64 OK 80ms
/aggregate functions/quantilesExactLow/inf OK 49ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(Int8)) OK 71ms
/aggregate functions/quantilesExactHigh/LowCardinality(Int16) OK 81ms
/aggregate functions/quantilesExactLow/-inf OK 46ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,uint32 OK 68ms
/aggregate functions/quantilesExactInclusive/Date OK 69ms
/aggregate functions/quantilesExactLow/nan OK 60ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(Int16)) OK 95ms
/aggregate functions/quantilesExactHigh/LowCardinality(Int32) OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,uint16 OK 77ms
/aggregate functions/quantilesExactInclusive/DateTime OK 77ms
/aggregate functions/quantilesExactLow/inf, -inf, nan OK 52ms
/aggregate functions/quantilesExactHigh/LowCardinality(Int64) OK 70ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(Int32)) OK 70ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 84ms
/aggregate functions/quantilesExactLow/UInt8 OK 73ms
/aggregate functions/quantilesExactInclusive/Nullable(UInt8) OK 64ms
/aggregate functions/quantilesExactHigh/LowCardinality(Float32) OK 71ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(Int64)) OK 89ms
/aggregate functions/quantilesExactInclusive/Nullable(UInt16) OK 83ms
/aggregate functions/quantilesExactLow/UInt16 OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 78ms
/aggregate functions/quantilesExactHigh/LowCardinality(Float64) OK 76ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(Float32)) OK 93ms
/aggregate functions/quantilesExactInclusive/Nullable(UInt32) OK 85ms
/aggregate functions/quantilesExactLow/UInt32 OK 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 88ms
/aggregate functions/quantilesExactHigh/LowCardinality(Date) OK 76ms
/aggregate functions/quantilesExactLow/UInt64 OK 82ms
/aggregate functions/quantilesExactInclusive/Nullable(UInt64) OK 76ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(Float64)) OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 73ms
/aggregate functions/quantilesExactHigh/LowCardinality(DateTime) OK 75ms
/aggregate functions/quantilesExactLow/Int8 OK 80ms
/aggregate functions/quantilesExactInclusive/Nullable(Int8) OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 73ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(Date)) OK 76ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(UInt8)) OK 72ms
/aggregate functions/quantilesExactInclusive/Nullable(Int16) OK 87ms
/aggregate functions/quantilesExactLow/Int16 OK 98ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 82ms
/aggregate functions/quantilesExactExclusive/LowCardinality(Nullable(DateTime)) OK 84ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(UInt16)) OK 87ms
/aggregate functions/quantilesExactInclusive/Nullable(Int32) OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 78ms
/aggregate functions/quantilesExactWeighted OK 1m 19s
/aggregate functions/quantilesExactWeighted/constant OK 53ms
/aggregate functions/quantilesExactLow/Int32 OK 70ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(UInt32)) OK 72ms
/aggregate functions/quantilesExactWeighted/zero rows OK 44ms
/aggregate functions/quantilesExactInclusive/Nullable(Int64) OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 84ms
/aggregate functions/quantilesExactLow/Int64 OK 81ms
/aggregate functions/quantilesExactWeighted/single row OK 59ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(UInt64)) OK 73ms
/aggregate functions/quantilesExactInclusive/Nullable(Float32) OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/quantilesExactLow/Float32 OK 80ms
/aggregate functions/quantilesExactWeighted/single row with zero weight OK 41ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(Int8)) OK 75ms
/aggregate functions/quantilesExactWeighted/with group by OK 48ms
/aggregate functions/quantilesExactInclusive/Nullable(Float64) OK 344ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 344ms
/aggregate functions/quantilesExactLow/Float64 OK 336ms
/aggregate functions/quantilesExactWeighted/some negative values OK 41ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(Int16)) OK 317ms
/aggregate functions/quantilesExactWeighted/NULL value handling OK 288ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(Int32)) OK 80ms
/aggregate functions/quantilesExactLow/Date OK 83ms
/aggregate functions/quantilesExactInclusive/Nullable(Date) OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/quantilesExactWeighted/weight NULL value handling OK 40ms
/aggregate functions/quantilesExactWeighted/single NULL value OK 44ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 211ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(Int64)) OK 222ms
/aggregate functions/quantilesExactLow/DateTime OK 212ms
/aggregate functions/quantilesExactWeighted/return type OK 42ms
/aggregate functions/quantilesExactInclusive/Nullable(DateTime) OK 198ms
/aggregate functions/quantilesExactWeighted/doc example OK 149ms
/aggregate functions/quantilesExactWeighted/inf OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,uint8 OK 127ms
/aggregate functions/quantilesExactInclusive/LowCardinality(UInt8) OK 105ms
/aggregate functions/quantilesExactLow/Nullable(UInt8) OK 98ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(Float32)) OK 117ms
/aggregate functions/quantilesExactWeighted/-inf OK 66ms
/aggregate functions/quantilesExactLow/Nullable(UInt16) OK 96ms
/aggregate functions/quantilesExactInclusive/LowCardinality(UInt16) OK 131ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,uint64 OK 120ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(Float64)) OK 115ms
/aggregate functions/quantilesExactWeighted/nan OK 46ms
/aggregate functions/quantilesExactWeighted/inf, -inf, nan OK 111ms
/aggregate functions/quantilesExactLow/Nullable(UInt32) OK 116ms
/aggregate functions/quantilesExactInclusive/LowCardinality(UInt32) OK 83ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(Date)) OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,uint32 OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes OK 1m 18s
/aggregate functions/quantilesExactWeighted/datatypes/permutations OK 1m 18s
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,uint8 OK 77ms
/aggregate functions/quantilesExactLow/Nullable(UInt64) OK 87ms
/aggregate functions/quantilesExactInclusive/LowCardinality(UInt64) OK 79ms
/aggregate functions/quantilesExactHigh/LowCardinality(Nullable(DateTime)) OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,uint16 OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,uint64 OK 84ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Int8) OK 79ms
/aggregate functions/quantilesTDigest OK 4s 609ms
/aggregate functions/quantilesTDigest/constant OK 40ms
/aggregate functions/quantilesExactLow/Nullable(Int8) OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 85ms
/aggregate functions/quantilesTDigest/zero rows OK 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,uint32 OK 72ms
/aggregate functions/quantilesExactLow/Nullable(Int16) OK 74ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Int16) OK 80ms
/aggregate functions/quantilesTDigest/single row OK 51ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,uint16 OK 71ms
/aggregate functions/quantilesTDigest/with group by OK 43ms
/aggregate functions/quantilesExactLow/Nullable(Int32) OK 78ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Int32) OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 75ms
/aggregate functions/quantilesTDigest/some negative values OK 47ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,nullable_uint8_ OK 79ms
/aggregate functions/quantilesExactLow/Nullable(Int64) OK 77ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Int64) OK 74ms
/aggregate functions/quantilesTDigest/NULL value handling OK 51ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 84ms
/aggregate functions/quantilesTDigest/single NULL value OK 45ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,nullable_uint64_ OK 71ms
/aggregate functions/quantilesExactLow/Nullable(Float32) OK 94ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Float32) OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 86ms
/aggregate functions/quantilesTDigest/return type OK 57ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,nullable_uint32_ OK 77ms
/aggregate functions/quantilesTDigest/doc example OK 43ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Float64) OK 82ms
/aggregate functions/quantilesExactLow/Nullable(Float64) OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 69ms
/aggregate functions/quantilesTDigest/inf OK 43ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,nullable_uint16_ OK 73ms
/aggregate functions/quantilesTDigest/-inf OK 50ms
/aggregate functions/quantilesExactLow/Nullable(Date) OK 74ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Date) OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,lowcardinality_uint8_ OK 74ms
/aggregate functions/quantilesTDigest/nan OK 45ms
/aggregate functions/quantilesExactLow/Nullable(DateTime) OK 95ms
/aggregate functions/quantilesExactInclusive/LowCardinality(DateTime) OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 86ms
/aggregate functions/quantilesTDigest/inf, -inf, nan OK 49ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,lowcardinality_uint64_ OK 100ms
/aggregate functions/quantilesTDigest/UInt8 OK 72ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(UInt8)) OK 85ms
/aggregate functions/quantilesExactLow/LowCardinality(UInt8) OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantilesTDigest/UInt16 OK 70ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(UInt16)) OK 73ms
/aggregate functions/quantilesExactLow/LowCardinality(UInt16) OK 78ms
/aggregate functions/quantilesTDigest/UInt32 OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,lowcardinality_uint16_ OK 75ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(UInt32)) OK 80ms
/aggregate functions/quantilesExactLow/LowCardinality(UInt32) OK 68ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/quantilesTDigest/UInt64 OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/quantilesExactLow/LowCardinality(UInt64) OK 86ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(UInt64)) OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantilesTDigest/Int8 OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/quantilesExactLow/LowCardinality(Int8) OK 75ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(Int8)) OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,uint8 OK 73ms
/aggregate functions/quantilesTDigest/Int16 OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/quantilesExactLow/LowCardinality(Int16) OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,uint64 OK 78ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(Int16)) OK 71ms
/aggregate functions/quantilesTDigest/Int32 OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/quantilesExactLow/LowCardinality(Int32) OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,uint32 OK 74ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(Int32)) OK 77ms
/aggregate functions/quantilesTDigest/Int64 OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,uint8 OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,uint16 OK 97ms
/aggregate functions/quantilesExactLow/LowCardinality(Int64) OK 88ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(Int64)) OK 79ms
/aggregate functions/quantilesTDigest/Float32 OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,uint64 OK 80ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(Float32)) OK 91ms
/aggregate functions/quantilesExactLow/LowCardinality(Float32) OK 73ms
/aggregate functions/quantilesTDigest/Float64 OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,uint32 OK 67ms
/aggregate functions/quantilesExactLow/LowCardinality(Float64) OK 94ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(Float64)) OK 76ms
/aggregate functions/quantilesTDigest/Date OK 65ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,uint16 OK 77ms
/aggregate functions/quantilesTDigest/DateTime OK 77ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(Date)) OK 95ms
/aggregate functions/quantilesExactLow/LowCardinality(Date) OK 92ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,nullable_uint8_ OK 78ms
/aggregate functions/quantilesTDigest/Nullable(UInt8) OK 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,nullable_uint64_ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 79ms
/aggregate functions/quantilesExactInclusive/LowCardinality(Nullable(DateTime)) OK 71ms
/aggregate functions/quantilesExactLow/LowCardinality(DateTime) OK 70ms
/aggregate functions/quantilesTDigest/Nullable(UInt16) OK 75ms
/aggregate functions/quantilesTDigestWeighted OK 1m 17s
/aggregate functions/quantilesTDigestWeighted/constant OK 66ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(UInt8)) OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 99ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,nullable_uint32_ OK 89ms
/aggregate functions/quantilesTDigest/Nullable(UInt32) OK 84ms
/aggregate functions/quantilesTDigestWeighted/zero rows OK 58ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(UInt16)) OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,nullable_uint16_ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 73ms
/aggregate functions/quantilesTDigestWeighted/single row OK 60ms
/aggregate functions/quantilesTDigest/Nullable(UInt64) OK 77ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(UInt32)) OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,lowcardinality_uint8_ OK 74ms
/aggregate functions/quantilesTDigestWeighted/single row with zero weight OK 52ms
/aggregate functions/quantilesTDigest/Nullable(Int8) OK 80ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(UInt64)) OK 82ms
/aggregate functions/quantilesTDigestWeighted/with group by OK 43ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,lowcardinality_uint64_ OK 72ms
/aggregate functions/quantilesTDigestWeighted/some negative values OK 40ms
/aggregate functions/quantilesTDigest/Nullable(Int16) OK 81ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(Int8)) OK 77ms
/aggregate functions/quantilesTDigestWeighted/NULL value handling OK 67ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,lowcardinality_uint32_ OK 72ms
/aggregate functions/quantilesTDigest/Nullable(Int32) OK 74ms
/aggregate functions/quantilesTDigestWeighted/weight NULL value handling OK 47ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(Int16)) OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantilesTDigestWeighted/single NULL value OK 51ms
/aggregate functions/quantilesTDigest/Nullable(Int64) OK 87ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(Int32)) OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/quantilesTDigestWeighted/return type OK 48ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/quantilesTDigest/Nullable(Float32) OK 81ms
/aggregate functions/quantilesTDigestWeighted/doc example OK 42ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(Int64)) OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantilesTDigestWeighted/inf OK 40ms
/aggregate functions/quantilesTDigest/Nullable(Float64) OK 81ms
/aggregate functions/quantilesTDigestWeighted/-inf OK 43ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(Float32)) OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,uint8 OK 84ms
/aggregate functions/quantilesTDigestWeighted/nan OK 51ms
/aggregate functions/quantilesTDigest/Nullable(Date) OK 95ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/quantilesTDigestWeighted/inf, -inf, nan OK 48ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(Float64)) OK 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,uint64 OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes OK 1m 16s
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations OK 1m 16s
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,uint8 OK 70ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(Date)) OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,uint8 OK 78ms
/aggregate functions/quantilesTDigest/Nullable(DateTime) OK 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,uint32 OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,uint64 OK 76ms
/aggregate functions/quantilesExactLow/LowCardinality(Nullable(DateTime)) OK 84ms
/aggregate functions/quantilesTDigest/LowCardinality(UInt8) OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,uint64 OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,uint16 OK 97ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,uint32 OK 98ms
/aggregate functions/quantilesTDigest/LowCardinality(UInt16) OK 80ms
/aggregate functions/quantilesTiming OK 4s 55ms
/aggregate functions/quantilesTiming/constant OK 42ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,uint32 OK 72ms
/aggregate functions/quantilesTiming/zero rows OK 41ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,uint16 OK 115ms
/aggregate functions/quantilesTDigest/LowCardinality(UInt32) OK 112ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,uint16 OK 103ms
/aggregate functions/quantilesTiming/single row OK 101ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,nullable_uint8_ OK 135ms
/aggregate functions/quantilesTiming/with group by OK 52ms
/aggregate functions/quantilesTDigest/LowCardinality(UInt64) OK 135ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,nullable_uint8_ OK 136ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 123ms
/aggregate functions/quantilesTiming/some negative values OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,nullable_uint64_ OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 80ms
/aggregate functions/quantilesTiming/NULL value handling OK 45ms
/aggregate functions/quantilesTDigest/LowCardinality(Int8) OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,nullable_uint64_ OK 73ms
/aggregate functions/quantilesTiming/single NULL value OK 46ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,nullable_uint32_ OK 90ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 94ms
/aggregate functions/quantilesTDigest/LowCardinality(Int16) OK 100ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,nullable_uint32_ OK 101ms
/aggregate functions/quantilesTiming/return type OK 38ms
/aggregate functions/quantilesTiming/doc example OK 46ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,nullable_uint16_ OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantilesTiming/inf OK 57ms
/aggregate functions/quantilesTDigest/LowCardinality(Int32) OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,nullable_uint16_ OK 76ms
/aggregate functions/quantilesTiming/-inf OK 44ms
/aggregate functions/quantilesTDigest/LowCardinality(Int64) OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,lowcardinality_uint8_ OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,lowcardinality_uint8_ OK 80ms
/aggregate functions/quantilesTiming/nan OK 45ms
/aggregate functions/quantilesTiming/inf, -inf, nan OK 44ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,lowcardinality_uint64_ OK 87ms
/aggregate functions/quantilesTDigest/LowCardinality(Float32) OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,lowcardinality_uint64_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 74ms
/aggregate functions/quantilesTiming/UInt8 OK 77ms
/aggregate functions/quantilesTDigest/LowCardinality(Float64) OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,lowcardinality_uint32_ OK 93ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,lowcardinality_uint32_ OK 83ms
/aggregate functions/quantilesTiming/UInt16 OK 74ms
/aggregate functions/quantilesTDigest/LowCardinality(Date) OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,lowcardinality_uint16_ OK 81ms
/aggregate functions/quantilesTiming/UInt32 OK 77ms
/aggregate functions/quantilesTDigest/LowCardinality(DateTime) OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantilesTiming/UInt64 OK 72ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(UInt8)) OK 83ms
/aggregate functions/quantilesTiming/Int8 OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantilesTiming/Int16 OK 87ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(UInt16)) OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,uint8 OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(UInt32)) OK 73ms
/aggregate functions/quantilesTiming/Int32 OK 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,uint64 OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/quantilesTiming/Int64 OK 78ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(UInt64)) OK 71ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,uint32 OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,uint8 OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,uint8 OK 83ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(Int8)) OK 80ms
/aggregate functions/quantilesTiming/Float32 OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,uint64 OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,uint16 OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,uint64 OK 81ms
/aggregate functions/quantilesTiming/Float64 OK 77ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(Int16)) OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,uint32 OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,uint32 OK 73ms
/aggregate functions/quantilesTiming/Nullable(UInt8) OK 134ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(Int32)) OK 131ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,uint16 OK 109ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,uint16 OK 92ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 90ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,nullable_uint8_ OK 85ms
/aggregate functions/quantilesTiming/Nullable(UInt16) OK 82ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(Int64)) OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,nullable_uint8_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 86ms
/aggregate functions/quantilesTiming/Nullable(UInt32) OK 140ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,nullable_uint64_ OK 120ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,nullable_uint64_ OK 122ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(Float32)) OK 124ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 131ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,nullable_uint32_ OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,nullable_uint32_ OK 82ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(Float64)) OK 87ms
/aggregate functions/quantilesTiming/Nullable(UInt64) OK 93ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,nullable_uint16_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,nullable_uint16_ OK 86ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(Date)) OK 71ms
/aggregate functions/quantilesTiming/Nullable(Int8) OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,lowcardinality_uint8_ OK 82ms
/aggregate functions/quantilesTDigest/LowCardinality(Nullable(DateTime)) OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,lowcardinality_uint8_ OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 73ms
/aggregate functions/quantilesTiming/Nullable(Int16) OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantilesTimingWeighted OK 1m 5s
/aggregate functions/quantilesTimingWeighted/constant OK 43ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,lowcardinality_uint64_ OK 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 89ms
/aggregate functions/quantilesTiming/Nullable(Int32) OK 75ms
/aggregate functions/quantilesTimingWeighted/zero rows OK 49ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,lowcardinality_uint32_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,lowcardinality_uint32_ OK 91ms
/aggregate functions/quantilesTimingWeighted/single row OK 51ms
/aggregate functions/quantilesTiming/Nullable(Int64) OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantilesTimingWeighted/single row with zero weight OK 46ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,lowcardinality_uint16_ OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,lowcardinality_uint16_ OK 93ms
/aggregate functions/quantilesTiming/Nullable(Float32) OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/quantilesTimingWeighted/with group by OK 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/quantilesTimingWeighted/some negative values OK 40ms
/aggregate functions/quantilesTiming/Nullable(Float64) OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantilesTimingWeighted/NULL value handling OK 47ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/quantilesTimingWeighted/weight NULL value handling OK 54ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/quantilesTiming/LowCardinality(UInt8) OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/quantilesTimingWeighted/single NULL value OK 46ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,uint8 OK 78ms
/aggregate functions/quantilesTiming/LowCardinality(UInt16) OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/quantilesTimingWeighted/return type OK 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/quantilesTimingWeighted/doc example OK 51ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,uint64 OK 89ms
/aggregate functions/quantilesTiming/LowCardinality(UInt32) OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,uint8 OK 74ms
/aggregate functions/quantilesTimingWeighted/inf OK 51ms
/aggregate functions/quantilesTiming/LowCardinality(UInt64) OK 103ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,uint32 OK 97ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,uint8 OK 99ms
/aggregate functions/quantilesTimingWeighted/-inf OK 42ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,uint64 OK 80ms
/aggregate functions/quantilesTimingWeighted/nan OK 42ms
/aggregate functions/quantilesTimingWeighted/inf, -inf, nan OK 70ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,uint16 OK 82ms
/aggregate functions/quantilesTiming/LowCardinality(Int8) OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,uint64 OK 94ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,uint32 OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes OK 1m 5s
/aggregate functions/quantilesTimingWeighted/datatypes/permutations OK 1m 5s
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,uint8 OK 73ms
/aggregate functions/quantilesTiming/LowCardinality(Int16) OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,uint16 OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,uint32 OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,uint64 OK 80ms
/aggregate functions/quantilesTiming/LowCardinality(Int32) OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,uint16 OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,uint32 OK 96ms
/aggregate functions/quantilesTiming/LowCardinality(Int64) OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,nullable_uint8_ OK 75ms
/aggregate functions/quantilesTiming/LowCardinality(Float32) OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,uint16 OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,nullable_uint64_ OK 78ms
/aggregate functions/quantilesTiming/LowCardinality(Float64) OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,nullable_uint8_ OK 89ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,nullable_uint32_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 79ms
/aggregate functions/quantilesTiming/LowCardinality(Nullable(UInt8)) OK 102ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 119ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,nullable_uint16_ OK 122ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,nullable_uint64_ OK 107ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 120ms
/aggregate functions/quantilesTiming/LowCardinality(Nullable(UInt16)) OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,nullable_uint32_ OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,lowcardinality_uint8_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantilesTiming/LowCardinality(Nullable(UInt32)) OK 68ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 97ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,lowcardinality_uint64_ OK 88ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,nullable_uint16_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 92ms
/aggregate functions/quantilesTiming/LowCardinality(Nullable(UInt64)) OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,lowcardinality_uint8_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,lowcardinality_uint32_ OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 127ms
/aggregate functions/quantilesTiming/LowCardinality(Nullable(Int8)) OK 120ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,lowcardinality_uint64_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,lowcardinality_uint16_ OK 126ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 99ms
/aggregate functions/quantilesTiming/LowCardinality(Nullable(Int16)) OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,lowcardinality_uint32_ OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantilesTiming/LowCardinality(Nullable(Int32)) OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,lowcardinality_uint16_ OK 79ms
/aggregate functions/quantilesTiming/LowCardinality(Nullable(Int64)) OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,uint8 OK 90ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/quantilesTiming/LowCardinality(Nullable(Float32)) OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,uint64 OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/quantilesTiming/LowCardinality(Nullable(Float64)) OK 87ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,uint32 OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,uint8 OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,uint8 OK 83ms
/aggregate functions/rankCorr OK 10s 133ms
/aggregate functions/rankCorr/zero rows OK 43ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,uint16 OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,uint64 OK 86ms
/aggregate functions/rankCorr/single row OK 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,uint64 OK 78ms
/aggregate functions/rankCorr/with group by OK 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,uint8 OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,uint32 OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,uint32 OK 74ms
/aggregate functions/rankCorr/some negative values OK 54ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,uint64 OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,uint16 OK 81ms
/aggregate functions/rankCorr/NULL value handling OK 58ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,uint16 OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,uint32 OK 94ms
/aggregate functions/rankCorr/single NULL value OK 51ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,nullable_uint8_ OK 72ms
/aggregate functions/rankCorr/inf, -inf, nan OK 445ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 105ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,uint16 OK 95ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,nullable_uint64_ OK 88ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,nullable_uint8_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 93ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,nullable_uint32_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 90ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,nullable_uint64_ OK 100ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,nullable_uint16_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,lowcardinality_uint8_ OK 100ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,nullable_uint32_ OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,nullable_uint16_ OK 107ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,lowcardinality_uint64_ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 81ms
/aggregate functions/rankCorr/return type OK 49ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,lowcardinality_uint32_ OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,lowcardinality_uint8_ OK 79ms
/aggregate functions/rankCorr/example OK 43ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 82ms
/aggregate functions/rankCorr/datatypes OK 9s 270ms
/aggregate functions/rankCorr/datatypes/Float64,UInt8 OK 595ms
/aggregate functions/rankCorr/datatypes/UInt8,Float64 OK 1s 78ms
/aggregate functions/rankCorr/datatypes/Float64,UInt16 OK 1s 534ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 1s 539ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,lowcardinality_uint16_ OK 1s 524ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,lowcardinality_uint64_ OK 1s 499ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 1s 471ms
/aggregate functions/rankCorr/datatypes/UInt16,Float64 OK 955ms
/aggregate functions/rankCorr/datatypes/Float64,UInt32 OK 475ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,lowcardinality_uint32_ OK 95ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 102ms
/aggregate functions/rankCorr/datatypes/UInt32,Float64 OK 102ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 105ms
/aggregate functions/rankCorr/datatypes/Float64,UInt64 OK 90ms
/aggregate functions/rankCorr/datatypes/UInt64,Float64 OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,lowcardinality_uint16_ OK 115ms
/aggregate functions/rankCorr/datatypes/Float64,Int8 OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 103ms
/aggregate functions/rankCorr/datatypes/Int8,Float64 OK 86ms
/aggregate functions/rankCorr/datatypes/Float64,Int16 OK 108ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 102ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/rankCorr/datatypes/Int16,Float64 OK 89ms
/aggregate functions/rankCorr/datatypes/Float64,Int32 OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 109ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,uint8 OK 80ms
/aggregate functions/rankCorr/datatypes/Int32,Float64 OK 106ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/rankCorr/datatypes/Float64,Int64 OK 103ms
/aggregate functions/rankCorr/datatypes/Int64,Float64 OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,uint64 OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 110ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,uint8 OK 93ms
/aggregate functions/rankCorr/datatypes/Float64,Float32 OK 90ms
/aggregate functions/rankCorr/datatypes/Float32,Float64 OK 88ms
/aggregate functions/rankCorr/datatypes/Float64,Float64 OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,uint32 OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,uint64 OK 86ms
/aggregate functions/rankCorr/datatypes/Float64,Float64 OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,uint8 OK 74ms
/aggregate functions/rankCorr/datatypes/Float64,Nullable(UInt8) OK 93ms
/aggregate functions/rankCorr/datatypes/Nullable(UInt8),Float64 OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 101ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,uint16 OK 103ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,uint64 OK 94ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,uint32 OK 101ms
/aggregate functions/rankCorr/datatypes/Float64,Nullable(UInt16) OK 87ms
/aggregate functions/rankCorr/datatypes/Nullable(UInt16),Float64 OK 85ms
/aggregate functions/rankCorr/datatypes/Float64,Nullable(UInt32) OK 96ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,uint8 OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,uint32 OK 80ms
/aggregate functions/rankCorr/datatypes/Nullable(UInt32),Float64 OK 90ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,uint16 OK 107ms
/aggregate functions/rankCorr/datatypes/Float64,Nullable(UInt64) OK 88ms
/aggregate functions/rankCorr/datatypes/Nullable(UInt64),Float64 OK 102ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,uint64 OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,uint16 OK 86ms
/aggregate functions/rankCorr/datatypes/Float64,Nullable(Int8) OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 92ms
/aggregate functions/rankCorr/datatypes/Nullable(Int8),Float64 OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,uint32 OK 91ms
/aggregate functions/rankCorr/datatypes/Float64,Nullable(Int16) OK 92ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 95ms
/aggregate functions/rankCorr/datatypes/Nullable(Int16),Float64 OK 104ms
/aggregate functions/rankCorr/datatypes/Float64,Nullable(Int32) OK 96ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,uint16 OK 76ms
/aggregate functions/rankCorr/datatypes/Nullable(Int32),Float64 OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 81ms
/aggregate functions/rankCorr/datatypes/Float64,Nullable(Int64) OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 94ms
/aggregate functions/rankCorr/datatypes/Nullable(Int64),Float64 OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,nullable_uint8_ OK 320ms
/aggregate functions/rankCorr/datatypes/Float64,Nullable(Float32) OK 289ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 315ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 294ms
/aggregate functions/rankCorr/datatypes/Nullable(Float32),Float64 OK 310ms
/aggregate functions/rankCorr/datatypes/Float64,Nullable(Float64) OK 284ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 281ms
/aggregate functions/rankCorr/datatypes/Nullable(Float64),Float64 OK 113ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 112ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,nullable_uint64_ OK 112ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 113ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(UInt8) OK 110ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 99ms
/aggregate functions/rankCorr/datatypes/LowCardinality(UInt8),Float64 OK 91ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(UInt16) OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,nullable_uint32_ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 78ms
/aggregate functions/rankCorr/datatypes/LowCardinality(UInt16),Float64 OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 79ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(UInt32) OK 72ms
/aggregate functions/rankCorr/datatypes/LowCardinality(UInt32),Float64 OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 87ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,nullable_uint16_ OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 88ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(UInt64) OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 84ms
/aggregate functions/rankCorr/datatypes/LowCardinality(UInt64),Float64 OK 83ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Int8) OK 457ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 542ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,lowcardinality_uint8_ OK 531ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 514ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Int8),Float64 OK 511ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 527ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Int16) OK 502ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Int16),Float64 OK 122ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Int32) OK 107ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 128ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Int32),Float64 OK 113ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,lowcardinality_uint64_ OK 96ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 102ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Int64) OK 109ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Int64),Float64 OK 95ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,lowcardinality_uint32_ OK 99ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 102ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Float32) OK 115ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Float32),Float64 OK 105ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Float64) OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,lowcardinality_uint16_ OK 102ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 113ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 115ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 119ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Float64),Float64 OK 104ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 104ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 88ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 120ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 119ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 93ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 114ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,uint8 OK 102ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 149ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,uint64 OK 143ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,uint8 OK 134ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 139ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 142ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 131ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 114ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 122ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,uint64 OK 128ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,uint32 OK 109ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,uint8 OK 97ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 89ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 109ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,uint64 OK 97ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,uint8 OK 114ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,uint16 OK 98ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 100ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,uint32 OK 99ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,uint32 OK 122ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 103ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 96ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 105ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,uint64 OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,uint16 OK 95ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 75ms
/aggregate functions/rankCorr/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 89ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 186ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,uint32 OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 153ms
/aggregate functions/rankCorr/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,uint16 OK 252ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,uint16 OK 179ms
/aggregate functions/rankCorr/datatypes/permutations OK 4s 711ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 443ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 596ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,nullable_uint8_ OK 372ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 458ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 307ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,nullable_uint64_ OK 289ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 193ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 131ms
/aggregate functions/rankCorr/datatypes/permutations/UInt64,UInt64 OK 578ms
/aggregate functions/rankCorr/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 25ms
/aggregate functions/rankCorr/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 501ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 1s 450ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 1s 447ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,nullable_uint32_ OK 1s 415ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 1s 417ms
/aggregate functions/rankCorr/datatypes/permutations/UInt64,Nullable(Float32) OK 913ms
/aggregate functions/rankCorr/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 488ms
/aggregate functions/rankCorr/datatypes/permutations/UInt64,LowCardinality(Int64) OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,nullable_uint16_ OK 102ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 117ms
/aggregate functions/rankCorr/datatypes/permutations/UInt64,LowCardinality(Float32) OK 109ms
/aggregate functions/rankCorr/datatypes/permutations/UInt64,Int64 OK 96ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 88ms
/aggregate functions/rankCorr/datatypes/permutations/UInt64,Float32 OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 141ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(UInt64),UInt64 OK 143ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 121ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 128ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 113ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 105ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,lowcardinality_uint64_ OK 94ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 99ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 84ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 96ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,lowcardinality_uint32_ OK 107ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 97ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 83ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(UInt64),Int64 OK 84ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(UInt64),Float32 OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 95ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,lowcardinality_uint16_ OK 88ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Int64),UInt64 OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 80ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 92ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 91ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 92ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 79ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Int64),Int64 OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 103ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Int64),Float32 OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Float32),UInt64 OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 74ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 102ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,uint8 OK 87ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 91ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 89ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,uint8 OK 99ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,uint64 OK 114ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,uint8 OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 102ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Float32),Int64 OK 97ms
/aggregate functions/rankCorr/datatypes/permutations/Nullable(Float32),Float32 OK 88ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,uint64 OK 114ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,uint64 OK 99ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,uint32 OK 106ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 114ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 104ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 77ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,uint32 OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,uint32 OK 131ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 113ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,uint16 OK 114ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 92ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,uint16 OK 118ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(UInt64),Int64 OK 116ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 102ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(UInt64),Float32 OK 110ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,uint16 OK 110ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Int64),UInt64 OK 107ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 101ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 100ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 96ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 98ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 107ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 97ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 103ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 85ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Int64),Int64 OK 153ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Int64),Float32 OK 142ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 145ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Float32),UInt64 OK 145ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 148ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 139ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 90ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 114ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 115ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 99ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 116ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 112ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 103ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 117ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 80ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 106ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 106ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Float32),Int64 OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 88ms
/aggregate functions/rankCorr/datatypes/permutations/LowCardinality(Float32),Float32 OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 91ms
/aggregate functions/rankCorr/datatypes/permutations/Int64,UInt64 OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 105ms
/aggregate functions/rankCorr/datatypes/permutations/Int64,Nullable(UInt64) OK 88ms
/aggregate functions/rankCorr/datatypes/permutations/Int64,Nullable(Int64) OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 80ms
/aggregate functions/rankCorr/datatypes/permutations/Int64,Nullable(Float32) OK 109ms
/aggregate functions/rankCorr/datatypes/permutations/Int64,LowCardinality(UInt64) OK 112ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/rankCorr/datatypes/permutations/Int64,LowCardinality(Int64) OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/rankCorr/datatypes/permutations/Int64,LowCardinality(Float32) OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/rankCorr/datatypes/permutations/Int64,Int64 OK 78ms
/aggregate functions/rankCorr/datatypes/permutations/Int64,Float32 OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/rankCorr/datatypes/permutations/Float32,UInt64 OK 117ms
/aggregate functions/rankCorr/datatypes/permutations/Float32,Nullable(UInt64) OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/rankCorr/datatypes/permutations/Float32,Nullable(Int64) OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/rankCorr/datatypes/permutations/Float32,Nullable(Float32) OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 74ms
/aggregate functions/rankCorr/datatypes/permutations/Float32,LowCardinality(UInt64) OK 111ms
/aggregate functions/rankCorr/datatypes/permutations/Float32,LowCardinality(Int64) OK 101ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 115ms
/aggregate functions/rankCorr/datatypes/permutations/Float32,LowCardinality(Float32) OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 90ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,uint8 OK 93ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,uint8 OK 102ms
/aggregate functions/rankCorr/datatypes/permutations/Float32,Int64 OK 92ms
/aggregate functions/rankCorr/datatypes/permutations/Float32,Float32 OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,uint8 OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,uint64 OK 101ms
/aggregate functions/simpleLinearRegression OK 11s 424ms
/aggregate functions/simpleLinearRegression/constant OK 46ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,uint64 OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,uint64 OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 76ms
/aggregate functions/simpleLinearRegression/zero rows OK 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,uint32 OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,uint32 OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,uint32 OK 79ms
/aggregate functions/simpleLinearRegression/single row OK 42ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 82ms
/aggregate functions/simpleLinearRegression/with group by OK 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,uint16 OK 92ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,uint16 OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,uint16 OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 95ms
/aggregate functions/simpleLinearRegression/some negative values OK 56ms
/aggregate functions/simpleLinearRegression/NULL value handling OK 58ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 70ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 77ms
/aggregate functions/simpleLinearRegression/single NULL value OK 47ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 84ms
/aggregate functions/simpleLinearRegression/inf, -inf, nan OK 426ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 105ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 94ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 79ms
/aggregate functions/simpleLinearRegression/return type OK 47ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 99ms
/aggregate functions/simpleLinearRegression/example OK 48ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 94ms
/aggregate functions/simpleLinearRegression/datatypes OK 10s 542ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,UInt8 OK 1s 505ms
/aggregate functions/simpleLinearRegression/datatypes/UInt8,Float64 OK 2s 458ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,UInt16 OK 2s 933ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 2s 908ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 2s 913ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 2s 874ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 2s 880ms
/aggregate functions/simpleLinearRegression/datatypes/UInt16,Float64 OK 1s 419ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,UInt32 OK 486ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/simpleLinearRegression/datatypes/UInt32,Float64 OK 99ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 103ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 107ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,UInt64 OK 106ms
/aggregate functions/simpleLinearRegression/datatypes/UInt64,Float64 OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 89ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Int8 OK 81ms
/aggregate functions/simpleLinearRegression/datatypes/Int8,Float64 OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 106ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Int16 OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 88ms
/aggregate functions/simpleLinearRegression/datatypes/Int16,Float64 OK 86ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Int32 OK 82ms
/aggregate functions/simpleLinearRegression/datatypes/Int32,Float64 OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 87ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Int64 OK 88ms
/aggregate functions/simpleLinearRegression/datatypes/Int64,Float64 OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,uint8 OK 90ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,uint8 OK 87ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Float32 OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,uint8 OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 76ms
/aggregate functions/simpleLinearRegression/datatypes/Float32,Float64 OK 90ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Float64 OK 94ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,uint64 OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,uint64 OK 84ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Float64 OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,uint64 OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 87ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Nullable(UInt8) OK 88ms
/aggregate functions/simpleLinearRegression/datatypes/Nullable(UInt8),Float64 OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,uint32 OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,uint32 OK 87ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Nullable(UInt16) OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,uint32 OK 89ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 79ms
/aggregate functions/simpleLinearRegression/datatypes/Nullable(UInt16),Float64 OK 81ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Nullable(UInt32) OK 129ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,uint16 OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,uint16 OK 122ms
/aggregate functions/simpleLinearRegression/datatypes/Nullable(UInt32),Float64 OK 120ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,uint16 OK 103ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 95ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Nullable(UInt64) OK 98ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 93ms
/aggregate functions/simpleLinearRegression/datatypes/Nullable(UInt64),Float64 OK 102ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 113ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Nullable(Int8) OK 109ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 99ms
/aggregate functions/simpleLinearRegression/datatypes/Nullable(Int8),Float64 OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 101ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 92ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Nullable(Int16) OK 156ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 157ms
/aggregate functions/simpleLinearRegression/datatypes/Nullable(Int16),Float64 OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 155ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Nullable(Int32) OK 142ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 114ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 95ms
/aggregate functions/simpleLinearRegression/datatypes/Nullable(Int32),Float64 OK 86ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Nullable(Int64) OK 115ms
/aggregate functions/simpleLinearRegression/datatypes/Nullable(Int64),Float64 OK 112ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 94ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 83ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Nullable(Float32) OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 111ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 104ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 104ms
/aggregate functions/simpleLinearRegression/datatypes/Nullable(Float32),Float64 OK 77ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,Nullable(Float64) OK 113ms
/aggregate functions/simpleLinearRegression/datatypes/Nullable(Float64),Float64 OK 111ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(UInt8) OK 110ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 100ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 87ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(UInt8),Float64 OK 83ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(UInt16) OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 118ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 117ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 108ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(UInt16),Float64 OK 117ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(UInt32) OK 103ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(UInt32),Float64 OK 98ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 128ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 117ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 104ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(UInt64) OK 116ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(UInt64),Float64 OK 110ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Int8) OK 96ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 98ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Int8),Float64 OK 102ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 102ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Int16) OK 79ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Int16),Float64 OK 100ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 101ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Int32) OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 104ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Int32),Float64 OK 104ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Int64) OK 71ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 82ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Int64),Float64 OK 92ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Float32) OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Float32),Float64 OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 103ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Float64) OK 107ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Float64),Float64 OK 82ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 100ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 117ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 109ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,uint8 OK 100ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 92ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 129ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 117ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,uint8 OK 107ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 111ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,uint64 OK 89ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 104ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 106ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,uint8 OK 96ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 87ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,uint32 OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,uint64 OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 94ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 80ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 82ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,uint64 OK 262ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,uint16 OK 256ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,uint32 OK 228ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 233ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 219ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 209ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 197ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 157ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,uint16 OK 129ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 154ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 152ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,uint32 OK 112ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 149ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 151ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,uint16 OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 92ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 97ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 83ms
/aggregate functions/simpleLinearRegression/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 99ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 88ms
/aggregate functions/simpleLinearRegression/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 198ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 188ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 161ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 468ms
/aggregate functions/simpleLinearRegression/datatypes/permutations OK 4s 981ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 399ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 486ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 467ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 354ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 289ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 212ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 208ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/UInt64,UInt64 OK 613ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 61ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 521ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 1s 427ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 1s 446ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 1s 450ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 1s 421ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/UInt64,Nullable(Float32) OK 930ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 478ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 99ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/UInt64,LowCardinality(Int64) OK 92ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/UInt64,LowCardinality(Float32) OK 107ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 100ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/UInt64,Int64 OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 102ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 92ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/UInt64,Float32 OK 92ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(UInt64),UInt64 OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 105ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 101ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 93ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 79ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 100ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 93ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(UInt64),Int64 OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 128ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 108ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(UInt64),Float32 OK 87ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Int64),UInt64 OK 107ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 101ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 108ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 120ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 104ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 113ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 114ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 96ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 100ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,uint8 OK 107ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 97ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Int64),Int64 OK 81ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Int64),Float32 OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 108ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Float32),UInt64 OK 106ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,uint8 OK 95ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,uint8 OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,uint64 OK 95ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 80ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,uint64 OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,uint64 OK 98ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 106ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 97ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,uint32 OK 106ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 84ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,uint32 OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,uint32 OK 78ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Float32),Int64 OK 162ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 152ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,uint16 OK 138ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Nullable(Float32),Float32 OK 138ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 109ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,uint16 OK 94ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,uint16 OK 196ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 120ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 112ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 102ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 109ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 73ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 105ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 113ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 100ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 98ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 88ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(UInt64),Int64 OK 146ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(UInt64),Float32 OK 130ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Int64),UInt64 OK 143ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 136ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 132ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 114ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 90ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 102ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 98ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 98ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 98ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 103ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 114ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 95ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 84ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 112ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 108ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 95ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Int64),Int64 OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 92ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Int64),Float32 OK 93ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 90ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Float32),UInt64 OK 92ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 91ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 93ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 78ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 111ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 81ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 91ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 105ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Float32),Int64 OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/LowCardinality(Float32),Float32 OK 99ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Int64,UInt64 OK 79ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Int64,Nullable(UInt64) OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Int64,Nullable(Int64) OK 82ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Int64,Nullable(Float32) OK 80ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Int64,LowCardinality(UInt64) OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Int64,LowCardinality(Int64) OK 102ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Int64,LowCardinality(Float32) OK 77ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Int64,Int64 OK 101ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,uint8 OK 97ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Int64,Float32 OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Float32,UInt64 OK 84ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Float32,Nullable(UInt64) OK 297ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,uint64 OK 282ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 305ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Float32,Nullable(Int64) OK 291ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 271ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,uint8 OK 290ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Float32,Nullable(Float32) OK 281ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,uint32 OK 163ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,uint8 OK 144ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Float32,LowCardinality(UInt64) OK 126ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Float32,LowCardinality(Int64) OK 137ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 137ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Float32,LowCardinality(Float32) OK 125ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,uint64 OK 111ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Float32,Int64 OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,uint32 OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,uint64 OK 88ms
/aggregate functions/simpleLinearRegression/datatypes/permutations/Float32,Float32 OK 105ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 97ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,uint16 OK 97ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,uint16 OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,uint32 OK 90ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 80ms
/aggregate functions/singleValueOrNull OK 1m 41s
/aggregate functions/singleValueOrNull/constant OK 41ms
/aggregate functions/singleValueOrNull/zero rows OK 44ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,uint16 OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 72ms
/aggregate functions/singleValueOrNull/single row OK 46ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 86ms
/aggregate functions/singleValueOrNull/with group by OK 49ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 86ms
/aggregate functions/singleValueOrNull/NULL value handling OK 43ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 81ms
/aggregate functions/singleValueOrNull/single NULL value OK 53ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 81ms
/aggregate functions/singleValueOrNull/string that ends with \0 OK 50ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 78ms
/aggregate functions/singleValueOrNull/inf OK 45ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 81ms
/aggregate functions/singleValueOrNull/-inf OK 46ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 87ms
/aggregate functions/singleValueOrNull/nan OK 44ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 79ms
/aggregate functions/singleValueOrNull/UInt8 OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 82ms
/aggregate functions/singleValueOrNull/UInt16 OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 80ms
/aggregate functions/singleValueOrNull/UInt32 OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 96ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/singleValueOrNull/UInt64 OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/singleValueOrNull/UInt128 OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/singleValueOrNull/Int8 OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,uint8 OK 75ms
/aggregate functions/singleValueOrNull/Int16 OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,uint8 OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,uint64 OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 71ms
/aggregate functions/singleValueOrNull/Int32 OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,uint64 OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,uint32 OK 83ms
/aggregate functions/singleValueOrNull/Int64 OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,uint8 OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 81ms
/aggregate functions/singleValueOrNull/Int128 OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,uint32 OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,uint16 OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,uint64 OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 79ms
/aggregate functions/singleValueOrNull/Float32 OK 95ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,uint16 OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,uint32 OK 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,uint16 OK 93ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 76ms
/aggregate functions/singleValueOrNull/Float64 OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 147ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 89ms
/aggregate functions/singleValueOrNull/Decimal128(38) OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 107ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 84ms
/aggregate functions/singleValueOrNull/Date OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 115ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 81ms
/aggregate functions/singleValueOrNull/DateTime OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 99ms
/aggregate functions/singleValueOrNull/DateTime64(3) OK 88ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 93ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 77ms
/aggregate functions/singleValueOrNull/Bool OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 79ms
/aggregate functions/singleValueOrNull/String OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 80ms
/aggregate functions/singleValueOrNull/FixedString(51) OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/singleValueOrNull/UUID OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/singleValueOrNull/Map(UInt8,UInt8) XFail 55ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt8,UInt16) XFail 50ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt8,UInt32) XFail 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 100ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/singleValueOrNull/Map(UInt8,UInt64) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt8,UInt128) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,uint8 OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,uint8 OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt8,Int8) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,uint64 OK 93ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,uint8 OK 91ms
/aggregate functions/singleValueOrNull/Map(UInt8,Int16) XFail 60ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,uint64 OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt8,Int32) XFail 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,uint32 OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,uint32 OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,uint64 OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt8,Int64) XFail 68ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,uint16 OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,uint16 OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,uint32 OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt8,Int128) XFail 55ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,nullable_uint8_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,uint16 OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt8,Float32) XFail 55ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,nullable_uint64_ OK 116ms
/aggregate functions/singleValueOrNull/Map(UInt8,Float64) XFail 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 90ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt8,Decimal128(38)) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,nullable_uint32_ OK 68ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt8,Date) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,nullable_uint16_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt8,DateTime) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 95ms
/aggregate functions/singleValueOrNull/Map(UInt8,DateTime64(3)) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint8_ OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt8,Bool) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint64_ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt8,String) XFail 54ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 365ms
/aggregate functions/singleValueOrNull/Map(UInt8,FixedString(51)) XFail 345ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint32_ OK 355ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 340ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 334ms
/aggregate functions/singleValueOrNull/Map(UInt8,UUID) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint16_ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UInt8)) XFail 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 96ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UInt16)) XFail 57ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UInt32)) XFail 53ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UInt64)) XFail 63ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 99ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UInt128)) XFail 67ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,uint8 OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Int8)) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,uint8 OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Int16)) XFail 64ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 98ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,uint64 OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,uint64 OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Int32)) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,uint8 OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,uint32 OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 95ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Int64)) XFail 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,uint32 OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,uint64 OK 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,uint16 OK 95ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Int128)) XFail 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,uint16 OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,uint32 OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Float32)) XFail 63ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,nullable_uint8_ OK 85ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Float64)) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,uint16 OK 102ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 87ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Decimal128(38))) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,nullable_uint64_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,nullable_uint8_ OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Date)) XFail 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,nullable_uint32_ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,nullable_uint64_ OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(DateTime)) XFail 54ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,nullable_uint16_ OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(DateTime64(3))) XFail 58ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,nullable_uint32_ OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint8_ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(Bool)) XFail 64ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,nullable_uint16_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(String)) XFail 48ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint64_ OK 68ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(FixedString(51))) XFail 54ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 100ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint8_ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint32_ OK 93ms
/aggregate functions/singleValueOrNull/Map(UInt8,Nullable(UUID)) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint64_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UInt8)) XFail 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint16_ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint32_ OK 96ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UInt16)) XFail 70ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UInt32)) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_uint16_ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 100ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UInt64)) XFail 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint32__ OK 106ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 95ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UInt128)) XFail 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Int8)) XFail 61ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Int16)) XFail 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,uint8 OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,uint8 OK 89ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Int32)) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,uint64 OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 136ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,uint64 OK 126ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Int64)) XFail 120ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,uint8 OK 88ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,uint32 OK 152ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,uint32 OK 92ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,uint64 OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Int128)) XFail 69ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Float32)) XFail 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,uint16 OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 90ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,uint16 OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,uint32 OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Float64)) XFail 69ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,uint16 OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Date)) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 96ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint8_ OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 87ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(DateTime)) XFail 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint64_ OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 91ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Bool)) XFail 51ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(String)) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint32_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 89ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(FixedString(51))) XFail 58ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,nullable_uint16_ OK 103ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(UUID)) XFail 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 95ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UInt8))) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UInt16))) XFail 62ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint64_ OK 93ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 89ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UInt32))) XFail 60ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UInt64))) XFail 68ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint32_ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 69ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UInt128))) XFail 58ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_uint16_ OK 98ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Int8))) XFail 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Int16))) XFail 65ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint8__ OK 100ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 125ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Int32))) XFail 101ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,uint8 OK 102ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Int64))) XFail 130ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,uint64 OK 180ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,uint8 OK 149ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 160ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint32__ OK 146ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Int128))) XFail 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,uint64 OK 349ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint16__ OK 332ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,uint8 OK 334ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,uint32 OK 325ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Float32))) XFail 281ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Float64))) XFail 294ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,uint8 OK 317ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,uint16 OK 302ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,uint64 OK 308ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,uint32 OK 292ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Date))) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,uint16 OK 393ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 401ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,uint64 OK 387ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,uint32 OK 387ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(DateTime))) XFail 349ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(Bool))) XFail 397ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 373ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,uint32 OK 357ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,uint16 OK 342ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 349ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 111ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,uint16 OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(String))) XFail 46ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) XFail 62ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 68ms
/aggregate functions/singleValueOrNull/Map(UInt8,LowCardinality(Nullable(UUID))) XFail 60ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt8,Array(String)) XFail 48ms
/aggregate functions/singleValueOrNull/Map(UInt8,Map(String,LowCardinality(Float64))) XFail 61ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 90ms
/aggregate functions/singleValueOrNull/Map(UInt8,Tuple(String)) XFail 62ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 116ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 112ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 113ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt16,UInt8) XFail 52ms
/aggregate functions/singleValueOrNull/Map(UInt16,UInt16) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 87ms
/aggregate functions/singleValueOrNull/Map(UInt16,UInt32) XFail 55ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt16,UInt64) XFail 57ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt16,UInt128) XFail 54ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 92ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt16,Int8) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/singleValueOrNull/Map(UInt16,Int16) XFail 63ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt16,Int32) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt16,Int64) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,uint8 OK 87ms
/aggregate functions/singleValueOrNull/Map(UInt16,Int128) XFail 58ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,uint8 OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt16,Float32) XFail 55ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,uint64 OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/singleValueOrNull/Map(UInt16,Float64) XFail 56ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,uint64 OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,uint32 OK 94ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,uint8 OK 94ms
/aggregate functions/singleValueOrNull/Map(UInt16,Decimal128(38)) XFail 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,uint32 OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt16,Date) XFail 57ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,uint16 OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,uint8 OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,uint64 OK 66ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,uint16 OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt16,DateTime) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,uint32 OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,uint64 OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt16,DateTime64(3)) XFail 61ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,uint32 OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,uint16 OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt16,Bool) XFail 50ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 89ms
/aggregate functions/singleValueOrNull/Map(UInt16,String) XFail 61ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,uint16 OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt16,FixedString(51)) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt16,UUID) XFail 56ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UInt8)) XFail 59ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UInt16)) XFail 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 90ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UInt32)) XFail 58ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 101ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UInt64)) XFail 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UInt128)) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 98ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Int8)) XFail 64ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 90ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 142ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Int16)) XFail 58ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 99ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Int32)) XFail 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 132ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 106ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Int64)) XFail 63ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 88ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Int128)) XFail 55ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Float32)) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Float64)) XFail 93ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,uint8 OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,uint8 OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Decimal128(38))) XFail 63ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,uint64 OK 100ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,uint64 OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Date)) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,uint8 OK 93ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(DateTime)) XFail 60ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,uint32 OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,uint32 OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,uint8 OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(DateTime64(3))) XFail 67ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,uint64 OK 100ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,uint16 OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,uint16 OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(Bool)) XFail 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,uint64 OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,uint32 OK 85ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(String)) XFail 64ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,uint32 OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 89ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(FixedString(51))) XFail 61ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,uint16 OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,uint16 OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt16,Nullable(UUID)) XFail 51ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 87ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UInt8)) XFail 141ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 146ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 139ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 119ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 110ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UInt16)) XFail 63ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 99ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UInt32)) XFail 62ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 98ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UInt64)) XFail 53ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UInt128)) XFail 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 104ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 101ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Int8)) XFail 52ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Int16)) XFail 61ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Int32)) XFail 58ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 90ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Int64)) XFail 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Int128)) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Float32)) XFail 51ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Float64)) XFail 66ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Date)) XFail 51ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 100ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(DateTime)) XFail 49ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Bool)) XFail 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,uint8 OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,uint8 OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(String)) XFail 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,uint64 OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,uint64 OK 69ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(FixedString(51))) XFail 68ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,uint32 OK 106ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,uint32 OK 97ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,uint8 OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(UUID)) XFail 66ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UInt8))) XFail 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,uint64 OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,uint16 OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,uint16 OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UInt16))) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 100ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 99ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,uint32 OK 94ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UInt32))) XFail 55ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 98ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UInt64))) XFail 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 106ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,uint16 OK 90ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UInt128))) XFail 62ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 71ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Int8))) XFail 62ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 90ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 85ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Int16))) XFail 56ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Int32))) XFail 58ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Int64))) XFail 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Int128))) XFail 63ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Float32))) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 71ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 68ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Float64))) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 93ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Date))) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(DateTime))) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(Bool))) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(String))) XFail 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt16,LowCardinality(Nullable(UUID))) XFail 54ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 96ms
/aggregate functions/singleValueOrNull/Map(UInt16,Array(String)) XFail 58ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,uint8 OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt16,Map(String,LowCardinality(Float64))) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,uint64 OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt16,Tuple(String)) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt32,UInt8) XFail 53ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,uint32 OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt32,UInt16) XFail 53ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,uint16 OK 130ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 112ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 104ms
/aggregate functions/singleValueOrNull/Map(UInt32,UInt32) XFail 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 120ms
/aggregate functions/singleValueOrNull/Map(UInt32,UInt64) XFail 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 69ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt32,UInt128) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 97ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 69ms
/aggregate functions/singleValueOrNull/Map(UInt32,Int8) XFail 69ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 112ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 100ms
/aggregate functions/singleValueOrNull/Map(UInt32,Int16) XFail 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 130ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt32,Int32) XFail 65ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt32,Int64) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt32,Int128) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt32,Float32) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt32,Float64) XFail 60ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 97ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 68ms
/aggregate functions/singleValueOrNull/Map(UInt32,Decimal128(38)) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt32,Date) XFail 50ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 90ms
/aggregate functions/singleValueOrNull/Map(UInt32,DateTime) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt32,DateTime64(3)) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt32,Bool) XFail 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt32,String) XFail 64ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt32,FixedString(51)) XFail 68ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt32,UUID) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,uint8 OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UInt8)) XFail 53ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 97ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,uint64 OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UInt16)) XFail 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,uint32 OK 100ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UInt32)) XFail 50ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UInt64)) XFail 56ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 100ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 92ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,uint16 OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UInt128)) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Int8)) XFail 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 91ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Int16)) XFail 65ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Int32)) XFail 54ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Int64)) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Int128)) XFail 64ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Float32)) XFail 52ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 99ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Float64)) XFail 65ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 103ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 96ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Decimal128(38))) XFail 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 98ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Date)) XFail 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(DateTime)) XFail 57ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(DateTime64(3))) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 68ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 71ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(Bool)) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(String)) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(FixedString(51))) XFail 49ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt32,Nullable(UUID)) XFail 65ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UInt8)) XFail 50ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,uint8 OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UInt16)) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UInt32)) XFail 54ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,uint64 OK 92ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 90ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UInt64)) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 87ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,uint32 OK 67ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UInt128)) XFail 71ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,uint16 OK 95ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 100ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 100ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Int8)) XFail 65ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Int16)) XFail 56ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,nullable_uint8_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Int32)) XFail 57ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,nullable_uint64_ OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Int64)) XFail 60ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 108ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,nullable_uint32_ OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Int128)) XFail 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 87ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Float32)) XFail 56ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,nullable_uint16_ OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Float64)) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 125ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 125ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,lowcardinality_uint8_ OK 120ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 112ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Date)) XFail 100ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(DateTime)) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,lowcardinality_uint64_ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Bool)) XFail 54ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 105ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,lowcardinality_uint32_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 94ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(String)) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,lowcardinality_uint16_ OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(FixedString(51))) XFail 49ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(UUID)) XFail 57ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 92ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 104ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 97ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UInt8))) XFail 50ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UInt16))) XFail 58ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UInt32))) XFail 62ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UInt64))) XFail 62ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UInt128))) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Int8))) XFail 60ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,uint8 OK 121ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 119ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Int16))) XFail 101ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 140ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 121ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,uint64 OK 93ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 119ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Int32))) XFail 66ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Int64))) XFail 65ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,uint32 OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Int128))) XFail 56ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,uint16 OK 68ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Float32))) XFail 58ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,nullable_uint8_ OK 85ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Float64))) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 89ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Date))) XFail 55ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,nullable_uint64_ OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(DateTime))) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,nullable_uint32_ OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(Bool))) XFail 52ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(String))) XFail 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,nullable_uint16_ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) XFail 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 100ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,lowcardinality_uint8_ OK 92ms
/aggregate functions/singleValueOrNull/Map(UInt32,LowCardinality(Nullable(UUID))) XFail 52ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt32,Array(String)) XFail 52ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,lowcardinality_uint64_ OK 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 88ms
/aggregate functions/singleValueOrNull/Map(UInt32,Map(String,LowCardinality(Float64))) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 94ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,lowcardinality_uint32_ OK 93ms
/aggregate functions/singleValueOrNull/Map(UInt32,Tuple(String)) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt64,UInt8) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,lowcardinality_uint16_ OK 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 94ms
/aggregate functions/singleValueOrNull/Map(UInt64,UInt16) XFail 57ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt64,UInt32) XFail 52ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 67ms
/aggregate functions/singleValueOrNull/Map(UInt64,UInt64) XFail 56ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt64,UInt128) XFail 57ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt64,Int8) XFail 69ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/singleValueOrNull/Map(UInt64,Int16) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,uint8 OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt64,Int32) XFail 66ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 66ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,uint64 OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt64,Int64) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/singleValueOrNull/Map(UInt64,Int128) XFail 65ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,uint32 OK 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 97ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 91ms
/aggregate functions/singleValueOrNull/Map(UInt64,Float32) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 78ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,uint16 OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt64,Float64) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,nullable_uint8_ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt64,Decimal128(38)) XFail 64ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 93ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 101ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,nullable_uint64_ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt64,Date) XFail 68ms
/aggregate functions/singleValueOrNull/Map(UInt64,DateTime) XFail 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,nullable_uint32_ OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt64,DateTime64(3)) XFail 58ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,nullable_uint16_ OK 69ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt64,Bool) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 74ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt64,String) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,lowcardinality_uint64_ OK 99ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt64,FixedString(51)) XFail 67ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt64,UUID) XFail 64ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,lowcardinality_uint32_ OK 69ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UInt8)) XFail 62ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,lowcardinality_uint16_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UInt16)) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UInt32)) XFail 62ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UInt64)) XFail 66ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UInt128)) XFail 138ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 127ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 134ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 130ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 117ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Int8)) XFail 60ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Int16)) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,uint8 OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Int32)) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 90ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,uint64 OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Int64)) XFail 51ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Int128)) XFail 56ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,uint32 OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Float32)) XFail 61ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,uint16 OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 88ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Float64)) XFail 53ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Decimal128(38))) XFail 61ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,nullable_uint8_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Date)) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,nullable_uint64_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(DateTime)) XFail 65ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 91ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,nullable_uint32_ OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(DateTime64(3))) XFail 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(Bool)) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,nullable_uint16_ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(String)) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,lowcardinality_uint8_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(FixedString(51))) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 85ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt64,Nullable(UUID)) XFail 53ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UInt8)) XFail 49ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,lowcardinality_uint32_ OK 102ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UInt16)) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 118ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 113ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UInt32)) XFail 61ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 103ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,lowcardinality_uint16_ OK 102ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UInt64)) XFail 97ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UInt128)) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 69ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Int8)) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Int16)) XFail 47ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Int32)) XFail 64ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Int64)) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,uint8 OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Int128)) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 104ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,uint64 OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Float32)) XFail 60ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Float64)) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,uint32 OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Date)) XFail 67ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 93ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,uint16 OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(DateTime)) XFail 50ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Bool)) XFail 62ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,nullable_uint8_ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(String)) XFail 51ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,nullable_uint64_ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 92ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(FixedString(51))) XFail 47ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(UUID)) XFail 64ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,nullable_uint32_ OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 69ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UInt8))) XFail 54ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,nullable_uint16_ OK 87ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UInt16))) XFail 51ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UInt32))) XFail 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 77ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UInt64))) XFail 66ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UInt128))) XFail 50ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 89ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,lowcardinality_uint32_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 85ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Int8))) XFail 55ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,lowcardinality_uint16_ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 92ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Int16))) XFail 64ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Int32))) XFail 64ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 88ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 65ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Int64))) XFail 55ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Int128))) XFail 53ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Float32))) XFail 64ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Float64))) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 99ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 100ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Date))) XFail 64ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(DateTime))) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,uint8 OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(Bool))) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 82ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,uint64 OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(String))) XFail 64ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 94ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,uint32 OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) XFail 51ms
/aggregate functions/singleValueOrNull/Map(UInt64,LowCardinality(Nullable(UUID))) XFail 51ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,uint16 OK 116ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 114ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 112ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 106ms
/aggregate functions/singleValueOrNull/Map(UInt64,Array(String)) XFail 68ms
/aggregate functions/singleValueOrNull/Map(UInt64,Map(String,LowCardinality(Float64))) XFail 56ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,nullable_uint8_ OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt64,Tuple(String)) XFail 50ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 84ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,nullable_uint64_ OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 88ms
/aggregate functions/singleValueOrNull/Map(UInt128,UInt8) XFail 56ms
/aggregate functions/singleValueOrNull/Map(UInt128,UInt16) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 79ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,nullable_uint32_ OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt128,UInt32) XFail 49ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 92ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 95ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,nullable_uint16_ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 89ms
/aggregate functions/singleValueOrNull/Map(UInt128,UInt64) XFail 61ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,lowcardinality_uint8_ OK 88ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 85ms
/aggregate functions/singleValueOrNull/Map(UInt128,UInt128) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 69ms
/aggregate functions/singleValueOrNull/Map(UInt128,Int8) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 95ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 80ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,lowcardinality_uint64_ OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 71ms
/aggregate functions/singleValueOrNull/Map(UInt128,Int16) XFail 56ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 92ms
/aggregate functions/singleValueOrNull/Map(UInt128,Int32) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 75ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,lowcardinality_uint32_ OK 71ms
/aggregate functions/singleValueOrNull/Map(UInt128,Int64) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 86ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,lowcardinality_uint16_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt128,Int128) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 83ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/singleValueOrNull/Map(UInt128,Float32) XFail 55ms
/aggregate functions/singleValueOrNull/Map(UInt128,Float64) XFail 53ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 89ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt128,Decimal128(38)) XFail 53ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt128,Date) XFail 54ms
/aggregate functions/singleValueOrNull/Map(UInt128,DateTime) XFail 54ms
/aggregate functions/quantilesBFloat16Weighted/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/singleValueOrNull/Map(UInt128,DateTime64(3)) XFail 57ms
/aggregate functions/skewPop OK 3s 944ms
/aggregate functions/skewPop/constant OK 48ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 91ms
/aggregate functions/singleValueOrNull/Map(UInt128,Bool) XFail 62ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/skewPop/zero rows OK 38ms
/aggregate functions/singleValueOrNull/Map(UInt128,String) XFail 54ms
/aggregate functions/skewPop/single row OK 40ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 75ms
/aggregate functions/skewPop/with group by OK 43ms
/aggregate functions/singleValueOrNull/Map(UInt128,FixedString(51)) XFail 59ms
/aggregate functions/skewPop/some negative values OK 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt128,UUID) XFail 53ms
/aggregate functions/skewPop/NULL value handling OK 43ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UInt8)) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 85ms
/aggregate functions/skewPop/single NULL value OK 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 74ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UInt16)) XFail 66ms
/aggregate functions/skewPop/return type OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 142ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 132ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UInt32)) XFail 91ms
/aggregate functions/skewPop/doc example OK 40ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 74ms
/aggregate functions/skewPop/inf OK 45ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UInt64)) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 79ms
/aggregate functions/skewPop/-inf OK 42ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 83ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UInt128)) XFail 63ms
/aggregate functions/skewPop/nan OK 44ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 93ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 86ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Int8)) XFail 72ms
/aggregate functions/skewPop/inf, -inf, nan OK 39ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 76ms
/aggregate functions/skewPop/UInt8 OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Int16)) XFail 61ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 74ms
/aggregate functions/skewPop/UInt16 OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Int32)) XFail 61ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Int64)) XFail 55ms
/aggregate functions/skewPop/UInt32 OK 68ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Int128)) XFail 51ms
/aggregate functions/skewPop/UInt64 OK 68ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Float32)) XFail 60ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 79ms
/aggregate functions/skewPop/Int8 OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Float64)) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 92ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 75ms
/aggregate functions/skewPop/Int16 OK 85ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Decimal128(38))) XFail 56ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Date)) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/skewPop/Int32 OK 69ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(DateTime)) XFail 62ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 82ms
/aggregate functions/skewPop/Int64 OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(DateTime64(3))) XFail 48ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(Bool)) XFail 60ms
/aggregate functions/skewPop/Float32 OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(String)) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/skewPop/Float64 OK 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(FixedString(51))) XFail 53ms
/aggregate functions/skewPop/Nullable(UInt8) OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/singleValueOrNull/Map(UInt128,Nullable(UUID)) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint8 OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UInt8)) XFail 50ms
/aggregate functions/skewPop/Nullable(UInt16) OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint64 OK 69ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UInt16)) XFail 60ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint32 OK 127ms
/aggregate functions/skewPop/Nullable(UInt32) OK 132ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 133ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 125ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UInt32)) XFail 47ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UInt64)) XFail 100ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint16 OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 80ms
/aggregate functions/skewPop/Nullable(UInt64) OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UInt128)) XFail 60ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint8_ OK 101ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 93ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 74ms
/aggregate functions/skewPop/Nullable(Int8) OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Int8)) XFail 48ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Int16)) XFail 60ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 81ms
/aggregate functions/skewPop/Nullable(Int16) OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint64_ OK 68ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Int32)) XFail 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint32_ OK 86ms
/aggregate functions/skewPop/Nullable(Int32) OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Int64)) XFail 60ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint16_ OK 105ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Int128)) XFail 80ms
/aggregate functions/skewPop/Nullable(Int64) OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 97ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 105ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Float32)) XFail 59ms
/aggregate functions/skewPop/Nullable(Float32) OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint8_ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Float64)) XFail 63ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 93ms
/aggregate functions/skewPop/Nullable(Float64) OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint64_ OK 88ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Date)) XFail 63ms
/aggregate functions/skewPop/LowCardinality(UInt8) OK 68ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(DateTime)) XFail 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint32_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 90ms
/aggregate functions/skewPop/LowCardinality(UInt16) OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Bool)) XFail 62ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint16_ OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 81ms
/aggregate functions/skewPop/LowCardinality(UInt32) OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(String)) XFail 53ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 74ms
/aggregate functions/skewPop/LowCardinality(UInt64) OK 73ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(FixedString(51))) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(UUID)) XFail 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 77ms
/aggregate functions/skewPop/LowCardinality(Int8) OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UInt8))) XFail 58ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 84ms
/aggregate functions/skewPop/LowCardinality(Int16) OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UInt16))) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/skewPop/LowCardinality(Int32) OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UInt32))) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,uint8 OK 65ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint8 OK 81ms
/aggregate functions/skewPop/LowCardinality(Int64) OK 88ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UInt64))) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,uint64 OK 67ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UInt128))) XFail 53ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint64 OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,uint32 OK 92ms
/aggregate functions/skewPop/LowCardinality(Float32) OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Int8))) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint32 OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Int16))) XFail 60ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,uint16 OK 82ms
/aggregate functions/skewPop/LowCardinality(Float64) OK 77ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Int32))) XFail 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint16 OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint8 OK 90ms
/aggregate functions/skewPop/LowCardinality(Nullable(UInt8)) OK 68ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Int64))) XFail 57ms
/aggregate functions/skewPop/LowCardinality(Nullable(UInt16)) OK 109ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 109ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint8_ OK 93ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Int128))) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint64 OK 90ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Float32))) XFail 53ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint64_ OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint32 OK 86ms
/aggregate functions/skewPop/LowCardinality(Nullable(UInt32)) OK 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Float64))) XFail 48ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Date))) XFail 60ms
/aggregate functions/skewPop/LowCardinality(Nullable(UInt64)) OK 100ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 93ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,uint16 OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint32_ OK 70ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(DateTime))) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint8_ OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint16_ OK 77ms
/aggregate functions/skewPop/LowCardinality(Nullable(Int8)) OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 80ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(Bool))) XFail 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint8_ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint64_ OK 100ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(String))) XFail 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 75ms
/aggregate functions/skewPop/LowCardinality(Nullable(Int16)) OK 72ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) XFail 61ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint64_ OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 83ms
/aggregate functions/skewPop/LowCardinality(Nullable(Int32)) OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint32_ OK 66ms
/aggregate functions/singleValueOrNull/Map(UInt128,LowCardinality(Nullable(UUID))) XFail 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint16_ OK 131ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint32_ OK 120ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 125ms
/aggregate functions/skewPop/LowCardinality(Nullable(Int64)) OK 118ms
/aggregate functions/singleValueOrNull/Map(UInt128,Array(String)) XFail 52ms
/aggregate functions/singleValueOrNull/Map(UInt128,Map(String,LowCardinality(Float64))) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint16_ OK 81ms
/aggregate functions/skewPop/LowCardinality(Nullable(Float32)) OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint8_ OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/singleValueOrNull/Map(UInt128,Tuple(String)) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint64_ OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint8__ OK 130ms
/aggregate functions/skewPop/LowCardinality(Nullable(Float64)) OK 120ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 123ms
/aggregate functions/singleValueOrNull/Map(Int8,UInt8) XFail 49ms
/aggregate functions/singleValueOrNull/Map(Int8,UInt16) XFail 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint32_ OK 139ms
/aggregate functions/skewSamp OK 3s 733ms
/aggregate functions/skewSamp/constant OK 51ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/singleValueOrNull/Map(Int8,UInt32) XFail 69ms
/aggregate functions/skewSamp/zero rows OK 44ms
/aggregate functions/singleValueOrNull/Map(Int8,UInt64) XFail 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/skewSamp/single row OK 38ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint16_ OK 72ms
/aggregate functions/skewSamp/with group by OK 48ms
/aggregate functions/singleValueOrNull/Map(Int8,UInt128) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/skewSamp/some negative values OK 42ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,uint8 OK 77ms
/aggregate functions/singleValueOrNull/Map(Int8,Int8) XFail 69ms
/aggregate functions/skewSamp/NULL value handling OK 42ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,uint8 OK 98ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,uint64 OK 100ms
/aggregate functions/skewSamp/single NULL value OK 38ms
/aggregate functions/singleValueOrNull/Map(Int8,Int16) XFail 67ms
/aggregate functions/skewSamp/return type OK 49ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,uint64 OK 81ms
/aggregate functions/singleValueOrNull/Map(Int8,Int32) XFail 56ms
/aggregate functions/skewSamp/doc example OK 45ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,uint32 OK 85ms
/aggregate functions/skewSamp/inf OK 52ms
/aggregate functions/singleValueOrNull/Map(Int8,Int64) XFail 68ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,uint32 OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,uint16 OK 81ms
/aggregate functions/skewSamp/-inf OK 39ms
/aggregate functions/singleValueOrNull/Map(Int8,Int128) XFail 59ms
/aggregate functions/skewSamp/nan OK 48ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint8 OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,uint16 OK 87ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 88ms
/aggregate functions/singleValueOrNull/Map(Int8,Float32) XFail 55ms
/aggregate functions/skewSamp/inf, -inf, nan OK 40ms
/aggregate functions/skewSamp/UInt8 OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint64 OK 81ms
/aggregate functions/singleValueOrNull/Map(Int8,Float64) XFail 53ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int8,Decimal128(38)) XFail 58ms
/aggregate functions/skewSamp/UInt16 OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint32 OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int8,Date) XFail 51ms
/aggregate functions/skewSamp/UInt32 OK 68ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,uint16 OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 95ms
/aggregate functions/singleValueOrNull/Map(Int8,DateTime) XFail 69ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 74ms
/aggregate functions/skewSamp/UInt64 OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint8_ OK 82ms
/aggregate functions/singleValueOrNull/Map(Int8,DateTime64(3)) XFail 66ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 72ms
/aggregate functions/skewSamp/Int8 OK 70ms
/aggregate functions/singleValueOrNull/Map(Int8,Bool) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint64_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 90ms
/aggregate functions/skewSamp/Int16 OK 74ms
/aggregate functions/singleValueOrNull/Map(Int8,String) XFail 52ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint32_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 75ms
/aggregate functions/singleValueOrNull/Map(Int8,FixedString(51)) XFail 69ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 77ms
/aggregate functions/skewSamp/Int32 OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint16_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int8,UUID) XFail 58ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 73ms
/aggregate functions/skewSamp/Int64 OK 70ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UInt8)) XFail 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 111ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint8_ OK 105ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/skewSamp/Float32 OK 76ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UInt16)) XFail 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint64_ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/skewSamp/Float64 OK 71ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UInt32)) XFail 69ms
/aggregate functions/skewSamp/Nullable(UInt8) OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint32_ OK 76ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UInt64)) XFail 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/skewSamp/Nullable(UInt16) OK 67ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint16_ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UInt128)) XFail 67ms
/aggregate functions/skewSamp/Nullable(UInt32) OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,uint8 OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Int8)) XFail 56ms
/aggregate functions/skewSamp/Nullable(UInt64) OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,uint8 OK 89ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,uint64 OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Int16)) XFail 49ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Int32)) XFail 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,uint32 OK 80ms
/aggregate functions/skewSamp/Nullable(Int8) OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,uint64 OK 67ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Int64)) XFail 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,uint32 OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/skewSamp/Nullable(Int16) OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,uint16 OK 86ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Int128)) XFail 53ms
/aggregate functions/skewSamp/Nullable(Int32) OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,uint8 OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,uint16 OK 73ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Float32)) XFail 69ms
/aggregate functions/skewSamp/Nullable(Int64) OK 67ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,uint64 OK 99ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 79ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Float64)) XFail 49ms
/aggregate functions/skewSamp/Nullable(Float32) OK 78ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Decimal128(38))) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,uint32 OK 81ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Date)) XFail 56ms
/aggregate functions/skewSamp/Nullable(Float64) OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(DateTime)) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,uint16 OK 75ms
/aggregate functions/skewSamp/LowCardinality(UInt8) OK 71ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(DateTime64(3))) XFail 66ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 68ms
/aggregate functions/skewSamp/LowCardinality(UInt16) OK 89ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(Bool)) XFail 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 72ms
/aggregate functions/skewSamp/LowCardinality(UInt32) OK 86ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(String)) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 90ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 77ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(FixedString(51))) XFail 63ms
/aggregate functions/skewSamp/LowCardinality(UInt64) OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 81ms
/aggregate functions/singleValueOrNull/Map(Int8,Nullable(UUID)) XFail 60ms
/aggregate functions/skewSamp/LowCardinality(Int8) OK 69ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UInt8)) XFail 63ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 95ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 89ms
/aggregate functions/skewSamp/LowCardinality(Int16) OK 72ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UInt16)) XFail 53ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 69ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UInt32)) XFail 71ms
/aggregate functions/skewSamp/LowCardinality(Int32) OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 93ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UInt64)) XFail 61ms
/aggregate functions/skewSamp/LowCardinality(Int64) OK 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UInt128)) XFail 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/skewSamp/LowCardinality(Float32) OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Int8)) XFail 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/skewSamp/LowCardinality(Float64) OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,uint8 OK 82ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Int16)) XFail 58ms
/aggregate functions/skewSamp/LowCardinality(Nullable(UInt8)) OK 102ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,uint8 OK 96ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,uint64 OK 87ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Int32)) XFail 62ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,uint64 OK 92ms
/aggregate functions/skewSamp/LowCardinality(Nullable(UInt16)) OK 86ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Int64)) XFail 67ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,uint32 OK 67ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Int128)) XFail 66ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,uint16 OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/skewSamp/LowCardinality(Nullable(UInt32)) OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,uint32 OK 79ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Float32)) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,uint8 OK 98ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 79ms
/aggregate functions/skewSamp/LowCardinality(Nullable(UInt64)) OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,uint16 OK 82ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Float64)) XFail 58ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 77ms
/aggregate functions/skewSamp/LowCardinality(Nullable(Int8)) OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,uint64 OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 85ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Date)) XFail 69ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 96ms
/aggregate functions/skewSamp/LowCardinality(Nullable(Int16)) OK 129ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(DateTime)) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,uint32 OK 122ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 117ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Bool)) XFail 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 105ms
/aggregate functions/skewSamp/LowCardinality(Nullable(Int32)) OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,uint16 OK 80ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(String)) XFail 66ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(FixedString(51))) XFail 62ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 80ms
/aggregate functions/skewSamp/LowCardinality(Nullable(Int64)) OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 83ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(UUID)) XFail 50ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 99ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 92ms
/aggregate functions/skewSamp/LowCardinality(Nullable(Float32)) OK 69ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UInt8))) XFail 55ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 71ms
/aggregate functions/skewSamp/LowCardinality(Nullable(Float64)) OK 95ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UInt16))) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 100ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UInt32))) XFail 50ms
/aggregate functions/sparkbar OK 3m 3s
/aggregate functions/sparkbar/constant OK 44ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 87ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UInt64))) XFail 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/sparkbar/zero rows OK 46ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UInt128))) XFail 58ms
/aggregate functions/sparkbar/single row OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 95ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Int8))) XFail 59ms
/aggregate functions/sparkbar/single row with zero weight OK 44ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Int16))) XFail 54ms
/aggregate functions/sparkbar/with group by OK 38ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/sparkbar/NULL value handling OK 62ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Int32))) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 91ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Int64))) XFail 58ms
/aggregate functions/sparkbar/weight NULL value handling OK 42ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,uint8 OK 71ms
/aggregate functions/sparkbar/single NULL value OK 41ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Int128))) XFail 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 77ms
/aggregate functions/sparkbar/return type OK 47ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,uint64 OK 83ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Float32))) XFail 72ms
/aggregate functions/sparkbar/datatypes OK 3m 2s
/aggregate functions/sparkbar/datatypes/permutations OK 3m 2s
/aggregate functions/sparkbar/datatypes/permutations/uint8,uint8 OK 159ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,uint8 OK 116ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,uint32 OK 100ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Float64))) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Date))) XFail 89ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,uint64 OK 167ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,uint16 OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,uint64 OK 79ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(DateTime))) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,uint32 OK 72ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(Bool))) XFail 64ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,uint16 OK 86ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,uint32 OK 157ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(String))) XFail 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,uint8 OK 78ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(FixedString(51)))) XFail 60ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 85ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,uint64 OK 73ms
/aggregate functions/singleValueOrNull/Map(Int8,LowCardinality(Nullable(UUID))) XFail 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,uint32 OK 74ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,uint16 OK 149ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int8,Array(String)) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,uint16 OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 86ms
/aggregate functions/singleValueOrNull/Map(Int8,Map(String,LowCardinality(Float64))) XFail 65ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,nullable_uint8_ OK 148ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 70ms
/aggregate functions/singleValueOrNull/Map(Int8,Tuple(String)) XFail 50ms
/aggregate functions/singleValueOrNull/Map(Int16,UInt8) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 68ms
/aggregate functions/singleValueOrNull/Map(Int16,UInt16) XFail 56ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,nullable_uint64_ OK 159ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 79ms
/aggregate functions/singleValueOrNull/Map(Int16,UInt32) XFail 55ms
/aggregate functions/singleValueOrNull/Map(Int16,UInt64) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 68ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int16,UInt128) XFail 56ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,nullable_uint32_ OK 143ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int16,Int8) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/singleValueOrNull/Map(Int16,Int16) XFail 51ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,nullable_uint16_ OK 158ms
/aggregate functions/singleValueOrNull/Map(Int16,Int32) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/singleValueOrNull/Map(Int16,Int64) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,uint8 OK 68ms
/aggregate functions/singleValueOrNull/Map(Int16,Int128) XFail 51ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,lowcardinality_uint8_ OK 135ms
/aggregate functions/singleValueOrNull/Map(Int16,Float32) XFail 63ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,uint64 OK 92ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/singleValueOrNull/Map(Int16,Float64) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,uint8 OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,uint32 OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,lowcardinality_uint64_ OK 154ms
/aggregate functions/singleValueOrNull/Map(Int16,Decimal128(38)) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,uint64 OK 95ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,uint16 OK 85ms
/aggregate functions/singleValueOrNull/Map(Int16,Date) XFail 53ms
/aggregate functions/singleValueOrNull/Map(Int16,DateTime) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 79ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,lowcardinality_uint32_ OK 158ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,uint32 OK 67ms
/aggregate functions/singleValueOrNull/Map(Int16,DateTime64(3)) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,uint16 OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,uint8 OK 101ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 93ms
/aggregate functions/singleValueOrNull/Map(Int16,Bool) XFail 53ms
/aggregate functions/singleValueOrNull/Map(Int16,String) XFail 56ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,lowcardinality_uint16_ OK 143ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,uint64 OK 69ms
/aggregate functions/singleValueOrNull/Map(Int16,FixedString(51)) XFail 58ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 94ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,uint32 OK 98ms
/aggregate functions/singleValueOrNull/Map(Int16,UUID) XFail 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 75ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 154ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UInt8)) XFail 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,uint16 OK 71ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UInt16)) XFail 60ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 73ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 136ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UInt32)) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 84ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UInt64)) XFail 63ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 88ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UInt128)) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 89ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 164ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Int8)) XFail 54ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Int16)) XFail 65ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 84ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Int32)) XFail 67ms
/aggregate functions/sparkbar/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 146ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 100ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Int64)) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Int128)) XFail 64ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 161ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 115ms
/aggregate functions/sparkbar/datatypes/permutations/uint64,uint8 XFail 458us
/aggregate functions/sparkbar/datatypes/permutations/uint64,uint64 XFail 441us
/aggregate functions/sparkbar/datatypes/permutations/uint64,uint32 XFail 436us
/aggregate functions/sparkbar/datatypes/permutations/uint64,uint16 XFail 555us
/aggregate functions/sparkbar/datatypes/permutations/uint64,nullable_uint8_ XFail 429us
/aggregate functions/sparkbar/datatypes/permutations/uint64,nullable_uint64_ XFail 430us
/aggregate functions/sparkbar/datatypes/permutations/uint64,nullable_uint32_ XFail 426us
/aggregate functions/sparkbar/datatypes/permutations/uint64,nullable_uint16_ XFail 429us
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_uint8_ XFail 444us
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_uint64_ XFail 561us
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_uint32_ XFail 429us
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_uint16_ XFail 433us
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ XFail 431us
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ XFail 429us
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ XFail 434us
/aggregate functions/sparkbar/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ XFail 579us
/aggregate functions/sparkbar/datatypes/permutations/uint32,uint8 XFail 429us
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 148ms
/aggregate functions/sparkbar/datatypes/permutations/uint32,uint64 XFail 2ms
/aggregate functions/sparkbar/datatypes/permutations/uint32,uint32 XFail 438us
/aggregate functions/sparkbar/datatypes/permutations/uint32,uint16 XFail 569us
/aggregate functions/sparkbar/datatypes/permutations/uint32,nullable_uint8_ XFail 434us
/aggregate functions/sparkbar/datatypes/permutations/uint32,nullable_uint64_ XFail 438us
/aggregate functions/sparkbar/datatypes/permutations/uint32,nullable_uint32_ XFail 436us
/aggregate functions/sparkbar/datatypes/permutations/uint32,nullable_uint16_ XFail 439us
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_uint8_ XFail 443us
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_uint64_ XFail 595us
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_uint32_ XFail 444us
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_uint16_ XFail 453us
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ XFail 455us
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ XFail 453us
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ XFail 457us
/aggregate functions/sparkbar/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ XFail 611us
/aggregate functions/sparkbar/datatypes/permutations/uint16,uint8 XFail 462us
/aggregate functions/sparkbar/datatypes/permutations/uint16,uint64 XFail 439us
/aggregate functions/sparkbar/datatypes/permutations/uint16,uint32 XFail 504us
/aggregate functions/sparkbar/datatypes/permutations/uint16,uint16 XFail 436us
/aggregate functions/sparkbar/datatypes/permutations/uint16,nullable_uint8_ XFail 440us
/aggregate functions/sparkbar/datatypes/permutations/uint16,nullable_uint64_ XFail 581us
/aggregate functions/sparkbar/datatypes/permutations/uint16,nullable_uint32_ XFail 428us
/aggregate functions/sparkbar/datatypes/permutations/uint16,nullable_uint16_ XFail 441us
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_uint8_ XFail 430us
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_uint64_ XFail 432us
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_uint32_ XFail 390us
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_uint16_ XFail 1ms
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ XFail 390us
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ XFail 446us
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ XFail 388us
/aggregate functions/sparkbar/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ XFail 390us
/aggregate functions/sparkbar/datatypes/permutations/datetime,uint8 OK 12s 610ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Float32)) XFail 53ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Float64)) XFail 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 132ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,uint8 OK 82ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Decimal128(38))) XFail 50ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Date)) XFail 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,uint64 OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 65ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(DateTime)) XFail 52ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,uint8 OK 100ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(DateTime64(3))) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,uint32 OK 84ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(Bool)) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,uint16 OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,uint64 OK 70ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(String)) XFail 48ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(FixedString(51))) XFail 52ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,uint32 OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,nullable_uint8_ OK 88ms
/aggregate functions/singleValueOrNull/Map(Int16,Nullable(UUID)) XFail 64ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,uint16 OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,uint8 OK 67ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,nullable_uint64_ OK 67ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UInt8)) XFail 48ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,uint64 OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 86ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UInt16)) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,nullable_uint32_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UInt32)) XFail 50ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,uint32 OK 112ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 103ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,nullable_uint16_ OK 106ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UInt64)) XFail 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 80ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UInt128)) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,uint16 OK 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,lowcardinality_uint8_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Int8)) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 87ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,lowcardinality_uint64_ OK 64ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 76ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Int16)) XFail 61ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,lowcardinality_uint32_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 93ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 80ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Int32)) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,lowcardinality_uint16_ OK 90ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Int64)) XFail 64ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Int128)) XFail 54ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 83ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Float32)) XFail 57ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Float64)) XFail 67ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 66ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Date)) XFail 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 68ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(DateTime)) XFail 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 83ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Bool)) XFail 49ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(String)) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,uint8 OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(FixedString(51))) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,uint64 OK 66ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(UUID)) XFail 51ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,uint32 OK 74ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UInt8))) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,uint8 OK 73ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UInt16))) XFail 56ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,uint16 OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,uint64 OK 76ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UInt32))) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,nullable_uint8_ OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UInt64))) XFail 49ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,uint32 OK 70ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,nullable_uint64_ OK 90ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UInt128))) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,uint8 OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,uint16 OK 74ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Int8))) XFail 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,nullable_uint32_ OK 92ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Int16))) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,uint64 OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint8_ OK 83ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Int32))) XFail 49ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,nullable_uint16_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,uint32 OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint64_ OK 74ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Int64))) XFail 49ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,lowcardinality_uint8_ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Int128))) XFail 52ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint32_ OK 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,uint16 OK 80ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Float32))) XFail 56ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,lowcardinality_uint64_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint16_ OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 79ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Float64))) XFail 50ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,lowcardinality_uint32_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint8_ OK 100ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Date))) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,lowcardinality_uint16_ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(DateTime))) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint64_ OK 83ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(Bool))) XFail 50ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(String))) XFail 61ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 90ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint32_ OK 78ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(FixedString(51)))) XFail 52ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 81ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint16_ OK 88ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int16,LowCardinality(Nullable(UUID))) XFail 45ms
/aggregate functions/singleValueOrNull/Map(Int16,Array(String)) XFail 52ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int16,Map(String,LowCardinality(Float64))) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 76ms
/aggregate functions/singleValueOrNull/Map(Int16,Tuple(String)) XFail 67ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,uint8 OK 74ms
/aggregate functions/singleValueOrNull/Map(Int32,UInt8) XFail 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,uint64 OK 79ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,uint32 OK 72ms
/aggregate functions/singleValueOrNull/Map(Int32,UInt16) XFail 64ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int32,UInt32) XFail 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,uint16 OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,uint8 OK 83ms
/aggregate functions/singleValueOrNull/Map(Int32,UInt64) XFail 54ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,nullable_uint8_ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,uint64 OK 87ms
/aggregate functions/singleValueOrNull/Map(Int32,UInt128) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,nullable_uint64_ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,uint32 OK 73ms
/aggregate functions/singleValueOrNull/Map(Int32,Int8) XFail 68ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,uint8 OK 108ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,nullable_uint32_ OK 107ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,uint16 OK 107ms
/aggregate functions/singleValueOrNull/Map(Int32,Int16) XFail 86ms
/aggregate functions/singleValueOrNull/Map(Int32,Int32) XFail 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,uint64 OK 82ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,nullable_uint16_ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint8_ OK 68ms
/aggregate functions/singleValueOrNull/Map(Int32,Int64) XFail 65ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint64_ OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,lowcardinality_uint8_ OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,uint32 OK 63ms
/aggregate functions/singleValueOrNull/Map(Int32,Int128) XFail 49ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,uint16 OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,lowcardinality_uint64_ OK 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint32_ OK 84ms
/aggregate functions/singleValueOrNull/Map(Int32,Float32) XFail 48ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,lowcardinality_uint32_ OK 66ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint8_ OK 68ms
/aggregate functions/singleValueOrNull/Map(Int32,Float64) XFail 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint16_ OK 67ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,lowcardinality_uint16_ OK 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint64_ OK 82ms
/aggregate functions/singleValueOrNull/Map(Int32,Decimal128(38)) XFail 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint8_ OK 76ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint32_ OK 85ms
/aggregate functions/singleValueOrNull/Map(Int32,Date) XFail 65ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint64_ OK 82ms
/aggregate functions/singleValueOrNull/Map(Int32,DateTime) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,nullable_uint16_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint32_ OK 74ms
/aggregate functions/singleValueOrNull/Map(Int32,DateTime64(3)) XFail 55ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint8_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint16_ OK 86ms
/aggregate functions/singleValueOrNull/Map(Int32,Bool) XFail 50ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/singleValueOrNull/Map(Int32,String) XFail 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint64_ OK 76ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint8__ OK 103ms
/aggregate functions/singleValueOrNull/Map(Int32,FixedString(51)) XFail 55ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,uint8 OK 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint32_ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/singleValueOrNull/Map(Int32,UUID) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,uint64 OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint16_ OK 67ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UInt8)) XFail 48ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,uint32 OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UInt16)) XFail 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,uint16 OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UInt32)) XFail 49ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UInt64)) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,uint8 OK 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,nullable_uint8_ OK 74ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UInt128)) XFail 50ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,uint64 OK 91ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Int8)) XFail 55ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,nullable_uint64_ OK 75ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Int16)) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint8 OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,nullable_uint32_ OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,uint32 OK 77ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Int32)) XFail 49ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint64 OK 72ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Int64)) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,uint16 OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,nullable_uint16_ OK 97ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint32 OK 76ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Int128)) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,nullable_uint8_ OK 71ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,lowcardinality_uint8_ OK 79ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Float32)) XFail 50ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,uint16 OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,nullable_uint64_ OK 69ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Float64)) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,lowcardinality_uint64_ OK 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint8_ OK 96ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,nullable_uint32_ OK 75ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Decimal128(38))) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,lowcardinality_uint32_ OK 80ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Date)) XFail 62ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,nullable_uint16_ OK 76ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint64_ OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,lowcardinality_uint16_ OK 89ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(DateTime)) XFail 57ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,lowcardinality_uint8_ OK 83ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(DateTime64(3))) XFail 66ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint32_ OK 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,lowcardinality_uint64_ OK 79ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(Bool)) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,nullable_uint16_ OK 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(String)) XFail 53ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,lowcardinality_uint32_ OK 68ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint8_ OK 76ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(FixedString(51))) XFail 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,lowcardinality_uint16_ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int32,Nullable(UUID)) XFail 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint64_ OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UInt8)) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint32_ OK 84ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,uint8 OK 105ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UInt16)) XFail 51ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_uint16_ OK 111ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UInt32)) XFail 110ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,uint64 OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UInt64)) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,uint32 OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UInt128)) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,uint8 OK 66ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,uint16 OK 99ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Int8)) XFail 51ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,uint64 OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Int16)) XFail 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,nullable_uint8_ OK 87ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Int32)) XFail 58ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,uint32 OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Int64)) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,nullable_uint64_ OK 82ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,uint16 OK 85ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,uint8 OK 75ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Int128)) XFail 60ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,nullable_uint32_ OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,uint64 OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,nullable_uint8_ OK 76ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Float32)) XFail 62ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,nullable_uint16_ OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,uint32 OK 82ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Float64)) XFail 48ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,nullable_uint64_ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Date)) XFail 55ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,uint16 OK 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,nullable_uint32_ OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,lowcardinality_uint8_ OK 70ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(DateTime)) XFail 68ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,nullable_uint8_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,nullable_uint16_ OK 91ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,lowcardinality_uint64_ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Bool)) XFail 62ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,nullable_uint64_ OK 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,lowcardinality_uint32_ OK 74ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(String)) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,lowcardinality_uint8_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(FixedString(51))) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,nullable_uint32_ OK 67ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,lowcardinality_uint16_ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,lowcardinality_uint64_ OK 66ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(UUID)) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,nullable_uint16_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,lowcardinality_uint32_ OK 75ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UInt8))) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,lowcardinality_uint8_ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,lowcardinality_uint16_ OK 69ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UInt16))) XFail 59ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,lowcardinality_uint64_ OK 79ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UInt32))) XFail 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,lowcardinality_uint32_ OK 69ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UInt64))) XFail 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UInt128))) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,lowcardinality_uint16_ OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Int8))) XFail 53ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,uint8 OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Int16))) XFail 51ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,uint64 OK 74ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Int32))) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,uint8 OK 69ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Int64))) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,uint32 OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,uint64 OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Int128))) XFail 55ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,uint16 OK 86ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Float32))) XFail 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,uint32 OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,nullable_uint8_ OK 84ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Float64))) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,uint16 OK 77ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,uint8 OK 91ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Date))) XFail 58ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,nullable_uint64_ OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,nullable_uint8_ OK 96ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,uint64 OK 78ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(DateTime))) XFail 81ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,nullable_uint32_ OK 101ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,nullable_uint64_ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,uint32 OK 79ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(Bool))) XFail 57ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,nullable_uint16_ OK 87ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(String))) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,nullable_uint32_ OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,uint16 OK 76ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(FixedString(51)))) XFail 73ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,lowcardinality_uint8_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,nullable_uint16_ OK 84ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,nullable_uint8_ OK 68ms
/aggregate functions/singleValueOrNull/Map(Int32,LowCardinality(Nullable(UUID))) XFail 50ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,lowcardinality_uint64_ OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,nullable_uint64_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,lowcardinality_uint8_ OK 87ms
/aggregate functions/singleValueOrNull/Map(Int32,Array(String)) XFail 67ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,lowcardinality_uint32_ OK 67ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,nullable_uint32_ OK 80ms
/aggregate functions/singleValueOrNull/Map(Int32,Map(String,LowCardinality(Float64))) XFail 48ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,lowcardinality_uint64_ OK 86ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,lowcardinality_uint16_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int32,Tuple(String)) XFail 58ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,nullable_uint16_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,lowcardinality_uint32_ OK 88ms
/aggregate functions/singleValueOrNull/Map(Int64,UInt8) XFail 52ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,lowcardinality_uint8_ OK 81ms
/aggregate functions/singleValueOrNull/Map(Int64,UInt16) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,lowcardinality_uint16_ OK 85ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/singleValueOrNull/Map(Int64,UInt32) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,lowcardinality_uint64_ OK 80ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int64,UInt64) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,lowcardinality_uint32_ OK 80ms
/aggregate functions/singleValueOrNull/Map(Int64,UInt128) XFail 49ms
/aggregate functions/quantilesTimingWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/singleValueOrNull/Map(Int64,Int8) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,lowcardinality_uint16_ OK 81ms
/aggregate functions/stddevPop OK 3s 983ms
/aggregate functions/stddevPop/constant OK 40ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/singleValueOrNull/Map(Int64,Int16) XFail 56ms
/aggregate functions/stddevPop/zero rows OK 45ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 103ms
/aggregate functions/singleValueOrNull/Map(Int64,Int32) XFail 71ms
/aggregate functions/stddevPop/single row OK 39ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/stddevPop/with group by OK 37ms
/aggregate functions/singleValueOrNull/Map(Int64,Int64) XFail 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,uint8 OK 80ms
/aggregate functions/stddevPop/some negative values OK 36ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/stddevPop/NULL value handling OK 46ms
/aggregate functions/singleValueOrNull/Map(Int64,Int128) XFail 61ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,uint64 OK 77ms
/aggregate functions/stddevPop/single NULL value OK 45ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 99ms
/aggregate functions/stddevPop/return type OK 53ms
/aggregate functions/singleValueOrNull/Map(Int64,Float32) XFail 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,uint32 OK 83ms
/aggregate functions/singleValueOrNull/Map(Int64,Float64) XFail 56ms
/aggregate functions/stddevPop/doc example OK 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/stddevPop/inf OK 43ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,uint16 OK 72ms
/aggregate functions/singleValueOrNull/Map(Int64,Decimal128(38)) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,uint8 OK 71ms
/aggregate functions/stddevPop/-inf OK 39ms
/aggregate functions/singleValueOrNull/Map(Int64,Date) XFail 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,nullable_uint8_ OK 329ms
/aggregate functions/stddevPop/nan OK 40ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,uint64 OK 333ms
/aggregate functions/stddevPop/inf, -inf, nan OK 278ms
/aggregate functions/singleValueOrNull/Map(Int64,DateTime) XFail 280ms
/aggregate functions/stddevPop/UInt8 OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,nullable_uint64_ OK 80ms
/aggregate functions/singleValueOrNull/Map(Int64,DateTime64(3)) XFail 49ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,uint32 OK 85ms
/aggregate functions/singleValueOrNull/Map(Int64,Bool) XFail 52ms
/aggregate functions/stddevPop/UInt16 OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,nullable_uint32_ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int64,String) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,uint16 OK 72ms
/aggregate functions/stddevPop/UInt32 OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,nullable_uint16_ OK 81ms
/aggregate functions/singleValueOrNull/Map(Int64,FixedString(51)) XFail 68ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,nullable_uint8_ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int64,UUID) XFail 54ms
/aggregate functions/stddevPop/UInt64 OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,nullable_uint64_ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UInt8)) XFail 68ms
/aggregate functions/stddevPop/Int8 OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,lowcardinality_uint64_ OK 67ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,nullable_uint32_ OK 66ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UInt16)) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,lowcardinality_uint32_ OK 69ms
/aggregate functions/stddevPop/Int16 OK 92ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,nullable_uint16_ OK 88ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UInt32)) XFail 65ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,lowcardinality_uint16_ OK 80ms
/aggregate functions/stddevPop/Int32 OK 76ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UInt64)) XFail 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,lowcardinality_uint8_ OK 87ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UInt128)) XFail 55ms
/aggregate functions/stddevPop/Int64 OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,lowcardinality_uint64_ OK 95ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Int8)) XFail 52ms
/aggregate functions/stddevPop/Float32 OK 76ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Int16)) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,lowcardinality_uint32_ OK 66ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Int32)) XFail 53ms
/aggregate functions/stddevPop/Float64 OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,lowcardinality_uint16_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Int64)) XFail 54ms
/aggregate functions/stddevPop/Nullable(UInt8) OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Int128)) XFail 49ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,uint8 OK 69ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Float32)) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/stddevPop/Nullable(UInt16) OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,uint64 OK 78ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Float64)) XFail 74ms
/aggregate functions/stddevPop/Nullable(UInt32) OK 68ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,uint32 OK 71ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Decimal128(38))) XFail 71ms
/aggregate functions/stddevPop/Nullable(UInt64) OK 67ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,uint16 OK 75ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Date)) XFail 73ms
/aggregate functions/stddevPop/Nullable(Int8) OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,uint8 OK 72ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,nullable_uint8_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(DateTime)) XFail 72ms
/aggregate functions/stddevPop/Nullable(Int16) OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,uint64 OK 67ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,nullable_uint64_ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(DateTime64(3))) XFail 67ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,uint32 OK 80ms
/aggregate functions/stddevPop/Nullable(Int32) OK 92ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,nullable_uint32_ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(Bool)) XFail 50ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,uint16 OK 73ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(String)) XFail 57ms
/aggregate functions/stddevPop/Nullable(Int64) OK 67ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,nullable_uint16_ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(FixedString(51))) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,nullable_uint8_ OK 78ms
/aggregate functions/stddevPop/Nullable(Float32) OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,lowcardinality_uint8_ OK 73ms
/aggregate functions/singleValueOrNull/Map(Int64,Nullable(UUID)) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,nullable_uint64_ OK 113ms
/aggregate functions/stddevPop/Nullable(Float64) OK 104ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,lowcardinality_uint64_ OK 95ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UInt8)) XFail 83ms
/aggregate functions/stddevPop/LowCardinality(UInt8) OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,lowcardinality_uint32_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UInt16)) XFail 50ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,nullable_uint32_ OK 67ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UInt32)) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,nullable_uint16_ OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,lowcardinality_uint16_ OK 80ms
/aggregate functions/stddevPop/LowCardinality(UInt16) OK 69ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UInt64)) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,lowcardinality_uint8_ OK 86ms
/aggregate functions/stddevPop/LowCardinality(UInt32) OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UInt128)) XFail 55ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Int8)) XFail 75ms
/aggregate functions/stddevPop/LowCardinality(UInt64) OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,lowcardinality_uint64_ OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Int16)) XFail 71ms
/aggregate functions/stddevPop/LowCardinality(Int8) OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,lowcardinality_uint32_ OK 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Int32)) XFail 63ms
/aggregate functions/stddevPop/LowCardinality(Int16) OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,lowcardinality_uint16_ OK 138ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 127ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Int64)) XFail 87ms
/aggregate functions/stddevPop/LowCardinality(Int32) OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,uint8 OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Int128)) XFail 66ms
/aggregate functions/stddevPop/LowCardinality(Int64) OK 77ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Float32)) XFail 52ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,uint64 OK 67ms
/aggregate functions/stddevPop/LowCardinality(Float32) OK 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Float64)) XFail 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,uint32 OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/stddevPop/LowCardinality(Float64) OK 81ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Date)) XFail 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,uint16 OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(DateTime)) XFail 68ms
/aggregate functions/stddevPop/LowCardinality(Nullable(UInt8)) OK 70ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,nullable_uint8_ OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,uint8 OK 68ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Bool)) XFail 58ms
/aggregate functions/stddevPop/LowCardinality(Nullable(UInt16)) OK 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,nullable_uint64_ OK 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,uint64 OK 74ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(String)) XFail 50ms
/aggregate functions/stddevPop/LowCardinality(Nullable(UInt32)) OK 80ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(FixedString(51))) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,uint32 OK 75ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,nullable_uint32_ OK 67ms
/aggregate functions/stddevPop/LowCardinality(Nullable(UInt64)) OK 76ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(UUID)) XFail 65ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,nullable_uint16_ OK 86ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,uint16 OK 91ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UInt8))) XFail 57ms
/aggregate functions/stddevPop/LowCardinality(Nullable(Int8)) OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,lowcardinality_uint8_ OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,nullable_uint8_ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UInt16))) XFail 76ms
/aggregate functions/stddevPop/LowCardinality(Nullable(Int16)) OK 113ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,nullable_uint64_ OK 74ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UInt32))) XFail 63ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,lowcardinality_uint64_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UInt64))) XFail 53ms
/aggregate functions/stddevPop/LowCardinality(Nullable(Int32)) OK 90ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,nullable_uint32_ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,lowcardinality_uint32_ OK 89ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UInt128))) XFail 53ms
/aggregate functions/stddevPop/LowCardinality(Nullable(Int64)) OK 95ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,nullable_uint16_ OK 77ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,lowcardinality_uint16_ OK 75ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Int8))) XFail 48ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Int16))) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,lowcardinality_uint8_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/stddevPop/LowCardinality(Nullable(Float32)) OK 67ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Int32))) XFail 51ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,lowcardinality_uint64_ OK 71ms
/aggregate functions/stddevPop/LowCardinality(Nullable(Float64)) OK 69ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Int64))) XFail 65ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,lowcardinality_uint32_ OK 99ms
/aggregate functions/stddevPopStable OK 3s 859ms
/aggregate functions/stddevPopStable/constant OK 47ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Int128))) XFail 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 65ms
/aggregate functions/stddevPopStable/zero rows OK 38ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Float32))) XFail 62ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/stddevPopStable/single row OK 44ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,lowcardinality_uint16_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Float64))) XFail 56ms
/aggregate functions/stddevPopStable/with group by OK 58ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,uint8 OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Date))) XFail 67ms
/aggregate functions/stddevPopStable/some negative values OK 59ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,uint64 OK 73ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(DateTime))) XFail 72ms
/aggregate functions/stddevPopStable/NULL value handling OK 40ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/stddevPopStable/single NULL value OK 42ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,uint32 OK 75ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(Bool))) XFail 59ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/stddevPopStable/return type OK 47ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,uint16 OK 79ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(String))) XFail 53ms
/aggregate functions/stddevPopStable/doc example OK 41ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/stddevPopStable/inf OK 58ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(FixedString(51)))) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 81ms
/aggregate functions/stddevPopStable/-inf OK 56ms
/aggregate functions/singleValueOrNull/Map(Int64,LowCardinality(Nullable(UUID))) XFail 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,uint8 OK 68ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 102ms
/aggregate functions/stddevPopStable/nan OK 45ms
/aggregate functions/singleValueOrNull/Map(Int64,Array(String)) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,uint64 OK 70ms
/aggregate functions/stddevPopStable/inf, -inf, nan OK 43ms
/aggregate functions/singleValueOrNull/Map(Int64,Map(String,LowCardinality(Float64))) XFail 52ms
/aggregate functions/stddevPopStable/UInt8 OK 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,uint32 OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 76ms
/aggregate functions/singleValueOrNull/Map(Int64,Tuple(String)) XFail 55ms
/aggregate functions/stddevPopStable/UInt16 OK 91ms
/aggregate functions/singleValueOrNull/Map(Int128,UInt8) XFail 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,uint16 OK 68ms
/aggregate functions/singleValueOrNull/Map(Int128,UInt16) XFail 66ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,nullable_uint8_ OK 76ms
/aggregate functions/stddevPopStable/UInt32 OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 75ms
/aggregate functions/singleValueOrNull/Map(Int128,UInt32) XFail 61ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,nullable_uint64_ OK 74ms
/aggregate functions/stddevPopStable/UInt64 OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 73ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,uint64 OK 13s 363ms
/aggregate functions/singleValueOrNull/Map(Int128,UInt64) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,nullable_uint32_ OK 84ms
/aggregate functions/stddevPopStable/Int8 OK 84ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 80ms
/aggregate functions/singleValueOrNull/Map(Int128,UInt128) XFail 61ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,nullable_uint16_ OK 104ms
/aggregate functions/stddevPopStable/Int16 OK 73ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 77ms
/aggregate functions/singleValueOrNull/Map(Int128,Int8) XFail 49ms
/aggregate functions/singleValueOrNull/Map(Int128,Int16) XFail 53ms
/aggregate functions/stddevPopStable/Int32 OK 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,lowcardinality_uint8_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Int128,Int32) XFail 55ms
/aggregate functions/stddevPopStable/Int64 OK 69ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int128,Int64) XFail 53ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,lowcardinality_uint64_ OK 71ms
/aggregate functions/stddevPopStable/Float32 OK 79ms
/aggregate functions/singleValueOrNull/Map(Int128,Int128) XFail 67ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,lowcardinality_uint32_ OK 76ms
/aggregate functions/singleValueOrNull/Map(Int128,Float32) XFail 55ms
/aggregate functions/stddevPopStable/Float64 OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,lowcardinality_uint16_ OK 88ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/singleValueOrNull/Map(Int128,Float64) XFail 54ms
/aggregate functions/stddevPopStable/Nullable(UInt8) OK 119ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,uint8 OK 95ms
/aggregate functions/singleValueOrNull/Map(Int128,Decimal128(38)) XFail 82ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/singleValueOrNull/Map(Int128,Date) XFail 60ms
/aggregate functions/stddevPopStable/Nullable(UInt16) OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,uint64 OK 69ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/singleValueOrNull/Map(Int128,DateTime) XFail 104ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,uint32 OK 93ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 157ms
/aggregate functions/stddevPopStable/Nullable(UInt32) OK 158ms
/aggregate functions/singleValueOrNull/Map(Int128,DateTime64(3)) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,uint16 OK 78ms
/aggregate functions/singleValueOrNull/Map(Int128,Bool) XFail 54ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/stddevPopStable/Nullable(UInt64) OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,nullable_uint8_ OK 85ms
/aggregate functions/singleValueOrNull/Map(Int128,String) XFail 60ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,uint8 OK 81ms
/aggregate functions/stddevPopStable/Nullable(Int8) OK 89ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,nullable_uint64_ OK 77ms
/aggregate functions/singleValueOrNull/Map(Int128,FixedString(51)) XFail 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,uint64 OK 93ms
/aggregate functions/singleValueOrNull/Map(Int128,UUID) XFail 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,nullable_uint32_ OK 75ms
/aggregate functions/stddevPopStable/Nullable(Int16) OK 71ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UInt8)) XFail 54ms
/aggregate functions/stddevPopStable/Nullable(Int32) OK 66ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,nullable_uint16_ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,uint32 OK 72ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UInt16)) XFail 61ms
/aggregate functions/stddevPopStable/Nullable(Int64) OK 66ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,uint16 OK 83ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,lowcardinality_uint8_ OK 82ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UInt32)) XFail 66ms
/aggregate functions/stddevPopStable/Nullable(Float32) OK 70ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UInt64)) XFail 58ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,nullable_uint8_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,lowcardinality_uint64_ OK 76ms
/aggregate functions/stddevPopStable/Nullable(Float64) OK 66ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UInt128)) XFail 71ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,lowcardinality_uint32_ OK 81ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,nullable_uint64_ OK 78ms
/aggregate functions/stddevPopStable/LowCardinality(UInt8) OK 68ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Int8)) XFail 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,nullable_uint32_ OK 86ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,lowcardinality_uint16_ OK 75ms
/aggregate functions/stddevPopStable/LowCardinality(UInt16) OK 71ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Int16)) XFail 54ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,nullable_uint16_ OK 93ms
/aggregate functions/stddevPopStable/LowCardinality(UInt32) OK 70ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Int32)) XFail 79ms
/aggregate functions/stddevPopStable/LowCardinality(UInt64) OK 98ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Int64)) XFail 48ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,lowcardinality_uint8_ OK 84ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Int128)) XFail 62ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/stddevPopStable/LowCardinality(Int8) OK 88ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,lowcardinality_uint64_ OK 84ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Float32)) XFail 53ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Float64)) XFail 65ms
/aggregate functions/stddevPopStable/LowCardinality(Int16) OK 72ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,lowcardinality_uint32_ OK 79ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,uint8 OK 88ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Decimal128(38))) XFail 57ms
/aggregate functions/stddevPopStable/LowCardinality(Int32) OK 78ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,lowcardinality_uint16_ OK 78ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Date)) XFail 53ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,uint64 OK 92ms
/aggregate functions/stddevPopStable/LowCardinality(Int64) OK 73ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(DateTime)) XFail 54ms
/aggregate functions/stddevPopStable/LowCardinality(Float32) OK 86ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(DateTime64(3))) XFail 51ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,uint32 OK 71ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(Bool)) XFail 64ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,uint16 OK 76ms
/aggregate functions/stddevPopStable/LowCardinality(Float64) OK 89ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(String)) XFail 50ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,nullable_uint8_ OK 83ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(FixedString(51))) XFail 49ms
/aggregate functions/stddevPopStable/LowCardinality(Nullable(UInt8)) OK 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/datetime,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/singleValueOrNull/Map(Int128,Nullable(UUID)) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,nullable_uint64_ OK 72ms
/aggregate functions/stddevPopStable/LowCardinality(Nullable(UInt16)) OK 75ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,uint8 OK 77ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UInt8)) XFail 66ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,nullable_uint32_ OK 74ms
/aggregate functions/stddevPopStable/LowCardinality(Nullable(UInt32)) OK 86ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UInt16)) XFail 61ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,uint64 OK 90ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,nullable_uint16_ OK 83ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UInt32)) XFail 57ms
/aggregate functions/stddevPopStable/LowCardinality(Nullable(UInt64)) OK 67ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,uint32 OK 85ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UInt64)) XFail 55ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,lowcardinality_uint8_ OK 68ms
/aggregate functions/stddevPopStable/LowCardinality(Nullable(Int8)) OK 66ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UInt128)) XFail 70ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,uint16 OK 74ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,lowcardinality_uint64_ OK 68ms
/aggregate functions/stddevPopStable/LowCardinality(Nullable(Int16)) OK 77ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Int8)) XFail 51ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,nullable_uint8_ OK 88ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,lowcardinality_uint32_ OK 74ms
/aggregate functions/stddevPopStable/LowCardinality(Nullable(Int32)) OK 77ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Int16)) XFail 56ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,lowcardinality_uint16_ OK 92ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,nullable_uint64_ OK 91ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Int32)) XFail 55ms
/aggregate functions/stddevPopStable/LowCardinality(Nullable(Int64)) OK 65ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Int64)) XFail 52ms
/aggregate functions/stddevPopStable/LowCardinality(Nullable(Float32)) OK 128ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,lowcardinality_nullable_uint8__ OK 114ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,nullable_uint32_ OK 106ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Int128)) XFail 91ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,nullable_uint16_ OK 78ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/stddevPopStable/LowCardinality(Nullable(Float64)) OK 83ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Float32)) XFail 46ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Float64)) XFail 56ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,lowcardinality_uint8_ OK 91ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/stddevSamp OK 3s 581ms
/aggregate functions/stddevSamp/constant OK 43ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Date)) XFail 60ms
/aggregate functions/stddevSamp/zero rows OK 40ms
/aggregate functions/quantilesExactWeighted/datatypes/permutations/date,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,lowcardinality_uint64_ OK 95ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(DateTime)) XFail 74ms
/aggregate functions/stddevSamp/single row OK 35ms
/aggregate functions/stddevSamp/with group by OK 40ms
/aggregate functions/stddevSampStable OK 3s 663ms
/aggregate functions/stddevSampStable/constant OK 44ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Bool)) XFail 57ms
/aggregate functions/stddevSamp/some negative values OK 57ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,lowcardinality_uint32_ OK 75ms
/aggregate functions/stddevSampStable/zero rows OK 48ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(String)) XFail 56ms
/aggregate functions/stddevSamp/NULL value handling OK 43ms
/aggregate functions/stddevSampStable/single row OK 42ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,lowcardinality_uint16_ OK 66ms
/aggregate functions/stddevSamp/single NULL value OK 55ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(FixedString(51))) XFail 60ms
/aggregate functions/stddevSampStable/with group by OK 50ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint8__ OK 99ms
/aggregate functions/stddevSamp/return type OK 57ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(UUID)) XFail 82ms
/aggregate functions/stddevSampStable/some negative values OK 42ms
/aggregate functions/stddevSamp/doc example OK 43ms
/aggregate functions/stddevSampStable/NULL value handling OK 44ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UInt8))) XFail 55ms
/aggregate functions/stddevSamp/inf OK 41ms
/aggregate functions/stddevSampStable/single NULL value OK 40ms
/aggregate functions/stddevSamp/-inf OK 42ms
/aggregate functions/stddevSampStable/return type OK 62ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UInt16))) XFail 62ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/stddevSamp/nan OK 41ms
/aggregate functions/stddevSampStable/doc example OK 50ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UInt32))) XFail 75ms
/aggregate functions/stddevSamp/inf, -inf, nan OK 39ms
/aggregate functions/quantilesTDigestWeighted/datatypes/permutations/date,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/stddevSampStable/inf OK 38ms
/aggregate functions/stddevSamp/UInt8 OK 71ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UInt64))) XFail 122ms
/aggregate functions/stddevSampStable/-inf OK 38ms
/aggregate functions/stochasticLinearRegression OK 3s 844ms
/aggregate functions/stochasticLinearRegression/constant OK 89ms
/aggregate functions/stddevSampStable/nan OK 65ms
/aggregate functions/stddevSamp/UInt16 OK 80ms
/aggregate functions/stddevSampStable/inf, -inf, nan OK 49ms
/aggregate functions/stochasticLinearRegression/zero rows OK 50ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UInt128))) XFail 56ms
/aggregate functions/stddevSamp/UInt32 OK 71ms
/aggregate functions/stddevSampStable/UInt8 OK 93ms
/aggregate functions/stochasticLinearRegression/single row OK 60ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Int8))) XFail 49ms
/aggregate functions/stddevSamp/UInt64 OK 72ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Int16))) XFail 66ms
/aggregate functions/stochasticLinearRegression/with group by OK 53ms
/aggregate functions/stddevSampStable/UInt16 OK 75ms
/aggregate functions/stddevSamp/Int8 OK 73ms
/aggregate functions/stochasticLinearRegression/some negative values OK 53ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Int32))) XFail 55ms
/aggregate functions/stddevSampStable/UInt32 OK 73ms
/aggregate functions/stochasticLinearRegression/NULL value handling OK 45ms
/aggregate functions/stddevSamp/Int16 OK 81ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Int64))) XFail 47ms
/aggregate functions/stochasticLinearRegression/single NULL value OK 43ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Int128))) XFail 56ms
/aggregate functions/stddevSampStable/UInt64 OK 83ms
/aggregate functions/stddevSamp/Int32 OK 89ms
/aggregate functions/stochasticLinearRegression/return type OK 51ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Float32))) XFail 56ms
/aggregate functions/stochasticLinearRegression/doc example OK 42ms
/aggregate functions/stddevSampStable/Int8 OK 73ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Float64))) XFail 58ms
/aggregate functions/stddevSamp/Int64 OK 80ms
/aggregate functions/stochasticLinearRegression/inf OK 49ms
/aggregate functions/stddevSampStable/Int16 OK 85ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Date))) XFail 57ms
/aggregate functions/stochasticLinearRegression/-inf OK 43ms
/aggregate functions/stddevSamp/Float32 OK 68ms
/aggregate functions/stochasticLinearRegression/nan OK 40ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(DateTime))) XFail 67ms
/aggregate functions/stddevSampStable/Int32 OK 66ms
/aggregate functions/stochasticLinearRegression/inf, -inf, nan OK 45ms
/aggregate functions/stddevSamp/Float64 OK 90ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(Bool))) XFail 55ms
/aggregate functions/stochasticLinearRegression/UInt8 OK 73ms
/aggregate functions/stddevSampStable/Int64 OK 71ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(String))) XFail 72ms
/aggregate functions/stddevSamp/Nullable(UInt8) OK 69ms
/aggregate functions/stochasticLinearRegression/UInt16 OK 68ms
/aggregate functions/stddevSampStable/Float32 OK 70ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(FixedString(51)))) XFail 55ms
/aggregate functions/stddevSamp/Nullable(UInt16) OK 73ms
/aggregate functions/stochasticLinearRegression/UInt32 OK 67ms
/aggregate functions/stddevSampStable/Float64 OK 83ms
/aggregate functions/singleValueOrNull/Map(Int128,LowCardinality(Nullable(UUID))) XFail 63ms
/aggregate functions/stddevSamp/Nullable(UInt32) OK 74ms
/aggregate functions/stochasticLinearRegression/UInt64 OK 66ms
/aggregate functions/stddevSampStable/Nullable(UInt8) OK 69ms
/aggregate functions/singleValueOrNull/Map(Int128,Array(String)) XFail 56ms
/aggregate functions/stddevSamp/Nullable(UInt64) OK 76ms
/aggregate functions/stochasticLinearRegression/Int8 OK 79ms
/aggregate functions/singleValueOrNull/Map(Int128,Map(String,LowCardinality(Float64))) XFail 55ms
/aggregate functions/stddevSampStable/Nullable(UInt16) OK 81ms
/aggregate functions/stddevSamp/Nullable(Int8) OK 79ms
/aggregate functions/singleValueOrNull/Map(Int128,Tuple(String)) XFail 57ms
/aggregate functions/stochasticLinearRegression/Int16 OK 87ms
/aggregate functions/stddevSampStable/Nullable(UInt32) OK 76ms
/aggregate functions/singleValueOrNull/Map(Date,UInt8) XFail 62ms
/aggregate functions/stddevSamp/Nullable(Int16) OK 67ms
/aggregate functions/stochasticLinearRegression/Int32 OK 91ms
/aggregate functions/stddevSampStable/Nullable(UInt64) OK 86ms
/aggregate functions/singleValueOrNull/Map(Date,UInt16) XFail 50ms
/aggregate functions/stddevSamp/Nullable(Int32) OK 74ms
/aggregate functions/singleValueOrNull/Map(Date,UInt32) XFail 53ms
/aggregate functions/stochasticLinearRegression/Int64 OK 75ms
/aggregate functions/stddevSampStable/Nullable(Int8) OK 81ms
/aggregate functions/stddevSamp/Nullable(Int64) OK 80ms
/aggregate functions/singleValueOrNull/Map(Date,UInt64) XFail 52ms
/aggregate functions/stochasticLinearRegression/Float32 OK 77ms
/aggregate functions/singleValueOrNull/Map(Date,UInt128) XFail 56ms
/aggregate functions/stddevSampStable/Nullable(Int16) OK 78ms
/aggregate functions/stddevSamp/Nullable(Float32) OK 75ms
/aggregate functions/singleValueOrNull/Map(Date,Int8) XFail 55ms
/aggregate functions/stochasticLinearRegression/Float64 OK 69ms
/aggregate functions/stddevSampStable/Nullable(Int32) OK 72ms
/aggregate functions/stddevSamp/Nullable(Float64) OK 80ms
/aggregate functions/singleValueOrNull/Map(Date,Int16) XFail 58ms
/aggregate functions/stochasticLinearRegression/Nullable(UInt8) OK 84ms
/aggregate functions/stddevSampStable/Nullable(Int64) OK 66ms
/aggregate functions/singleValueOrNull/Map(Date,Int32) XFail 58ms
/aggregate functions/stddevSamp/LowCardinality(UInt8) OK 69ms
/aggregate functions/stochasticLinearRegression/Nullable(UInt16) OK 81ms
/aggregate functions/stddevSampStable/Nullable(Float32) OK 70ms
/aggregate functions/singleValueOrNull/Map(Date,Int64) XFail 49ms
/aggregate functions/stddevSamp/LowCardinality(UInt16) OK 71ms
/aggregate functions/singleValueOrNull/Map(Date,Int128) XFail 53ms
/aggregate functions/stddevSampStable/Nullable(Float64) OK 77ms
/aggregate functions/stochasticLinearRegression/Nullable(UInt32) OK 68ms
/aggregate functions/stddevSamp/LowCardinality(UInt32) OK 72ms
/aggregate functions/singleValueOrNull/Map(Date,Float32) XFail 52ms
/aggregate functions/stochasticLinearRegression/Nullable(UInt64) OK 90ms
/aggregate functions/stddevSampStable/LowCardinality(UInt8) OK 72ms
/aggregate functions/singleValueOrNull/Map(Date,Float64) XFail 53ms
/aggregate functions/stddevSamp/LowCardinality(UInt64) OK 70ms
/aggregate functions/singleValueOrNull/Map(Date,Decimal128(38)) XFail 68ms
/aggregate functions/stddevSampStable/LowCardinality(UInt16) OK 83ms
/aggregate functions/stochasticLinearRegression/Nullable(Int8) OK 87ms
/aggregate functions/stddevSamp/LowCardinality(Int8) OK 66ms
/aggregate functions/singleValueOrNull/Map(Date,Date) XFail 61ms
/aggregate functions/stddevSampStable/LowCardinality(UInt32) OK 70ms
/aggregate functions/stddevSamp/LowCardinality(Int16) OK 67ms
/aggregate functions/stochasticLinearRegression/Nullable(Int16) OK 90ms
/aggregate functions/singleValueOrNull/Map(Date,DateTime) XFail 49ms
/aggregate functions/stddevSampStable/LowCardinality(UInt64) OK 80ms
/aggregate functions/stddevSamp/LowCardinality(Int32) OK 70ms
/aggregate functions/singleValueOrNull/Map(Date,DateTime64(3)) XFail 63ms
/aggregate functions/stochasticLinearRegression/Nullable(Int32) OK 92ms
/aggregate functions/stddevSamp/LowCardinality(Int64) OK 96ms
/aggregate functions/stddevSampStable/LowCardinality(Int8) OK 73ms
/aggregate functions/singleValueOrNull/Map(Date,Bool) XFail 62ms
/aggregate functions/stochasticLinearRegression/Nullable(Int64) OK 74ms
/aggregate functions/singleValueOrNull/Map(Date,String) XFail 68ms
/aggregate functions/stddevSampStable/LowCardinality(Int16) OK 79ms
/aggregate functions/stddevSamp/LowCardinality(Float32) OK 71ms
/aggregate functions/stochasticLinearRegression/Nullable(Float32) OK 85ms
/aggregate functions/singleValueOrNull/Map(Date,FixedString(51)) XFail 53ms
/aggregate functions/stddevSampStable/LowCardinality(Int32) OK 72ms
/aggregate functions/stddevSamp/LowCardinality(Float64) OK 68ms
/aggregate functions/singleValueOrNull/Map(Date,UUID) XFail 64ms
/aggregate functions/stochasticLinearRegression/Nullable(Float64) OK 81ms
/aggregate functions/stddevSampStable/LowCardinality(Int64) OK 82ms
/aggregate functions/stddevSamp/LowCardinality(Nullable(UInt8)) OK 79ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UInt8)) XFail 68ms
/aggregate functions/stochasticLinearRegression/LowCardinality(UInt8) OK 68ms
/aggregate functions/stddevSampStable/LowCardinality(Float32) OK 81ms
/aggregate functions/stddevSamp/LowCardinality(Nullable(UInt16)) OK 83ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UInt16)) XFail 56ms
/aggregate functions/stochasticLinearRegression/LowCardinality(UInt16) OK 70ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UInt32)) XFail 53ms
/aggregate functions/stddevSampStable/LowCardinality(Float64) OK 70ms
/aggregate functions/stddevSamp/LowCardinality(Nullable(UInt32)) OK 68ms
/aggregate functions/stochasticLinearRegression/LowCardinality(UInt32) OK 73ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UInt64)) XFail 66ms
/aggregate functions/stddevSampStable/LowCardinality(Nullable(UInt8)) OK 78ms
/aggregate functions/stddevSamp/LowCardinality(Nullable(UInt64)) OK 77ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UInt128)) XFail 52ms
/aggregate functions/stochasticLinearRegression/LowCardinality(UInt64) OK 82ms
/aggregate functions/stddevSampStable/LowCardinality(Nullable(UInt16)) OK 74ms
/aggregate functions/stddevSamp/LowCardinality(Nullable(Int8)) OK 64ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Int8)) XFail 60ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Int8) OK 69ms
/aggregate functions/stddevSamp/LowCardinality(Nullable(Int16)) OK 80ms
/aggregate functions/stddevSampStable/LowCardinality(Nullable(UInt32)) OK 84ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Int16)) XFail 66ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Int16) OK 69ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Int32)) XFail 69ms
/aggregate functions/stddevSamp/LowCardinality(Nullable(Int32)) OK 70ms
/aggregate functions/stddevSampStable/LowCardinality(Nullable(UInt64)) OK 69ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Int32) OK 72ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Int64)) XFail 62ms
/aggregate functions/stddevSamp/LowCardinality(Nullable(Int64)) OK 70ms
/aggregate functions/stddevSampStable/LowCardinality(Nullable(Int8)) OK 68ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Int64) OK 73ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Int128)) XFail 53ms
/aggregate functions/stddevSamp/LowCardinality(Nullable(Float32)) OK 68ms
/aggregate functions/stddevSampStable/LowCardinality(Nullable(Int16)) OK 71ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Float32)) XFail 53ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Float32) OK 66ms
/aggregate functions/stddevSamp/LowCardinality(Nullable(Float64)) OK 68ms
/aggregate functions/stddevSampStable/LowCardinality(Nullable(Int32)) OK 79ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Float64)) XFail 61ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Float64) OK 84ms
/aggregate functions/stochasticLogisticRegression OK 3s 783ms
/aggregate functions/stochasticLogisticRegression/constant OK 41ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Decimal128(38))) XFail 52ms
/aggregate functions/stddevSampStable/LowCardinality(Nullable(Int64)) OK 68ms
/aggregate functions/stochasticLogisticRegression/zero rows OK 40ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Nullable(UInt8)) OK 69ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Date)) XFail 71ms
/aggregate functions/stochasticLogisticRegression/single row OK 38ms
/aggregate functions/stddevSampStable/LowCardinality(Nullable(Float32)) OK 67ms
/aggregate functions/stochasticLogisticRegression/with group by OK 43ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Nullable(UInt16)) OK 91ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(DateTime)) XFail 82ms
/aggregate functions/stddevSampStable/LowCardinality(Nullable(Float64)) OK 70ms
/aggregate functions/stochasticLogisticRegression/some negative values OK 85ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Nullable(UInt32)) OK 76ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(DateTime64(3))) XFail 65ms
/aggregate functions/studentTTest OK 56s 157ms
/aggregate functions/studentTTest/single value in 0 population OK 42ms
/aggregate functions/stochasticLogisticRegression/NULL value handling OK 60ms
/aggregate functions/studentTTest/single value in 1 population OK 42ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(Bool)) XFail 54ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Nullable(UInt64)) OK 88ms
/aggregate functions/stochasticLogisticRegression/single NULL value OK 43ms
/aggregate functions/studentTTest/constant OK 37ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(String)) XFail 54ms
/aggregate functions/studentTTest/zero rows OK 37ms
/aggregate functions/stochasticLogisticRegression/return type OK 50ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Nullable(Int8)) OK 91ms
/aggregate functions/studentTTest/single row OK 38ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(FixedString(51))) XFail 54ms
/aggregate functions/stochasticLogisticRegression/doc example OK 41ms
/aggregate functions/studentTTest/single row with zero weight OK 43ms
/aggregate functions/stochasticLogisticRegression/inf OK 66ms
/aggregate functions/singleValueOrNull/Map(Date,Nullable(UUID)) XFail 68ms
/aggregate functions/studentTTest/with group by OK 40ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Nullable(Int16)) OK 73ms
/aggregate functions/stochasticLogisticRegression/-inf OK 42ms
/aggregate functions/studentTTest/some negative values OK 42ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UInt8)) XFail 49ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Nullable(Int32)) OK 92ms
/aggregate functions/stochasticLogisticRegression/nan OK 40ms
/aggregate functions/studentTTest/NULL value handling OK 39ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UInt16)) XFail 52ms
/aggregate functions/stochasticLogisticRegression/inf, -inf, nan OK 42ms
/aggregate functions/studentTTest/weight NULL value handling OK 37ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UInt32)) XFail 51ms
/aggregate functions/studentTTest/single NULL value OK 86ms
/aggregate functions/stochasticLogisticRegression/UInt8 OK 103ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Nullable(Int64)) OK 100ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UInt64)) XFail 95ms
/aggregate functions/studentTTest/return type OK 39ms
/aggregate functions/stochasticLogisticRegression/UInt16 OK 67ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Nullable(Float32)) OK 71ms
/aggregate functions/studentTTest/doc example OK 38ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UInt128)) XFail 53ms
/aggregate functions/studentTTest/inf OK 40ms
/aggregate functions/stochasticLogisticRegression/UInt32 OK 93ms
/aggregate functions/stochasticLinearRegression/LowCardinality(Nullable(Float64)) OK 86ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Int8)) XFail 54ms
/aggregate functions/studentTTest/-inf OK 58ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Int16)) XFail 49ms
/aggregate functions/studentTTest/nan OK 44ms
/aggregate functions/sum OK 4s 219ms
/aggregate functions/sum/constant OK 48ms
/aggregate functions/stochasticLogisticRegression/UInt64 OK 66ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Int32)) XFail 81ms
/aggregate functions/studentTTest/inf, -inf, nan OK 60ms
/aggregate functions/sum/zero rows OK 39ms
/aggregate functions/stochasticLogisticRegression/Int8 OK 92ms
/aggregate functions/sum/with group by OK 39ms
/aggregate functions/studentTTest/datatypes OK 55s 382ms
/aggregate functions/studentTTest/datatypes/permutations OK 55s 381ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,uint8 OK 73ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Int64)) XFail 53ms
/aggregate functions/sum/inf OK 42ms
/aggregate functions/stochasticLogisticRegression/Int16 OK 82ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Int128)) XFail 51ms
/aggregate functions/sum/-inf OK 39ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,uint64 OK 68ms
/aggregate functions/sum/nan OK 41ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Float32)) XFail 54ms
/aggregate functions/stochasticLogisticRegression/Int32 OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,uint32 OK 83ms
/aggregate functions/sum/inf, -inf, nan OK 55ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Float64)) XFail 58ms
/aggregate functions/sum/UInt8 OK 72ms
/aggregate functions/stochasticLogisticRegression/Int64 OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,uint16 OK 71ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Date)) XFail 56ms
/aggregate functions/sum/UInt16 OK 67ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(DateTime)) XFail 48ms
/aggregate functions/stochasticLogisticRegression/Float32 OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,nullable_uint8_ OK 66ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Bool)) XFail 53ms
/aggregate functions/sum/UInt32 OK 82ms
/aggregate functions/stochasticLogisticRegression/Float64 OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,nullable_uint64_ OK 67ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(String)) XFail 51ms
/aggregate functions/sum/UInt64 OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,nullable_uint32_ OK 78ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(FixedString(51))) XFail 50ms
/aggregate functions/stochasticLogisticRegression/Nullable(UInt8) OK 66ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(UUID)) XFail 56ms
/aggregate functions/sum/UInt128 OK 77ms
/aggregate functions/stochasticLogisticRegression/Nullable(UInt16) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,nullable_uint16_ OK 74ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UInt8))) XFail 50ms
/aggregate functions/sum/Int8 OK 82ms
/aggregate functions/stochasticLogisticRegression/Nullable(UInt32) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,lowcardinality_uint8_ OK 66ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UInt16))) XFail 47ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UInt32))) XFail 67ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,lowcardinality_uint64_ OK 66ms
/aggregate functions/stochasticLogisticRegression/Nullable(UInt64) OK 69ms
/aggregate functions/sum/Int16 OK 70ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UInt64))) XFail 67ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,lowcardinality_uint32_ OK 73ms
/aggregate functions/stochasticLogisticRegression/Nullable(Int8) OK 67ms
/aggregate functions/sum/Int32 OK 80ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UInt128))) XFail 60ms
/aggregate functions/stochasticLogisticRegression/Nullable(Int16) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,lowcardinality_uint16_ OK 74ms
/aggregate functions/sum/Int64 OK 70ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Int8))) XFail 56ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/stochasticLogisticRegression/Nullable(Int32) OK 72ms
/aggregate functions/sum/Int128 OK 72ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Int16))) XFail 55ms
/aggregate functions/stochasticLogisticRegression/Nullable(Int64) OK 92ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Int32))) XFail 53ms
/aggregate functions/sum/Float32 OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Int64))) XFail 58ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/sum/Float64 OK 84ms
/aggregate functions/stochasticLogisticRegression/Nullable(Float32) OK 72ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Int128))) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/stochasticLogisticRegression/Nullable(Float64) OK 91ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Float32))) XFail 76ms
/aggregate functions/sum/Decimal128(38) OK 84ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Float64))) XFail 74ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,uint8 OK 96ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(UInt8) OK 69ms
/aggregate functions/sum/Nullable(UInt8) OK 86ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Date))) XFail 55ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(UInt16) OK 83ms
/aggregate functions/sum/Nullable(UInt16) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,uint64 OK 74ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(DateTime))) XFail 63ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(UInt32) OK 90ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,uint32 OK 88ms
/aggregate functions/sum/Nullable(UInt32) OK 77ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(Bool))) XFail 47ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(String))) XFail 51ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(UInt64) OK 83ms
/aggregate functions/sum/Nullable(UInt64) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,uint16 OK 65ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(FixedString(51)))) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,nullable_uint8_ OK 73ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Int8) OK 81ms
/aggregate functions/singleValueOrNull/Map(Date,LowCardinality(Nullable(UUID))) XFail 53ms
/aggregate functions/sum/Nullable(UInt128) OK 72ms
/aggregate functions/singleValueOrNull/Map(Date,Array(String)) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,nullable_uint64_ OK 80ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Int16) OK 76ms
/aggregate functions/sum/Nullable(Int8) OK 74ms
/aggregate functions/singleValueOrNull/Map(Date,Map(String,LowCardinality(Float64))) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,nullable_uint32_ OK 67ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Int32) OK 79ms
/aggregate functions/sum/Nullable(Int16) OK 73ms
/aggregate functions/singleValueOrNull/Map(Date,Tuple(String)) XFail 74ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,nullable_uint16_ OK 68ms
/aggregate functions/sum/Nullable(Int32) OK 91ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Int64) OK 78ms
/aggregate functions/singleValueOrNull/Map(DateTime,UInt8) XFail 47ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,lowcardinality_uint8_ OK 74ms
/aggregate functions/singleValueOrNull/Map(DateTime,UInt16) XFail 52ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Float32) OK 69ms
/aggregate functions/sum/Nullable(Int64) OK 75ms
/aggregate functions/singleValueOrNull/Map(DateTime,UInt32) XFail 65ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,lowcardinality_uint64_ OK 70ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Float64) OK 81ms
/aggregate functions/sum/Nullable(Int128) OK 76ms
/aggregate functions/singleValueOrNull/Map(DateTime,UInt64) XFail 65ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,lowcardinality_uint32_ OK 75ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Nullable(UInt8)) OK 81ms
/aggregate functions/singleValueOrNull/Map(DateTime,UInt128) XFail 66ms
/aggregate functions/sum/Nullable(Float32) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,lowcardinality_uint16_ OK 65ms
/aggregate functions/singleValueOrNull/Map(DateTime,Int8) XFail 69ms
/aggregate functions/sum/Nullable(Float64) OK 82ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Nullable(UInt16)) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 65ms
/aggregate functions/singleValueOrNull/Map(DateTime,Int16) XFail 52ms
/aggregate functions/sum/Nullable(Decimal128(38)) OK 65ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Nullable(UInt32)) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/singleValueOrNull/Map(DateTime,Int32) XFail 51ms
/aggregate functions/sum/LowCardinality(UInt8) OK 91ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Nullable(UInt64)) OK 91ms
/aggregate functions/singleValueOrNull/Map(DateTime,Int64) XFail 73ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/sum/LowCardinality(UInt16) OK 79ms
/aggregate functions/singleValueOrNull/Map(DateTime,Int128) XFail 71ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Nullable(Int8)) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/singleValueOrNull/Map(DateTime,Float32) XFail 68ms
/aggregate functions/sum/LowCardinality(UInt32) OK 70ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Nullable(Int16)) OK 65ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,uint8 OK 75ms
/aggregate functions/singleValueOrNull/Map(DateTime,Float64) XFail 70ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Nullable(Int32)) OK 85ms
/aggregate functions/sum/LowCardinality(UInt64) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,uint64 OK 71ms
/aggregate functions/singleValueOrNull/Map(DateTime,Decimal128(38)) XFail 50ms
/aggregate functions/sum/LowCardinality(UInt128) OK 68ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Nullable(Int64)) OK 95ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,uint32 OK 63ms
/aggregate functions/singleValueOrNull/Map(DateTime,Date) XFail 48ms
/aggregate functions/sum/LowCardinality(Int8) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,uint16 OK 68ms
/aggregate functions/singleValueOrNull/Map(DateTime,DateTime) XFail 49ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Nullable(Float32)) OK 66ms
/aggregate functions/singleValueOrNull/Map(DateTime,DateTime64(3)) XFail 70ms
/aggregate functions/sum/LowCardinality(Int16) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,nullable_uint8_ OK 68ms
/aggregate functions/stochasticLogisticRegression/LowCardinality(Nullable(Float64)) OK 65ms
/aggregate functions/singleValueOrNull/Map(DateTime,Bool) XFail 60ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,nullable_uint64_ OK 88ms
/aggregate functions/sum/LowCardinality(Int32) OK 64ms
/aggregate functions/sumCount OK 4s 74ms
/aggregate functions/sumCount/constant OK 39ms
/aggregate functions/singleValueOrNull/Map(DateTime,String) XFail 56ms
/aggregate functions/sumCount/zero rows OK 38ms
/aggregate functions/sum/LowCardinality(Int64) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,nullable_uint32_ OK 68ms
/aggregate functions/sumCount/with group by OK 39ms
/aggregate functions/singleValueOrNull/Map(DateTime,FixedString(51)) XFail 53ms
/aggregate functions/sum/LowCardinality(Int128) OK 78ms
/aggregate functions/sumCount/inf OK 40ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,nullable_uint16_ OK 80ms
/aggregate functions/singleValueOrNull/Map(DateTime,UUID) XFail 68ms
/aggregate functions/sumCount/-inf OK 38ms
/aggregate functions/sum/LowCardinality(Float32) OK 70ms
/aggregate functions/sumCount/nan OK 38ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UInt8)) XFail 59ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,lowcardinality_uint8_ OK 66ms
/aggregate functions/sumCount/inf, -inf, nan OK 40ms
/aggregate functions/sum/LowCardinality(Float64) OK 87ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UInt16)) XFail 51ms
/aggregate functions/sumCount/UInt8 OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,lowcardinality_uint64_ OK 73ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UInt32)) XFail 71ms
/aggregate functions/sum/LowCardinality(Nullable(UInt8)) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,lowcardinality_uint32_ OK 73ms
/aggregate functions/sumCount/UInt16 OK 70ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UInt64)) XFail 65ms
/aggregate functions/sum/LowCardinality(Nullable(UInt16)) OK 75ms
/aggregate functions/sumCount/UInt32 OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,lowcardinality_uint16_ OK 64ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UInt128)) XFail 58ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/sum/LowCardinality(Nullable(UInt32)) OK 91ms
/aggregate functions/sumCount/UInt64 OK 75ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Int8)) XFail 67ms
/aggregate functions/sumCount/UInt128 OK 83ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Int16)) XFail 52ms
/aggregate functions/sum/LowCardinality(Nullable(UInt64)) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Int32)) XFail 53ms
/aggregate functions/sum/LowCardinality(Nullable(UInt128)) OK 70ms
/aggregate functions/sumCount/Int8 OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Int64)) XFail 64ms
/aggregate functions/sum/LowCardinality(Nullable(Int8)) OK 90ms
/aggregate functions/studentTTest/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/sumCount/Int16 OK 85ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Int128)) XFail 50ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Float32)) XFail 65ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,uint8 OK 71ms
/aggregate functions/sum/LowCardinality(Nullable(Int16)) OK 77ms
/aggregate functions/sumCount/Int32 OK 73ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Float64)) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,uint64 OK 102ms
/aggregate functions/sumCount/Int64 OK 68ms
/aggregate functions/sum/LowCardinality(Nullable(Int32)) OK 82ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Decimal128(38))) XFail 68ms
/aggregate functions/sumCount/Int128 OK 68ms
/aggregate functions/sum/LowCardinality(Nullable(Int64)) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,uint32 OK 69ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Date)) XFail 61ms
/aggregate functions/sumCount/Float32 OK 82ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(DateTime)) XFail 68ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,uint16 OK 69ms
/aggregate functions/sum/LowCardinality(Nullable(Int128)) OK 127ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(DateTime64(3))) XFail 64ms
/aggregate functions/sumCount/Float64 OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,nullable_uint8_ OK 63ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(Bool)) XFail 56ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,nullable_uint64_ OK 77ms
/aggregate functions/sumCount/Decimal128(38) OK 68ms
/aggregate functions/sum/LowCardinality(Nullable(Float32)) OK 66ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(String)) XFail 54ms
/aggregate functions/sumCount/Nullable(UInt8) OK 74ms
/aggregate functions/sum/LowCardinality(Nullable(Float64)) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,nullable_uint32_ OK 71ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(FixedString(51))) XFail 57ms
/aggregate functions/sumKahan OK 4s 236ms
/aggregate functions/sumKahan/constant OK 57ms
/aggregate functions/sumCount/Nullable(UInt16) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,nullable_uint16_ OK 69ms
/aggregate functions/singleValueOrNull/Map(DateTime,Nullable(UUID)) XFail 64ms
/aggregate functions/sumKahan/zero rows OK 56ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,lowcardinality_uint8_ OK 81ms
/aggregate functions/sumCount/Nullable(UInt32) OK 73ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UInt8)) XFail 60ms
/aggregate functions/sumKahan/with group by OK 46ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UInt16)) XFail 56ms
/aggregate functions/sumCount/Nullable(UInt64) OK 77ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,lowcardinality_uint64_ OK 66ms
/aggregate functions/sumKahan/inf OK 51ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UInt32)) XFail 69ms
/aggregate functions/sumKahan/-inf OK 46ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,lowcardinality_uint32_ OK 80ms
/aggregate functions/sumCount/Nullable(UInt128) OK 81ms
/aggregate functions/sumKahan/nan OK 52ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UInt64)) XFail 72ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,lowcardinality_uint16_ OK 79ms
/aggregate functions/sumKahan/inf, -inf, nan OK 39ms
/aggregate functions/sumCount/Nullable(Int8) OK 66ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UInt128)) XFail 57ms
/aggregate functions/sumKahan/UInt8 OK 69ms
/aggregate functions/sumCount/Nullable(Int16) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Int8)) XFail 69ms
/aggregate functions/sumKahan/UInt16 OK 67ms
/aggregate functions/sumCount/Nullable(Int32) OK 69ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Int16)) XFail 57ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/sumKahan/UInt32 OK 73ms
/aggregate functions/sumCount/Nullable(Int64) OK 78ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Int32)) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/sumKahan/UInt64 OK 69ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Int64)) XFail 55ms
/aggregate functions/sumCount/Nullable(Int128) OK 72ms
/aggregate functions/sumKahan/UInt128 OK 73ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Int128)) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/sumCount/Nullable(Float32) OK 72ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Float32)) XFail 53ms
/aggregate functions/sumKahan/Int8 OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,uint8 OK 73ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Float64)) XFail 61ms
/aggregate functions/sumCount/Nullable(Float64) OK 71ms
/aggregate functions/sumKahan/Int16 OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,uint64 OK 75ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Date)) XFail 67ms
/aggregate functions/sumCount/Nullable(Decimal128(38)) OK 67ms
/aggregate functions/sumKahan/Int32 OK 94ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,uint32 OK 80ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(DateTime)) XFail 62ms
/aggregate functions/sumCount/LowCardinality(UInt8) OK 80ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Bool)) XFail 56ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,uint16 OK 78ms
/aggregate functions/sumKahan/Int64 OK 64ms
/aggregate functions/sumCount/LowCardinality(UInt16) OK 81ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(String)) XFail 51ms
/aggregate functions/sumKahan/Int128 OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 70ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(FixedString(51))) XFail 49ms
/aggregate functions/sumCount/LowCardinality(UInt32) OK 73ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(UUID)) XFail 62ms
/aggregate functions/sumKahan/Float32 OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 72ms
/aggregate functions/sumCount/LowCardinality(UInt64) OK 70ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UInt8))) XFail 52ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 111ms
/aggregate functions/sumKahan/Float64 OK 98ms
/aggregate functions/sumCount/LowCardinality(UInt128) OK 94ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UInt16))) XFail 68ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UInt32))) XFail 70ms
/aggregate functions/sumKahan/Decimal128(38) OK 83ms
/aggregate functions/sumCount/LowCardinality(Int8) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 84ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UInt64))) XFail 51ms
/aggregate functions/sumCount/LowCardinality(Int16) OK 66ms
/aggregate functions/sumKahan/Nullable(UInt8) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 91ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UInt128))) XFail 61ms
/aggregate functions/sumCount/LowCardinality(Int32) OK 79ms
/aggregate functions/sumKahan/Nullable(UInt16) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 70ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Int8))) XFail 52ms
/aggregate functions/sumCount/LowCardinality(Int64) OK 79ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Int16))) XFail 55ms
/aggregate functions/sumKahan/Nullable(UInt32) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 78ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Int32))) XFail 54ms
/aggregate functions/sumCount/LowCardinality(Int128) OK 69ms
/aggregate functions/sumKahan/Nullable(UInt64) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 76ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Int64))) XFail 57ms
/aggregate functions/sumCount/LowCardinality(Float32) OK 74ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,uint32 OK 12s 55ms
/aggregate functions/sumKahan/Nullable(UInt128) OK 96ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Int128))) XFail 58ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/sumCount/LowCardinality(Float64) OK 68ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Float32))) XFail 52ms
/aggregate functions/sumKahan/Nullable(Int8) OK 82ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/sumCount/LowCardinality(Nullable(UInt8)) OK 76ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Float64))) XFail 54ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Date))) XFail 71ms
/aggregate functions/sumKahan/Nullable(Int16) OK 82ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/sumCount/LowCardinality(Nullable(UInt16)) OK 66ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(DateTime))) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/sumCount/LowCardinality(Nullable(UInt32)) OK 84ms
/aggregate functions/sumKahan/Nullable(Int32) OK 74ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(Bool))) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,uint8 OK 85ms
/aggregate functions/sumKahan/Nullable(Int64) OK 85ms
/aggregate functions/sumCount/LowCardinality(Nullable(UInt64)) OK 78ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(String))) XFail 61ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,uint64 OK 75ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) XFail 52ms
/aggregate functions/sumCount/LowCardinality(Nullable(UInt128)) OK 70ms
/aggregate functions/sumKahan/Nullable(Int128) OK 66ms
/aggregate functions/singleValueOrNull/Map(DateTime,LowCardinality(Nullable(UUID))) XFail 58ms
/aggregate functions/sumKahan/Nullable(Float32) OK 65ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,uint32 OK 83ms
/aggregate functions/sumCount/LowCardinality(Nullable(Int8)) OK 80ms
/aggregate functions/singleValueOrNull/Map(DateTime,Array(String)) XFail 53ms
/aggregate functions/sumKahan/Nullable(Float64) OK 65ms
/aggregate functions/sumCount/LowCardinality(Nullable(Int16)) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,uint16 OK 75ms
/aggregate functions/singleValueOrNull/Map(DateTime,Map(String,LowCardinality(Float64))) XFail 46ms
/aggregate functions/sumKahan/Nullable(Decimal128(38)) OK 71ms
/aggregate functions/singleValueOrNull/Map(DateTime,Tuple(String)) XFail 74ms
/aggregate functions/sumCount/LowCardinality(Nullable(Int32)) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 69ms
/aggregate functions/sumKahan/LowCardinality(UInt8) OK 71ms
/aggregate functions/singleValueOrNull/Map(Bool,UInt8) XFail 56ms
/aggregate functions/sumCount/LowCardinality(Nullable(Int64)) OK 91ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 69ms
/aggregate functions/singleValueOrNull/Map(Bool,UInt16) XFail 54ms
/aggregate functions/sumKahan/LowCardinality(UInt16) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 72ms
/aggregate functions/sumCount/LowCardinality(Nullable(Int128)) OK 104ms
/aggregate functions/singleValueOrNull/Map(Bool,UInt32) XFail 53ms
/aggregate functions/sumKahan/LowCardinality(UInt32) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 73ms
/aggregate functions/singleValueOrNull/Map(Bool,UInt64) XFail 49ms
/aggregate functions/sumKahan/LowCardinality(UInt64) OK 93ms
/aggregate functions/sumCount/LowCardinality(Nullable(Float32)) OK 75ms
/aggregate functions/singleValueOrNull/Map(Bool,UInt128) XFail 47ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 68ms
/aggregate functions/singleValueOrNull/Map(Bool,Int8) XFail 52ms
/aggregate functions/sumCount/LowCardinality(Nullable(Float64)) OK 74ms
/aggregate functions/sumKahan/LowCardinality(UInt128) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 75ms
/aggregate functions/singleValueOrNull/Map(Bool,Int16) XFail 64ms
/aggregate functions/sumMap OK 613ms
/aggregate functions/sumMap/constant OK 40ms
/aggregate functions/sumKahan/LowCardinality(Int8) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 69ms
/aggregate functions/singleValueOrNull/Map(Bool,Int32) XFail 52ms
/aggregate functions/sumMap/zero rows OK 52ms
/aggregate functions/singleValueOrNull/Map(Bool,Int64) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 71ms
/aggregate functions/sumMap/with group by OK 40ms
/aggregate functions/sumKahan/LowCardinality(Int16) OK 72ms
/aggregate functions/singleValueOrNull/Map(Bool,Int128) XFail 59ms
/aggregate functions/sumMap/some negative values OK 48ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/sumKahan/LowCardinality(Int32) OK 76ms
/aggregate functions/sumMap/one to many OK 42ms
/aggregate functions/singleValueOrNull/Map(Bool,Float32) XFail 55ms
/aggregate functions/sumMap/NULL value handling OK 59ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/sumKahan/LowCardinality(Int64) OK 75ms
/aggregate functions/singleValueOrNull/Map(Bool,Float64) XFail 45ms
/aggregate functions/sumMap/single NULL value OK 43ms
/aggregate functions/singleValueOrNull/Map(Bool,Decimal128(38)) XFail 52ms
/aggregate functions/sumKahan/LowCardinality(Int128) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/sumMap/inf OK 56ms
/aggregate functions/singleValueOrNull/Map(Bool,Date) XFail 50ms
/aggregate functions/sumMap/-inf OK 52ms
/aggregate functions/sumKahan/LowCardinality(Float32) OK 93ms
/aggregate functions/singleValueOrNull/Map(Bool,DateTime) XFail 87ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/sumMap/nan OK 52ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,uint8 OK 83ms
/aggregate functions/singleValueOrNull/Map(Bool,DateTime64(3)) XFail 51ms
/aggregate functions/sumKahan/LowCardinality(Float64) OK 69ms
/aggregate functions/sumMap/inf, -inf, nan OK 35ms
/aggregate functions/sumMap/return type OK 44ms
/aggregate functions/singleValueOrNull/Map(Bool,Bool) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,uint64 OK 78ms
/aggregate functions/sumKahan/LowCardinality(Nullable(UInt8)) OK 98ms
/aggregate functions/sumMap/NULL in strings OK 41ms
/aggregate functions/singleValueOrNull/Map(Bool,String) XFail 58ms
/aggregate functions/sumMap/datatypes XFail 683us
/aggregate functions/minMap OK 588ms
/aggregate functions/minMap/constant OK 44ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,uint32 OK 67ms
/aggregate functions/singleValueOrNull/Map(Bool,FixedString(51)) XFail 80ms
/aggregate functions/sumKahan/LowCardinality(Nullable(UInt16)) OK 70ms
/aggregate functions/minMap/zero rows OK 36ms
/aggregate functions/minMap/with group by OK 42ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,uint16 OK 75ms
/aggregate functions/sumKahan/LowCardinality(Nullable(UInt32)) OK 81ms
/aggregate functions/singleValueOrNull/Map(Bool,UUID) XFail 54ms
/aggregate functions/minMap/some negative values OK 41ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 79ms
/aggregate functions/minMap/one to many OK 43ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UInt8)) XFail 48ms
/aggregate functions/sumKahan/LowCardinality(Nullable(UInt64)) OK 76ms
/aggregate functions/minMap/NULL value handling OK 38ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UInt16)) XFail 58ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 84ms
/aggregate functions/minMap/single NULL value OK 42ms
/aggregate functions/sumKahan/LowCardinality(Nullable(UInt128)) OK 86ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UInt32)) XFail 56ms
/aggregate functions/minMap/inf OK 39ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 71ms
/aggregate functions/minMap/-inf OK 46ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UInt64)) XFail 72ms
/aggregate functions/sumKahan/LowCardinality(Nullable(Int8)) OK 76ms
/aggregate functions/minMap/nan OK 53ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UInt128)) XFail 52ms
/aggregate functions/minMap/inf, -inf, nan OK 42ms
/aggregate functions/sumKahan/LowCardinality(Nullable(Int16)) OK 68ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Int8)) XFail 62ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 68ms
/aggregate functions/minMap/return type OK 45ms
/aggregate functions/sumKahan/LowCardinality(Nullable(Int32)) OK 81ms
/aggregate functions/minMap/NULL in strings OK 69ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Int16)) XFail 74ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 144ms
/aggregate functions/sumKahan/LowCardinality(Nullable(Int64)) OK 78ms
/aggregate functions/minMap/datatypes XFail 391us
/aggregate functions/maxMap OK 637ms
/aggregate functions/maxMap/constant OK 43ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Int32)) XFail 58ms
/aggregate functions/maxMap/zero rows OK 47ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Int64)) XFail 55ms
/aggregate functions/sumKahan/LowCardinality(Nullable(Int128)) OK 66ms
/aggregate functions/maxMap/with group by OK 39ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Int128)) XFail 59ms
/aggregate functions/maxMap/some negative values OK 43ms
/aggregate functions/sumKahan/LowCardinality(Nullable(Float32)) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 90ms
/aggregate functions/maxMap/one to many OK 47ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Float32)) XFail 51ms
/aggregate functions/maxMap/NULL value handling OK 41ms
/aggregate functions/sumKahan/LowCardinality(Nullable(Float64)) OK 71ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Float64)) XFail 49ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/maxMap/single NULL value OK 40ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Decimal128(38))) XFail 53ms
/aggregate functions/sumWithOverflow OK 4s 468ms
/aggregate functions/sumWithOverflow/constant OK 56ms
/aggregate functions/maxMap/inf OK 40ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 105ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Date)) XFail 96ms
/aggregate functions/maxMap/-inf OK 91ms
/aggregate functions/sumWithOverflow/zero rows OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/maxMap/nan OK 46ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(DateTime)) XFail 55ms
/aggregate functions/sumWithOverflow/with group by OK 37ms
/aggregate functions/sumWithOverflow/inf OK 48ms
/aggregate functions/maxMap/inf, -inf, nan OK 50ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(DateTime64(3))) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/sumWithOverflow/-inf OK 60ms
/aggregate functions/maxMap/return type OK 53ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(Bool)) XFail 53ms
/aggregate functions/maxMap/NULL in strings OK 49ms
/aggregate functions/sumWithOverflow/nan OK 50ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,uint8 OK 75ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(String)) XFail 48ms
/aggregate functions/maxMap/datatypes XFail 438us
/aggregate functions/topK OK 2m 17s
/aggregate functions/topK/constant OK 53ms
/aggregate functions/sumWithOverflow/inf, -inf, nan OK 56ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(FixedString(51))) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,uint64 OK 79ms
/aggregate functions/topK/zero rows OK 65ms
/aggregate functions/sumWithOverflow/UInt8 OK 69ms
/aggregate functions/singleValueOrNull/Map(Bool,Nullable(UUID)) XFail 56ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,uint32 OK 79ms
/aggregate functions/topK/with group by OK 65ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UInt8)) XFail 52ms
/aggregate functions/sumWithOverflow/UInt16 OK 81ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UInt16)) XFail 65ms
/aggregate functions/topK/some negative values OK 61ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,uint16 OK 80ms
/aggregate functions/sumWithOverflow/UInt32 OK 73ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UInt32)) XFail 54ms
/aggregate functions/topK/first non-NULL value OK 41ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 69ms
/aggregate functions/sumWithOverflow/UInt64 OK 74ms
/aggregate functions/topK/NULL for all rows OK 44ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UInt64)) XFail 54ms
/aggregate functions/topK/return type OK 41ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 90ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UInt128)) XFail 52ms
/aggregate functions/sumWithOverflow/UInt128 OK 76ms
/aggregate functions/topK/with another aggregate function OK 40ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Int8)) XFail 51ms
/aggregate functions/topK/with another aggregate function and group by OK 46ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 79ms
/aggregate functions/sumWithOverflow/Int8 OK 89ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Int16)) XFail 57ms
/aggregate functions/topK/string that ends with \0 OK 34ms
/aggregate functions/topK/inf OK 42ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 84ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Int32)) XFail 79ms
/aggregate functions/sumWithOverflow/Int16 OK 83ms
/aggregate functions/topK/-inf OK 38ms
/aggregate functions/topK/nan OK 44ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Int64)) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 69ms
/aggregate functions/sumWithOverflow/Int32 OK 71ms
/aggregate functions/topK/UInt8 OK 70ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Int128)) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 69ms
/aggregate functions/sumWithOverflow/Int64 OK 84ms
/aggregate functions/topK/UInt16 OK 83ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Float32)) XFail 59ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 79ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Float64)) XFail 48ms
/aggregate functions/sumWithOverflow/Int128 OK 72ms
/aggregate functions/topK/UInt32 OK 68ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Date)) XFail 52ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 68ms
/aggregate functions/sumWithOverflow/Float32 OK 80ms
/aggregate functions/topK/UInt64 OK 79ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(DateTime)) XFail 62ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/sumWithOverflow/Float64 OK 76ms
/aggregate functions/topK/UInt128 OK 71ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Bool)) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(String)) XFail 52ms
/aggregate functions/sumWithOverflow/Decimal128(38) OK 70ms
/aggregate functions/topK/Int8 OK 84ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(FixedString(51))) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 66ms
/aggregate functions/sumWithOverflow/Nullable(UInt8) OK 73ms
/aggregate functions/topK/Int16 OK 85ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(UUID)) XFail 60ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/sumWithOverflow/Nullable(UInt16) OK 81ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UInt8))) XFail 52ms
/aggregate functions/topK/Int32 OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,uint8 OK 78ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UInt16))) XFail 52ms
/aggregate functions/sumWithOverflow/Nullable(UInt32) OK 65ms
/aggregate functions/topK/Int64 OK 76ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UInt32))) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,uint64 OK 65ms
/aggregate functions/sumWithOverflow/Nullable(UInt64) OK 66ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UInt64))) XFail 75ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,uint32 OK 67ms
/aggregate functions/topK/Int128 OK 77ms
/aggregate functions/sumWithOverflow/Nullable(UInt128) OK 70ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UInt128))) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,uint16 OK 66ms
/aggregate functions/topK/Float32 OK 78ms
/aggregate functions/sumWithOverflow/Nullable(Int8) OK 75ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Int8))) XFail 62ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 70ms
/aggregate functions/topK/Float64 OK 83ms
/aggregate functions/sumWithOverflow/Nullable(Int16) OK 78ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Int16))) XFail 46ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 68ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Int32))) XFail 57ms
/aggregate functions/topK/Decimal128(38) OK 77ms
/aggregate functions/sumWithOverflow/Nullable(Int32) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 84ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Int64))) XFail 49ms
/aggregate functions/topK/Date OK 80ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Int128))) XFail 54ms
/aggregate functions/sumWithOverflow/Nullable(Int64) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Float32))) XFail 51ms
/aggregate functions/topK/DateTime OK 69ms
/aggregate functions/sumWithOverflow/Nullable(Int128) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 75ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Float64))) XFail 58ms
/aggregate functions/topK/DateTime64(3) OK 66ms
/aggregate functions/sumWithOverflow/Nullable(Float32) OK 68ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Date))) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 64ms
/aggregate functions/topK/Bool OK 89ms
/aggregate functions/sumWithOverflow/Nullable(Float64) OK 73ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(DateTime))) XFail 63ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 66ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(Bool))) XFail 60ms
/aggregate functions/sumWithOverflow/Nullable(Decimal128(38)) OK 84ms
/aggregate functions/topK/String OK 64ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 72ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(String))) XFail 56ms
/aggregate functions/topK/FixedString(51) OK 73ms
/aggregate functions/sumWithOverflow/LowCardinality(UInt8) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(FixedString(51)))) XFail 64ms
/aggregate functions/topK/UUID OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/sumWithOverflow/LowCardinality(UInt16) OK 94ms
/aggregate functions/singleValueOrNull/Map(Bool,LowCardinality(Nullable(UUID))) XFail 48ms
/aggregate functions/topK/Map(UInt8,UInt8) OK 78ms
/aggregate functions/singleValueOrNull/Map(Bool,Array(String)) XFail 60ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/sumWithOverflow/LowCardinality(UInt32) OK 85ms
/aggregate functions/singleValueOrNull/Map(Bool,Map(String,LowCardinality(Float64))) XFail 53ms
/aggregate functions/topK/Map(UInt8,UInt16) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/singleValueOrNull/Map(Bool,Tuple(String)) XFail 50ms
/aggregate functions/sumWithOverflow/LowCardinality(UInt64) OK 66ms
/aggregate functions/topK/Map(UInt8,UInt32) OK 69ms
/aggregate functions/singleValueOrNull/Map(String,UInt8) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,uint8 OK 69ms
/aggregate functions/sumWithOverflow/LowCardinality(UInt128) OK 101ms
/aggregate functions/topK/Map(UInt8,UInt64) OK 79ms
/aggregate functions/singleValueOrNull/Map(String,UInt16) XFail 48ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,uint64 OK 70ms
/aggregate functions/singleValueOrNull/Map(String,UInt32) XFail 51ms
/aggregate functions/topK/Map(UInt8,UInt128) OK 87ms
/aggregate functions/sumWithOverflow/LowCardinality(Int8) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,uint32 OK 72ms
/aggregate functions/singleValueOrNull/Map(String,UInt64) XFail 56ms
/aggregate functions/sumWithOverflow/LowCardinality(Int16) OK 99ms
/aggregate functions/singleValueOrNull/Map(String,UInt128) XFail 59ms
/aggregate functions/topK/Map(UInt8,Int8) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,uint16 OK 69ms
/aggregate functions/singleValueOrNull/Map(String,Int8) XFail 68ms
/aggregate functions/topK/Map(UInt8,Int16) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 86ms
/aggregate functions/sumWithOverflow/LowCardinality(Int32) OK 104ms
/aggregate functions/singleValueOrNull/Map(String,Int16) XFail 57ms
/aggregate functions/topK/Map(UInt8,Int32) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 76ms
/aggregate functions/singleValueOrNull/Map(String,Int32) XFail 57ms
/aggregate functions/sumWithOverflow/LowCardinality(Int64) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 103ms
/aggregate functions/singleValueOrNull/Map(String,Int64) XFail 74ms
/aggregate functions/topK/Map(UInt8,Int64) OK 92ms
/aggregate functions/sumWithOverflow/LowCardinality(Int128) OK 70ms
/aggregate functions/singleValueOrNull/Map(String,Int128) XFail 76ms
/aggregate functions/topK/Map(UInt8,Int128) OK 76ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 72ms
/aggregate functions/sumWithOverflow/LowCardinality(Float32) OK 80ms
/aggregate functions/singleValueOrNull/Map(String,Float32) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 67ms
/aggregate functions/topK/Map(UInt8,Float32) OK 86ms
/aggregate functions/sumWithOverflow/LowCardinality(Float64) OK 67ms
/aggregate functions/singleValueOrNull/Map(String,Float64) XFail 49ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 75ms
/aggregate functions/singleValueOrNull/Map(String,Decimal128(38)) XFail 50ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(UInt8)) OK 101ms
/aggregate functions/topK/Map(UInt8,Float64) OK 84ms
/aggregate functions/singleValueOrNull/Map(String,Date) XFail 52ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 78ms
/aggregate functions/topK/Map(UInt8,Decimal128(38)) OK 82ms
/aggregate functions/singleValueOrNull/Map(String,DateTime) XFail 59ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(UInt16)) OK 104ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 76ms
/aggregate functions/singleValueOrNull/Map(String,DateTime64(3)) XFail 58ms
/aggregate functions/topK/Map(UInt8,Date) OK 69ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(UInt32)) OK 99ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/singleValueOrNull/Map(String,Bool) XFail 49ms
/aggregate functions/topK/Map(UInt8,DateTime) OK 71ms
/aggregate functions/singleValueOrNull/Map(String,String) XFail 64ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(UInt64)) OK 96ms
/aggregate functions/topK/Map(UInt8,DateTime64(3)) OK 72ms
/aggregate functions/singleValueOrNull/Map(String,FixedString(51)) XFail 64ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 66ms
/aggregate functions/topK/Map(UInt8,Bool) OK 79ms
/aggregate functions/singleValueOrNull/Map(String,UUID) XFail 52ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(UInt128)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(UInt8)) XFail 70ms
/aggregate functions/topK/Map(UInt8,String) OK 74ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(Int8)) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,uint8 OK 71ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(UInt16)) XFail 68ms
/aggregate functions/topK/Map(UInt8,FixedString(51)) OK 71ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(Int16)) OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,uint64 OK 71ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(UInt32)) XFail 69ms
/aggregate functions/topK/Map(UInt8,UUID) OK 77ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,uint32 OK 72ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(Int32)) OK 86ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(UInt64)) XFail 69ms
/aggregate functions/topK/Map(UInt8,Nullable(UInt8)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,uint16 OK 74ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(UInt128)) XFail 70ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(Int64)) OK 82ms
/aggregate functions/topK/Map(UInt8,Nullable(UInt16)) OK 112ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 92ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(Int8)) XFail 83ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(Int128)) OK 78ms
/aggregate functions/topK/Map(UInt8,Nullable(UInt32)) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 76ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(Int16)) XFail 46ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(Float32)) OK 101ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(Int32)) XFail 52ms
/aggregate functions/topK/Map(UInt8,Nullable(UInt64)) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 83ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(Int64)) XFail 54ms
/aggregate functions/sumWithOverflow/LowCardinality(Nullable(Float64)) OK 93ms
/aggregate functions/topK/Map(UInt8,Nullable(UInt128)) OK 80ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(Int128)) XFail 48ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 74ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(Float32)) XFail 72ms
/aggregate functions/topKWeighted OK 7s 843ms
/aggregate functions/topKWeighted/constant OK 45ms
/aggregate functions/topK/Map(UInt8,Nullable(Int8)) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 79ms
/aggregate functions/topKWeighted/zero rows OK 45ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(Float64)) XFail 54ms
/aggregate functions/topK/Map(UInt8,Nullable(Int16)) OK 94ms
/aggregate functions/topKWeighted/single row OK 55ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 84ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(Decimal128(38))) XFail 60ms
/aggregate functions/topKWeighted/with group by OK 47ms
/aggregate functions/topK/Map(UInt8,Nullable(Int32)) OK 81ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(Date)) XFail 59ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 76ms
/aggregate functions/topKWeighted/some negative values OK 38ms
/aggregate functions/topKWeighted/NULL value handling OK 41ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(DateTime)) XFail 69ms
/aggregate functions/topK/Map(UInt8,Nullable(Int64)) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 77ms
/aggregate functions/topKWeighted/single NULL value OK 42ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(DateTime64(3))) XFail 57ms
/aggregate functions/topKWeighted/inf OK 41ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/topK/Map(UInt8,Nullable(Int128)) OK 80ms
/aggregate functions/topKWeighted/-inf OK 37ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(Bool)) XFail 49ms
/aggregate functions/topKWeighted/nan OK 38ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(String)) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/topK/Map(UInt8,Nullable(Float32)) OK 84ms
/aggregate functions/topKWeighted/return type OK 41ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(FixedString(51))) XFail 131ms
/aggregate functions/topKWeighted/example OK 44ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 184ms
/aggregate functions/topK/Map(UInt8,Nullable(Float64)) OK 413ms
/aggregate functions/topKWeighted/datatypes OK 6s 879ms
/aggregate functions/topKWeighted/datatypes/permutations OK 6s 878ms
/aggregate functions/singleValueOrNull/Map(String,Nullable(UUID)) XFail 382ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 388ms
/aggregate functions/topK/Map(UInt8,Nullable(Decimal128(38))) OK 327ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UInt8)) XFail 270ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,uint8 OK 226ms
/aggregate functions/topKWeighted/datatypes/permutations/UInt64,UInt64 OK 511ms
/aggregate functions/topKWeighted/datatypes/permutations/UInt64,Nullable(UInt64) OK 901ms
/aggregate functions/topKWeighted/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 322ms
/aggregate functions/topK/Map(UInt8,Nullable(Date)) OK 1s 312ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UInt16)) XFail 1s 303ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,uint64 OK 1s 271ms
/aggregate functions/topKWeighted/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 827ms
/aggregate functions/topKWeighted/datatypes/permutations/UInt64,LowCardinality(Int64) OK 432ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UInt32)) XFail 85ms
/aggregate functions/topK/Map(UInt8,Nullable(DateTime)) OK 107ms
/aggregate functions/topKWeighted/datatypes/permutations/UInt64,Int64 OK 102ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,uint32 OK 78ms
/aggregate functions/topKWeighted/datatypes/permutations/String,UInt64 OK 88ms
/aggregate functions/topKWeighted/datatypes/permutations/String,Nullable(UInt64) OK 73ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UInt64)) XFail 64ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,uint16 OK 79ms
/aggregate functions/topKWeighted/datatypes/permutations/String,Nullable(Int64) OK 73ms
/aggregate functions/topKWeighted/datatypes/permutations/String,LowCardinality(UInt64) OK 88ms
/aggregate functions/topK/Map(UInt8,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/topKWeighted/datatypes/permutations/String,LowCardinality(Int64) OK 72ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UInt128)) XFail 87ms
/aggregate functions/topKWeighted/datatypes/permutations/String,Int64 OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 82ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(UInt64),UInt64 OK 103ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 73ms
/aggregate functions/topK/Map(UInt8,Nullable(Bool)) OK 82ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Int8)) XFail 63ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 92ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 80ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 94ms
/aggregate functions/topK/Map(UInt8,Nullable(String)) OK 97ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 81ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Int16)) XFail 58ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(UInt64),Int64 OK 92ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 76ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(String),UInt64 OK 83ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Int32)) XFail 73ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(String),Nullable(UInt64) OK 72ms
/aggregate functions/topK/Map(UInt8,Nullable(FixedString(51))) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 88ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(String),Nullable(Int64) OK 77ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Int64)) XFail 81ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(String),LowCardinality(UInt64) OK 95ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(String),LowCardinality(Int64) OK 100ms
/aggregate functions/topK/Map(UInt8,Nullable(UUID)) OK 88ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(String),Int64 OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 98ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Int128)) XFail 61ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Int64),UInt64 OK 98ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 78ms
/aggregate functions/topK/Map(UInt8,LowCardinality(UInt8)) OK 80ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Float32)) XFail 63ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 95ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 75ms
/aggregate functions/topK/Map(UInt8,LowCardinality(UInt16)) OK 93ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 84ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Float64)) XFail 51ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Int64),Int64 OK 93ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Date)) XFail 65ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float64),UInt64 OK 91ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 78ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float64),Nullable(UInt64) OK 75ms
/aggregate functions/topK/Map(UInt8,LowCardinality(UInt32)) OK 78ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(DateTime)) XFail 76ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float64),Nullable(Int64) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 95ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float64),LowCardinality(UInt64) OK 95ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float64),LowCardinality(Int64) OK 80ms
/aggregate functions/topK/Map(UInt8,LowCardinality(UInt64)) OK 91ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Bool)) XFail 80ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float64),Int64 OK 81ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float32),UInt64 OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 97ms
/aggregate functions/topK/Map(UInt8,LowCardinality(UInt128)) OK 93ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(String)) XFail 79ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 81ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 102ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Int8)) OK 94ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(FixedString(51))) XFail 53ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Float32),Int64 OK 81ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(FixedString(51)),UInt64 OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(UUID)) XFail 61ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Int16)) OK 102ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(FixedString(51)),Nullable(UInt64) OK 80ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(FixedString(51)),Nullable(Int64) OK 93ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UInt8))) XFail 66ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(FixedString(51)),LowCardinality(UInt64) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 112ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(FixedString(51)),LowCardinality(Int64) OK 104ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UInt16))) XFail 77ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Int32)) OK 78ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(FixedString(51)),Int64 OK 92ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Decimal128(38)),UInt64 OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,uint8 XFail 89ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UInt32))) XFail 90ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Int64)) OK 105ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Decimal128(38)),Nullable(UInt64) OK 85ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Int64) OK 75ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(UInt64) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,uint64 XFail 106ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UInt64))) XFail 78ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Int64) OK 100ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Decimal128(38)),Int64 OK 94ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Int128)) OK 82ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(DateTime),UInt64 OK 87ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UInt128))) XFail 78ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,uint32 XFail 89ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Float32)) OK 88ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(DateTime),Nullable(UInt64) OK 74ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(DateTime),Nullable(Int64) OK 82ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(DateTime),LowCardinality(UInt64) OK 80ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Int8))) XFail 84ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(DateTime),LowCardinality(Int64) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,uint16 XFail 80ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(DateTime),Int64 OK 92ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Float64)) OK 79ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Date),UInt64 OK 90ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Int16))) XFail 66ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Date),Nullable(UInt64) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,nullable_uint8_ XFail 108ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Date)) OK 83ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Date),Nullable(Int64) OK 79ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Date),LowCardinality(UInt64) OK 80ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Int32))) XFail 64ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Date),LowCardinality(Int64) OK 72ms
/aggregate functions/topK/Map(UInt8,LowCardinality(DateTime)) OK 105ms
/aggregate functions/topKWeighted/datatypes/permutations/Nullable(Date),Int64 OK 142ms
/aggregate functions/topKWeighted/datatypes/permutations/Map(String,LowCardinality(Float64)),UInt64 OK 87ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Int64))) XFail 70ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,nullable_uint64_ XFail 81ms
/aggregate functions/topKWeighted/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(UInt64) OK 96ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Int128))) XFail 140ms
/aggregate functions/topKWeighted/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Int64) OK 149ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,nullable_uint32_ XFail 140ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Bool)) OK 121ms
/aggregate functions/topKWeighted/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(UInt64) OK 100ms
/aggregate functions/topKWeighted/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Int64) OK 79ms
/aggregate functions/topK/Map(UInt8,LowCardinality(String)) OK 103ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Float32))) XFail 69ms
/aggregate functions/topKWeighted/datatypes/permutations/Map(String,LowCardinality(Float64)),Int64 OK 77ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,nullable_uint16_ XFail 84ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 87ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 77ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Float64))) XFail 54ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 79ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 87ms
/aggregate functions/topK/Map(UInt8,LowCardinality(FixedString(51))) OK 97ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ XFail 76ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 87ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Date))) XFail 69ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(UInt64),Int64 OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ XFail 109ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(String),UInt64 OK 86ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(String),Nullable(UInt64) OK 77ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(DateTime))) XFail 54ms
/aggregate functions/topK/Map(UInt8,LowCardinality(UUID)) OK 69ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(String),Nullable(Int64) OK 93ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(Bool))) XFail 84ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(String),LowCardinality(UInt64) OK 79ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(String),LowCardinality(Int64) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ XFail 138ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(String),Int64 OK 102ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(String))) XFail 84ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Int64),UInt64 OK 92ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 82ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(FixedString(51)))) XFail 75ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ XFail 103ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 77ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 85ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 76ms
/aggregate functions/singleValueOrNull/Map(String,LowCardinality(Nullable(UUID))) XFail 56ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Int64),Int64 OK 96ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float64),UInt64 OK 81ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float64),Nullable(UInt64) OK 94ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,uint16 OK 12s 662ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ XFail 85ms
/aggregate functions/singleValueOrNull/Map(String,Array(String)) XFail 71ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float64),Nullable(Int64) OK 110ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 111ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float64),LowCardinality(UInt64) OK 88ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float64),LowCardinality(Int64) OK 107ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ XFail 97ms
/aggregate functions/singleValueOrNull/Map(String,Map(String,LowCardinality(Float64))) XFail 73ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float64),Int64 OK 132ms
/aggregate functions/singleValueOrNull/Map(String,Tuple(String)) XFail 71ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float32),UInt64 OK 102ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ XFail 87ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 85ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),UInt8) XFail 61ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(Int16))) OK 108ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ XFail 92ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 91ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 67ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 80ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),UInt16) XFail 51ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Float32),Int64 OK 113ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),UInt32) XFail 83ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,uint8 OK 108ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(FixedString(51)),UInt64 OK 105ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(FixedString(51)),Nullable(UInt64) OK 99ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),UInt64) XFail 60ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(FixedString(51)),Nullable(Int64) OK 88ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(Int64))) OK 100ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(FixedString(51)),LowCardinality(UInt64) OK 101ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,uint64 OK 80ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(FixedString(51)),LowCardinality(Int64) OK 97ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),UInt128) XFail 62ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(FixedString(51)),Int64 OK 104ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,uint32 OK 107ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Int8) XFail 71ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(DateTime),UInt64 OK 97ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(DateTime),Nullable(UInt64) OK 91ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Int16) XFail 56ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(DateTime),Nullable(Int64) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,uint16 OK 74ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(DateTime),LowCardinality(UInt64) OK 89ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Int64) OK 83ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Int32) XFail 58ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(Float64))) OK 104ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 101ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(DateTime),Int64 OK 88ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Int64) XFail 72ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Date),UInt64 OK 86ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Date),Nullable(UInt64) OK 89ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Int128) XFail 70ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Date),Nullable(Int64) OK 84ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 99ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Date),LowCardinality(UInt64) OK 76ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Date),LowCardinality(Int64) OK 78ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Float32) XFail 53ms
/aggregate functions/topKWeighted/datatypes/permutations/LowCardinality(Date),Int64 OK 101ms
/aggregate functions/topKWeighted/datatypes/permutations/Int64,UInt64 OK 89ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 95ms
/aggregate functions/topKWeighted/datatypes/permutations/Int64,Nullable(UInt64) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 89ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Float64) XFail 56ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Decimal128(38)) XFail 63ms
/aggregate functions/topKWeighted/datatypes/permutations/Int64,Nullable(Int64) OK 101ms
/aggregate functions/topKWeighted/datatypes/permutations/Int64,LowCardinality(UInt64) OK 81ms
/aggregate functions/topKWeighted/datatypes/permutations/Int64,LowCardinality(Int64) OK 71ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 89ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Date) XFail 76ms
/aggregate functions/topKWeighted/datatypes/permutations/Int64,Int64 OK 76ms
/aggregate functions/topKWeighted/datatypes/permutations/Float64,UInt64 OK 103ms
/aggregate functions/topKWeighted/datatypes/permutations/Float64,Nullable(UInt64) OK 72ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 73ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),DateTime) XFail 65ms
/aggregate functions/topKWeighted/datatypes/permutations/Float64,Nullable(Int64) OK 78ms
/aggregate functions/topKWeighted/datatypes/permutations/Float64,LowCardinality(UInt64) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 83ms
/aggregate functions/topKWeighted/datatypes/permutations/Float64,LowCardinality(Int64) OK 113ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),DateTime64(3)) XFail 54ms
/aggregate functions/topKWeighted/datatypes/permutations/Float64,Int64 OK 78ms
/aggregate functions/topKWeighted/datatypes/permutations/Float32,UInt64 OK 104ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Bool) XFail 75ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 72ms
/aggregate functions/topK/Map(UInt8,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/topKWeighted/datatypes/permutations/Float32,Nullable(UInt64) OK 74ms
/aggregate functions/topKWeighted/datatypes/permutations/Float32,Nullable(Int64) OK 85ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),String) XFail 78ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 77ms
/aggregate functions/topKWeighted/datatypes/permutations/Float32,LowCardinality(UInt64) OK 76ms
/aggregate functions/topK/Map(UInt8,Array(String)) OK 75ms
/aggregate functions/topKWeighted/datatypes/permutations/Float32,LowCardinality(Int64) OK 69ms
/aggregate functions/topKWeighted/datatypes/permutations/Float32,Int64 OK 87ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),FixedString(51)) XFail 61ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/topKWeighted/datatypes/permutations/FixedString(51),UInt64 OK 81ms
/aggregate functions/topK/Map(UInt8,Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/topKWeighted/datatypes/permutations/FixedString(51),Nullable(UInt64) OK 88ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),UUID) XFail 55ms
/aggregate functions/topKWeighted/datatypes/permutations/FixedString(51),Nullable(Int64) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/topKWeighted/datatypes/permutations/FixedString(51),LowCardinality(UInt64) OK 77ms
/aggregate functions/topK/Map(UInt8,Tuple(String)) OK 87ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UInt8)) XFail 71ms
/aggregate functions/topKWeighted/datatypes/permutations/FixedString(51),LowCardinality(Int64) OK 97ms
/aggregate functions/topKWeighted/datatypes/permutations/FixedString(51),Int64 OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 110ms
/aggregate functions/topKWeighted/datatypes/permutations/Decimal128(38),UInt64 OK 109ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UInt16)) XFail 56ms
/aggregate functions/topK/Map(UInt16,UInt8) OK 76ms
/aggregate functions/topKWeighted/datatypes/permutations/Decimal128(38),Nullable(UInt64) OK 91ms
/aggregate functions/topKWeighted/datatypes/permutations/Decimal128(38),Nullable(Int64) OK 74ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UInt32)) XFail 55ms
/aggregate functions/topK/Map(UInt16,UInt16) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 112ms
/aggregate functions/topKWeighted/datatypes/permutations/Decimal128(38),LowCardinality(UInt64) OK 70ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UInt64)) XFail 86ms
/aggregate functions/topKWeighted/datatypes/permutations/Decimal128(38),LowCardinality(Int64) OK 89ms
/aggregate functions/topKWeighted/datatypes/permutations/Decimal128(38),Int64 OK 87ms
/aggregate functions/topK/Map(UInt16,UInt32) OK 70ms
/aggregate functions/topKWeighted/datatypes/permutations/DateTime,UInt64 OK 77ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UInt128)) XFail 63ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,uint8 OK 82ms
/aggregate functions/topKWeighted/datatypes/permutations/DateTime,Nullable(UInt64) OK 84ms
/aggregate functions/topKWeighted/datatypes/permutations/DateTime,Nullable(Int64) OK 76ms
/aggregate functions/topK/Map(UInt16,UInt64) OK 90ms
/aggregate functions/topKWeighted/datatypes/permutations/DateTime,LowCardinality(UInt64) OK 82ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Int8)) XFail 70ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,uint64 OK 85ms
/aggregate functions/topKWeighted/datatypes/permutations/DateTime,LowCardinality(Int64) OK 104ms
/aggregate functions/topKWeighted/datatypes/permutations/DateTime,Int64 OK 77ms
/aggregate functions/topK/Map(UInt16,UInt128) OK 88ms
/aggregate functions/topKWeighted/datatypes/permutations/Date,UInt64 OK 79ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Int16)) XFail 58ms
/aggregate functions/topKWeighted/datatypes/permutations/Date,Nullable(UInt64) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,uint32 OK 83ms
/aggregate functions/topKWeighted/datatypes/permutations/Date,Nullable(Int64) OK 95ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Int32)) XFail 56ms
/aggregate functions/topK/Map(UInt16,Int8) OK 93ms
/aggregate functions/topKWeighted/datatypes/permutations/Date,LowCardinality(UInt64) OK 82ms
/aggregate functions/topKWeighted/datatypes/permutations/Date,LowCardinality(Int64) OK 74ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Int64)) XFail 59ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,uint16 OK 84ms
/aggregate functions/topKWeighted/datatypes/permutations/Date,Int64 OK 74ms
/aggregate functions/topKWeighted/datatypes/permutations/Array(String),UInt64 OK 79ms
/aggregate functions/topK/Map(UInt16,Int16) OK 97ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Int128)) XFail 71ms
/aggregate functions/topKWeighted/datatypes/permutations/Array(String),Nullable(UInt64) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 84ms
/aggregate functions/topKWeighted/datatypes/permutations/Array(String),Nullable(Int64) OK 78ms
/aggregate functions/topKWeighted/datatypes/permutations/Array(String),LowCardinality(UInt64) OK 92ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Float32)) XFail 71ms
/aggregate functions/topKWeighted/datatypes/permutations/Array(String),LowCardinality(Int64) OK 97ms
/aggregate functions/topK/Map(UInt16,Int32) OK 91ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 121ms
/aggregate functions/topKWeighted/datatypes/permutations/Array(String),Int64 OK 118ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Float64)) XFail 104ms
/aggregate functions/topK/Map(UInt16,Int64) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 95ms
/aggregate functions/topK/Map(UInt16,Int128) OK 70ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Decimal128(38))) XFail 49ms
/aggregate functions/topKWeighted/K values OK 403ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Date)) XFail 69ms
/aggregate functions/topK/Map(UInt16,Float32) OK 76ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 72ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(DateTime)) XFail 47ms
/aggregate functions/topK/Map(UInt16,Float64) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 74ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(DateTime64(3))) XFail 53ms
/aggregate functions/topK/Map(UInt16,Decimal128(38)) OK 93ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(Bool)) XFail 59ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 76ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(String)) XFail 56ms
/aggregate functions/topK/Map(UInt16,Date) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 83ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(FixedString(51))) XFail 62ms
/aggregate functions/topK/Map(UInt16,DateTime) OK 76ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 76ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Nullable(UUID)) XFail 53ms
/aggregate functions/topKWeighted/custom load factor OK 38ms
/aggregate functions/uniq OK 2m 14s
/aggregate functions/uniq/constant OK 53ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UInt8)) XFail 52ms
/aggregate functions/topK/Map(UInt16,DateTime64(3)) OK 91ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/uniq/zero rows OK 44ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UInt16)) XFail 86ms
/aggregate functions/uniq/with group by OK 81ms
/aggregate functions/topK/Map(UInt16,Bool) OK 108ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 107ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UInt32)) XFail 50ms
/aggregate functions/uniq/some negative values OK 45ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UInt64)) XFail 55ms
/aggregate functions/topK/Map(UInt16,String) OK 90ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/uniq/first non-NULL value OK 55ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UInt128)) XFail 62ms
/aggregate functions/uniq/NULL for all rows OK 58ms
/aggregate functions/studentTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/topK/Map(UInt16,FixedString(51)) OK 72ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Int8)) XFail 48ms
/aggregate functions/uniq/return type OK 58ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Int16)) XFail 53ms
/aggregate functions/topK/Map(UInt16,UUID) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,uint8 OK 80ms
/aggregate functions/uniq/with another aggregate function OK 44ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Int32)) XFail 60ms
/aggregate functions/uniq/with another aggregate function and group by OK 43ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,uint64 OK 73ms
/aggregate functions/topK/Map(UInt16,Nullable(UInt8)) OK 87ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Int64)) XFail 49ms
/aggregate functions/uniq/string that ends with \0 OK 44ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Int128)) XFail 75ms
/aggregate functions/uniq/inf OK 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,uint32 OK 69ms
/aggregate functions/topK/Map(UInt16,Nullable(UInt16)) OK 78ms
/aggregate functions/uniq/-inf OK 48ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Float32)) XFail 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,uint16 OK 73ms
/aggregate functions/uniq/nan OK 45ms
/aggregate functions/topK/Map(UInt16,Nullable(UInt32)) OK 74ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Float64)) XFail 71ms
/aggregate functions/uniq/UInt8 OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 74ms
/aggregate functions/topK/Map(UInt16,Nullable(UInt64)) OK 86ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Date)) XFail 92ms
/aggregate functions/uniq/UInt16 OK 121ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 106ms
/aggregate functions/topK/Map(UInt16,Nullable(UInt128)) OK 71ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(DateTime)) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 86ms
/aggregate functions/topK/Map(UInt16,Nullable(Int8)) OK 66ms
/aggregate functions/uniq/UInt32 OK 79ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Bool)) XFail 64ms
/aggregate functions/topK/Map(UInt16,Nullable(Int16)) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 79ms
/aggregate functions/uniq/UInt64 OK 72ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(String)) XFail 67ms
/aggregate functions/topK/Map(UInt16,Nullable(Int32)) OK 71ms
/aggregate functions/uniq/UInt128 OK 69ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(FixedString(51))) XFail 60ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 81ms
/aggregate functions/topK/Map(UInt16,Nullable(Int64)) OK 74ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(UUID)) XFail 50ms
/aggregate functions/uniq/Int8 OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 71ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UInt8))) XFail 55ms
/aggregate functions/topK/Map(UInt16,Nullable(Int128)) OK 69ms
/aggregate functions/uniq/Int16 OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 75ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UInt16))) XFail 82ms
/aggregate functions/topK/Map(UInt16,Nullable(Float32)) OK 66ms
/aggregate functions/uniq/Int32 OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 73ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UInt32))) XFail 69ms
/aggregate functions/topK/Map(UInt16,Nullable(Float64)) OK 65ms
/aggregate functions/uniq/Int64 OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UInt64))) XFail 68ms
/aggregate functions/topK/Map(UInt16,Nullable(Decimal128(38))) OK 68ms
/aggregate functions/uniq/Int128 OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UInt128))) XFail 50ms
/aggregate functions/topK/Map(UInt16,Nullable(Date)) OK 84ms
/aggregate functions/uniq/Float32 OK 71ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Int8))) XFail 59ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/topK/Map(UInt16,Nullable(DateTime)) OK 75ms
/aggregate functions/uniq/Float64 OK 81ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Int16))) XFail 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/topK/Map(UInt16,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Int32))) XFail 67ms
/aggregate functions/uniq/Decimal128(38) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,uint8 OK 86ms
/aggregate functions/topK/Map(UInt16,Nullable(Bool)) OK 69ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Int64))) XFail 55ms
/aggregate functions/uniq/Date OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,uint64 OK 71ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Int128))) XFail 55ms
/aggregate functions/topK/Map(UInt16,Nullable(String)) OK 85ms
/aggregate functions/uniq/DateTime OK 70ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Float32))) XFail 56ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,uint32 OK 67ms
/aggregate functions/topK/Map(UInt16,Nullable(FixedString(51))) OK 92ms
/aggregate functions/uniq/DateTime64(3) OK 86ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Float64))) XFail 49ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,uint16 OK 72ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Date))) XFail 50ms
/aggregate functions/topK/Map(UInt16,Nullable(UUID)) OK 92ms
/aggregate functions/uniq/Bool OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 83ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(DateTime))) XFail 58ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(Bool))) XFail 60ms
/aggregate functions/topK/Map(UInt16,LowCardinality(UInt8)) OK 86ms
/aggregate functions/uniq/String OK 90ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 74ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(String))) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 69ms
/aggregate functions/topK/Map(UInt16,LowCardinality(UInt16)) OK 70ms
/aggregate functions/uniq/FixedString(51) OK 79ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 94ms
/aggregate functions/topK/Map(UInt16,LowCardinality(UInt32)) OK 92ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),LowCardinality(Nullable(UUID))) XFail 52ms
/aggregate functions/uniq/UUID OK 81ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Array(String)) XFail 52ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 94ms
/aggregate functions/topK/Map(UInt16,LowCardinality(UInt64)) OK 75ms
/aggregate functions/uniq/Map(UInt8,UInt8) OK 68ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Map(String,LowCardinality(Float64))) XFail 64ms
/aggregate functions/uniq/Map(UInt8,UInt16) OK 91ms
/aggregate functions/topK/Map(UInt16,LowCardinality(UInt128)) OK 97ms
/aggregate functions/singleValueOrNull/Map(FixedString(51),Tuple(String)) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 69ms
/aggregate functions/singleValueOrNull/Map(UUID,UInt8) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 71ms
/aggregate functions/uniq/Map(UInt8,UInt32) OK 67ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Int8)) OK 79ms
/aggregate functions/singleValueOrNull/Map(UUID,UInt16) XFail 53ms
/aggregate functions/uniq/Map(UInt8,UInt64) OK 94ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 88ms
/aggregate functions/singleValueOrNull/Map(UUID,UInt32) XFail 55ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Int16)) OK 75ms
/aggregate functions/singleValueOrNull/Map(UUID,UInt64) XFail 65ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/uniq/Map(UInt8,UInt128) OK 78ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Int32)) OK 70ms
/aggregate functions/singleValueOrNull/Map(UUID,UInt128) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Int64)) OK 85ms
/aggregate functions/uniq/Map(UInt8,Int8) OK 86ms
/aggregate functions/singleValueOrNull/Map(UUID,Int8) XFail 61ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/singleValueOrNull/Map(UUID,Int16) XFail 63ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Int128)) OK 68ms
/aggregate functions/uniq/Map(UInt8,Int16) OK 82ms
/aggregate functions/singleValueOrNull/Map(UUID,Int32) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Float32)) OK 72ms
/aggregate functions/uniq/Map(UInt8,Int32) OK 76ms
/aggregate functions/singleValueOrNull/Map(UUID,Int64) XFail 56ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,uint8 OK 87ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Float64)) OK 79ms
/aggregate functions/uniq/Map(UInt8,Int64) OK 68ms
/aggregate functions/singleValueOrNull/Map(UUID,Int128) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,uint64 OK 77ms
/aggregate functions/singleValueOrNull/Map(UUID,Float32) XFail 67ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Date)) OK 70ms
/aggregate functions/uniq/Map(UInt8,Int128) OK 87ms
/aggregate functions/singleValueOrNull/Map(UUID,Float64) XFail 55ms
/aggregate functions/topK/Map(UInt16,LowCardinality(DateTime)) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,uint32 OK 74ms
/aggregate functions/uniq/Map(UInt8,Float32) OK 82ms
/aggregate functions/singleValueOrNull/Map(UUID,Decimal128(38)) XFail 55ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Bool)) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,uint16 OK 68ms
/aggregate functions/singleValueOrNull/Map(UUID,Date) XFail 54ms
/aggregate functions/uniq/Map(UInt8,Float64) OK 104ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 76ms
/aggregate functions/topK/Map(UInt16,LowCardinality(String)) OK 74ms
/aggregate functions/singleValueOrNull/Map(UUID,DateTime) XFail 52ms
/aggregate functions/singleValueOrNull/Map(UUID,DateTime64(3)) XFail 74ms
/aggregate functions/uniq/Map(UInt8,Decimal128(38)) OK 91ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 72ms
/aggregate functions/topK/Map(UInt16,LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/singleValueOrNull/Map(UUID,Bool) XFail 67ms
/aggregate functions/topK/Map(UInt16,LowCardinality(UUID)) OK 77ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 77ms
/aggregate functions/uniq/Map(UInt8,Date) OK 70ms
/aggregate functions/singleValueOrNull/Map(UUID,String) XFail 52ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 66ms
/aggregate functions/uniq/Map(UInt8,DateTime) OK 85ms
/aggregate functions/singleValueOrNull/Map(UUID,FixedString(51)) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 78ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/singleValueOrNull/Map(UUID,UUID) XFail 64ms
/aggregate functions/uniq/Map(UInt8,DateTime64(3)) OK 64ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 90ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UInt8)) XFail 65ms
/aggregate functions/uniq/Map(UInt8,Bool) OK 69ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UInt16)) XFail 82ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/uniq/Map(UInt8,String) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 73ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UInt32)) XFail 58ms
/aggregate functions/uniq/Map(UInt8,FixedString(51)) OK 84ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 65ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UInt64)) XFail 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/uniq/Map(UInt8,UUID) OK 82ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UInt128)) XFail 60ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/uniq/Map(UInt8,Nullable(UInt8)) OK 76ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Int8)) XFail 56ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(Int32))) OK 64ms
/aggregate functions/uniq/Map(UInt8,Nullable(UInt16)) OK 84ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Int16)) XFail 67ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Int32)) XFail 59ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/uniq/Map(UInt8,Nullable(UInt32)) OK 69ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Int64)) XFail 61ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,uint8 OK 64ms
/aggregate functions/uniq/Map(UInt8,Nullable(UInt64)) OK 62ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Int128)) XFail 69ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,uint64 OK 80ms
/aggregate functions/uniq/Map(UInt8,Nullable(UInt128)) OK 64ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Float32)) XFail 107ms
/aggregate functions/uniq/Map(UInt8,Nullable(Int8)) OK 104ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,uint32 OK 90ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Float64)) XFail 54ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,uint16 OK 84ms
/aggregate functions/uniq/Map(UInt8,Nullable(Int16)) OK 66ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Decimal128(38))) XFail 50ms
/aggregate functions/uniq/Map(UInt8,Nullable(Int32)) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 75ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Date)) XFail 49ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(DateTime)) XFail 58ms
/aggregate functions/uniq/Map(UInt8,Nullable(Int64)) OK 72ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 64ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(DateTime64(3))) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 69ms
/aggregate functions/uniq/Map(UInt8,Nullable(Int128)) OK 90ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(Bool)) XFail 61ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 88ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/uniq/Map(UInt8,Nullable(Float32)) OK 76ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(String)) XFail 46ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(FixedString(51))) XFail 63ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 93ms
/aggregate functions/topK/Map(UInt16,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/uniq/Map(UInt8,Nullable(Float64)) OK 65ms
/aggregate functions/singleValueOrNull/Map(UUID,Nullable(UUID)) XFail 51ms
/aggregate functions/uniq/Map(UInt8,Nullable(Decimal128(38))) OK 68ms
/aggregate functions/topK/Map(UInt16,Array(String)) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 86ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UInt8)) XFail 51ms
/aggregate functions/uniq/Map(UInt8,Nullable(Date)) OK 85ms
/aggregate functions/topK/Map(UInt16,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UInt16)) XFail 48ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 97ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UInt32)) XFail 48ms
/aggregate functions/topK/Map(UInt16,Tuple(String)) OK 78ms
/aggregate functions/uniq/Map(UInt8,Nullable(DateTime)) OK 80ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UInt64)) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 66ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UInt128)) XFail 57ms
/aggregate functions/topK/Map(UInt32,UInt8) OK 89ms
/aggregate functions/uniq/Map(UInt8,Nullable(DateTime64(3))) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Int8)) XFail 51ms
/aggregate functions/uniq/Map(UInt8,Nullable(Bool)) OK 78ms
/aggregate functions/topK/Map(UInt32,UInt16) OK 76ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Int16)) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/uniq/Map(UInt8,Nullable(String)) OK 86ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Int32)) XFail 51ms
/aggregate functions/topK/Map(UInt32,UInt32) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Int64)) XFail 59ms
/aggregate functions/uniq/Map(UInt8,Nullable(FixedString(51))) OK 73ms
/aggregate functions/topK/Map(UInt32,UInt64) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 65ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Int128)) XFail 50ms
/aggregate functions/uniq/Map(UInt8,Nullable(UUID)) OK 77ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 101ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Float32)) XFail 57ms
/aggregate functions/topK/Map(UInt32,UInt128) OK 68ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Float64)) XFail 79ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(UInt8)) OK 77ms
/aggregate functions/topK/Map(UInt32,Int8) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 69ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Date)) XFail 57ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(UInt16)) OK 78ms
/aggregate functions/topK/Map(UInt32,Int16) OK 90ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 71ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(DateTime)) XFail 53ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(UInt32)) OK 77ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 75ms
/aggregate functions/topK/Map(UInt32,Int32) OK 74ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Bool)) XFail 55ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(UInt64)) OK 90ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(String)) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 67ms
/aggregate functions/topK/Map(UInt32,Int64) OK 67ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(FixedString(51))) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 84ms
/aggregate functions/topK/Map(UInt32,Int128) OK 75ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(UInt128)) OK 77ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(UUID)) XFail 60ms
/aggregate functions/topK/Map(UInt32,Float32) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 76ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Int8)) OK 70ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UInt8))) XFail 50ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UInt16))) XFail 50ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Int16)) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 84ms
/aggregate functions/topK/Map(UInt32,Float64) OK 83ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UInt32))) XFail 62ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Int32)) OK 94ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 86ms
/aggregate functions/topK/Map(UInt32,Decimal128(38)) OK 82ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UInt64))) XFail 64ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UInt128))) XFail 57ms
/aggregate functions/topK/Map(UInt32,Date) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 74ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Int64)) OK 72ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Int8))) XFail 53ms
/aggregate functions/topK/Map(UInt32,DateTime) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 72ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Int128)) OK 76ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Int16))) XFail 54ms
/aggregate functions/topK/Map(UInt32,DateTime64(3)) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 81ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Float32)) OK 112ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Int32))) XFail 78ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 102ms
/aggregate functions/topK/Map(UInt32,Bool) OK 96ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Int64))) XFail 71ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Float64)) OK 69ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Int128))) XFail 51ms
/aggregate functions/topK/Map(UInt32,String) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Date)) OK 78ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Float32))) XFail 54ms
/aggregate functions/topK/Map(UInt32,FixedString(51)) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Float64))) XFail 51ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(DateTime)) OK 72ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Date))) XFail 61ms
/aggregate functions/topK/Map(UInt32,UUID) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Bool)) OK 72ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(DateTime))) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 75ms
/aggregate functions/topK/Map(UInt32,Nullable(UInt8)) OK 75ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(String)) OK 85ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(Bool))) XFail 47ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(String))) XFail 58ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 81ms
/aggregate functions/topK/Map(UInt32,Nullable(UInt16)) OK 84ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(FixedString(51)))) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 96ms
/aggregate functions/topK/Map(UInt32,Nullable(UInt32)) OK 79ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(UUID)) OK 72ms
/aggregate functions/singleValueOrNull/Map(UUID,LowCardinality(Nullable(UUID))) XFail 49ms
/aggregate functions/singleValueOrNull/Map(UUID,Array(String)) XFail 58ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/topK/Map(UInt32,Nullable(UInt64)) OK 91ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 86ms
/aggregate functions/singleValueOrNull/Map(UUID,Map(String,LowCardinality(Float64))) XFail 56ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/topK/Map(UInt32,Nullable(UInt128)) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 88ms
/aggregate functions/singleValueOrNull/Map(UUID,Tuple(String)) XFail 56ms
/aggregate functions/topK/Map(UInt32,Nullable(Int8)) OK 83ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UInt8) XFail 51ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 91ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UInt16) XFail 52ms
/aggregate functions/topK/Map(UInt32,Nullable(Int16)) OK 79ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UInt32) XFail 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 84ms
/aggregate functions/topK/Map(UInt32,Nullable(Int32)) OK 83ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UInt64) XFail 64ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 70ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UInt128) XFail 61ms
/aggregate functions/topK/Map(UInt32,Nullable(Int64)) OK 100ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 75ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Int8) XFail 59ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(Int16))) OK 95ms
/aggregate functions/topK/Map(UInt32,Nullable(Int128)) OK 99ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 92ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Int16) XFail 54ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Int32) XFail 54ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 87ms
/aggregate functions/topK/Map(UInt32,Nullable(Float32)) OK 71ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Int64) XFail 53ms
/aggregate functions/topK/Map(UInt32,Nullable(Float64)) OK 96ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Int128) XFail 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 65ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Float32) XFail 73ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/topK/Map(UInt32,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Float64) XFail 63ms
/aggregate functions/topK/Map(UInt32,Nullable(Date)) OK 72ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Decimal128(38)) XFail 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/topK/Map(UInt32,Nullable(DateTime)) OK 64ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Date) XFail 54ms
/aggregate functions/topK/Map(UInt32,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),DateTime) XFail 51ms
/aggregate functions/topK/Map(UInt32,Nullable(Bool)) OK 86ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),DateTime64(3)) XFail 48ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 66ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Bool) XFail 56ms
/aggregate functions/topK/Map(UInt32,Nullable(String)) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 92ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),String) XFail 60ms
/aggregate functions/topK/Map(UInt32,Nullable(FixedString(51))) OK 82ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),FixedString(51)) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 84ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),UUID) XFail 50ms
/aggregate functions/topK/Map(UInt32,Nullable(UUID)) OK 94ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 70ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UInt8)) XFail 50ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UInt16)) XFail 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 80ms
/aggregate functions/topK/Map(UInt32,LowCardinality(UInt8)) OK 74ms
/aggregate functions/uniq/Map(UInt8,LowCardinality(Nullable(UUID))) OK 70ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UInt32)) XFail 55ms
/aggregate functions/uniq/Map(UInt8,Array(String)) OK 81ms
/aggregate functions/topK/Map(UInt32,LowCardinality(UInt16)) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 71ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UInt64)) XFail 50ms
/aggregate functions/topK/Map(UInt32,LowCardinality(UInt32)) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 68ms
/aggregate functions/uniq/Map(UInt8,Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UInt128)) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 85ms
/aggregate functions/topK/Map(UInt32,LowCardinality(UInt64)) OK 97ms
/aggregate functions/uniq/Map(UInt8,Tuple(String)) OK 71ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Int8)) XFail 58ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Int16)) XFail 52ms
/aggregate functions/uniq/Map(UInt16,UInt8) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 78ms
/aggregate functions/topK/Map(UInt32,LowCardinality(UInt128)) OK 69ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Int32)) XFail 54ms
/aggregate functions/uniq/Map(UInt16,UInt16) OK 77ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 90ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Int8)) OK 75ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Int64)) XFail 62ms
/aggregate functions/uniq/Map(UInt16,UInt32) OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Int128)) XFail 48ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Int16)) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 83ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Float32)) XFail 56ms
/aggregate functions/uniq/Map(UInt16,UInt64) OK 87ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Int32)) OK 82ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 79ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Float64)) XFail 75ms
/aggregate functions/uniq/Map(UInt16,UInt128) OK 73ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Int64)) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Decimal128(38))) XFail 50ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Int128)) OK 76ms
/aggregate functions/uniq/Map(UInt16,Int8) OK 89ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Date)) XFail 66ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Float32)) OK 93ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(DateTime)) XFail 63ms
/aggregate functions/uniq/Map(UInt16,Int16) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 120ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(DateTime64(3))) XFail 77ms
/aggregate functions/uniq/Map(UInt16,Int32) OK 103ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Float64)) OK 117ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(Bool)) XFail 66ms
/aggregate functions/uniq/Map(UInt16,Int64) OK 65ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Date)) OK 74ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(String)) XFail 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 83ms
/aggregate functions/uniq/Map(UInt16,Int128) OK 75ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(FixedString(51))) XFail 63ms
/aggregate functions/topK/Map(UInt32,LowCardinality(DateTime)) OK 65ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 120ms
/aggregate functions/uniq/Map(UInt16,Float32) OK 99ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Nullable(UUID)) XFail 82ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Bool)) OK 86ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UInt8)) XFail 83ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 87ms
/aggregate functions/uniq/Map(UInt16,Float64) OK 73ms
/aggregate functions/topK/Map(UInt32,LowCardinality(String)) OK 72ms
/aggregate functions/uniq/Map(UInt16,Decimal128(38)) OK 71ms
/aggregate functions/topK/Map(UInt32,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UInt16)) XFail 61ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 83ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UInt32)) XFail 54ms
/aggregate functions/uniq/Map(UInt16,Date) OK 81ms
/aggregate functions/topK/Map(UInt32,LowCardinality(UUID)) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 84ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UInt64)) XFail 54ms
/aggregate functions/uniq/Map(UInt16,DateTime) OK 85ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 66ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UInt128)) XFail 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 71ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/uniq/Map(UInt16,DateTime64(3)) OK 83ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Int8)) XFail 77ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 77ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 92ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,nullable_uint8_ OK 9s 70ms
/aggregate functions/uniq/Map(UInt16,Bool) OK 74ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Int16)) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 78ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Int32)) XFail 55ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/uniq/Map(UInt16,String) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 78ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Int64)) XFail 63ms
/aggregate functions/uniq/Map(UInt16,FixedString(51)) OK 90ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 93ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Int128)) XFail 44ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Float32)) XFail 52ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/uniq/Map(UInt16,UUID) OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Float64)) XFail 55ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Date)) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 69ms
/aggregate functions/uniq/Map(UInt16,Nullable(UInt8)) OK 81ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(DateTime)) XFail 52ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/uniq/Map(UInt16,Nullable(UInt16)) OK 84ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Bool)) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(String)) XFail 46ms
/aggregate functions/uniq/Map(UInt16,Nullable(UInt32)) OK 87ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(FixedString(51))) XFail 54ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(UUID)) XFail 62ms
/aggregate functions/uniq/Map(UInt16,Nullable(UInt64)) OK 76ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) XFail 47ms
/aggregate functions/uniq/Map(UInt16,Nullable(UInt128)) OK 70ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 89ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/uniq/Map(UInt16,Nullable(Int8)) OK 80ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) XFail 60ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 87ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) XFail 77ms
/aggregate functions/uniq/Map(UInt16,Nullable(Int16)) OK 90ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) XFail 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 79ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/uniq/Map(UInt16,Nullable(Int32)) OK 72ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) XFail 83ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 90ms
/aggregate functions/uniq/Map(UInt16,Nullable(Int64)) OK 83ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) XFail 82ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/uniq/Map(UInt16,Nullable(Int128)) OK 82ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) XFail 57ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 74ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/uniq/Map(UInt16,Nullable(Float32)) OK 69ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) XFail 57ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 77ms
/aggregate functions/uniq/Map(UInt16,Nullable(Float64)) OK 83ms
/aggregate functions/topK/Map(UInt32,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) XFail 57ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 85ms
/aggregate functions/uniq/Map(UInt16,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/topK/Map(UInt32,Array(String)) OK 68ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) XFail 48ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) XFail 59ms
/aggregate functions/topK/Map(UInt32,Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 78ms
/aggregate functions/uniq/Map(UInt16,Nullable(Date)) OK 78ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Date))) XFail 72ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 98ms
/aggregate functions/uniq/Map(UInt16,Nullable(DateTime)) OK 94ms
/aggregate functions/topK/Map(UInt32,Tuple(String)) OK 81ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) XFail 58ms
/aggregate functions/topK/Map(UInt64,UInt8) OK 88ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) XFail 72ms
/aggregate functions/uniq/Map(UInt16,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 69ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(String))) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 93ms
/aggregate functions/uniq/Map(UInt16,Nullable(Bool)) OK 73ms
/aggregate functions/topK/Map(UInt64,UInt16) OK 79ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) XFail 54ms
/aggregate functions/uniq/Map(UInt16,Nullable(String)) OK 87ms
/aggregate functions/topK/Map(UInt64,UInt32) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) XFail 52ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Array(String)) XFail 56ms
/aggregate functions/topK/Map(UInt64,UInt64) OK 71ms
/aggregate functions/uniq/Map(UInt16,Nullable(FixedString(51))) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) XFail 59ms
/aggregate functions/topK/Map(UInt64,UInt128) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/uniq/Map(UInt16,Nullable(UUID)) OK 70ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(String),Tuple(String)) XFail 68ms
/aggregate functions/topK/Map(UInt64,Int8) OK 77ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(UInt8)) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UInt8) XFail 46ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UInt16) XFail 57ms
/aggregate functions/topK/Map(UInt64,Int16) OK 92ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(UInt16)) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UInt32) XFail 49ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(UInt32)) OK 80ms
/aggregate functions/topK/Map(UInt64,Int32) OK 90ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UInt64) XFail 49ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 70ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UInt128) XFail 55ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(UInt64)) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 71ms
/aggregate functions/topK/Map(UInt64,Int64) OK 71ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Int8) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 82ms
/aggregate functions/topK/Map(UInt64,Int128) OK 84ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(UInt128)) OK 86ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Int16) XFail 64ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Int32) XFail 65ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 76ms
/aggregate functions/topK/Map(UInt64,Float32) OK 74ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Int8)) OK 84ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Int64) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 86ms
/aggregate functions/topK/Map(UInt64,Float64) OK 88ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Int16)) OK 72ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Int128) XFail 63ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 79ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Int32)) OK 82ms
/aggregate functions/topK/Map(UInt64,Decimal128(38)) OK 75ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Float32) XFail 58ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Float64) XFail 61ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 94ms
/aggregate functions/topK/Map(UInt64,Date) OK 97ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Int64)) OK 88ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Decimal128(38)) XFail 77ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 92ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Int128)) OK 78ms
/aggregate functions/topK/Map(UInt64,DateTime) OK 97ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Date) XFail 54ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Float32)) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 82ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),DateTime) XFail 75ms
/aggregate functions/topK/Map(UInt64,DateTime64(3)) OK 74ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Float64)) OK 76ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),DateTime64(3)) XFail 62ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 72ms
/aggregate functions/topK/Map(UInt64,Bool) OK 67ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Date)) OK 96ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Bool) XFail 58ms
/aggregate functions/topK/Map(UInt64,String) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 64ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),String) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/topK/Map(UInt64,FixedString(51)) OK 76ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(DateTime)) OK 80ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),FixedString(51)) XFail 50ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),UUID) XFail 51ms
/aggregate functions/topK/Map(UInt64,UUID) OK 69ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Bool)) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 120ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) XFail 81ms
/aggregate functions/topK/Map(UInt64,Nullable(UInt8)) OK 85ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(String)) OK 74ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) XFail 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/topK/Map(UInt64,Nullable(UInt16)) OK 70ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/topK/Map(UInt64,Nullable(UInt32)) OK 65ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(UUID)) OK 89ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) XFail 66ms
/aggregate functions/topK/Map(UInt64,Nullable(UInt64)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 87ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) XFail 73ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/topK/Map(UInt64,Nullable(UInt128)) OK 68ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Int8)) XFail 66ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 71ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/topK/Map(UInt64,Nullable(Int8)) OK 86ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Int16)) XFail 62ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 94ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/topK/Map(UInt64,Nullable(Int16)) OK 80ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Int32)) XFail 57ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 88ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Int64)) XFail 69ms
/aggregate functions/topK/Map(UInt64,Nullable(Int32)) OK 76ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Int128)) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 78ms
/aggregate functions/topK/Map(UInt64,Nullable(Int64)) OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Float32)) XFail 54ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 82ms
/aggregate functions/topK/Map(UInt64,Nullable(Int128)) OK 75ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Float64)) XFail 54ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) XFail 69ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 72ms
/aggregate functions/topK/Map(UInt64,Nullable(Float32)) OK 69ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Date)) XFail 69ms
/aggregate functions/topK/Map(UInt64,Nullable(Float64)) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 66ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(Int64))) OK 67ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) XFail 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 87ms
/aggregate functions/topK/Map(UInt64,Nullable(Decimal128(38))) OK 66ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) XFail 68ms
/aggregate functions/topK/Map(UInt64,Nullable(Date)) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 76ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(Float32))) OK 119ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(Bool)) XFail 52ms
/aggregate functions/topK/Map(UInt64,Nullable(DateTime)) OK 92ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 88ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(String)) XFail 71ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 73ms
/aggregate functions/topK/Map(UInt64,Nullable(DateTime64(3))) OK 93ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) XFail 53ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Nullable(UUID)) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(Date))) OK 67ms
/aggregate functions/topK/Map(UInt64,Nullable(Bool)) OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) XFail 66ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/topK/Map(UInt64,Nullable(String)) OK 87ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) XFail 69ms
/aggregate functions/topK/Map(UInt64,Nullable(FixedString(51))) OK 70ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) XFail 59ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/topK/Map(UInt64,Nullable(UUID)) OK 65ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) XFail 52ms
/aggregate functions/topK/Map(UInt64,LowCardinality(UInt8)) OK 102ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 67ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) XFail 48ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) XFail 57ms
/aggregate functions/uniq/Map(UInt16,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 75ms
/aggregate functions/topK/Map(UInt64,LowCardinality(UInt16)) OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) XFail 68ms
/aggregate functions/uniq/Map(UInt16,Array(String)) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 69ms
/aggregate functions/topK/Map(UInt64,LowCardinality(UInt32)) OK 84ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) XFail 67ms
/aggregate functions/uniq/Map(UInt16,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 68ms
/aggregate functions/topK/Map(UInt64,LowCardinality(UInt64)) OK 74ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) XFail 72ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 75ms
/aggregate functions/uniq/Map(UInt16,Tuple(String)) OK 74ms
/aggregate functions/topK/Map(UInt64,LowCardinality(UInt128)) OK 75ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 71ms
/aggregate functions/uniq/Map(UInt32,UInt8) OK 93ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) XFail 59ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Int8)) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 76ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) XFail 54ms
/aggregate functions/uniq/Map(UInt32,UInt16) OK 91ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Int16)) OK 65ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) XFail 57ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 68ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Int32)) OK 68ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) XFail 59ms
/aggregate functions/uniq/Map(UInt32,UInt32) OK 91ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 71ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Int64)) OK 83ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(String)) XFail 59ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 71ms
/aggregate functions/uniq/Map(UInt32,UInt64) OK 65ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) XFail 55ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Int128)) OK 72ms
/aggregate functions/uniq/Map(UInt32,UInt128) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 72ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) XFail 61ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Float32)) OK 84ms
/aggregate functions/uniq/Map(UInt32,Int8) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 69ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) XFail 53ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Float64)) OK 100ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) XFail 71ms
/aggregate functions/uniq/Map(UInt32,Int16) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) XFail 63ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Date)) OK 72ms
/aggregate functions/uniq/Map(UInt32,Int32) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) XFail 70ms
/aggregate functions/uniq/Map(UInt32,Int64) OK 75ms
/aggregate functions/topK/Map(UInt64,LowCardinality(DateTime)) OK 92ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 107ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) XFail 60ms
/aggregate functions/uniq/Map(UInt32,Int128) OK 84ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Bool)) OK 90ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 66ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) XFail 71ms
/aggregate functions/uniq/Map(UInt32,Float32) OK 100ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint8 XFail 85ms
/aggregate functions/topK/Map(UInt64,LowCardinality(String)) OK 79ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) XFail 54ms
/aggregate functions/uniq/Map(UInt32,Float64) OK 75ms
/aggregate functions/topK/Map(UInt64,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint64 XFail 81ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) XFail 49ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) XFail 55ms
/aggregate functions/uniq/Map(UInt32,Decimal128(38)) OK 81ms
/aggregate functions/topK/Map(UInt64,LowCardinality(UUID)) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint32 XFail 78ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) XFail 57ms
/aggregate functions/uniq/Map(UInt32,Date) OK 93ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint16 XFail 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) XFail 47ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) XFail 67ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ XFail 84ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/uniq/Map(UInt32,DateTime) OK 85ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) XFail 51ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 92ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ XFail 76ms
/aggregate functions/uniq/Map(UInt32,DateTime64(3)) OK 69ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) XFail 66ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ XFail 94ms
/aggregate functions/uniq/Map(UInt32,Bool) OK 90ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) XFail 46ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) XFail 56ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 97ms
/aggregate functions/uniq/Map(UInt32,String) OK 65ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ XFail 81ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) XFail 50ms
/aggregate functions/uniq/Map(UInt32,FixedString(51)) OK 88ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Array(String)) XFail 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ XFail 77ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) XFail 72ms
/aggregate functions/uniq/Map(UInt32,UUID) OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ XFail 76ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/singleValueOrNull/Map(LowCardinality(FixedString(51)),Tuple(String)) XFail 64ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ XFail 84ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/uniq/Map(UInt32,Nullable(UInt8)) OK 76ms
/aggregate functions/singleValueOrNull/Nullable(UInt8) OK 69ms
/aggregate functions/uniq/Map(UInt32,Nullable(UInt16)) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ XFail 70ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/singleValueOrNull/Nullable(UInt16) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ XFail 84ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/uniq/Map(UInt32,Nullable(UInt32)) OK 82ms
/aggregate functions/singleValueOrNull/Nullable(UInt32) OK 67ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(Float32))) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ XFail 79ms
/aggregate functions/uniq/Map(UInt32,Nullable(UInt64)) OK 85ms
/aggregate functions/singleValueOrNull/Nullable(UInt64) OK 72ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(Float64))) OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ XFail 86ms
/aggregate functions/singleValueOrNull/Nullable(UInt128) OK 85ms
/aggregate functions/uniq/Map(UInt32,Nullable(UInt128)) OK 74ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/uniq/Map(UInt32,Nullable(Int8)) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ XFail 68ms
/aggregate functions/singleValueOrNull/Nullable(Int8) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 85ms
/aggregate functions/singleValueOrNull/Nullable(Int16) OK 73ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/uniq/Map(UInt32,Nullable(Int16)) OK 86ms
/aggregate functions/singleValueOrNull/Nullable(Int32) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 70ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/uniq/Map(UInt32,Nullable(Int32)) OK 69ms
/aggregate functions/singleValueOrNull/Nullable(Int64) OK 76ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 70ms
/aggregate functions/uniq/Map(UInt32,Nullable(Int64)) OK 72ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/singleValueOrNull/Nullable(Int128) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 87ms
/aggregate functions/uniq/Map(UInt32,Nullable(Int128)) OK 72ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/singleValueOrNull/Nullable(Float32) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 93ms
/aggregate functions/uniq/Map(UInt32,Nullable(Float32)) OK 71ms
/aggregate functions/topK/Map(UInt64,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/singleValueOrNull/Nullable(Float64) OK 72ms
/aggregate functions/uniq/Map(UInt32,Nullable(Float64)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 77ms
/aggregate functions/topK/Map(UInt64,Array(String)) OK 77ms
/aggregate functions/singleValueOrNull/Nullable(Decimal128(38)) OK 67ms
/aggregate functions/uniq/Map(UInt32,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 73ms
/aggregate functions/topK/Map(UInt64,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/singleValueOrNull/Nullable(Date) OK 65ms
/aggregate functions/uniq/Map(UInt32,Nullable(Date)) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 68ms
/aggregate functions/singleValueOrNull/Nullable(DateTime) OK 92ms
/aggregate functions/topK/Map(UInt64,Tuple(String)) OK 68ms
/aggregate functions/uniq/Map(UInt32,Nullable(DateTime)) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 90ms
/aggregate functions/topK/Map(UInt128,UInt8) OK 74ms
/aggregate functions/singleValueOrNull/Nullable(DateTime64(3)) OK 76ms
/aggregate functions/uniq/Map(UInt32,Nullable(DateTime64(3))) OK 66ms
/aggregate functions/topK/Map(UInt128,UInt16) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 86ms
/aggregate functions/singleValueOrNull/Nullable(Bool) OK 71ms
/aggregate functions/uniq/Map(UInt32,Nullable(Bool)) OK 66ms
/aggregate functions/topK/Map(UInt128,UInt32) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 77ms
/aggregate functions/singleValueOrNull/Nullable(String) OK 80ms
/aggregate functions/uniq/Map(UInt32,Nullable(String)) OK 76ms
/aggregate functions/topK/Map(UInt128,UInt64) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 79ms
/aggregate functions/singleValueOrNull/Nullable(FixedString(51)) OK 77ms
/aggregate functions/uniq/Map(UInt32,Nullable(FixedString(51))) OK 70ms
/aggregate functions/topK/Map(UInt128,UInt128) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/uniq/Map(UInt32,Nullable(UUID)) OK 72ms
/aggregate functions/singleValueOrNull/Nullable(UUID) OK 72ms
/aggregate functions/topK/Map(UInt128,Int8) OK 72ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(UInt8)) OK 71ms
/aggregate functions/singleValueOrNull/Array(UInt8) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/topK/Map(UInt128,Int16) OK 76ms
/aggregate functions/singleValueOrNull/Array(UInt16) XFail 51ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(UInt16)) OK 67ms
/aggregate functions/singleValueOrNull/Array(UInt32) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/topK/Map(UInt128,Int32) OK 72ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(UInt32)) OK 70ms
/aggregate functions/singleValueOrNull/Array(UInt64) XFail 57ms
/aggregate functions/topK/Map(UInt128,Int64) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(UInt64)) OK 70ms
/aggregate functions/singleValueOrNull/Array(UInt128) XFail 49ms
/aggregate functions/topK/Map(UInt128,Int128) OK 76ms
/aggregate functions/singleValueOrNull/Array(Int8) XFail 55ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(UInt128)) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,uint8 OK 71ms
/aggregate functions/singleValueOrNull/Array(Int16) XFail 68ms
/aggregate functions/topK/Map(UInt128,Float32) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,uint64 OK 68ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Int8)) OK 86ms
/aggregate functions/singleValueOrNull/Array(Int32) XFail 55ms
/aggregate functions/topK/Map(UInt128,Float64) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,uint32 OK 75ms
/aggregate functions/singleValueOrNull/Array(Int64) XFail 49ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Int16)) OK 77ms
/aggregate functions/topK/Map(UInt128,Decimal128(38)) OK 66ms
/aggregate functions/singleValueOrNull/Array(Int128) XFail 74ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,uint16 OK 142ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Int32)) OK 110ms
/aggregate functions/topK/Map(UInt128,Date) OK 101ms
/aggregate functions/singleValueOrNull/Array(Float32) XFail 106ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Int64)) OK 90ms
/aggregate functions/topK/Map(UInt128,DateTime) OK 98ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 83ms
/aggregate functions/singleValueOrNull/Array(Float64) XFail 61ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 78ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Int128)) OK 75ms
/aggregate functions/singleValueOrNull/Array(Decimal128(38)) XFail 53ms
/aggregate functions/topK/Map(UInt128,DateTime64(3)) OK 83ms
/aggregate functions/singleValueOrNull/Array(Date) XFail 52ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Float32)) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 72ms
/aggregate functions/topK/Map(UInt128,Bool) OK 77ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,nullable_uint64_ OK 9s 448ms
/aggregate functions/singleValueOrNull/Array(DateTime) XFail 52ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Float64)) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 82ms
/aggregate functions/singleValueOrNull/Array(DateTime64(3)) XFail 63ms
/aggregate functions/topK/Map(UInt128,String) OK 102ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Date)) OK 121ms
/aggregate functions/singleValueOrNull/Array(Bool) XFail 87ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 110ms
/aggregate functions/topK/Map(UInt128,FixedString(51)) OK 65ms
/aggregate functions/singleValueOrNull/Array(String) XFail 61ms
/aggregate functions/topK/Map(UInt128,UUID) OK 77ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 78ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(DateTime)) OK 66ms
/aggregate functions/singleValueOrNull/Array(FixedString(51)) XFail 50ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Bool)) OK 71ms
/aggregate functions/topK/Map(UInt128,Nullable(UInt8)) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 73ms
/aggregate functions/singleValueOrNull/Array(UUID) XFail 49ms
/aggregate functions/singleValueOrNull/Array(Nullable(UInt8)) XFail 59ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(String)) OK 90ms
/aggregate functions/topK/Map(UInt128,Nullable(UInt16)) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 69ms
/aggregate functions/singleValueOrNull/Array(Nullable(UInt16)) XFail 50ms
/aggregate functions/topK/Map(UInt128,Nullable(UInt32)) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/singleValueOrNull/Array(Nullable(UInt32)) XFail 52ms
/aggregate functions/topK/Map(UInt128,Nullable(UInt64)) OK 80ms
/aggregate functions/singleValueOrNull/Array(Nullable(UInt64)) XFail 62ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 65ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(UUID)) OK 82ms
/aggregate functions/singleValueOrNull/Array(Nullable(UInt128)) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/topK/Map(UInt128,Nullable(UInt128)) OK 65ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/singleValueOrNull/Array(Nullable(Int8)) XFail 72ms
/aggregate functions/topK/Map(UInt128,Nullable(Int8)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/singleValueOrNull/Array(Nullable(Int16)) XFail 60ms
/aggregate functions/topK/Map(UInt128,Nullable(Int16)) OK 90ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,uint8 OK 65ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/singleValueOrNull/Array(Nullable(Int32)) XFail 57ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,uint64 OK 70ms
/aggregate functions/topK/Map(UInt128,Nullable(Int32)) OK 72ms
/aggregate functions/singleValueOrNull/Array(Nullable(Int64)) XFail 81ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,uint32 OK 74ms
/aggregate functions/topK/Map(UInt128,Nullable(Int64)) OK 71ms
/aggregate functions/singleValueOrNull/Array(Nullable(Int128)) XFail 69ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,uint16 OK 78ms
/aggregate functions/topK/Map(UInt128,Nullable(Int128)) OK 79ms
/aggregate functions/singleValueOrNull/Array(Nullable(Float32)) XFail 51ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/singleValueOrNull/Array(Nullable(Float64)) XFail 53ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 91ms
/aggregate functions/topK/Map(UInt128,Nullable(Float32)) OK 72ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/singleValueOrNull/Array(Nullable(Decimal128(38))) XFail 55ms
/aggregate functions/topK/Map(UInt128,Nullable(Float64)) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 89ms
/aggregate functions/singleValueOrNull/Array(Nullable(Date)) XFail 51ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/topK/Map(UInt128,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/singleValueOrNull/Array(Nullable(DateTime)) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 72ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/singleValueOrNull/Array(Nullable(DateTime64(3))) XFail 77ms
/aggregate functions/topK/Map(UInt128,Nullable(Date)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 68ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/singleValueOrNull/Array(Nullable(Bool)) XFail 62ms
/aggregate functions/topK/Map(UInt128,Nullable(DateTime)) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 68ms
/aggregate functions/singleValueOrNull/Array(Nullable(String)) XFail 51ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/topK/Map(UInt128,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 82ms
/aggregate functions/singleValueOrNull/Array(Nullable(FixedString(51))) XFail 48ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/singleValueOrNull/Array(Nullable(UUID)) XFail 62ms
/aggregate functions/topK/Map(UInt128,Nullable(Bool)) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 74ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(UInt8)) XFail 53ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/topK/Map(UInt128,Nullable(String)) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 68ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(UInt16)) XFail 56ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(UInt32)) XFail 64ms
/aggregate functions/topK/Map(UInt128,Nullable(FixedString(51))) OK 72ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(UInt64)) XFail 64ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 65ms
/aggregate functions/topK/Map(UInt128,Nullable(UUID)) OK 70ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(UInt128)) XFail 85ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/topK/Map(UInt128,LowCardinality(UInt8)) OK 82ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Int8)) XFail 53ms
/aggregate functions/topK/Map(UInt128,LowCardinality(UInt16)) OK 81ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Int16)) XFail 60ms
/aggregate functions/uniq/Map(UInt32,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,uint8 OK 77ms
/aggregate functions/topK/Map(UInt128,LowCardinality(UInt32)) OK 100ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Int32)) XFail 78ms
/aggregate functions/uniq/Map(UInt32,Array(String)) OK 64ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,uint64 OK 94ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Int64)) XFail 70ms
/aggregate functions/topK/Map(UInt128,LowCardinality(UInt64)) OK 84ms
/aggregate functions/uniq/Map(UInt32,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,uint32 OK 87ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Int128)) XFail 62ms
/aggregate functions/topK/Map(UInt128,LowCardinality(UInt128)) OK 68ms
/aggregate functions/uniq/Map(UInt32,Tuple(String)) OK 66ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Float32)) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,uint16 OK 72ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Int8)) OK 70ms
/aggregate functions/uniq/Map(UInt64,UInt8) OK 84ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Float64)) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 82ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Int16)) OK 76ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Date)) XFail 62ms
/aggregate functions/uniq/Map(UInt64,UInt16) OK 84ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(DateTime)) XFail 57ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Int32)) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 67ms
/aggregate functions/uniq/Map(UInt64,UInt32) OK 87ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Bool)) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 69ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Int64)) OK 68ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(String)) XFail 72ms
/aggregate functions/uniq/Map(UInt64,UInt64) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 76ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Int128)) OK 67ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(FixedString(51))) XFail 54ms
/aggregate functions/uniq/Map(UInt64,UInt128) OK 67ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Float32)) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 82ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(UUID)) XFail 80ms
/aggregate functions/uniq/Map(UInt64,Int8) OK 77ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Float64)) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 92ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UInt8))) XFail 54ms
/aggregate functions/uniq/Map(UInt64,Int16) OK 73ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Date)) OK 72ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UInt16))) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 71ms
/aggregate functions/uniq/Map(UInt64,Int32) OK 101ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UInt32))) XFail 79ms
/aggregate functions/topK/Map(UInt128,LowCardinality(DateTime)) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 93ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UInt64))) XFail 66ms
/aggregate functions/uniq/Map(UInt64,Int64) OK 89ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Bool)) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UInt128))) XFail 54ms
/aggregate functions/topK/Map(UInt128,LowCardinality(String)) OK 73ms
/aggregate functions/uniq/Map(UInt64,Int128) OK 69ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Int8))) XFail 54ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/topK/Map(UInt128,LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/uniq/Map(UInt64,Float32) OK 72ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Int16))) XFail 50ms
/aggregate functions/topK/Map(UInt128,LowCardinality(UUID)) OK 84ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Int32))) XFail 50ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/uniq/Map(UInt64,Float64) OK 76ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Int64))) XFail 68ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 64ms
/aggregate functions/uniq/Map(UInt64,Decimal128(38)) OK 70ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Int128))) XFail 51ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,uint8 OK 96ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/uniq/Map(UInt64,Date) OK 81ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Float32))) XFail 51ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Float64))) XFail 62ms
/aggregate functions/uniq/Map(UInt64,DateTime) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,uint64 OK 64ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Date))) XFail 55ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,uint32 OK 70ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/uniq/Map(UInt64,DateTime64(3)) OK 69ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(DateTime))) XFail 65ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,uint16 OK 75ms
/aggregate functions/uniq/Map(UInt64,Bool) OK 75ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(Bool))) XFail 63ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 74ms
/aggregate functions/uniq/Map(UInt64,String) OK 74ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(String))) XFail 49ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(FixedString(51)))) XFail 56ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 78ms
/aggregate functions/uniq/Map(UInt64,FixedString(51)) OK 66ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/singleValueOrNull/Array(LowCardinality(Nullable(UUID))) XFail 51ms
/aggregate functions/uniq/Map(UInt64,UUID) OK 95ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 62ms
/aggregate functions/singleValueOrNull/Array(Array(String)) XFail 70ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(Int32))) OK 90ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 75ms
/aggregate functions/uniq/Map(UInt64,Nullable(UInt8)) OK 76ms
/aggregate functions/singleValueOrNull/Array(Map(String,LowCardinality(Float64))) XFail 53ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 79ms
/aggregate functions/singleValueOrNull/Array(Tuple(String)) XFail 49ms
/aggregate functions/uniq/Map(UInt64,Nullable(UInt16)) OK 74ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/singleValueOrNull/LowCardinality(UInt8) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 70ms
/aggregate functions/uniq/Map(UInt64,Nullable(UInt32)) OK 68ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/singleValueOrNull/LowCardinality(UInt16) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 79ms
/aggregate functions/uniq/Map(UInt64,Nullable(UInt64)) OK 67ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/singleValueOrNull/LowCardinality(UInt32) OK 77ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 66ms
/aggregate functions/uniq/Map(UInt64,Nullable(UInt128)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(Date))) OK 101ms
/aggregate functions/singleValueOrNull/LowCardinality(UInt64) OK 90ms
/aggregate functions/uniq/Map(UInt64,Nullable(Int8)) OK 87ms
/aggregate functions/singleValueOrNull/LowCardinality(UInt128) OK 94ms
/aggregate functions/uniq/Map(UInt64,Nullable(Int16)) OK 96ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 66ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/singleValueOrNull/LowCardinality(Int8) OK 83ms
/aggregate functions/uniq/Map(UInt64,Nullable(Int32)) OK 63ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/uniq/Map(UInt64,Nullable(Int64)) OK 74ms
/aggregate functions/singleValueOrNull/LowCardinality(Int16) OK 67ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,uint8 XFail 91ms
/aggregate functions/uniq/Map(UInt64,Nullable(Int128)) OK 68ms
/aggregate functions/singleValueOrNull/LowCardinality(Int32) OK 73ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 63ms
/aggregate functions/uniq/Map(UInt64,Nullable(Float32)) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,uint64 XFail 69ms
/aggregate functions/topK/Map(UInt128,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/singleValueOrNull/LowCardinality(Int64) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,uint32 XFail 77ms
/aggregate functions/uniq/Map(UInt64,Nullable(Float64)) OK 77ms
/aggregate functions/topK/Map(UInt128,Array(String)) OK 83ms
/aggregate functions/singleValueOrNull/LowCardinality(Int128) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,uint16 XFail 83ms
/aggregate functions/singleValueOrNull/LowCardinality(Float32) OK 89ms
/aggregate functions/uniq/Map(UInt64,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/topK/Map(UInt128,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ XFail 73ms
/aggregate functions/uniq/Map(UInt64,Nullable(Date)) OK 86ms
/aggregate functions/singleValueOrNull/LowCardinality(Float64) OK 76ms
/aggregate functions/topK/Map(UInt128,Tuple(String)) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ XFail 85ms
/aggregate functions/topK/Map(Int8,UInt8) OK 82ms
/aggregate functions/singleValueOrNull/LowCardinality(Date) OK 84ms
/aggregate functions/uniq/Map(UInt64,Nullable(DateTime)) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ XFail 128ms
/aggregate functions/topK/Map(Int8,UInt16) OK 69ms
/aggregate functions/uniq/Map(UInt64,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/singleValueOrNull/LowCardinality(DateTime) OK 74ms
/aggregate functions/topK/Map(Int8,UInt32) OK 62ms
/aggregate functions/uniq/Map(UInt64,Nullable(Bool)) OK 126ms
/aggregate functions/singleValueOrNull/LowCardinality(Bool) OK 107ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ XFail 70ms
/aggregate functions/topK/Map(Int8,UInt64) OK 76ms
/aggregate functions/singleValueOrNull/LowCardinality(String) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ XFail 93ms
/aggregate functions/uniq/Map(UInt64,Nullable(String)) OK 73ms
/aggregate functions/topK/Map(Int8,UInt128) OK 70ms
/aggregate functions/singleValueOrNull/LowCardinality(FixedString(51)) OK 67ms
/aggregate functions/uniq/Map(UInt64,Nullable(FixedString(51))) OK 72ms
/aggregate functions/topK/Map(Int8,Int8) OK 65ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ XFail 85ms
/aggregate functions/singleValueOrNull/LowCardinality(UUID) OK 78ms
/aggregate functions/topK/Map(Int8,Int16) OK 91ms
/aggregate functions/uniq/Map(UInt64,Nullable(UUID)) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ XFail 73ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(UInt8)) OK 67ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(UInt8)) OK 80ms
/aggregate functions/topK/Map(Int8,Int32) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ XFail 84ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(UInt16)) OK 70ms
/aggregate functions/topK/Map(Int8,Int64) OK 68ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(UInt16)) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ XFail 84ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(UInt32)) OK 67ms
/aggregate functions/topK/Map(Int8,Int128) OK 69ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(UInt32)) OK 72ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(UInt64)) OK 98ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ XFail 103ms
/aggregate functions/topK/Map(Int8,Float32) OK 71ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(UInt64)) OK 80ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(UInt128)) OK 80ms
/aggregate functions/topK/Map(Int8,Float64) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ XFail 77ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(UInt128)) OK 67ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(Int8)) OK 71ms
/aggregate functions/topK/Map(Int8,Decimal128(38)) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ XFail 75ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Int8)) OK 73ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(Int16)) OK 91ms
/aggregate functions/topK/Map(Int8,Date) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,uint8 OK 79ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Int16)) OK 74ms
/aggregate functions/topK/Map(Int8,DateTime) OK 119ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Int32)) OK 109ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(Int32)) OK 105ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,uint64 OK 108ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(Int64)) OK 81ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Int64)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,uint32 OK 67ms
/aggregate functions/topK/Map(Int8,DateTime64(3)) OK 70ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Int128)) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,uint16 OK 80ms
/aggregate functions/topK/Map(Int8,Bool) OK 77ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(Int128)) OK 64ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Float32)) OK 85ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(Float32)) OK 96ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 80ms
/aggregate functions/topK/Map(Int8,String) OK 65ms
/aggregate functions/topK/Map(Int8,FixedString(51)) OK 82ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Float64)) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 85ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(Float64)) OK 69ms
/aggregate functions/topK/Map(Int8,UUID) OK 65ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(Date)) OK 85ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Date)) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 66ms
/aggregate functions/topK/Map(Int8,Nullable(UInt8)) OK 67ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(DateTime)) OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 69ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(DateTime)) OK 64ms
/aggregate functions/topK/Map(Int8,Nullable(UInt16)) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 67ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(Bool)) OK 65ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Bool)) OK 87ms
/aggregate functions/topK/Map(Int8,Nullable(UInt32)) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 71ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(String)) OK 68ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(String)) OK 84ms
/aggregate functions/topK/Map(Int8,Nullable(UInt64)) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 83ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(FixedString(51))) OK 69ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(FixedString(51))) OK 67ms
/aggregate functions/topK/Map(Int8,Nullable(UInt128)) OK 67ms
/aggregate functions/singleValueOrNull/LowCardinality(Nullable(UUID)) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 66ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(UUID)) OK 70ms
/aggregate functions/topK/Map(Int8,Nullable(Int8)) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 65ms
/aggregate functions/singleValueOrNull/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) XFail 499ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 102ms
/aggregate functions/topK/Map(Int8,Nullable(Int16)) OK 92ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/topK/Map(Int8,Nullable(Int32)) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/topK/Map(Int8,Nullable(Int64)) OK 70ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/topK/Map(Int8,Nullable(Int128)) OK 114ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 108ms
/aggregate functions/studentTTest/datatypes/permutations/int8,uint8 OK 102ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/int8,uint64 OK 76ms
/aggregate functions/topK/Map(Int8,Nullable(Float32)) OK 78ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(Int8))) OK 65ms
/aggregate functions/studentTTest/datatypes/permutations/int8,uint32 OK 87ms
/aggregate functions/topK/Map(Int8,Nullable(Float64)) OK 89ms
/aggregate functions/uniqCombined OK 2m 17s
/aggregate functions/uniqCombined/constant OK 46ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/uniqCombined/zero rows OK 41ms
/aggregate functions/studentTTest/datatypes/permutations/int8,uint16 OK 70ms
/aggregate functions/topK/Map(Int8,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/uniqCombined/with group by OK 40ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/uniqCombined/some negative values OK 52ms
/aggregate functions/studentTTest/datatypes/permutations/int8,nullable_uint8_ OK 66ms
/aggregate functions/topK/Map(Int8,Nullable(Date)) OK 79ms
/aggregate functions/uniqCombined/first non-NULL value OK 51ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/int8,nullable_uint64_ OK 69ms
/aggregate functions/topK/Map(Int8,Nullable(DateTime)) OK 67ms
/aggregate functions/uniqCombined/NULL for all rows OK 45ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/int8,nullable_uint32_ OK 91ms
/aggregate functions/uniqCombined/return type OK 38ms
/aggregate functions/topK/Map(Int8,Nullable(DateTime64(3))) OK 68ms
/aggregate functions/uniqCombined/with another aggregate function OK 50ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/topK/Map(Int8,Nullable(Bool)) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/int8,nullable_uint16_ OK 95ms
/aggregate functions/uniqCombined/with another aggregate function and group by OK 39ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(Float64))) OK 67ms
/aggregate functions/uniqCombined/string that ends with \0 OK 49ms
/aggregate functions/topK/Map(Int8,Nullable(String)) OK 70ms
/aggregate functions/uniqCombined/inf OK 56ms
/aggregate functions/studentTTest/datatypes/permutations/int8,lowcardinality_uint8_ OK 65ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(Date))) OK 65ms
/aggregate functions/uniqCombined/-inf OK 45ms
/aggregate functions/topK/Map(Int8,Nullable(FixedString(51))) OK 94ms
/aggregate functions/studentTTest/datatypes/permutations/int8,lowcardinality_uint64_ OK 67ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 69ms
/aggregate functions/uniqCombined/nan OK 49ms
/aggregate functions/studentTTest/datatypes/permutations/int8,lowcardinality_uint32_ OK 65ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(Bool))) OK 63ms
/aggregate functions/uniqCombined/UInt8 OK 84ms
/aggregate functions/topK/Map(Int8,Nullable(UUID)) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/int8,lowcardinality_uint16_ OK 72ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/uniqCombined/UInt16 OK 86ms
/aggregate functions/topK/Map(Int8,LowCardinality(UInt8)) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/topK/Map(Int8,LowCardinality(UInt16)) OK 73ms
/aggregate functions/uniqCombined/UInt32 OK 65ms
/aggregate functions/studentTTest/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/uniq/Map(UInt64,LowCardinality(Nullable(UUID))) OK 70ms
/aggregate functions/uniqCombined/UInt64 OK 68ms
/aggregate functions/topK/Map(Int8,LowCardinality(UInt32)) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/uniq/Map(UInt64,Array(String)) OK 80ms
/aggregate functions/uniqCombined/UInt128 OK 68ms
/aggregate functions/topK/Map(Int8,LowCardinality(UInt64)) OK 76ms
/aggregate functions/uniq/Map(UInt64,Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/uniqCombined/Int8 OK 74ms
/aggregate functions/topK/Map(Int8,LowCardinality(UInt128)) OK 90ms
/aggregate functions/studentTTest/datatypes/permutations/int64,uint8 OK 69ms
/aggregate functions/uniq/Map(UInt64,Tuple(String)) OK 78ms
/aggregate functions/uniqCombined/Int16 OK 71ms
/aggregate functions/topK/Map(Int8,LowCardinality(Int8)) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/int64,uint64 OK 76ms
/aggregate functions/uniq/Map(UInt128,UInt8) OK 88ms
/aggregate functions/uniqCombined/Int32 OK 68ms
/aggregate functions/topK/Map(Int8,LowCardinality(Int16)) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/int64,uint32 OK 72ms
/aggregate functions/uniqCombined/Int64 OK 77ms
/aggregate functions/uniq/Map(UInt128,UInt16) OK 93ms
/aggregate functions/topK/Map(Int8,LowCardinality(Int32)) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/int64,uint16 OK 83ms
/aggregate functions/uniqCombined/Int128 OK 72ms
/aggregate functions/uniq/Map(UInt128,UInt32) OK 71ms
/aggregate functions/topK/Map(Int8,LowCardinality(Int64)) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/int64,nullable_uint8_ OK 84ms
/aggregate functions/uniqCombined/Float32 OK 67ms
/aggregate functions/uniq/Map(UInt128,UInt64) OK 72ms
/aggregate functions/topK/Map(Int8,LowCardinality(Int128)) OK 95ms
/aggregate functions/uniqCombined/Float64 OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/int64,nullable_uint64_ OK 66ms
/aggregate functions/uniq/Map(UInt128,UInt128) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/int64,nullable_uint32_ OK 68ms
/aggregate functions/topK/Map(Int8,LowCardinality(Float32)) OK 68ms
/aggregate functions/uniqCombined/Decimal128(38) OK 90ms
/aggregate functions/uniq/Map(UInt128,Int8) OK 65ms
/aggregate functions/studentTTest/datatypes/permutations/int64,nullable_uint16_ OK 72ms
/aggregate functions/topK/Map(Int8,LowCardinality(Float64)) OK 72ms
/aggregate functions/uniq/Map(UInt128,Int16) OK 88ms
/aggregate functions/uniqCombined/Date OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/int64,lowcardinality_uint8_ OK 77ms
/aggregate functions/topK/Map(Int8,LowCardinality(Date)) OK 74ms
/aggregate functions/uniqCombined/DateTime OK 69ms
/aggregate functions/uniq/Map(UInt128,Int32) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/int64,lowcardinality_uint64_ OK 73ms
/aggregate functions/topK/Map(Int8,LowCardinality(DateTime)) OK 72ms
/aggregate functions/uniqCombined/DateTime64(3) OK 65ms
/aggregate functions/uniq/Map(UInt128,Int64) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/int64,lowcardinality_uint32_ OK 81ms
/aggregate functions/topK/Map(Int8,LowCardinality(Bool)) OK 77ms
/aggregate functions/uniqCombined/Bool OK 81ms
/aggregate functions/uniq/Map(UInt128,Int128) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/int64,lowcardinality_uint16_ OK 71ms
/aggregate functions/topK/Map(Int8,LowCardinality(String)) OK 65ms
/aggregate functions/uniqCombined/String OK 118ms
/aggregate functions/uniq/Map(UInt128,Float32) OK 100ms
/aggregate functions/topK/Map(Int8,LowCardinality(FixedString(51))) OK 118ms
/aggregate functions/studentTTest/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 107ms
/aggregate functions/uniq/Map(UInt128,Float64) OK 84ms
/aggregate functions/uniqCombined/FixedString(51) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/topK/Map(Int8,LowCardinality(UUID)) OK 69ms
/aggregate functions/uniqCombined/UUID OK 84ms
/aggregate functions/uniq/Map(UInt128,Decimal128(38)) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/uniq/Map(UInt128,Date) OK 73ms
/aggregate functions/uniqCombined/Map(UInt8,UInt8) OK 85ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,nullable_uint32_ OK 8s 966ms
/aggregate functions/studentTTest/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/uniq/Map(UInt128,DateTime) OK 83ms
/aggregate functions/uniqCombined/Map(UInt8,UInt16) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/int32,uint8 OK 70ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/uniq/Map(UInt128,DateTime64(3)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt8,UInt32) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/int32,uint64 OK 85ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/uniq/Map(UInt128,Bool) OK 74ms
/aggregate functions/uniqCombined/Map(UInt8,UInt64) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/int32,uint32 OK 67ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/uniq/Map(UInt128,String) OK 68ms
/aggregate functions/uniqCombined/Map(UInt8,UInt128) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/int32,uint16 OK 83ms
/aggregate functions/uniq/Map(UInt128,FixedString(51)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt8,Int8) OK 70ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/int32,nullable_uint8_ OK 72ms
/aggregate functions/uniq/Map(UInt128,UUID) OK 86ms
/aggregate functions/uniqCombined/Map(UInt8,Int16) OK 85ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/int32,nullable_uint64_ OK 65ms
/aggregate functions/uniq/Map(UInt128,Nullable(UInt8)) OK 69ms
/aggregate functions/uniqCombined/Map(UInt8,Int32) OK 67ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/int32,nullable_uint32_ OK 70ms
/aggregate functions/uniq/Map(UInt128,Nullable(UInt16)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt8,Int64) OK 89ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/int32,nullable_uint16_ OK 71ms
/aggregate functions/uniq/Map(UInt128,Nullable(UInt32)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt8,Int128) OK 92ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/studentTTest/datatypes/permutations/int32,lowcardinality_uint8_ OK 84ms
/aggregate functions/uniq/Map(UInt128,Nullable(UInt64)) OK 66ms
/aggregate functions/uniqCombined/Map(UInt8,Float32) OK 117ms
/aggregate functions/studentTTest/datatypes/permutations/int32,lowcardinality_uint64_ OK 106ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(Float32))) OK 100ms
/aggregate functions/uniq/Map(UInt128,Nullable(UInt128)) OK 98ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/int32,lowcardinality_uint32_ OK 95ms
/aggregate functions/uniq/Map(UInt128,Nullable(Int8)) OK 87ms
/aggregate functions/uniqCombined/Map(UInt8,Float64) OK 81ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(Date))) OK 68ms
/aggregate functions/uniqCombined/Map(UInt8,Decimal128(38)) OK 72ms
/aggregate functions/uniq/Map(UInt128,Nullable(Int16)) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/int32,lowcardinality_uint16_ OK 65ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(DateTime))) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/uniqCombined/Map(UInt8,Date) OK 71ms
/aggregate functions/uniq/Map(UInt128,Nullable(Int32)) OK 82ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/uniqCombined/Map(UInt8,DateTime) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/uniq/Map(UInt128,Nullable(Int64)) OK 75ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/uniqCombined/Map(UInt8,DateTime64(3)) OK 76ms
/aggregate functions/studentTTest/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/uniq/Map(UInt128,Nullable(Int128)) OK 65ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/uniqCombined/Map(UInt8,Bool) OK 73ms
/aggregate functions/uniq/Map(UInt128,Nullable(Float32)) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/uniqCombined/Map(UInt8,String) OK 88ms
/aggregate functions/topK/Map(Int8,LowCardinality(Nullable(UUID))) OK 68ms
/aggregate functions/uniq/Map(UInt128,Nullable(Float64)) OK 82ms
/aggregate functions/studentTTest/datatypes/permutations/int16,uint8 OK 80ms
/aggregate functions/topK/Map(Int8,Array(String)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt8,FixedString(51)) OK 75ms
/aggregate functions/uniq/Map(UInt128,Nullable(Decimal128(38))) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/int16,uint64 OK 77ms
/aggregate functions/topK/Map(Int8,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/uniq/Map(UInt128,Nullable(Date)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt8,UUID) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/int16,uint32 OK 73ms
/aggregate functions/topK/Map(Int8,Tuple(String)) OK 72ms
/aggregate functions/uniq/Map(UInt128,Nullable(DateTime)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(UInt8)) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/int16,uint16 OK 66ms
/aggregate functions/topK/Map(Int16,UInt8) OK 71ms
/aggregate functions/uniq/Map(UInt128,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/int16,nullable_uint8_ OK 74ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(UInt16)) OK 88ms
/aggregate functions/topK/Map(Int16,UInt16) OK 68ms
/aggregate functions/uniq/Map(UInt128,Nullable(Bool)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/int16,nullable_uint64_ OK 66ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(UInt32)) OK 89ms
/aggregate functions/topK/Map(Int16,UInt32) OK 71ms
/aggregate functions/uniq/Map(UInt128,Nullable(String)) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/int16,nullable_uint32_ OK 74ms
/aggregate functions/topK/Map(Int16,UInt64) OK 75ms
/aggregate functions/uniq/Map(UInt128,Nullable(FixedString(51))) OK 81ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(UInt64)) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/int16,nullable_uint16_ OK 71ms
/aggregate functions/topK/Map(Int16,UInt128) OK 92ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(UInt128)) OK 79ms
/aggregate functions/uniq/Map(UInt128,Nullable(UUID)) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/int16,lowcardinality_uint8_ OK 69ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(Int8)) OK 83ms
/aggregate functions/topK/Map(Int16,Int8) OK 81ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(UInt8)) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/int16,lowcardinality_uint64_ OK 68ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(UInt16)) OK 89ms
/aggregate functions/studentTTest/datatypes/permutations/int16,lowcardinality_uint32_ OK 74ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(Int16)) OK 77ms
/aggregate functions/topK/Map(Int16,Int16) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/int16,lowcardinality_uint16_ OK 87ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(Int32)) OK 92ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(UInt32)) OK 88ms
/aggregate functions/topK/Map(Int16,Int32) OK 78ms
/aggregate functions/studentTTest/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/topK/Map(Int16,Int64) OK 70ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(Int64)) OK 87ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(UInt64)) OK 86ms
/aggregate functions/topK/Map(Int16,Int128) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(Int128)) OK 70ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(UInt128)) OK 61ms
/aggregate functions/topK/Map(Int16,Float32) OK 84ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Int8)) OK 65ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(Float32)) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 63ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Int16)) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/topK/Map(Int16,Float64) OK 77ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(Float64)) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/float64,uint8 XFail 78ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Int32)) OK 84ms
/aggregate functions/topK/Map(Int16,Decimal128(38)) OK 76ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/float64,uint64 XFail 87ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(Date)) OK 78ms
/aggregate functions/topK/Map(Int16,Date) OK 117ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Int64)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(DateTime)) OK 99ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Int128)) OK 110ms
/aggregate functions/studentTTest/datatypes/permutations/float64,uint32 XFail 103ms
/aggregate functions/topK/Map(Int16,DateTime) OK 91ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(DateTime64(3))) OK 115ms
/aggregate functions/studentTTest/datatypes/permutations/float64,uint16 XFail 107ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Float32)) OK 108ms
/aggregate functions/topK/Map(Int16,DateTime64(3)) OK 90ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(Bool)) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/float64,nullable_uint8_ XFail 86ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Float64)) OK 70ms
/aggregate functions/topK/Map(Int16,Bool) OK 70ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(String)) OK 70ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Date)) OK 76ms
/aggregate functions/topK/Map(Int16,String) OK 76ms
/aggregate functions/studentTTest/datatypes/permutations/float64,nullable_uint64_ XFail 72ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(FixedString(51))) OK 84ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(DateTime)) OK 89ms
/aggregate functions/topK/Map(Int16,FixedString(51)) OK 81ms
/aggregate functions/studentTTest/datatypes/permutations/float64,nullable_uint32_ XFail 70ms
/aggregate functions/uniqCombined/Map(UInt8,Nullable(UUID)) OK 86ms
/aggregate functions/studentTTest/datatypes/permutations/float64,nullable_uint16_ XFail 72ms
/aggregate functions/topK/Map(Int16,UUID) OK 87ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Bool)) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_uint8_ XFail 77ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(String)) OK 69ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(UInt8)) OK 80ms
/aggregate functions/topK/Map(Int16,Nullable(UInt8)) OK 81ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(FixedString(51))) OK 64ms
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_uint64_ XFail 69ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(UInt16)) OK 88ms
/aggregate functions/topK/Map(Int16,Nullable(UInt16)) OK 68ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(UUID)) OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_uint32_ XFail 79ms
/aggregate functions/topK/Map(Int16,Nullable(UInt32)) OK 84ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(UInt32)) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_uint16_ XFail 67ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(UInt64)) OK 76ms
/aggregate functions/topK/Map(Int16,Nullable(UInt64)) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_nullable_uint8__ XFail 85ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(UInt128)) OK 83ms
/aggregate functions/topK/Map(Int16,Nullable(UInt128)) OK 70ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_nullable_uint64__ XFail 70ms
/aggregate functions/topK/Map(Int16,Nullable(Int8)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Int8)) OK 86ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 95ms
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_nullable_uint32__ XFail 83ms
/aggregate functions/topK/Map(Int16,Nullable(Int16)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Int16)) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/float64,lowcardinality_nullable_uint16__ XFail 73ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/topK/Map(Int16,Nullable(Int32)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Int32)) OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/float32,uint8 OK 89ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(Int8))) OK 65ms
/aggregate functions/topK/Map(Int16,Nullable(Int64)) OK 87ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Int64)) OK 71ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/float32,uint64 OK 75ms
/aggregate functions/topK/Map(Int16,Nullable(Int128)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Int128)) OK 76ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/studentTTest/datatypes/permutations/float32,uint32 OK 79ms
/aggregate functions/topK/Map(Int16,Nullable(Float32)) OK 70ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Float32)) OK 71ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(Int64))) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/float32,uint16 OK 71ms
/aggregate functions/topK/Map(Int16,Nullable(Float64)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Float64)) OK 69ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(Int128))) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/float32,nullable_uint8_ OK 73ms
/aggregate functions/topK/Map(Int16,Nullable(Decimal128(38))) OK 87ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Date)) OK 70ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(Float32))) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/float32,nullable_uint64_ OK 70ms
/aggregate functions/topK/Map(Int16,Nullable(Date)) OK 76ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(DateTime)) OK 93ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(Float64))) OK 65ms
/aggregate functions/studentTTest/datatypes/permutations/float32,nullable_uint32_ OK 85ms
/aggregate functions/topK/Map(Int16,Nullable(DateTime)) OK 77ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Bool)) OK 67ms
/aggregate functions/studentTTest/datatypes/permutations/float32,nullable_uint16_ OK 75ms
/aggregate functions/topK/Map(Int16,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(String)) OK 66ms
/aggregate functions/studentTTest/datatypes/permutations/float32,lowcardinality_uint8_ OK 70ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(FixedString(51))) OK 89ms
/aggregate functions/topK/Map(Int16,Nullable(Bool)) OK 89ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/studentTTest/datatypes/permutations/float32,lowcardinality_uint64_ OK 71ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(UUID)) OK 69ms
/aggregate functions/topK/Map(Int16,Nullable(String)) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/float32,lowcardinality_uint32_ OK 85ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 66ms
/aggregate functions/topK/Map(Int16,Nullable(FixedString(51))) OK 83ms
/aggregate functions/studentTTest/datatypes/permutations/float32,lowcardinality_uint16_ OK 71ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/uniq/Map(UInt128,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/topK/Map(Int16,Nullable(UUID)) OK 82ms
/aggregate functions/studentTTest/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/uniq/Map(UInt128,Array(String)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/topK/Map(Int16,LowCardinality(UInt8)) OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/uniq/Map(UInt128,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/studentTTest/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 107ms
/aggregate functions/topK/Map(Int16,LowCardinality(UInt16)) OK 122ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/uniq/Map(UInt128,Tuple(String)) OK 82ms
/aggregate functions/studentTTest/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/topK/Map(Int16,LowCardinality(UInt32)) OK 89ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(Int8))) OK 67ms
/aggregate functions/uniq/Map(Int8,UInt8) OK 84ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,uint8 OK 70ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/topK/Map(Int16,LowCardinality(UInt64)) OK 74ms
/aggregate functions/uniq/Map(Int8,UInt16) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,uint64 OK 83ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(Int32))) OK 92ms
/aggregate functions/uniq/Map(Int8,UInt32) OK 65ms
/aggregate functions/topK/Map(Int16,LowCardinality(UInt128)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,uint32 OK 70ms
/aggregate functions/uniq/Map(Int8,UInt64) OK 97ms
/aggregate functions/topK/Map(Int16,LowCardinality(Int8)) OK 72ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,uint16 OK 66ms
/aggregate functions/topK/Map(Int16,LowCardinality(Int16)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/uniq/Map(Int8,UInt128) OK 87ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 69ms
/aggregate functions/topK/Map(Int16,LowCardinality(Int32)) OK 70ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 69ms
/aggregate functions/uniq/Map(Int8,Int8) OK 85ms
/aggregate functions/topK/Map(Int16,LowCardinality(Int64)) OK 68ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 90ms
/aggregate functions/uniq/Map(Int8,Int16) OK 80ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(Float64))) OK 64ms
/aggregate functions/topK/Map(Int16,LowCardinality(Int128)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 86ms
/aggregate functions/uniq/Map(Int8,Int32) OK 71ms
/aggregate functions/topK/Map(Int16,LowCardinality(Float32)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 95ms
/aggregate functions/uniq/Map(Int8,Int64) OK 75ms
/aggregate functions/topK/Map(Int16,LowCardinality(Float64)) OK 70ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 74ms
/aggregate functions/topK/Map(Int16,LowCardinality(Date)) OK 83ms
/aggregate functions/uniq/Map(Int8,Int128) OK 88ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 64ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 70ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/topK/Map(Int16,LowCardinality(DateTime)) OK 64ms
/aggregate functions/uniq/Map(Int8,Float32) OK 69ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 122ms
/aggregate functions/topK/Map(Int16,LowCardinality(Bool)) OK 75ms
/aggregate functions/uniq/Map(Int8,Float64) OK 103ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 94ms
/aggregate functions/topK/Map(Int16,LowCardinality(String)) OK 147ms
/aggregate functions/uniqCombined/Map(UInt8,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/uniq/Map(Int8,Decimal128(38)) OK 64ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 117ms
/aggregate functions/uniq/Map(Int8,Date) OK 112ms
/aggregate functions/uniqCombined/Map(UInt8,Array(String)) OK 123ms
/aggregate functions/topK/Map(Int16,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/uniq/Map(Int8,DateTime) OK 89ms
/aggregate functions/topK/Map(Int16,LowCardinality(UUID)) OK 97ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/uniqCombined/Map(UInt8,Map(String,LowCardinality(Float64))) OK 62ms
/aggregate functions/uniqCombined/Map(UInt8,Tuple(String)) OK 80ms
/aggregate functions/studentTTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 66ms
/aggregate functions/uniq/Map(Int8,DateTime64(3)) OK 67ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/uniqCombined64 OK 2m 17s
/aggregate functions/uniqCombined64/constant OK 51ms
/aggregate functions/uniq/Map(Int8,Bool) OK 70ms
/aggregate functions/uniqCombined/Map(UInt16,UInt8) OK 73ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/uniqCombined64/zero rows OK 42ms
/aggregate functions/uniq/Map(Int8,String) OK 74ms
/aggregate functions/uniqCombined/Map(UInt16,UInt16) OK 88ms
/aggregate functions/uniqCombined64/with group by OK 39ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/uniqCombined64/some negative values OK 43ms
/aggregate functions/uniq/Map(Int8,FixedString(51)) OK 72ms
/aggregate functions/uniqCombined/Map(UInt16,UInt32) OK 99ms
/aggregate functions/uniqCombined64/first non-NULL value OK 40ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(UInt64))) OK 65ms
/aggregate functions/uniqCombined64/NULL for all rows OK 45ms
/aggregate functions/uniq/Map(Int8,UUID) OK 83ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/uniqCombined64/return type OK 43ms
/aggregate functions/uniqCombined/Map(UInt16,UInt64) OK 63ms
/aggregate functions/uniq/Map(Int8,Nullable(UInt8)) OK 71ms
/aggregate functions/uniqCombined64/with another aggregate function OK 57ms
/aggregate functions/uniqCombined/Map(UInt16,UInt128) OK 76ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/uniqCombined64/with another aggregate function and group by OK 49ms
/aggregate functions/uniq/Map(Int8,Nullable(UInt16)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt16,Int8) OK 72ms
/aggregate functions/uniqCombined64/string that ends with \0 OK 38ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/uniq/Map(Int8,Nullable(UInt32)) OK 70ms
/aggregate functions/uniqCombined64/inf OK 38ms
/aggregate functions/uniqCombined/Map(UInt16,Int16) OK 76ms
/aggregate functions/uniqCombined64/-inf OK 43ms
/aggregate functions/uniq/Map(Int8,Nullable(UInt64)) OK 78ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/uniqCombined64/nan OK 53ms
/aggregate functions/uniqCombined/Map(UInt16,Int32) OK 90ms
/aggregate functions/uniqCombined64/UInt8 OK 72ms
/aggregate functions/uniq/Map(Int8,Nullable(UInt128)) OK 81ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(Int64))) OK 68ms
/aggregate functions/uniqCombined/Map(UInt16,Int64) OK 74ms
/aggregate functions/uniqCombined64/UInt16 OK 70ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(Int128))) OK 65ms
/aggregate functions/uniq/Map(Int8,Nullable(Int8)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt16,Int128) OK 94ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/uniqCombined64/UInt32 OK 67ms
/aggregate functions/uniq/Map(Int8,Nullable(Int16)) OK 70ms
/aggregate functions/uniqCombined64/UInt64 OK 67ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/uniqCombined/Map(UInt16,Float32) OK 89ms
/aggregate functions/uniq/Map(Int8,Nullable(Int32)) OK 83ms
/aggregate functions/uniqCombined64/UInt128 OK 72ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/uniqCombined/Map(UInt16,Float64) OK 70ms
/aggregate functions/uniq/Map(Int8,Nullable(Int64)) OK 87ms
/aggregate functions/uniqCombined64/Int8 OK 70ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/uniqCombined/Map(UInt16,Decimal128(38)) OK 82ms
/aggregate functions/uniq/Map(Int8,Nullable(Int128)) OK 85ms
/aggregate functions/uniqCombined64/Int16 OK 83ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(Bool))) OK 65ms
/aggregate functions/uniqCombined/Map(UInt16,Date) OK 70ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/uniq/Map(Int8,Nullable(Float32)) OK 69ms
/aggregate functions/uniqCombined64/Int32 OK 68ms
/aggregate functions/uniqCombined/Map(UInt16,DateTime) OK 70ms
/aggregate functions/uniq/Map(Int8,Nullable(Float64)) OK 89ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/uniqCombined64/Int64 OK 65ms
/aggregate functions/uniqCombined/Map(UInt16,DateTime64(3)) OK 72ms
/aggregate functions/uniqCombined64/Int128 OK 67ms
/aggregate functions/topK/Map(Int16,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/uniq/Map(Int8,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/uniqCombined/Map(UInt16,Bool) OK 69ms
/aggregate functions/uniqCombined64/Float32 OK 67ms
/aggregate functions/uniq/Map(Int8,Nullable(Date)) OK 84ms
/aggregate functions/topK/Map(Int16,Array(String)) OK 88ms
/aggregate functions/uniqCombined/Map(UInt16,String) OK 64ms
/aggregate functions/uniqCombined64/Float64 OK 75ms
/aggregate functions/uniqCombined/Map(UInt16,FixedString(51)) OK 76ms
/aggregate functions/uniq/Map(Int8,Nullable(DateTime)) OK 81ms
/aggregate functions/topK/Map(Int16,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/uniqCombined64/Decimal128(38) OK 83ms
/aggregate functions/uniqCombined/Map(UInt16,UUID) OK 80ms
/aggregate functions/topK/Map(Int16,Tuple(String)) OK 69ms
/aggregate functions/uniq/Map(Int8,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/uniqCombined64/Date OK 92ms
/aggregate functions/topK/Map(Int32,UInt8) OK 75ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(UInt8)) OK 75ms
/aggregate functions/uniq/Map(Int8,Nullable(Bool)) OK 81ms
/aggregate functions/uniqCombined64/DateTime OK 76ms
/aggregate functions/topK/Map(Int32,UInt16) OK 88ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(UInt16)) OK 69ms
/aggregate functions/uniq/Map(Int8,Nullable(String)) OK 66ms
/aggregate functions/uniqCombined64/DateTime64(3) OK 79ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(UInt32)) OK 76ms
/aggregate functions/uniq/Map(Int8,Nullable(FixedString(51))) OK 81ms
/aggregate functions/topK/Map(Int32,UInt32) OK 83ms
/aggregate functions/uniqCombined64/Bool OK 67ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(UInt64)) OK 69ms
/aggregate functions/uniq/Map(Int8,Nullable(UUID)) OK 84ms
/aggregate functions/topK/Map(Int32,UInt64) OK 84ms
/aggregate functions/uniqCombined64/String OK 72ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(UInt128)) OK 67ms
/aggregate functions/uniq/Map(Int8,LowCardinality(UInt8)) OK 73ms
/aggregate functions/topK/Map(Int32,UInt128) OK 80ms
/aggregate functions/uniqCombined64/FixedString(51) OK 74ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(Int8)) OK 69ms
/aggregate functions/uniq/Map(Int8,LowCardinality(UInt16)) OK 87ms
/aggregate functions/topK/Map(Int32,Int8) OK 94ms
/aggregate functions/uniqCombined64/UUID OK 70ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(Int16)) OK 68ms
/aggregate functions/uniq/Map(Int8,LowCardinality(UInt32)) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt8,UInt8) OK 76ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(Int32)) OK 90ms
/aggregate functions/topK/Map(Int32,Int16) OK 71ms
/aggregate functions/uniq/Map(Int8,LowCardinality(UInt64)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt8,UInt16) OK 80ms
/aggregate functions/topK/Map(Int32,Int32) OK 68ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(Int64)) OK 73ms
/aggregate functions/uniq/Map(Int8,LowCardinality(UInt128)) OK 69ms
/aggregate functions/topK/Map(Int32,Int64) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt8,UInt32) OK 72ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(Int128)) OK 79ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Int8)) OK 71ms
/aggregate functions/topK/Map(Int32,Int128) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt8,UInt64) OK 76ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(Float32)) OK 68ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Int16)) OK 67ms
/aggregate functions/topK/Map(Int32,Float32) OK 82ms
/aggregate functions/uniqCombined64/Map(UInt8,UInt128) OK 92ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(Float64)) OK 65ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Int32)) OK 86ms
/aggregate functions/topK/Map(Int32,Float64) OK 71ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt8,Int8) OK 84ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Int64)) OK 85ms
/aggregate functions/topK/Map(Int32,Decimal128(38)) OK 77ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(Date)) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt8,Int16) OK 82ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Int128)) OK 90ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(DateTime)) OK 77ms
/aggregate functions/topK/Map(Int32,Date) OK 82ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,nullable_uint16_ OK 8s 748ms
/aggregate functions/uniqCombined64/Map(UInt8,Int32) OK 135ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(DateTime64(3))) OK 106ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Float32)) OK 111ms
/aggregate functions/topK/Map(Int32,DateTime) OK 102ms
/aggregate functions/uniqCombined64/Map(UInt8,Int64) OK 86ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(Bool)) OK 75ms
/aggregate functions/topK/Map(Int32,DateTime64(3)) OK 82ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Float64)) OK 77ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(String)) OK 93ms
/aggregate functions/uniqCombined64/Map(UInt8,Int128) OK 74ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Date)) OK 64ms
/aggregate functions/topK/Map(Int32,Bool) OK 70ms
/aggregate functions/uniq/Map(Int8,LowCardinality(DateTime)) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt8,Float32) OK 85ms
/aggregate functions/topK/Map(Int32,String) OK 62ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(FixedString(51))) OK 68ms
/aggregate functions/topK/Map(Int32,FixedString(51)) OK 79ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Bool)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt16,Nullable(UUID)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt8,Float64) OK 66ms
/aggregate functions/topK/Map(Int32,UUID) OK 90ms
/aggregate functions/uniqCombined64/Map(UInt8,Decimal128(38)) OK 78ms
/aggregate functions/uniq/Map(Int8,LowCardinality(String)) OK 66ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(UInt8)) OK 68ms
/aggregate functions/uniq/Map(Int8,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(UInt16)) OK 84ms
/aggregate functions/uniqCombined64/Map(UInt8,Date) OK 85ms
/aggregate functions/topK/Map(Int32,Nullable(UInt8)) OK 86ms
/aggregate functions/uniq/Map(Int8,LowCardinality(UUID)) OK 76ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(UInt32)) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt8,DateTime) OK 89ms
/aggregate functions/topK/Map(Int32,Nullable(UInt16)) OK 81ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(UInt64)) OK 76ms
/aggregate functions/topK/Map(Int32,Nullable(UInt32)) OK 81ms
/aggregate functions/uniqCombined64/Map(UInt8,DateTime64(3)) OK 65ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(UInt128)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt8,Bool) OK 74ms
/aggregate functions/topK/Map(Int32,Nullable(UInt64)) OK 70ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Int8)) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt8,String) OK 85ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/topK/Map(Int32,Nullable(UInt128)) OK 70ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Int16)) OK 80ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(UInt64))) OK 69ms
/aggregate functions/topK/Map(Int32,Nullable(Int8)) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt8,FixedString(51)) OK 79ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Int32)) OK 77ms
/aggregate functions/topK/Map(Int32,Nullable(Int16)) OK 79ms
/aggregate functions/uniqCombined64/Map(UInt8,UUID) OK 85ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Int64)) OK 69ms
/aggregate functions/topK/Map(Int32,Nullable(Int32)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(UInt8)) OK 66ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Int128)) OK 69ms
/aggregate functions/topK/Map(Int32,Nullable(Int64)) OK 89ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(UInt16)) OK 63ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Float32)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(UInt32)) OK 65ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/topK/Map(Int32,Nullable(Int128)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Float64)) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(UInt64)) OK 71ms
/aggregate functions/topK/Map(Int32,Nullable(Float32)) OK 76ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Date)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(UInt128)) OK 78ms
/aggregate functions/topK/Map(Int32,Nullable(Float64)) OK 68ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(DateTime)) OK 76ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(Int8)) OK 68ms
/aggregate functions/topK/Map(Int32,Nullable(Decimal128(38))) OK 67ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Bool)) OK 94ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(Int16)) OK 90ms
/aggregate functions/topK/Map(Int32,Nullable(Date)) OK 67ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(Float64))) OK 68ms
/aggregate functions/topK/Map(Int32,Nullable(DateTime)) OK 87ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(String)) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(Int32)) OK 66ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(Int64)) OK 72ms
/aggregate functions/topK/Map(Int32,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(UUID)) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(Int128)) OK 71ms
/aggregate functions/topK/Map(Int32,Nullable(Bool)) OK 73ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 65ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(Float32)) OK 83ms
/aggregate functions/topK/Map(Int32,Nullable(String)) OK 82ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 67ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(Float64)) OK 71ms
/aggregate functions/topK/Map(Int32,Nullable(FixedString(51))) OK 77ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/topK/Map(Int32,Nullable(UUID)) OK 79ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(Date)) OK 82ms
/aggregate functions/uniq/Map(Int8,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/topK/Map(Int32,LowCardinality(UInt8)) OK 70ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(DateTime)) OK 73ms
/aggregate functions/topK/Map(Int32,LowCardinality(UInt16)) OK 95ms
/aggregate functions/uniq/Map(Int8,Array(String)) OK 82ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/uniq/Map(Int8,Map(String,LowCardinality(Float64))) OK 112ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(Int16))) OK 114ms
/aggregate functions/topK/Map(Int32,LowCardinality(UInt32)) OK 124ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(Bool)) OK 67ms
/aggregate functions/uniq/Map(Int8,Tuple(String)) OK 89ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(String)) OK 63ms
/aggregate functions/topK/Map(Int32,LowCardinality(UInt64)) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/uniq/Map(Int16,UInt8) OK 90ms
/aggregate functions/topK/Map(Int32,LowCardinality(UInt128)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt8,Nullable(UUID)) OK 72ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/topK/Map(Int32,LowCardinality(Int8)) OK 69ms
/aggregate functions/uniq/Map(Int16,UInt16) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(UInt8)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(Float32))) OK 68ms
/aggregate functions/topK/Map(Int32,LowCardinality(Int16)) OK 85ms
/aggregate functions/uniq/Map(Int16,UInt32) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(UInt16)) OK 75ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/topK/Map(Int32,LowCardinality(Int32)) OK 91ms
/aggregate functions/uniq/Map(Int16,UInt64) OK 87ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(UInt32)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/topK/Map(Int32,LowCardinality(Int64)) OK 71ms
/aggregate functions/uniq/Map(Int16,UInt128) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(UInt64)) OK 89ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/topK/Map(Int32,LowCardinality(Int128)) OK 72ms
/aggregate functions/uniq/Map(Int16,Int8) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(UInt128)) OK 69ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/topK/Map(Int32,LowCardinality(Float32)) OK 74ms
/aggregate functions/uniq/Map(Int16,Int16) OK 81ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Int8)) OK 90ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/topK/Map(Int32,LowCardinality(Float64)) OK 71ms
/aggregate functions/uniq/Map(Int16,Int32) OK 87ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Int16)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 66ms
/aggregate functions/topK/Map(Int32,LowCardinality(Date)) OK 76ms
/aggregate functions/uniqCombined/Map(UInt16,LowCardinality(Nullable(UUID))) OK 92ms
/aggregate functions/uniq/Map(Int16,Int64) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Int32)) OK 88ms
/aggregate functions/topK/Map(Int32,LowCardinality(DateTime)) OK 72ms
/aggregate functions/uniq/Map(Int16,Int128) OK 79ms
/aggregate functions/uniqCombined/Map(UInt16,Array(String)) OK 79ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Int64)) OK 203ms
/aggregate functions/topK/Map(Int32,LowCardinality(Bool)) OK 198ms
/aggregate functions/uniq/Map(Int16,Float32) OK 168ms
/aggregate functions/uniqCombined/Map(UInt16,Map(String,LowCardinality(Float64))) OK 154ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Int128)) OK 75ms
/aggregate functions/topK/Map(Int32,LowCardinality(String)) OK 65ms
/aggregate functions/uniq/Map(Int16,Float64) OK 72ms
/aggregate functions/uniqCombined/Map(UInt16,Tuple(String)) OK 66ms
/aggregate functions/topK/Map(Int32,LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Float32)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt32,UInt8) OK 68ms
/aggregate functions/uniq/Map(Int16,Decimal128(38)) OK 65ms
/aggregate functions/topK/Map(Int32,LowCardinality(UUID)) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Float64)) OK 70ms
/aggregate functions/uniq/Map(Int16,Date) OK 64ms
/aggregate functions/uniqCombined/Map(UInt32,UInt16) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Date)) OK 82ms
/aggregate functions/uniq/Map(Int16,DateTime) OK 84ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/uniqCombined/Map(UInt32,UInt32) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(DateTime)) OK 88ms
/aggregate functions/uniq/Map(Int16,DateTime64(3)) OK 79ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/uniqCombined/Map(UInt32,UInt64) OK 65ms
/aggregate functions/uniqCombined/Map(UInt32,UInt128) OK 94ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/uniq/Map(Int16,Bool) OK 85ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Bool)) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(String)) OK 89ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/uniq/Map(Int16,String) OK 98ms
/aggregate functions/uniqCombined/Map(UInt32,Int8) OK 88ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(UInt128))) OK 100ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/uniqCombined/Map(UInt32,Int16) OK 65ms
/aggregate functions/uniq/Map(Int16,FixedString(51)) OK 65ms
/aggregate functions/uniqCombined/Map(UInt32,Int32) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(UUID)) OK 72ms
/aggregate functions/uniq/Map(Int16,UUID) OK 69ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/uniqCombined/Map(UInt32,Int64) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/uniq/Map(Int16,Nullable(UInt8)) OK 79ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/uniqCombined/Map(UInt32,Int128) OK 68ms
/aggregate functions/uniq/Map(Int16,Nullable(UInt16)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/uniqCombined/Map(UInt32,Float32) OK 67ms
/aggregate functions/uniq/Map(Int16,Nullable(UInt32)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/uniqCombined/Map(UInt32,Float64) OK 68ms
/aggregate functions/uniq/Map(Int16,Nullable(UInt64)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/uniqCombined/Map(UInt32,Decimal128(38)) OK 73ms
/aggregate functions/uniq/Map(Int16,Nullable(UInt128)) OK 75ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/uniqCombined/Map(UInt32,Date) OK 75ms
/aggregate functions/uniq/Map(Int16,Nullable(Int8)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/uniqCombined/Map(UInt32,DateTime) OK 73ms
/aggregate functions/uniq/Map(Int16,Nullable(Int16)) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(Int16))) OK 94ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/uniqCombined/Map(UInt32,DateTime64(3)) OK 82ms
/aggregate functions/uniq/Map(Int16,Nullable(Int32)) OK 68ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/uniqCombined/Map(UInt32,Bool) OK 85ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/uniq/Map(Int16,Nullable(Int64)) OK 67ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/uniqCombined/Map(UInt32,String) OK 68ms
/aggregate functions/uniq/Map(Int16,Nullable(Int128)) OK 78ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/uniqCombined/Map(UInt32,FixedString(51)) OK 80ms
/aggregate functions/uniq/Map(Int16,Nullable(Float32)) OK 78ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/uniqCombined/Map(UInt32,UUID) OK 71ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/uniq/Map(Int16,Nullable(Float64)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(UInt8)) OK 81ms
/aggregate functions/topK/Map(Int32,LowCardinality(Nullable(UUID))) OK 65ms
/aggregate functions/uniq/Map(Int16,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/topK/Map(Int32,Array(String)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(UInt16)) OK 82ms
/aggregate functions/uniq/Map(Int16,Nullable(Date)) OK 76ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/topK/Map(Int32,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(UInt32)) OK 79ms
/aggregate functions/uniq/Map(Int16,Nullable(DateTime)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/topK/Map(Int32,Tuple(String)) OK 73ms
/aggregate functions/uniq/Map(Int16,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(UInt64)) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/topK/Map(Int64,UInt8) OK 69ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(UInt128)) OK 68ms
/aggregate functions/uniq/Map(Int16,Nullable(Bool)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/topK/Map(Int64,UInt16) OK 74ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(Int8)) OK 76ms
/aggregate functions/uniq/Map(Int16,Nullable(String)) OK 66ms
/aggregate functions/uniqCombined64/Map(UInt8,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/topK/Map(Int64,UInt32) OK 84ms
/aggregate functions/uniq/Map(Int16,Nullable(FixedString(51))) OK 81ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(Int16)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt8,Array(String)) OK 70ms
/aggregate functions/topK/Map(Int64,UInt64) OK 85ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(Int32)) OK 91ms
/aggregate functions/uniq/Map(Int16,Nullable(UUID)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt8,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/topK/Map(Int64,UInt128) OK 70ms
/aggregate functions/uniq/Map(Int16,LowCardinality(UInt8)) OK 84ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(Int64)) OK 86ms
/aggregate functions/uniqCombined64/Map(UInt8,Tuple(String)) OK 72ms
/aggregate functions/topK/Map(Int64,Int8) OK 72ms
/aggregate functions/uniq/Map(Int16,LowCardinality(UInt16)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(Int128)) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt16,UInt8) OK 89ms
/aggregate functions/topK/Map(Int64,Int16) OK 70ms
/aggregate functions/uniq/Map(Int16,LowCardinality(UInt32)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(Float32)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt16,UInt16) OK 74ms
/aggregate functions/topK/Map(Int64,Int32) OK 87ms
/aggregate functions/uniq/Map(Int16,LowCardinality(UInt64)) OK 93ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(Float64)) OK 81ms
/aggregate functions/uniqCombined64/Map(UInt16,UInt32) OK 69ms
/aggregate functions/topK/Map(Int64,Int64) OK 73ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/uniq/Map(Int16,LowCardinality(UInt128)) OK 85ms
/aggregate functions/uniqCombined64/Map(UInt16,UInt64) OK 67ms
/aggregate functions/topK/Map(Int64,Int128) OK 70ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(Date)) OK 93ms
/aggregate functions/uniqCombined64/Map(UInt16,UInt128) OK 68ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Int8)) OK 70ms
/aggregate functions/topK/Map(Int64,Float32) OK 105ms
/aggregate functions/uniqCombined64/Map(UInt16,Int8) OK 81ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Int16)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(DateTime)) OK 102ms
/aggregate functions/topK/Map(Int64,Float64) OK 68ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Int32)) OK 85ms
/aggregate functions/uniqCombined64/Map(UInt16,Int16) OK 85ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/topK/Map(Int64,Decimal128(38)) OK 92ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Int64)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt16,Int32) OK 72ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(Bool)) OK 85ms
/aggregate functions/topK/Map(Int64,Date) OK 78ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Int128)) OK 66ms
/aggregate functions/uniqCombined64/Map(UInt16,Int64) OK 69ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(String)) OK 84ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Float32)) OK 80ms
/aggregate functions/topK/Map(Int64,DateTime) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt16,Int128) OK 73ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(FixedString(51))) OK 85ms
/aggregate functions/topK/Map(Int64,DateTime64(3)) OK 70ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Float64)) OK 90ms
/aggregate functions/uniqCombined64/Map(UInt16,Float32) OK 82ms
/aggregate functions/topK/Map(Int64,Bool) OK 71ms
/aggregate functions/uniqCombined/Map(UInt32,Nullable(UUID)) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt16,Float64) OK 73ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Date)) OK 82ms
/aggregate functions/topK/Map(Int64,String) OK 84ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(UInt8)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt16,Decimal128(38)) OK 73ms
/aggregate functions/uniq/Map(Int16,LowCardinality(DateTime)) OK 66ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(UInt16)) OK 91ms
/aggregate functions/topK/Map(Int64,FixedString(51)) OK 79ms
/aggregate functions/uniqCombined64/Map(UInt16,Date) OK 75ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Bool)) OK 78ms
/aggregate functions/topK/Map(Int64,UUID) OK 132ms
/aggregate functions/uniqCombined64/Map(UInt16,DateTime) OK 123ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(UInt32)) OK 126ms
/aggregate functions/uniq/Map(Int16,LowCardinality(String)) OK 121ms
/aggregate functions/uniqCombined64/Map(UInt16,DateTime64(3)) OK 89ms
/aggregate functions/topK/Map(Int64,Nullable(UInt8)) OK 66ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(UInt64)) OK 74ms
/aggregate functions/uniq/Map(Int16,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/topK/Map(Int64,Nullable(UInt16)) OK 96ms
/aggregate functions/uniq/Map(Int16,LowCardinality(UUID)) OK 91ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(UInt128)) OK 64ms
/aggregate functions/uniqCombined64/Map(UInt16,Bool) OK 69ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Int8)) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt16,String) OK 85ms
/aggregate functions/topK/Map(Int64,Nullable(UInt32)) OK 67ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Int16)) OK 78ms
/aggregate functions/topK/Map(Int64,Nullable(UInt64)) OK 66ms
/aggregate functions/uniqCombined64/Map(UInt16,FixedString(51)) OK 73ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Int32)) OK 87ms
/aggregate functions/topK/Map(Int64,Nullable(UInt128)) OK 86ms
/aggregate functions/uniqCombined64/Map(UInt16,UUID) OK 71ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Int64)) OK 77ms
/aggregate functions/topK/Map(Int64,Nullable(Int8)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(UInt8)) OK 70ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/topK/Map(Int64,Nullable(Int16)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Int128)) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(UInt16)) OK 68ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/topK/Map(Int64,Nullable(Int32)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(UInt32)) OK 104ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Float32)) OK 64ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Float64)) OK 74ms
/aggregate functions/topK/Map(Int64,Nullable(Int64)) OK 80ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(UInt64)) OK 72ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Date)) OK 126ms
/aggregate functions/topK/Map(Int64,Nullable(Int128)) OK 107ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(UInt128)) OK 104ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/topK/Map(Int64,Nullable(Float32)) OK 81ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(DateTime)) OK 88ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(Int64))) OK 66ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(Int8)) OK 62ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(Int16)) OK 66ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/topK/Map(Int64,Nullable(Float64)) OK 87ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Bool)) OK 84ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(Int32)) OK 70ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/topK/Map(Int64,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(String)) OK 84ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(Int64)) OK 76ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/topK/Map(Int64,Nullable(Date)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(Int128)) OK 68ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/topK/Map(Int64,Nullable(DateTime)) OK 93ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(UUID)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(Float32)) OK 80ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/topK/Map(Int64,Nullable(DateTime64(3))) OK 94ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(Float64)) OK 74ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(Decimal128(38))) OK 91ms
/aggregate functions/topK/Map(Int64,Nullable(Bool)) OK 69ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/topK/Map(Int64,Nullable(String)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(Date)) OK 91ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/topK/Map(Int64,Nullable(FixedString(51))) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(DateTime)) OK 79ms
/aggregate functions/uniq/Map(Int16,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/topK/Map(Int64,Nullable(UUID)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/uniq/Map(Int16,Array(String)) OK 65ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/topK/Map(Int64,LowCardinality(UInt8)) OK 84ms
/aggregate functions/uniq/Map(Int16,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(Bool)) OK 72ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/topK/Map(Int64,LowCardinality(UInt16)) OK 73ms
/aggregate functions/uniq/Map(Int16,Tuple(String)) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(String)) OK 70ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/topK/Map(Int64,LowCardinality(UInt32)) OK 66ms
/aggregate functions/uniq/Map(Int32,UInt8) OK 95ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(FixedString(51))) OK 64ms
/aggregate functions/topK/Map(Int64,LowCardinality(UInt64)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/uniqCombined64/Map(UInt16,Nullable(UUID)) OK 77ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,lowcardinality_uint8_ OK 12s 782ms
/aggregate functions/uniq/Map(Int32,UInt16) OK 71ms
/aggregate functions/topK/Map(Int64,LowCardinality(UInt128)) OK 77ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(UInt8)) OK 74ms
/aggregate functions/uniq/Map(Int32,UInt32) OK 73ms
/aggregate functions/topK/Map(Int64,LowCardinality(Int8)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(UInt16)) OK 66ms
/aggregate functions/uniq/Map(Int32,UInt64) OK 87ms
/aggregate functions/topK/Map(Int64,LowCardinality(Int16)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(UInt32)) OK 68ms
/aggregate functions/uniq/Map(Int32,UInt128) OK 77ms
/aggregate functions/topK/Map(Int64,LowCardinality(Int32)) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(UInt64)) OK 86ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/uniq/Map(Int32,Int8) OK 72ms
/aggregate functions/topK/Map(Int64,LowCardinality(Int64)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(UInt128)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/uniq/Map(Int32,Int16) OK 69ms
/aggregate functions/topK/Map(Int64,LowCardinality(Int128)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Int8)) OK 78ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/uniq/Map(Int32,Int32) OK 76ms
/aggregate functions/topK/Map(Int64,LowCardinality(Float32)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Int16)) OK 69ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/uniq/Map(Int32,Int64) OK 72ms
/aggregate functions/topK/Map(Int64,LowCardinality(Float64)) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Int32)) OK 89ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/uniq/Map(Int32,Int128) OK 81ms
/aggregate functions/topK/Map(Int64,LowCardinality(Date)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Int64)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt32,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/uniq/Map(Int32,Float32) OK 70ms
/aggregate functions/topK/Map(Int64,LowCardinality(DateTime)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Int128)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt32,Array(String)) OK 71ms
/aggregate functions/uniq/Map(Int32,Float64) OK 69ms
/aggregate functions/topK/Map(Int64,LowCardinality(Bool)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Float32)) OK 77ms
/aggregate functions/uniqCombined/Map(UInt32,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/uniq/Map(Int32,Decimal128(38)) OK 69ms
/aggregate functions/topK/Map(Int64,LowCardinality(String)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt32,Tuple(String)) OK 65ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Float64)) OK 87ms
/aggregate functions/uniq/Map(Int32,Date) OK 73ms
/aggregate functions/topK/Map(Int64,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/uniqCombined/Map(UInt64,UInt8) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Date)) OK 71ms
/aggregate functions/uniq/Map(Int32,DateTime) OK 74ms
/aggregate functions/topK/Map(Int64,LowCardinality(UUID)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt64,UInt16) OK 87ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(DateTime)) OK 70ms
/aggregate functions/uniq/Map(Int32,DateTime64(3)) OK 76ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/uniqCombined/Map(UInt64,UInt32) OK 96ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Bool)) OK 86ms
/aggregate functions/uniq/Map(Int32,Bool) OK 81ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(String)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt64,UInt64) OK 73ms
/aggregate functions/uniq/Map(Int32,String) OK 95ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/uniqCombined/Map(UInt64,UInt128) OK 78ms
/aggregate functions/uniq/Map(Int32,FixedString(51)) OK 71ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(UUID)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt64,Int8) OK 73ms
/aggregate functions/uniq/Map(Int32,UUID) OK 67ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/uniqCombined/Map(UInt64,Int16) OK 75ms
/aggregate functions/uniq/Map(Int32,Nullable(UInt8)) OK 75ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/uniqCombined/Map(UInt64,Int32) OK 62ms
/aggregate functions/uniq/Map(Int32,Nullable(UInt16)) OK 65ms
/aggregate functions/uniqCombined/Map(UInt64,Int64) OK 71ms
/aggregate functions/uniq/Map(Int32,Nullable(UInt32)) OK 79ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/uniqCombined/Map(UInt64,Int128) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/uniq/Map(Int32,Nullable(UInt64)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt64,Float32) OK 91ms
/aggregate functions/uniq/Map(Int32,Nullable(UInt128)) OK 78ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/uniq/Map(Int32,Nullable(Int8)) OK 89ms
/aggregate functions/uniqCombined/Map(UInt64,Float64) OK 64ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(Int128))) OK 63ms
/aggregate functions/uniqCombined/Map(UInt64,Decimal128(38)) OK 88ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/uniq/Map(Int32,Nullable(Int16)) OK 81ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(Float64))) OK 67ms
/aggregate functions/uniqCombined/Map(UInt64,Date) OK 87ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/uniq/Map(Int32,Nullable(Int32)) OK 61ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(Date))) OK 68ms
/aggregate functions/uniq/Map(Int32,Nullable(Int64)) OK 67ms
/aggregate functions/uniqCombined/Map(UInt64,DateTime) OK 65ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/uniq/Map(Int32,Nullable(Int128)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt64,DateTime64(3)) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/uniq/Map(Int32,Nullable(Float32)) OK 88ms
/aggregate functions/uniqCombined/Map(UInt64,Bool) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/uniqCombined/Map(UInt64,String) OK 70ms
/aggregate functions/uniq/Map(Int32,Nullable(Float64)) OK 84ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(Float64))) OK 66ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/uniqCombined/Map(UInt64,FixedString(51)) OK 90ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(Date))) OK 67ms
/aggregate functions/uniq/Map(Int32,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/topK/Map(Int64,LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/uniqCombined/Map(UInt64,UUID) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/uniq/Map(Int32,Nullable(Date)) OK 68ms
/aggregate functions/topK/Map(Int64,Array(String)) OK 72ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(UInt8)) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/uniq/Map(Int32,Nullable(DateTime)) OK 70ms
/aggregate functions/topK/Map(Int64,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(UInt16)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/uniq/Map(Int32,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(UInt32)) OK 74ms
/aggregate functions/topK/Map(Int64,Tuple(String)) OK 91ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/uniq/Map(Int32,Nullable(Bool)) OK 86ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(UInt64)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt16,LowCardinality(Nullable(UUID))) OK 67ms
/aggregate functions/topK/Map(Int128,UInt8) OK 83ms
/aggregate functions/uniq/Map(Int32,Nullable(String)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(UInt128)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt16,Array(String)) OK 72ms
/aggregate functions/topK/Map(Int128,UInt16) OK 87ms
/aggregate functions/uniq/Map(Int32,Nullable(FixedString(51))) OK 67ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(Int8)) OK 84ms
/aggregate functions/uniqCombined64/Map(UInt16,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/uniq/Map(Int32,Nullable(UUID)) OK 70ms
/aggregate functions/topK/Map(Int128,UInt32) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt16,Tuple(String)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(Int16)) OK 70ms
/aggregate functions/uniq/Map(Int32,LowCardinality(UInt8)) OK 81ms
/aggregate functions/topK/Map(Int128,UInt64) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt32,UInt8) OK 75ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(Int32)) OK 76ms
/aggregate functions/uniq/Map(Int32,LowCardinality(UInt16)) OK 87ms
/aggregate functions/topK/Map(Int128,UInt128) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt32,UInt16) OK 69ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(Int64)) OK 67ms
/aggregate functions/topK/Map(Int128,Int8) OK 85ms
/aggregate functions/uniq/Map(Int32,LowCardinality(UInt32)) OK 84ms
/aggregate functions/uniqCombined64/Map(UInt32,UInt32) OK 69ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(Int128)) OK 69ms
/aggregate functions/topK/Map(Int128,Int16) OK 76ms
/aggregate functions/uniq/Map(Int32,LowCardinality(UInt64)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt32,UInt64) OK 71ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(Float32)) OK 63ms
/aggregate functions/topK/Map(Int128,Int32) OK 79ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(Float64)) OK 84ms
/aggregate functions/uniqCombined64/Map(UInt32,UInt128) OK 66ms
/aggregate functions/uniq/Map(Int32,LowCardinality(UInt128)) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt32,Int8) OK 85ms
/aggregate functions/topK/Map(Int128,Int64) OK 84ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Int8)) OK 62ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(Decimal128(38))) OK 66ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Int16)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(Date)) OK 87ms
/aggregate functions/uniqCombined64/Map(UInt32,Int16) OK 88ms
/aggregate functions/topK/Map(Int128,Int128) OK 66ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Int32)) OK 70ms
/aggregate functions/topK/Map(Int128,Float32) OK 71ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(DateTime)) OK 78ms
/aggregate functions/uniqCombined64/Map(UInt32,Int32) OK 78ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Int64)) OK 69ms
/aggregate functions/topK/Map(Int128,Float64) OK 89ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt32,Int64) OK 76ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Int128)) OK 68ms
/aggregate functions/topK/Map(Int128,Decimal128(38)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(Bool)) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt32,Int128) OK 74ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Float32)) OK 76ms
/aggregate functions/topK/Map(Int128,Date) OK 75ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(String)) OK 79ms
/aggregate functions/uniqCombined64/Map(UInt32,Float32) OK 78ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Float64)) OK 73ms
/aggregate functions/topK/Map(Int128,DateTime) OK 85ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(FixedString(51))) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt32,Float64) OK 71ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Date)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt64,Nullable(UUID)) OK 86ms
/aggregate functions/topK/Map(Int128,DateTime64(3)) OK 129ms
/aggregate functions/uniqCombined64/Map(UInt32,Decimal128(38)) OK 86ms
/aggregate functions/uniq/Map(Int32,LowCardinality(DateTime)) OK 103ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(UInt8)) OK 112ms
/aggregate functions/uniqCombined64/Map(UInt32,Date) OK 112ms
/aggregate functions/topK/Map(Int128,Bool) OK 77ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Bool)) OK 66ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(UInt16)) OK 79ms
/aggregate functions/uniq/Map(Int32,LowCardinality(String)) OK 86ms
/aggregate functions/uniqCombined64/Map(UInt32,DateTime) OK 88ms
/aggregate functions/topK/Map(Int128,String) OK 72ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(UInt32)) OK 117ms
/aggregate functions/topK/Map(Int128,FixedString(51)) OK 116ms
/aggregate functions/uniq/Map(Int32,LowCardinality(FixedString(51))) OK 107ms
/aggregate functions/uniqCombined64/Map(UInt32,DateTime64(3)) OK 97ms
/aggregate functions/uniqCombined64/Map(UInt32,Bool) OK 84ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(UInt64)) OK 69ms
/aggregate functions/uniq/Map(Int32,LowCardinality(UUID)) OK 69ms
/aggregate functions/topK/Map(Int128,UUID) OK 69ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(UInt128)) OK 84ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/topK/Map(Int128,Nullable(UInt8)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt32,String) OK 69ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/topK/Map(Int128,Nullable(UInt16)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt32,FixedString(51)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Int8)) OK 67ms
/aggregate functions/topK/Map(Int128,Nullable(UInt32)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt32,UUID) OK 66ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Int16)) OK 85ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(UInt8)) OK 87ms
/aggregate functions/topK/Map(Int128,Nullable(UInt64)) OK 89ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(UInt64))) OK 68ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Int32)) OK 69ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(UInt16)) OK 91ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Int64)) OK 65ms
/aggregate functions/topK/Map(Int128,Nullable(UInt128)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Int128)) OK 73ms
/aggregate functions/topK/Map(Int128,Nullable(Int8)) OK 70ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(UInt32)) OK 84ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Float32)) OK 72ms
/aggregate functions/topK/Map(Int128,Nullable(Int16)) OK 65ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(UInt64)) OK 89ms
/aggregate functions/topK/Map(Int128,Nullable(Int32)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Float64)) OK 65ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(UInt128)) OK 70ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Date)) OK 88ms
/aggregate functions/topK/Map(Int128,Nullable(Int64)) OK 80ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(Int64))) OK 66ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(Int8)) OK 70ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/topK/Map(Int128,Nullable(Int128)) OK 86ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(DateTime)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(Int16)) OK 70ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(Float32))) OK 68ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Bool)) OK 71ms
/aggregate functions/topK/Map(Int128,Nullable(Float32)) OK 129ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(Int32)) OK 101ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(String)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(Int64)) OK 90ms
/aggregate functions/topK/Map(Int128,Nullable(Float64)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(FixedString(51))) OK 66ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(Date))) OK 66ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(UUID)) OK 75ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/topK/Map(Int128,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(Int128)) OK 69ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/topK/Map(Int128,Nullable(Date)) OK 63ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(Float32)) OK 70ms
/aggregate functions/topK/Map(Int128,Nullable(DateTime)) OK 75ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(Float64)) OK 94ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(String))) OK 66ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/topK/Map(Int128,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/topK/Map(Int128,Nullable(Bool)) OK 72ms
/aggregate functions/uniq/Map(Int32,LowCardinality(Nullable(UUID))) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(Date)) OK 76ms
/aggregate functions/topK/Map(Int128,Nullable(String)) OK 75ms
/aggregate functions/uniq/Map(Int32,Array(String)) OK 79ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(DateTime)) OK 68ms
/aggregate functions/topK/Map(Int128,Nullable(FixedString(51))) OK 91ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/uniq/Map(Int32,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/uniq/Map(Int32,Tuple(String)) OK 77ms
/aggregate functions/topK/Map(Int128,Nullable(UUID)) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(Bool)) OK 72ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/uniq/Map(Int64,UInt8) OK 67ms
/aggregate functions/topK/Map(Int128,LowCardinality(UInt8)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(String)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/uniq/Map(Int64,UInt16) OK 66ms
/aggregate functions/topK/Map(Int128,LowCardinality(UInt16)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(FixedString(51))) OK 70ms
/aggregate functions/uniq/Map(Int64,UInt32) OK 66ms
/aggregate functions/topK/Map(Int128,LowCardinality(UInt32)) OK 68ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt32,Nullable(UUID)) OK 68ms
/aggregate functions/uniq/Map(Int64,UInt64) OK 74ms
/aggregate functions/topK/Map(Int128,LowCardinality(UInt64)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(UInt8)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/uniq/Map(Int64,UInt128) OK 89ms
/aggregate functions/topK/Map(Int128,LowCardinality(UInt128)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(UInt16)) OK 64ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(Float64))) OK 64ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(UInt32)) OK 72ms
/aggregate functions/topK/Map(Int128,LowCardinality(Int8)) OK 91ms
/aggregate functions/uniq/Map(Int64,Int8) OK 66ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(Date))) OK 69ms
/aggregate functions/uniq/Map(Int64,Int16) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(UInt64)) OK 79ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/topK/Map(Int128,LowCardinality(Int16)) OK 69ms
/aggregate functions/uniq/Map(Int64,Int32) OK 91ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(UInt128)) OK 68ms
/aggregate functions/topK/Map(Int128,LowCardinality(Int32)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Int8)) OK 74ms
/aggregate functions/topK/Map(Int128,LowCardinality(Int64)) OK 90ms
/aggregate functions/uniq/Map(Int64,Int64) OK 68ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Int16)) OK 83ms
/aggregate functions/uniq/Map(Int64,Int128) OK 76ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/topK/Map(Int128,LowCardinality(Int128)) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Int32)) OK 73ms
/aggregate functions/uniq/Map(Int64,Float32) OK 73ms
/aggregate functions/topK/Map(Int128,LowCardinality(Float32)) OK 77ms
/aggregate functions/uniqCombined/Map(UInt64,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Int64)) OK 84ms
/aggregate functions/uniq/Map(Int64,Float64) OK 84ms
/aggregate functions/topK/Map(Int128,LowCardinality(Float64)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt64,Array(String)) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Int128)) OK 73ms
/aggregate functions/uniq/Map(Int64,Decimal128(38)) OK 76ms
/aggregate functions/topK/Map(Int128,LowCardinality(Date)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt64,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Float32)) OK 88ms
/aggregate functions/uniq/Map(Int64,Date) OK 85ms
/aggregate functions/topK/Map(Int128,LowCardinality(DateTime)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt64,Tuple(String)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Float64)) OK 106ms
/aggregate functions/uniq/Map(Int64,DateTime) OK 94ms
/aggregate functions/topK/Map(Int128,LowCardinality(Bool)) OK 88ms
/aggregate functions/uniqCombined/Map(UInt128,UInt8) OK 75ms
/aggregate functions/topK/Map(Int128,LowCardinality(String)) OK 86ms
/aggregate functions/uniq/Map(Int64,DateTime64(3)) OK 88ms
/aggregate functions/uniqCombined/Map(UInt128,UInt16) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Date)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt128,UInt32) OK 109ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(DateTime)) OK 84ms
/aggregate functions/topK/Map(Int128,LowCardinality(FixedString(51))) OK 92ms
/aggregate functions/uniq/Map(Int64,Bool) OK 93ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Bool)) OK 73ms
/aggregate functions/topK/Map(Int128,LowCardinality(UUID)) OK 77ms
/aggregate functions/uniq/Map(Int64,String) OK 82ms
/aggregate functions/uniqCombined/Map(UInt128,UInt64) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(String)) OK 86ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/uniq/Map(Int64,FixedString(51)) OK 91ms
/aggregate functions/uniqCombined/Map(UInt128,UInt128) OK 95ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/uniq/Map(Int64,UUID) OK 89ms
/aggregate functions/uniqCombined/Map(UInt128,Int8) OK 93ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(UUID)) OK 99ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(UInt32))) OK 96ms
/aggregate functions/uniq/Map(Int64,Nullable(UInt8)) OK 91ms
/aggregate functions/uniqCombined/Map(UInt128,Int16) OK 85ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 96ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/uniq/Map(Int64,Nullable(UInt16)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt128,Int32) OK 87ms
/aggregate functions/uniq/Map(Int64,Nullable(UInt32)) OK 96ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(UInt128))) OK 104ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 95ms
/aggregate functions/uniqCombined/Map(UInt128,Int64) OK 71ms
/aggregate functions/uniqCombined/Map(UInt128,Int128) OK 77ms
/aggregate functions/uniq/Map(Int64,Nullable(UInt64)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/uniqCombined/Map(UInt128,Float32) OK 95ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(Int16))) OK 96ms
/aggregate functions/uniq/Map(Int64,Nullable(UInt128)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/uniqCombined/Map(UInt128,Float64) OK 102ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/uniq/Map(Int64,Nullable(Int8)) OK 75ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/uniq/Map(Int64,Nullable(Int16)) OK 99ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(Int64))) OK 103ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/uniqCombined/Map(UInt128,Decimal128(38)) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/uniqCombined/Map(UInt128,Date) OK 88ms
/aggregate functions/uniq/Map(Int64,Nullable(Int32)) OK 101ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(Int128))) OK 97ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/uniqCombined/Map(UInt128,DateTime) OK 86ms
/aggregate functions/uniq/Map(Int64,Nullable(Int64)) OK 102ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/uniqCombined/Map(UInt128,DateTime64(3)) OK 69ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/uniq/Map(Int64,Nullable(Int128)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(Int128))) OK 68ms
/aggregate functions/uniqCombined/Map(UInt128,Bool) OK 88ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/uniq/Map(Int64,Nullable(Float32)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/uniqCombined/Map(UInt128,String) OK 98ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/uniq/Map(Int64,Nullable(Float64)) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/uniq/Map(Int64,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/uniqCombined/Map(UInt128,FixedString(51)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/uniqCombined/Map(UInt128,UUID) OK 81ms
/aggregate functions/uniq/Map(Int64,Nullable(Date)) OK 82ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(UInt8)) OK 92ms
/aggregate functions/uniq/Map(Int64,Nullable(DateTime)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/topK/Map(Int128,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/uniq/Map(Int64,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(UInt16)) OK 85ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/uniq/Map(Int64,Nullable(Bool)) OK 73ms
/aggregate functions/topK/Map(Int128,Array(String)) OK 77ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(UInt32)) OK 97ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/uniq/Map(Int64,Nullable(String)) OK 75ms
/aggregate functions/topK/Map(Int128,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt32,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(UInt64)) OK 85ms
/aggregate functions/uniq/Map(Int64,Nullable(FixedString(51))) OK 70ms
/aggregate functions/topK/Map(Int128,Tuple(String)) OK 91ms
/aggregate functions/uniqCombined64/Map(UInt32,Array(String)) OK 73ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(UInt128)) OK 84ms
/aggregate functions/uniq/Map(Int64,Nullable(UUID)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt32,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/topK/Map(Date,UInt8) OK 69ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(Int8)) OK 85ms
/aggregate functions/uniq/Map(Int64,LowCardinality(UInt8)) OK 78ms
/aggregate functions/topK/Map(Date,UInt16) OK 93ms
/aggregate functions/uniqCombined64/Map(UInt32,Tuple(String)) OK 73ms
/aggregate functions/uniq/Map(Int64,LowCardinality(UInt16)) OK 87ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(Int16)) OK 76ms
/aggregate functions/uniqCombined64/Map(UInt64,UInt8) OK 77ms
/aggregate functions/topK/Map(Date,UInt32) OK 91ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(Int32)) OK 135ms
/aggregate functions/uniq/Map(Int64,LowCardinality(UInt32)) OK 119ms
/aggregate functions/uniqCombined64/Map(UInt64,UInt16) OK 109ms
/aggregate functions/topK/Map(Date,UInt64) OK 88ms
/aggregate functions/uniq/Map(Int64,LowCardinality(UInt64)) OK 103ms
/aggregate functions/uniqCombined64/Map(UInt64,UInt32) OK 81ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(Int64)) OK 83ms
/aggregate functions/topK/Map(Date,UInt128) OK 69ms
/aggregate functions/topK/Map(Date,Int8) OK 81ms
/aggregate functions/uniqCombined64/Map(UInt64,UInt64) OK 79ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(Int128)) OK 88ms
/aggregate functions/uniq/Map(Int64,LowCardinality(UInt128)) OK 71ms
/aggregate functions/topK/Map(Date,Int16) OK 78ms
/aggregate functions/uniqCombined64/Map(UInt64,UInt128) OK 73ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Int8)) OK 75ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(Float32)) OK 94ms
/aggregate functions/uniqCombined64/Map(UInt64,Int8) OK 90ms
/aggregate functions/topK/Map(Date,Int32) OK 77ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Int16)) OK 81ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(Float64)) OK 74ms
/aggregate functions/topK/Map(Date,Int64) OK 80ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Int32)) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt64,Int16) OK 73ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/topK/Map(Date,Int128) OK 101ms
/aggregate functions/uniqCombined64/Map(UInt64,Int32) OK 79ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Int64)) OK 80ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(Date)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt64,Int64) OK 83ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Int128)) OK 103ms
/aggregate functions/topK/Map(Date,Float32) OK 83ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(DateTime)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt64,Int128) OK 76ms
/aggregate functions/topK/Map(Date,Float64) OK 91ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Float32)) OK 79ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(DateTime64(3))) OK 94ms
/aggregate functions/uniqCombined64/Map(UInt64,Float32) OK 96ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Float64)) OK 89ms
/aggregate functions/topK/Map(Date,Decimal128(38)) OK 70ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(Bool)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt64,Float64) OK 92ms
/aggregate functions/topK/Map(Date,Date) OK 76ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Date)) OK 85ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(String)) OK 84ms
/aggregate functions/topK/Map(Date,DateTime) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt64,Decimal128(38)) OK 72ms
/aggregate functions/uniq/Map(Int64,LowCardinality(DateTime)) OK 82ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(FixedString(51))) OK 91ms
/aggregate functions/topK/Map(Date,DateTime64(3)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt64,Date) OK 73ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Bool)) OK 127ms
/aggregate functions/uniqCombined/Map(UInt128,Nullable(UUID)) OK 119ms
/aggregate functions/topK/Map(Date,Bool) OK 89ms
/aggregate functions/uniqCombined64/Map(UInt64,DateTime) OK 88ms
/aggregate functions/uniq/Map(Int64,LowCardinality(String)) OK 86ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(UInt8)) OK 84ms
/aggregate functions/topK/Map(Date,String) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt64,DateTime64(3)) OK 83ms
/aggregate functions/topK/Map(Date,FixedString(51)) OK 104ms
/aggregate functions/uniq/Map(Int64,LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(UInt16)) OK 87ms
/aggregate functions/uniqCombined64/Map(UInt64,Bool) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt64,String) OK 81ms
/aggregate functions/uniq/Map(Int64,LowCardinality(UUID)) OK 98ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(UInt32)) OK 86ms
/aggregate functions/topK/Map(Date,UUID) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt64,FixedString(51)) OK 89ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(UInt64)) OK 96ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/topK/Map(Date,Nullable(UInt8)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt64,UUID) OK 95ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/topK/Map(Date,Nullable(UInt16)) OK 75ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(UInt128)) OK 87ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/topK/Map(Date,Nullable(UInt32)) OK 91ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(UInt8)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Int8)) OK 83ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/topK/Map(Date,Nullable(UInt64)) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(UInt16)) OK 76ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Int16)) OK 68ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(UInt128))) OK 96ms
/aggregate functions/topK/Map(Date,Nullable(UInt128)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(UInt32)) OK 80ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Int32)) OK 71ms
/aggregate functions/topK/Map(Date,Nullable(Int8)) OK 102ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Int64)) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(UInt64)) OK 71ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(UInt128)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Int128)) OK 74ms
/aggregate functions/topK/Map(Date,Nullable(Int16)) OK 89ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(Int8)) OK 81ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Float32)) OK 73ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/topK/Map(Date,Nullable(Int32)) OK 69ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Float64)) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(Int16)) OK 90ms
/aggregate functions/topK/Map(Date,Nullable(Int64)) OK 78ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Date)) OK 81ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(Int32)) OK 70ms
/aggregate functions/topK/Map(Date,Nullable(Int128)) OK 69ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(DateTime)) OK 94ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(Int64)) OK 80ms
/aggregate functions/topK/Map(Date,Nullable(Float32)) OK 76ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(Int128)) OK 86ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Bool)) OK 75ms
/aggregate functions/topK/Map(Date,Nullable(Float64)) OK 71ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/topK/Map(Date,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(String)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(Float32)) OK 90ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/topK/Map(Date,Nullable(Date)) OK 91ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(Float64)) OK 75ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(DateTime))) OK 69ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(UUID)) OK 71ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/topK/Map(Date,Nullable(DateTime)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 68ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/topK/Map(Date,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(Date)) OK 71ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(DateTime)) OK 85ms
/aggregate functions/topK/Map(Date,Nullable(Bool)) OK 74ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/uniq/Map(Int64,LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/topK/Map(Date,Nullable(String)) OK 95ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(DateTime64(3))) OK 68ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(Bool)) OK 70ms
/aggregate functions/uniq/Map(Int64,Array(String)) OK 89ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/topK/Map(Date,Nullable(FixedString(51))) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(String)) OK 76ms
/aggregate functions/topK/Map(Date,Nullable(UUID)) OK 83ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/uniq/Map(Int64,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(FixedString(51))) OK 79ms
/aggregate functions/topK/Map(Date,LowCardinality(UInt8)) OK 78ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/uniq/Map(Int64,Tuple(String)) OK 81ms
/aggregate functions/uniqCombined64/Map(UInt64,Nullable(UUID)) OK 85ms
/aggregate functions/topK/Map(Date,LowCardinality(UInt16)) OK 89ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/uniq/Map(Int128,UInt8) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(UInt8)) OK 77ms
/aggregate functions/topK/Map(Date,LowCardinality(UInt32)) OK 78ms
/aggregate functions/uniq/Map(Int128,UInt16) OK 72ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(UInt16)) OK 75ms
/aggregate functions/uniq/Map(Int128,UInt32) OK 72ms
/aggregate functions/topK/Map(Date,LowCardinality(UInt64)) OK 75ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(UInt32)) OK 78ms
/aggregate functions/uniq/Map(Int128,UInt64) OK 73ms
/aggregate functions/topK/Map(Date,LowCardinality(UInt128)) OK 85ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,lowcardinality_uint64_ OK 14s 252ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(UInt64)) OK 80ms
/aggregate functions/uniq/Map(Int128,UInt128) OK 76ms
/aggregate functions/topK/Map(Date,LowCardinality(Int8)) OK 82ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(UInt128)) OK 82ms
/aggregate functions/uniq/Map(Int128,Int8) OK 76ms
/aggregate functions/topK/Map(Date,LowCardinality(Int16)) OK 82ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(Date))) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Int8)) OK 68ms
/aggregate functions/uniq/Map(Int128,Int16) OK 93ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/topK/Map(Date,LowCardinality(Int32)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Int16)) OK 79ms
/aggregate functions/uniq/Map(Int128,Int32) OK 81ms
/aggregate functions/topK/Map(Date,LowCardinality(Int64)) OK 89ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Int32)) OK 72ms
/aggregate functions/uniq/Map(Int128,Int64) OK 69ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(String))) OK 68ms
/aggregate functions/topK/Map(Date,LowCardinality(Int128)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Int64)) OK 85ms
/aggregate functions/uniq/Map(Int128,Int128) OK 66ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/topK/Map(Date,LowCardinality(Float32)) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Int128)) OK 76ms
/aggregate functions/uniq/Map(Int128,Float32) OK 89ms
/aggregate functions/uniqCombined/Map(UInt128,LowCardinality(Nullable(UUID))) OK 70ms
/aggregate functions/topK/Map(Date,LowCardinality(Float64)) OK 79ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Float32)) OK 90ms
/aggregate functions/uniq/Map(Int128,Float64) OK 85ms
/aggregate functions/uniqCombined/Map(UInt128,Array(String)) OK 72ms
/aggregate functions/topK/Map(Date,LowCardinality(Date)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Float64)) OK 89ms
/aggregate functions/uniqCombined/Map(UInt128,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/uniq/Map(Int128,Decimal128(38)) OK 68ms
/aggregate functions/topK/Map(Date,LowCardinality(DateTime)) OK 68ms
/aggregate functions/uniq/Map(Int128,Date) OK 118ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Date)) OK 107ms
/aggregate functions/topK/Map(Date,LowCardinality(Bool)) OK 104ms
/aggregate functions/uniqCombined/Map(UInt128,Tuple(String)) OK 104ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(DateTime)) OK 103ms
/aggregate functions/topK/Map(Date,LowCardinality(String)) OK 99ms
/aggregate functions/uniq/Map(Int128,DateTime) OK 73ms
/aggregate functions/uniqCombined/Map(Int8,UInt8) OK 79ms
/aggregate functions/uniq/Map(Int128,DateTime64(3)) OK 76ms
/aggregate functions/uniqCombined/Map(Int8,UInt16) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Bool)) OK 78ms
/aggregate functions/topK/Map(Date,LowCardinality(FixedString(51))) OK 89ms
/aggregate functions/uniq/Map(Int128,Bool) OK 76ms
/aggregate functions/uniqCombined/Map(Int8,UInt32) OK 81ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(String)) OK 77ms
/aggregate functions/topK/Map(Date,LowCardinality(UUID)) OK 75ms
/aggregate functions/uniq/Map(Int128,String) OK 75ms
/aggregate functions/uniqCombined/Map(Int8,UInt64) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/uniq/Map(Int128,FixedString(51)) OK 72ms
/aggregate functions/uniqCombined/Map(Int8,UInt128) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(UUID)) OK 86ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/uniq/Map(Int128,UUID) OK 83ms
/aggregate functions/uniqCombined/Map(Int8,Int8) OK 76ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/uniq/Map(Int128,Nullable(UInt8)) OK 77ms
/aggregate functions/uniqCombined/Map(Int8,Int16) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/uniq/Map(Int128,Nullable(UInt16)) OK 94ms
/aggregate functions/uniqCombined/Map(Int8,Int32) OK 85ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 92ms
/aggregate functions/uniqCombined/Map(Int8,Int64) OK 73ms
/aggregate functions/uniq/Map(Int128,Nullable(UInt32)) OK 76ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/uniqCombined/Map(Int8,Int128) OK 76ms
/aggregate functions/uniq/Map(Int128,Nullable(UInt64)) OK 87ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/uniqCombined/Map(Int8,Float32) OK 71ms
/aggregate functions/uniq/Map(Int128,Nullable(UInt128)) OK 74ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/uniqCombined/Map(Int8,Float64) OK 91ms
/aggregate functions/uniq/Map(Int128,Nullable(Int8)) OK 82ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/uniqCombined/Map(Int8,Decimal128(38)) OK 91ms
/aggregate functions/uniq/Map(Int128,Nullable(Int16)) OK 72ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/uniq/Map(Int128,Nullable(Int32)) OK 81ms
/aggregate functions/uniqCombined/Map(Int8,Date) OK 87ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/uniq/Map(Int128,Nullable(Int64)) OK 87ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/uniqCombined/Map(Int8,DateTime) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/uniqCombined/Map(Int8,DateTime64(3)) OK 110ms
/aggregate functions/uniq/Map(Int128,Nullable(Int128)) OK 108ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(Date))) OK 102ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(Float32))) OK 131ms
/aggregate functions/uniqCombined/Map(Int8,Bool) OK 71ms
/aggregate functions/uniq/Map(Int128,Nullable(Float32)) OK 75ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/uniqCombined/Map(Int8,String) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/uniq/Map(Int128,Nullable(Float64)) OK 76ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/uniq/Map(Int128,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/uniqCombined/Map(Int8,FixedString(51)) OK 100ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(Date))) OK 97ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/uniq/Map(Int128,Nullable(Date)) OK 70ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/uniqCombined/Map(Int8,UUID) OK 87ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/uniq/Map(Int128,Nullable(DateTime)) OK 77ms
/aggregate functions/topK/Map(Date,LowCardinality(Nullable(UUID))) OK 102ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(UInt8)) OK 86ms
/aggregate functions/uniq/Map(Int128,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/topK/Map(Date,Array(String)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(UInt16)) OK 93ms
/aggregate functions/uniq/Map(Int128,Nullable(Bool)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/topK/Map(Date,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(UInt32)) OK 79ms
/aggregate functions/uniq/Map(Int128,Nullable(String)) OK 73ms
/aggregate functions/topK/Map(Date,Tuple(String)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt64,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/uniq/Map(Int128,Nullable(FixedString(51))) OK 87ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(UInt64)) OK 92ms
/aggregate functions/topK/Map(DateTime,UInt8) OK 82ms
/aggregate functions/uniqCombined64/Map(UInt64,Array(String)) OK 70ms
/aggregate functions/uniq/Map(Int128,Nullable(UUID)) OK 90ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(UInt128)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt64,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/topK/Map(DateTime,UInt16) OK 77ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(Int8)) OK 72ms
/aggregate functions/uniq/Map(Int128,LowCardinality(UInt8)) OK 95ms
/aggregate functions/uniqCombined64/Map(UInt64,Tuple(String)) OK 89ms
/aggregate functions/topK/Map(DateTime,UInt32) OK 68ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(Int16)) OK 75ms
/aggregate functions/uniq/Map(Int128,LowCardinality(UInt16)) OK 86ms
/aggregate functions/topK/Map(DateTime,UInt64) OK 94ms
/aggregate functions/uniqCombined64/Map(UInt128,UInt8) OK 94ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(Int32)) OK 84ms
/aggregate functions/uniq/Map(Int128,LowCardinality(UInt32)) OK 72ms
/aggregate functions/topK/Map(DateTime,UInt128) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt128,UInt16) OK 89ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(Int64)) OK 71ms
/aggregate functions/uniq/Map(Int128,LowCardinality(UInt64)) OK 73ms
/aggregate functions/topK/Map(DateTime,Int8) OK 79ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(Int128)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt128,UInt32) OK 92ms
/aggregate functions/uniq/Map(Int128,LowCardinality(UInt128)) OK 74ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(Float32)) OK 87ms
/aggregate functions/topK/Map(DateTime,Int16) OK 67ms
/aggregate functions/uniqCombined64/Map(UInt128,UInt64) OK 80ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Int8)) OK 81ms
/aggregate functions/topK/Map(DateTime,Int32) OK 73ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(Float64)) OK 90ms
/aggregate functions/uniqCombined64/Map(UInt128,UInt128) OK 74ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Int16)) OK 77ms
/aggregate functions/topK/Map(DateTime,Int64) OK 71ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/uniqCombined64/Map(UInt128,Int8) OK 73ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Int32)) OK 81ms
/aggregate functions/topK/Map(DateTime,Int128) OK 97ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(Date)) OK 85ms
/aggregate functions/uniqCombined64/Map(UInt128,Int16) OK 76ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Int64)) OK 70ms
/aggregate functions/topK/Map(DateTime,Float32) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt128,Int32) OK 71ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(DateTime)) OK 69ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Int128)) OK 72ms
/aggregate functions/topK/Map(DateTime,Float64) OK 92ms
/aggregate functions/uniqCombined64/Map(UInt128,Int64) OK 71ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Float32)) OK 76ms
/aggregate functions/uniqCombined64/Map(UInt128,Int128) OK 69ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(Bool)) OK 94ms
/aggregate functions/topK/Map(DateTime,Decimal128(38)) OK 91ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Float64)) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt128,Float32) OK 99ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Date)) OK 101ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(String)) OK 87ms
/aggregate functions/topK/Map(DateTime,Date) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt128,Float64) OK 79ms
/aggregate functions/topK/Map(DateTime,DateTime) OK 81ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(FixedString(51))) OK 79ms
/aggregate functions/uniq/Map(Int128,LowCardinality(DateTime)) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt128,Decimal128(38)) OK 94ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Bool)) OK 73ms
/aggregate functions/topK/Map(DateTime,DateTime64(3)) OK 87ms
/aggregate functions/uniqCombined/Map(Int8,Nullable(UUID)) OK 76ms
/aggregate functions/uniq/Map(Int128,LowCardinality(String)) OK 96ms
/aggregate functions/uniqCombined64/Map(UInt128,Date) OK 71ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(UInt8)) OK 94ms
/aggregate functions/topK/Map(DateTime,Bool) OK 89ms
/aggregate functions/uniqCombined64/Map(UInt128,DateTime) OK 76ms
/aggregate functions/uniq/Map(Int128,LowCardinality(FixedString(51))) OK 92ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(UInt16)) OK 72ms
/aggregate functions/topK/Map(DateTime,String) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt128,DateTime64(3)) OK 79ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(UInt32)) OK 83ms
/aggregate functions/topK/Map(DateTime,FixedString(51)) OK 90ms
/aggregate functions/uniq/Map(Int128,LowCardinality(UUID)) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt128,Bool) OK 79ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(UInt64)) OK 87ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(UInt8))) OK 90ms
/aggregate functions/topK/Map(DateTime,UUID) OK 78ms
/aggregate functions/uniqCombined64/Map(UInt128,String) OK 73ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(UInt128)) OK 81ms
/aggregate functions/topK/Map(DateTime,Nullable(UInt8)) OK 88ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt128,FixedString(51)) OK 75ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Int8)) OK 92ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/topK/Map(DateTime,Nullable(UInt16)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt128,UUID) OK 81ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/topK/Map(DateTime,Nullable(UInt32)) OK 103ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Int16)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(UInt8)) OK 72ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Int32)) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(UInt16)) OK 87ms
/aggregate functions/topK/Map(DateTime,Nullable(UInt64)) OK 87ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Int64)) OK 89ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(UInt32)) OK 107ms
/aggregate functions/topK/Map(DateTime,Nullable(UInt128)) OK 121ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Int128)) OK 99ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(UInt64)) OK 76ms
/aggregate functions/topK/Map(DateTime,Nullable(Int8)) OK 78ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Float32)) OK 78ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(UInt128)) OK 75ms
/aggregate functions/topK/Map(DateTime,Nullable(Int16)) OK 74ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(Int64))) OK 95ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Float64)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(Int8)) OK 90ms
/aggregate functions/topK/Map(DateTime,Nullable(Int32)) OK 78ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Date)) OK 72ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(Int16)) OK 87ms
/aggregate functions/topK/Map(DateTime,Nullable(Int64)) OK 73ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(DateTime)) OK 70ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/topK/Map(DateTime,Nullable(Int128)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(Int32)) OK 88ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Bool)) OK 75ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/topK/Map(DateTime,Nullable(Float32)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(Int64)) OK 84ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(String)) OK 89ms
/aggregate functions/topK/Map(DateTime,Nullable(Float64)) OK 79ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(Int128)) OK 79ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/topK/Map(DateTime,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(Float32)) OK 75ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(UUID)) OK 72ms
/aggregate functions/topK/Map(DateTime,Nullable(Date)) OK 87ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(Float64)) OK 70ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/topK/Map(DateTime,Nullable(DateTime)) OK 79ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(String))) OK 89ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/topK/Map(DateTime,Nullable(DateTime64(3))) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(Date)) OK 94ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/topK/Map(DateTime,Nullable(Bool)) OK 91ms
/aggregate functions/uniq/Map(Int128,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(DateTime)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(DateTime64(3))) OK 110ms
/aggregate functions/topK/Map(DateTime,Nullable(String)) OK 93ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/uniq/Map(Int128,Array(String)) OK 89ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(Int8))) OK 95ms
/aggregate functions/topK/Map(DateTime,Nullable(FixedString(51))) OK 73ms
/aggregate functions/uniq/Map(Int128,Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(Bool)) OK 89ms
/aggregate functions/topK/Map(DateTime,Nullable(UUID)) OK 79ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(Int16))) OK 97ms
/aggregate functions/uniq/Map(Int128,Tuple(String)) OK 86ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(String)) OK 90ms
/aggregate functions/topK/Map(DateTime,LowCardinality(UInt8)) OK 72ms
/aggregate functions/uniq/Map(Date,UInt8) OK 99ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(FixedString(51))) OK 71ms
/aggregate functions/topK/Map(DateTime,LowCardinality(UInt16)) OK 85ms
/aggregate functions/uniqCombined64/Map(UInt128,Nullable(UUID)) OK 70ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/uniq/Map(Date,UInt16) OK 84ms
/aggregate functions/topK/Map(DateTime,LowCardinality(UInt32)) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(UInt8)) OK 71ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/uniq/Map(Date,UInt32) OK 78ms
/aggregate functions/topK/Map(DateTime,LowCardinality(UInt64)) OK 90ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(UInt16)) OK 77ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(Float32))) OK 101ms
/aggregate functions/uniq/Map(Date,UInt64) OK 72ms
/aggregate functions/topK/Map(DateTime,LowCardinality(UInt128)) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(UInt32)) OK 75ms
/aggregate functions/uniq/Map(Date,UInt128) OK 73ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Int8)) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(UInt64)) OK 97ms
/aggregate functions/uniq/Map(Date,Int8) OK 74ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Int16)) OK 76ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(UInt128)) OK 73ms
/aggregate functions/uniq/Map(Date,Int16) OK 77ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Int32)) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Int8)) OK 70ms
/aggregate functions/uniq/Map(Date,Int32) OK 87ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Int64)) OK 72ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Int16)) OK 71ms
/aggregate functions/uniq/Map(Date,Int64) OK 73ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Int128)) OK 90ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Int32)) OK 77ms
/aggregate functions/uniq/Map(Date,Int128) OK 84ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Float32)) OK 106ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Int64)) OK 87ms
/aggregate functions/uniq/Map(Date,Float32) OK 76ms
/aggregate functions/uniqCombined/Map(Int8,LowCardinality(Nullable(UUID))) OK 101ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Int128)) OK 94ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Float64)) OK 75ms
/aggregate functions/uniq/Map(Date,Float64) OK 73ms
/aggregate functions/uniqCombined/Map(Int8,Array(String)) OK 73ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Date)) OK 68ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Float32)) OK 92ms
/aggregate functions/uniq/Map(Date,Decimal128(38)) OK 77ms
/aggregate functions/uniqCombined/Map(Int8,Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/topK/Map(DateTime,LowCardinality(DateTime)) OK 80ms
/aggregate functions/uniq/Map(Date,Date) OK 87ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Float64)) OK 78ms
/aggregate functions/uniqCombined/Map(Int8,Tuple(String)) OK 72ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Bool)) OK 69ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Date)) OK 77ms
/aggregate functions/uniq/Map(Date,DateTime) OK 74ms
/aggregate functions/uniqCombined/Map(Int16,UInt8) OK 78ms
/aggregate functions/topK/Map(DateTime,LowCardinality(String)) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(DateTime)) OK 67ms
/aggregate functions/uniq/Map(Date,DateTime64(3)) OK 70ms
/aggregate functions/uniqCombined/Map(Int16,UInt16) OK 70ms
/aggregate functions/topK/Map(DateTime,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Bool)) OK 74ms
/aggregate functions/uniq/Map(Date,Bool) OK 71ms
/aggregate functions/uniqCombined/Map(Int16,UInt32) OK 73ms
/aggregate functions/topK/Map(DateTime,LowCardinality(UUID)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(String)) OK 74ms
/aggregate functions/uniq/Map(Date,String) OK 127ms
/aggregate functions/uniqCombined/Map(Int16,UInt64) OK 115ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(FixedString(51))) OK 118ms
/aggregate functions/uniq/Map(Date,FixedString(51)) OK 101ms
/aggregate functions/uniqCombined/Map(Int16,UInt128) OK 90ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(UUID)) OK 89ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/uniqCombined/Map(Int16,Int8) OK 77ms
/aggregate functions/uniq/Map(Date,UUID) OK 78ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/uniqCombined/Map(Int16,Int16) OK 77ms
/aggregate functions/uniq/Map(Date,Nullable(UInt8)) OK 90ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/uniqCombined/Map(Int16,Int32) OK 77ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/uniq/Map(Date,Nullable(UInt16)) OK 75ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/uniqCombined/Map(Int16,Int64) OK 91ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/uniq/Map(Date,Nullable(UInt32)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/uniq/Map(Date,Nullable(UInt64)) OK 99ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(Int16))) OK 105ms
/aggregate functions/uniqCombined/Map(Int16,Int128) OK 99ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/uniq/Map(Date,Nullable(UInt128)) OK 98ms
/aggregate functions/uniqCombined/Map(Int16,Float32) OK 87ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(Int64))) OK 98ms
/aggregate functions/uniqCombined/Map(Int16,Float64) OK 73ms
/aggregate functions/uniq/Map(Date,Nullable(Int8)) OK 95ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/uniqCombined/Map(Int16,Decimal128(38)) OK 78ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/uniq/Map(Date,Nullable(Int16)) OK 79ms
/aggregate functions/uniqCombined/Map(Int16,Date) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/uniq/Map(Date,Nullable(Int32)) OK 72ms
/aggregate functions/uniqCombined/Map(Int16,DateTime) OK 79ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/uniq/Map(Date,Nullable(Int64)) OK 85ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(Float64))) OK 89ms
/aggregate functions/uniqCombined/Map(Int16,DateTime64(3)) OK 72ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/uniq/Map(Date,Nullable(Int128)) OK 72ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/uniqCombined/Map(Int16,Bool) OK 74ms
/aggregate functions/uniq/Map(Date,Nullable(Float32)) OK 81ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(Float64))) OK 89ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/uniqCombined/Map(Int16,String) OK 84ms
/aggregate functions/uniq/Map(Date,Nullable(Float64)) OK 72ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(Date))) OK 67ms
/aggregate functions/uniqCombined/Map(Int16,FixedString(51)) OK 68ms
/aggregate functions/uniq/Map(Date,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/uniqCombined/Map(Int16,UUID) OK 85ms
/aggregate functions/uniq/Map(Date,Nullable(Date)) OK 76ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(UInt8)) OK 86ms
/aggregate functions/uniq/Map(Date,Nullable(DateTime)) OK 87ms
/aggregate functions/topK/Map(DateTime,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(UInt16)) OK 98ms
/aggregate functions/uniq/Map(Date,Nullable(DateTime64(3))) OK 88ms
/aggregate functions/topK/Map(DateTime,Array(String)) OK 73ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(UInt32)) OK 90ms
/aggregate functions/topK/Map(DateTime,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/uniq/Map(Date,Nullable(Bool)) OK 88ms
/aggregate functions/uniqCombined64/Map(UInt128,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(UInt64)) OK 105ms
/aggregate functions/topK/Map(DateTime,Tuple(String)) OK 93ms
/aggregate functions/uniq/Map(Date,Nullable(String)) OK 80ms
/aggregate functions/uniqCombined64/Map(UInt128,Array(String)) OK 80ms
/aggregate functions/uniq/Map(Date,Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqCombined64/Map(UInt128,Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/topK/Map(Bool,UInt8) OK 68ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(UInt128)) OK 65ms
/aggregate functions/uniq/Map(Date,Nullable(UUID)) OK 75ms
/aggregate functions/topK/Map(Bool,UInt16) OK 66ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(Int8)) OK 70ms
/aggregate functions/uniqCombined64/Map(UInt128,Tuple(String)) OK 82ms
/aggregate functions/topK/Map(Bool,UInt32) OK 73ms
/aggregate functions/uniq/Map(Date,LowCardinality(UInt8)) OK 67ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(Int16)) OK 72ms
/aggregate functions/uniqCombined64/Map(Int8,UInt8) OK 81ms
/aggregate functions/uniq/Map(Date,LowCardinality(UInt16)) OK 69ms
/aggregate functions/topK/Map(Bool,UInt64) OK 72ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(Int32)) OK 70ms
/aggregate functions/uniqCombined64/Map(Int8,UInt16) OK 86ms
/aggregate functions/uniq/Map(Date,LowCardinality(UInt32)) OK 71ms
/aggregate functions/topK/Map(Bool,UInt128) OK 88ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(Int64)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int8,UInt32) OK 88ms
/aggregate functions/uniq/Map(Date,LowCardinality(UInt64)) OK 69ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(Int128)) OK 81ms
/aggregate functions/topK/Map(Bool,Int8) OK 72ms
/aggregate functions/uniq/Map(Date,LowCardinality(UInt128)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int8,UInt64) OK 80ms
/aggregate functions/topK/Map(Bool,Int16) OK 82ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(Float32)) OK 80ms
/aggregate functions/uniq/Map(Date,LowCardinality(Int8)) OK 87ms
/aggregate functions/uniqCombined64/Map(Int8,UInt128) OK 81ms
/aggregate functions/topK/Map(Bool,Int32) OK 99ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(Float64)) OK 78ms
/aggregate functions/uniq/Map(Date,LowCardinality(Int16)) OK 89ms
/aggregate functions/uniqCombined64/Map(Int8,Int8) OK 76ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/topK/Map(Bool,Int64) OK 85ms
/aggregate functions/uniqCombined64/Map(Int8,Int16) OK 92ms
/aggregate functions/uniq/Map(Date,LowCardinality(Int32)) OK 79ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(Date)) OK 75ms
/aggregate functions/topK/Map(Bool,Int128) OK 71ms
/aggregate functions/uniq/Map(Date,LowCardinality(Int64)) OK 98ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(DateTime)) OK 79ms
/aggregate functions/uniqCombined64/Map(Int8,Int32) OK 83ms
/aggregate functions/topK/Map(Bool,Float32) OK 78ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(DateTime64(3))) OK 89ms
/aggregate functions/uniqCombined64/Map(Int8,Int64) OK 76ms
/aggregate functions/uniq/Map(Date,LowCardinality(Int128)) OK 88ms
/aggregate functions/topK/Map(Bool,Float64) OK 91ms
/aggregate functions/uniqCombined64/Map(Int8,Int128) OK 100ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(Bool)) OK 86ms
/aggregate functions/uniq/Map(Date,LowCardinality(Float32)) OK 72ms
/aggregate functions/topK/Map(Bool,Decimal128(38)) OK 90ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(String)) OK 83ms
/aggregate functions/uniq/Map(Date,LowCardinality(Float64)) OK 91ms
/aggregate functions/uniqCombined64/Map(Int8,Float32) OK 80ms
/aggregate functions/topK/Map(Bool,Date) OK 79ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(FixedString(51))) OK 101ms
/aggregate functions/uniqCombined64/Map(Int8,Float64) OK 101ms
/aggregate functions/uniq/Map(Date,LowCardinality(Date)) OK 93ms
/aggregate functions/topK/Map(Bool,DateTime) OK 87ms
/aggregate functions/uniqCombined/Map(Int16,Nullable(UUID)) OK 192ms
/aggregate functions/uniq/Map(Date,LowCardinality(DateTime)) OK 185ms
/aggregate functions/uniqCombined64/Map(Int8,Decimal128(38)) OK 191ms
/aggregate functions/topK/Map(Bool,DateTime64(3)) OK 179ms
/aggregate functions/uniq/Map(Date,LowCardinality(Bool)) OK 89ms
/aggregate functions/topK/Map(Bool,Bool) OK 67ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(UInt8)) OK 79ms
/aggregate functions/uniqCombined64/Map(Int8,Date) OK 59ms
/aggregate functions/uniqCombined64/Map(Int8,DateTime) OK 68ms
/aggregate functions/topK/Map(Bool,String) OK 71ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(UInt16)) OK 88ms
/aggregate functions/uniq/Map(Date,LowCardinality(String)) OK 88ms
/aggregate functions/uniqCombined64/Map(Int8,DateTime64(3)) OK 85ms
/aggregate functions/topK/Map(Bool,FixedString(51)) OK 73ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(UInt32)) OK 74ms
/aggregate functions/uniq/Map(Date,LowCardinality(FixedString(51))) OK 99ms
/aggregate functions/topK/Map(Bool,UUID) OK 73ms
/aggregate functions/uniqCombined64/Map(Int8,Bool) OK 70ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(UInt64)) OK 75ms
/aggregate functions/uniq/Map(Date,LowCardinality(UUID)) OK 95ms
/aggregate functions/topK/Map(Bool,Nullable(UInt8)) OK 78ms
/aggregate functions/uniqCombined64/Map(Int8,String) OK 77ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(UInt128)) OK 69ms
/aggregate functions/topK/Map(Bool,Nullable(UInt16)) OK 103ms
/aggregate functions/uniqCombined64/Map(Int8,FixedString(51)) OK 93ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Int8)) OK 73ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/uniqCombined64/Map(Int8,UUID) OK 68ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Int16)) OK 78ms
/aggregate functions/topK/Map(Bool,Nullable(UInt32)) OK 67ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(UInt8)) OK 103ms
/aggregate functions/topK/Map(Bool,Nullable(UInt64)) OK 72ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Int32)) OK 83ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/topK/Map(Bool,Nullable(UInt128)) OK 77ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Int64)) OK 85ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(UInt16)) OK 70ms
/aggregate functions/topK/Map(Bool,Nullable(Int8)) OK 79ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(UInt32)) OK 82ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Int128)) OK 72ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(UInt128))) OK 67ms
/aggregate functions/topK/Map(Bool,Nullable(Int16)) OK 72ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Float32)) OK 70ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(UInt64)) OK 87ms
/aggregate functions/topK/Map(Bool,Nullable(Int32)) OK 74ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Float64)) OK 76ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(UInt128)) OK 86ms
/aggregate functions/topK/Map(Bool,Nullable(Int64)) OK 72ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Date)) OK 89ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(Int8)) OK 73ms
/aggregate functions/topK/Map(Bool,Nullable(Int128)) OK 86ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(DateTime)) OK 93ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(Int16)) OK 73ms
/aggregate functions/topK/Map(Bool,Nullable(Float32)) OK 84ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(Int128))) OK 69ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(Int32)) OK 99ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Bool)) OK 100ms
/aggregate functions/topK/Map(Bool,Nullable(Float64)) OK 77ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(Int64)) OK 97ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(String)) OK 77ms
/aggregate functions/topK/Map(Bool,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(Int128)) OK 99ms
/aggregate functions/topK/Map(Bool,Nullable(Date)) OK 89ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(UUID)) OK 78ms
/aggregate functions/topK/Map(Bool,Nullable(DateTime)) OK 88ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(Float32)) OK 77ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(DateTime))) OK 69ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(Float64)) OK 75ms
/aggregate functions/topK/Map(Bool,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/topK/Map(Bool,Nullable(Bool)) OK 86ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(UInt32))) OK 88ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(Date)) OK 77ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/topK/Map(Bool,Nullable(String)) OK 73ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(DateTime)) OK 87ms
/aggregate functions/uniq/Map(Date,LowCardinality(Nullable(UUID))) OK 70ms
/aggregate functions/topK/Map(Bool,Nullable(FixedString(51))) OK 76ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(UInt128))) OK 93ms
/aggregate functions/uniq/Map(Date,Array(String)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/topK/Map(Bool,Nullable(UUID)) OK 82ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/uniq/Map(Date,Map(String,LowCardinality(Float64))) OK 120ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(Bool)) OK 111ms
/aggregate functions/topK/Map(Bool,LowCardinality(UInt8)) OK 82ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(Int16))) OK 108ms
/aggregate functions/topK/Map(Bool,LowCardinality(UInt16)) OK 93ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(String)) OK 84ms
/aggregate functions/uniq/Map(Date,Tuple(String)) OK 79ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/uniq/Map(DateTime,UInt8) OK 92ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(FixedString(51))) OK 83ms
/aggregate functions/topK/Map(Bool,LowCardinality(UInt32)) OK 79ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(Int64))) OK 98ms
/aggregate functions/uniqCombined64/Map(Int8,Nullable(UUID)) OK 95ms
/aggregate functions/topK/Map(Bool,LowCardinality(UInt64)) OK 95ms
/aggregate functions/uniq/Map(DateTime,UInt16) OK 95ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(UInt8)) OK 90ms
/aggregate functions/topK/Map(Bool,LowCardinality(UInt128)) OK 74ms
/aggregate functions/uniq/Map(DateTime,UInt32) OK 71ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/topK/Map(Bool,LowCardinality(Int8)) OK 80ms
/aggregate functions/uniq/Map(DateTime,UInt64) OK 76ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(UInt16)) OK 79ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/uniq/Map(DateTime,UInt128) OK 75ms
/aggregate functions/topK/Map(Bool,LowCardinality(Int16)) OK 82ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(UInt32)) OK 83ms
/aggregate functions/uniq/Map(DateTime,Int8) OK 80ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(Date))) OK 127ms
/aggregate functions/topK/Map(Bool,LowCardinality(Int32)) OK 119ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(UInt64)) OK 102ms
/aggregate functions/uniq/Map(DateTime,Int16) OK 115ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(UInt128)) OK 81ms
/aggregate functions/topK/Map(Bool,LowCardinality(Int64)) OK 72ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/uniq/Map(DateTime,Int32) OK 86ms
/aggregate functions/topK/Map(Bool,LowCardinality(Int128)) OK 88ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Int8)) OK 68ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Int16)) OK 99ms
/aggregate functions/uniq/Map(DateTime,Int64) OK 95ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/topK/Map(Bool,LowCardinality(Float32)) OK 70ms
/aggregate functions/topK/Map(Bool,LowCardinality(Float64)) OK 78ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Int32)) OK 77ms
/aggregate functions/uniq/Map(DateTime,Int128) OK 88ms
/aggregate functions/topK/Map(Bool,LowCardinality(Date)) OK 85ms
/aggregate functions/uniqCombined/Map(Int16,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Int64)) OK 79ms
/aggregate functions/uniq/Map(DateTime,Float32) OK 89ms
/aggregate functions/topK/Map(Bool,LowCardinality(DateTime)) OK 75ms
/aggregate functions/uniqCombined/Map(Int16,Array(String)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Int128)) OK 82ms
/aggregate functions/uniq/Map(DateTime,Float64) OK 80ms
/aggregate functions/topK/Map(Bool,LowCardinality(Bool)) OK 103ms
/aggregate functions/uniqCombined/Map(Int16,Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Float32)) OK 74ms
/aggregate functions/uniq/Map(DateTime,Decimal128(38)) OK 73ms
/aggregate functions/uniqCombined/Map(Int16,Tuple(String)) OK 85ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Float64)) OK 70ms
/aggregate functions/topK/Map(Bool,LowCardinality(String)) OK 87ms
/aggregate functions/uniq/Map(DateTime,Date) OK 76ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Date)) OK 84ms
/aggregate functions/uniqCombined/Map(Int32,UInt8) OK 84ms
/aggregate functions/uniq/Map(DateTime,DateTime) OK 92ms
/aggregate functions/topK/Map(Bool,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(DateTime)) OK 76ms
/aggregate functions/uniqCombined/Map(Int32,UInt16) OK 76ms
/aggregate functions/topK/Map(Bool,LowCardinality(UUID)) OK 77ms
/aggregate functions/uniq/Map(DateTime,DateTime64(3)) OK 87ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Bool)) OK 79ms
/aggregate functions/uniqCombined/Map(Int32,UInt32) OK 72ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/uniq/Map(DateTime,Bool) OK 86ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(String)) OK 72ms
/aggregate functions/uniqCombined/Map(Int32,UInt64) OK 72ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,lowcardinality_uint32_ OK 12s 848ms
/aggregate functions/uniq/Map(DateTime,String) OK 94ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/uniqCombined/Map(Int32,UInt128) OK 78ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(UUID)) OK 73ms
/aggregate functions/uniq/Map(DateTime,FixedString(51)) OK 84ms
/aggregate functions/uniqCombined/Map(Int32,Int8) OK 70ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/uniqCombined/Map(Int32,Int16) OK 73ms
/aggregate functions/uniq/Map(DateTime,UUID) OK 72ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/uniqCombined/Map(Int32,Int32) OK 79ms
/aggregate functions/uniq/Map(DateTime,Nullable(UInt8)) OK 96ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(UInt16))) OK 93ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/uniqCombined/Map(Int32,Int64) OK 73ms
/aggregate functions/uniq/Map(DateTime,Nullable(UInt16)) OK 87ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/uniqCombined/Map(Int32,Int128) OK 76ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/uniq/Map(DateTime,Nullable(UInt32)) OK 74ms
/aggregate functions/uniqCombined/Map(Int32,Float32) OK 92ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/uniq/Map(DateTime,Nullable(UInt64)) OK 68ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(Int64))) OK 92ms
/aggregate functions/uniqCombined/Map(Int32,Float64) OK 72ms
/aggregate functions/uniq/Map(DateTime,Nullable(UInt128)) OK 71ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/uniqCombined/Map(Int32,Decimal128(38)) OK 109ms
/aggregate functions/uniq/Map(DateTime,Nullable(Int8)) OK 106ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(Int128))) OK 105ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(Int16))) OK 93ms
/aggregate functions/uniqCombined/Map(Int32,Date) OK 85ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/uniq/Map(DateTime,Nullable(Int16)) OK 73ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/uniq/Map(DateTime,Nullable(Int32)) OK 75ms
/aggregate functions/uniqCombined/Map(Int32,DateTime) OK 69ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/uniqCombined/Map(Int32,DateTime64(3)) OK 74ms
/aggregate functions/uniq/Map(DateTime,Nullable(Int64)) OK 90ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/uniqCombined/Map(Int32,Bool) OK 74ms
/aggregate functions/uniq/Map(DateTime,Nullable(Int128)) OK 96ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/uniqCombined/Map(Int32,String) OK 69ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(Float64))) OK 104ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/uniq/Map(DateTime,Nullable(Float32)) OK 85ms
/aggregate functions/uniqCombined/Map(Int32,FixedString(51)) OK 72ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(String))) OK 90ms
/aggregate functions/uniq/Map(DateTime,Nullable(Float64)) OK 87ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/uniqCombined/Map(Int32,UUID) OK 67ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(UInt8)) OK 75ms
/aggregate functions/uniq/Map(DateTime,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/topK/Map(Bool,LowCardinality(Nullable(UUID))) OK 99ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(UInt16)) OK 76ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/uniq/Map(DateTime,Nullable(Date)) OK 88ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(UInt32)) OK 77ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(String))) OK 90ms
/aggregate functions/topK/Map(Bool,Array(String)) OK 90ms
/aggregate functions/uniq/Map(DateTime,Nullable(DateTime)) OK 70ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(UInt64)) OK 77ms
/aggregate functions/uniq/Map(DateTime,Nullable(DateTime64(3))) OK 88ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/topK/Map(Bool,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(UInt128)) OK 81ms
/aggregate functions/uniq/Map(DateTime,Nullable(Bool)) OK 102ms
/aggregate functions/topK/Map(Bool,Tuple(String)) OK 75ms
/aggregate functions/uniqCombined64/Map(Int8,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(Int8)) OK 79ms
/aggregate functions/topK/Map(String,UInt8) OK 79ms
/aggregate functions/uniqCombined64/Map(Int8,Array(String)) OK 83ms
/aggregate functions/uniq/Map(DateTime,Nullable(String)) OK 72ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(Int16)) OK 80ms
/aggregate functions/topK/Map(String,UInt16) OK 101ms
/aggregate functions/uniqCombined64/Map(Int8,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/uniq/Map(DateTime,Nullable(FixedString(51))) OK 70ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(Int32)) OK 78ms
/aggregate functions/uniqCombined64/Map(Int8,Tuple(String)) OK 85ms
/aggregate functions/uniq/Map(DateTime,Nullable(UUID)) OK 77ms
/aggregate functions/topK/Map(String,UInt32) OK 77ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(Int64)) OK 78ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(UInt8)) OK 73ms
/aggregate functions/uniqCombined64/Map(Int16,UInt8) OK 86ms
/aggregate functions/topK/Map(String,UInt64) OK 72ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(Int128)) OK 78ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(UInt16)) OK 84ms
/aggregate functions/topK/Map(String,UInt128) OK 85ms
/aggregate functions/uniqCombined64/Map(Int16,UInt16) OK 73ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(Float32)) OK 95ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(UInt32)) OK 77ms
/aggregate functions/uniqCombined64/Map(Int16,UInt32) OK 84ms
/aggregate functions/topK/Map(String,Int8) OK 82ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(Float64)) OK 93ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(UInt64)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int16,UInt64) OK 76ms
/aggregate functions/topK/Map(String,Int16) OK 75ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(UInt128)) OK 77ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(Decimal128(38))) OK 94ms
/aggregate functions/uniqCombined64/Map(Int16,UInt128) OK 71ms
/aggregate functions/topK/Map(String,Int32) OK 73ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Int8)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int16,Int8) OK 69ms
/aggregate functions/topK/Map(String,Int64) OK 70ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(Date)) OK 90ms
/aggregate functions/uniqCombined64/Map(Int16,Int16) OK 77ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Int16)) OK 78ms
/aggregate functions/topK/Map(String,Int128) OK 79ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(DateTime)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int16,Int32) OK 72ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Int32)) OK 67ms
/aggregate functions/topK/Map(String,Float32) OK 89ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(DateTime64(3))) OK 88ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Int64)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int16,Int64) OK 76ms
/aggregate functions/topK/Map(String,Float64) OK 73ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(Bool)) OK 89ms
/aggregate functions/uniqCombined64/Map(Int16,Int128) OK 91ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Int128)) OK 70ms
/aggregate functions/topK/Map(String,Decimal128(38)) OK 74ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(String)) OK 75ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Float32)) OK 109ms
/aggregate functions/uniqCombined64/Map(Int16,Float32) OK 98ms
/aggregate functions/topK/Map(String,Date) OK 94ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(FixedString(51))) OK 74ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Float64)) OK 89ms
/aggregate functions/uniqCombined64/Map(Int16,Float64) OK 78ms
/aggregate functions/topK/Map(String,DateTime) OK 70ms
/aggregate functions/uniqCombined/Map(Int32,Nullable(UUID)) OK 74ms
/aggregate functions/topK/Map(String,DateTime64(3)) OK 96ms
/aggregate functions/uniqCombined64/Map(Int16,Decimal128(38)) OK 76ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Date)) OK 74ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(UInt8)) OK 76ms
/aggregate functions/uniqCombined64/Map(Int16,Date) OK 94ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(DateTime)) OK 78ms
/aggregate functions/topK/Map(String,Bool) OK 86ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(UInt16)) OK 69ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Bool)) OK 75ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(UInt32)) OK 90ms
/aggregate functions/uniqCombined64/Map(Int16,DateTime) OK 76ms
/aggregate functions/topK/Map(String,String) OK 74ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(String)) OK 82ms
/aggregate functions/uniqCombined64/Map(Int16,DateTime64(3)) OK 78ms
/aggregate functions/topK/Map(String,FixedString(51)) OK 85ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(UInt64)) OK 75ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/uniqCombined64/Map(Int16,Bool) OK 73ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(UInt128)) OK 83ms
/aggregate functions/topK/Map(String,UUID) OK 82ms
/aggregate functions/uniqCombined64/Map(Int16,String) OK 78ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(UUID)) OK 66ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Int8)) OK 100ms
/aggregate functions/topK/Map(String,Nullable(UInt8)) OK 84ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/uniqCombined64/Map(Int16,FixedString(51)) OK 77ms
/aggregate functions/topK/Map(String,Nullable(UInt16)) OK 86ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Int16)) OK 77ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/uniqCombined64/Map(Int16,UUID) OK 68ms
/aggregate functions/topK/Map(String,Nullable(UInt32)) OK 84ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Int32)) OK 84ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(UInt8)) OK 87ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/topK/Map(String,Nullable(UInt64)) OK 71ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Int64)) OK 79ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(UInt16)) OK 88ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/topK/Map(String,Nullable(UInt128)) OK 87ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Int128)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(UInt32)) OK 74ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Float32)) OK 89ms
/aggregate functions/topK/Map(String,Nullable(Int8)) OK 71ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(UInt64)) OK 75ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/topK/Map(String,Nullable(Int16)) OK 82ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Float64)) OK 71ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(UInt128)) OK 73ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/topK/Map(String,Nullable(Int32)) OK 88ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Date)) OK 71ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(Int8)) OK 70ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(DateTime)) OK 82ms
/aggregate functions/topK/Map(String,Nullable(Int64)) OK 81ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(Int16)) OK 85ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Bool)) OK 99ms
/aggregate functions/topK/Map(String,Nullable(Int128)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(Int32)) OK 77ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(Int128))) OK 72ms
/aggregate functions/topK/Map(String,Nullable(Float32)) OK 83ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(String)) OK 73ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(Int64)) OK 77ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/topK/Map(String,Nullable(Float64)) OK 88ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(Int128)) OK 71ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(Float32)) OK 102ms
/aggregate functions/topK/Map(String,Nullable(Decimal128(38))) OK 94ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(UUID)) OK 86ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/topK/Map(String,Nullable(Date)) OK 91ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(Float64)) OK 147ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 143ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/topK/Map(String,Nullable(DateTime)) OK 119ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(Decimal128(38))) OK 97ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/topK/Map(String,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(UInt64))) OK 94ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(Date)) OK 74ms
/aggregate functions/topK/Map(String,Nullable(Bool)) OK 81ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(DateTime)) OK 78ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 94ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/topK/Map(String,Nullable(String)) OK 71ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/uniq/Map(DateTime,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/topK/Map(String,Nullable(FixedString(51))) OK 79ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(Bool)) OK 74ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/uniq/Map(DateTime,Array(String)) OK 94ms
/aggregate functions/topK/Map(String,Nullable(UUID)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(String)) OK 86ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/topK/Map(String,LowCardinality(UInt8)) OK 82ms
/aggregate functions/uniq/Map(DateTime,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(FixedString(51))) OK 95ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/uniq/Map(DateTime,Tuple(String)) OK 73ms
/aggregate functions/topK/Map(String,LowCardinality(UInt16)) OK 72ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(Int128))) OK 96ms
/aggregate functions/uniqCombined64/Map(Int16,Nullable(UUID)) OK 70ms
/aggregate functions/uniq/Map(Bool,UInt8) OK 83ms
/aggregate functions/topK/Map(String,LowCardinality(UInt32)) OK 69ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(UInt8)) OK 93ms
/aggregate functions/topK/Map(String,LowCardinality(UInt64)) OK 92ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(Float32))) OK 96ms
/aggregate functions/uniq/Map(Bool,UInt16) OK 90ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(UInt16)) OK 85ms
/aggregate functions/topK/Map(String,LowCardinality(UInt128)) OK 74ms
/aggregate functions/uniq/Map(Bool,UInt32) OK 91ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(UInt32)) OK 94ms
/aggregate functions/topK/Map(String,LowCardinality(Int8)) OK 82ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/uniq/Map(Bool,UInt64) OK 78ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/topK/Map(String,LowCardinality(Int16)) OK 96ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(UInt64)) OK 70ms
/aggregate functions/uniq/Map(Bool,UInt128) OK 71ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(UInt128)) OK 96ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/uniq/Map(Bool,Int8) OK 93ms
/aggregate functions/topK/Map(String,LowCardinality(Int32)) OK 71ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/topK/Map(String,LowCardinality(Int64)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Int8)) OK 69ms
/aggregate functions/uniq/Map(Bool,Int16) OK 90ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Int16)) OK 83ms
/aggregate functions/topK/Map(String,LowCardinality(Int128)) OK 73ms
/aggregate functions/uniq/Map(Bool,Int32) OK 92ms
/aggregate functions/uniqCombined/Map(Int32,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/topK/Map(String,LowCardinality(Float32)) OK 100ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Int32)) OK 92ms
/aggregate functions/uniq/Map(Bool,Int64) OK 74ms
/aggregate functions/uniqCombined/Map(Int32,Array(String)) OK 90ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Int64)) OK 74ms
/aggregate functions/topK/Map(String,LowCardinality(Float64)) OK 78ms
/aggregate functions/uniq/Map(Bool,Int128) OK 73ms
/aggregate functions/uniqCombined/Map(Int32,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Int128)) OK 76ms
/aggregate functions/topK/Map(String,LowCardinality(Date)) OK 84ms
/aggregate functions/uniq/Map(Bool,Float32) OK 75ms
/aggregate functions/uniqCombined/Map(Int32,Tuple(String)) OK 92ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Float32)) OK 89ms
/aggregate functions/topK/Map(String,LowCardinality(DateTime)) OK 90ms
/aggregate functions/uniq/Map(Bool,Float64) OK 81ms
/aggregate functions/uniqCombined/Map(Int64,UInt8) OK 100ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Float64)) OK 72ms
/aggregate functions/uniq/Map(Bool,Decimal128(38)) OK 74ms
/aggregate functions/topK/Map(String,LowCardinality(Bool)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Date)) OK 80ms
/aggregate functions/uniqCombined/Map(Int64,UInt16) OK 93ms
/aggregate functions/uniq/Map(Bool,Date) OK 81ms
/aggregate functions/topK/Map(String,LowCardinality(String)) OK 82ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(DateTime)) OK 89ms
/aggregate functions/uniq/Map(Bool,DateTime) OK 99ms
/aggregate functions/uniqCombined/Map(Int64,UInt32) OK 96ms
/aggregate functions/topK/Map(String,LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Bool)) OK 83ms
/aggregate functions/topK/Map(String,LowCardinality(UUID)) OK 81ms
/aggregate functions/uniq/Map(Bool,DateTime64(3)) OK 71ms
/aggregate functions/uniqCombined/Map(Int64,UInt64) OK 95ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(String)) OK 71ms
/aggregate functions/uniq/Map(Bool,Bool) OK 72ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/uniqCombined/Map(Int64,UInt128) OK 76ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/uniq/Map(Bool,String) OK 70ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/uniqCombined/Map(Int64,Int8) OK 76ms
/aggregate functions/uniq/Map(Bool,FixedString(51)) OK 79ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(UUID)) OK 96ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/uniqCombined/Map(Int64,Int16) OK 86ms
/aggregate functions/uniq/Map(Bool,UUID) OK 77ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/uniqCombined/Map(Int64,Int32) OK 68ms
/aggregate functions/uniq/Map(Bool,Nullable(UInt8)) OK 72ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/uniqCombined/Map(Int64,Int64) OK 85ms
/aggregate functions/uniq/Map(Bool,Nullable(UInt16)) OK 73ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/uniqCombined/Map(Int64,Int128) OK 92ms
/aggregate functions/uniq/Map(Bool,Nullable(UInt32)) OK 77ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/uniqCombined/Map(Int64,Float32) OK 75ms
/aggregate functions/uniq/Map(Bool,Nullable(UInt64)) OK 95ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/uniqCombined/Map(Int64,Float64) OK 73ms
/aggregate functions/uniq/Map(Bool,Nullable(UInt128)) OK 90ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/uniqCombined/Map(Int64,Decimal128(38)) OK 74ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/uniq/Map(Bool,Nullable(Int8)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/uniqCombined/Map(Int64,Date) OK 75ms
/aggregate functions/uniq/Map(Bool,Nullable(Int16)) OK 101ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/uniqCombined/Map(Int64,DateTime) OK 71ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/uniqCombined/Map(Int64,DateTime64(3)) OK 75ms
/aggregate functions/uniq/Map(Bool,Nullable(Int32)) OK 88ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/uniqCombined/Map(Int64,Bool) OK 86ms
/aggregate functions/uniq/Map(Bool,Nullable(Int64)) OK 91ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(Float32))) OK 92ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/uniqCombined/Map(Int64,String) OK 74ms
/aggregate functions/uniq/Map(Bool,Nullable(Int128)) OK 72ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/uniqCombined/Map(Int64,FixedString(51)) OK 81ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/uniq/Map(Bool,Nullable(Float32)) OK 76ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/uniqCombined/Map(Int64,UUID) OK 71ms
/aggregate functions/uniq/Map(Bool,Nullable(Float64)) OK 70ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(UInt8)) OK 83ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/uniq/Map(Bool,Nullable(Decimal128(38))) OK 101ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/topK/Map(String,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(UInt16)) OK 84ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/uniq/Map(Bool,Nullable(Date)) OK 69ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(UInt32)) OK 88ms
/aggregate functions/topK/Map(String,Array(String)) OK 69ms
/aggregate functions/uniq/Map(Bool,Nullable(DateTime)) OK 65ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(String))) OK 67ms
/aggregate functions/topK/Map(String,Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/uniq/Map(Bool,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(UInt64)) OK 68ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 65ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(UInt128)) OK 83ms
/aggregate functions/topK/Map(String,Tuple(String)) OK 66ms
/aggregate functions/uniq/Map(Bool,Nullable(Bool)) OK 66ms
/aggregate functions/uniqCombined64/Map(Int16,LowCardinality(Nullable(UUID))) OK 65ms
/aggregate functions/topK/Map(FixedString(51),UInt8) OK 70ms
/aggregate functions/uniq/Map(Bool,Nullable(String)) OK 85ms
/aggregate functions/uniqCombined64/Map(Int16,Array(String)) OK 66ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(Int8)) OK 66ms
/aggregate functions/topK/Map(FixedString(51),UInt16) OK 71ms
/aggregate functions/uniqCombined64/Map(Int16,Map(String,LowCardinality(Float64))) OK 69ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(Int16)) OK 67ms
/aggregate functions/uniq/Map(Bool,Nullable(FixedString(51))) OK 81ms
/aggregate functions/topK/Map(FixedString(51),UInt32) OK 80ms
/aggregate functions/uniqCombined64/Map(Int16,Tuple(String)) OK 72ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(Int32)) OK 78ms
/aggregate functions/uniq/Map(Bool,Nullable(UUID)) OK 79ms
/aggregate functions/uniqCombined64/Map(Int32,UInt8) OK 90ms
/aggregate functions/topK/Map(FixedString(51),UInt64) OK 80ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(Int64)) OK 93ms
/aggregate functions/uniq/Map(Bool,LowCardinality(UInt8)) OK 79ms
/aggregate functions/topK/Map(FixedString(51),UInt128) OK 90ms
/aggregate functions/uniqCombined64/Map(Int32,UInt16) OK 76ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(Int128)) OK 119ms
/aggregate functions/uniq/Map(Bool,LowCardinality(UInt16)) OK 72ms
/aggregate functions/uniqCombined64/Map(Int32,UInt32) OK 75ms
/aggregate functions/topK/Map(FixedString(51),Int8) OK 75ms
/aggregate functions/uniq/Map(Bool,LowCardinality(UInt32)) OK 107ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(Float32)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int32,UInt64) OK 79ms
/aggregate functions/topK/Map(FixedString(51),Int16) OK 80ms
/aggregate functions/uniq/Map(Bool,LowCardinality(UInt64)) OK 77ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(Float64)) OK 85ms
/aggregate functions/uniqCombined64/Map(Int32,UInt128) OK 74ms
/aggregate functions/topK/Map(FixedString(51),Int32) OK 82ms
/aggregate functions/uniq/Map(Bool,LowCardinality(UInt128)) OK 77ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/uniqCombined64/Map(Int32,Int8) OK 78ms
/aggregate functions/topK/Map(FixedString(51),Int64) OK 90ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Int8)) OK 78ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(Date)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int32,Int16) OK 76ms
/aggregate functions/topK/Map(FixedString(51),Int128) OK 73ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Int16)) OK 69ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(DateTime)) OK 85ms
/aggregate functions/uniqCombined64/Map(Int32,Int32) OK 82ms
/aggregate functions/topK/Map(FixedString(51),Float32) OK 76ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Int32)) OK 71ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/uniqCombined64/Map(Int32,Int64) OK 73ms
/aggregate functions/topK/Map(FixedString(51),Float64) OK 77ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Int64)) OK 72ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(Bool)) OK 75ms
/aggregate functions/uniqCombined64/Map(Int32,Int128) OK 72ms
/aggregate functions/topK/Map(FixedString(51),Decimal128(38)) OK 85ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Int128)) OK 73ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(String)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int32,Float32) OK 67ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Float32)) OK 72ms
/aggregate functions/topK/Map(FixedString(51),Date) OK 72ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqCombined64/Map(Int32,Float64) OK 75ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Float64)) OK 70ms
/aggregate functions/topK/Map(FixedString(51),DateTime) OK 79ms
/aggregate functions/uniqCombined/Map(Int64,Nullable(UUID)) OK 78ms
/aggregate functions/uniqCombined64/Map(Int32,Decimal128(38)) OK 73ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Date)) OK 70ms
/aggregate functions/topK/Map(FixedString(51),DateTime64(3)) OK 76ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(UInt8)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int32,Date) OK 76ms
/aggregate functions/uniq/Map(Bool,LowCardinality(DateTime)) OK 155ms
/aggregate functions/topK/Map(FixedString(51),Bool) OK 139ms
/aggregate functions/uniqCombined64/Map(Int32,DateTime) OK 105ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(UInt16)) OK 108ms
/aggregate functions/uniqCombined64/Map(Int32,DateTime64(3)) OK 116ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Bool)) OK 100ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(UInt32)) OK 112ms
/aggregate functions/topK/Map(FixedString(51),String) OK 112ms
/aggregate functions/uniq/Map(Bool,LowCardinality(String)) OK 216ms
/aggregate functions/uniqCombined64/Map(Int32,Bool) OK 190ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(UInt64)) OK 196ms
/aggregate functions/topK/Map(FixedString(51),FixedString(51)) OK 197ms
/aggregate functions/uniqCombined64/Map(Int32,String) OK 84ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(UInt128)) OK 83ms
/aggregate functions/topK/Map(FixedString(51),UUID) OK 76ms
/aggregate functions/uniq/Map(Bool,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/uniqCombined64/Map(Int32,FixedString(51)) OK 153ms
/aggregate functions/topK/Map(FixedString(51),Nullable(UInt8)) OK 147ms
/aggregate functions/uniq/Map(Bool,LowCardinality(UUID)) OK 147ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Int8)) OK 141ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Int16)) OK 140ms
/aggregate functions/topK/Map(FixedString(51),Nullable(UInt16)) OK 148ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/uniqCombined64/Map(Int32,UUID) OK 77ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(UInt16))) OK 147ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(UInt8)) OK 137ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Int32)) OK 97ms
/aggregate functions/topK/Map(FixedString(51),Nullable(UInt32)) OK 81ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(UInt16)) OK 100ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/topK/Map(FixedString(51),Nullable(UInt64)) OK 100ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Int64)) OK 88ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(UInt64))) OK 99ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(UInt32)) OK 75ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Int128)) OK 77ms
/aggregate functions/topK/Map(FixedString(51),Nullable(UInt128)) OK 88ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(UInt64)) OK 82ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Float32)) OK 92ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/topK/Map(FixedString(51),Nullable(Int8)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(UInt128)) OK 80ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Float64)) OK 80ms
/aggregate functions/topK/Map(FixedString(51),Nullable(Int16)) OK 94ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(Int8)) OK 74ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Date)) OK 75ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/topK/Map(FixedString(51),Nullable(Int32)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(Int16)) OK 74ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(DateTime)) OK 76ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/topK/Map(FixedString(51),Nullable(Int64)) OK 92ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(Int32)) OK 106ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Bool)) OK 88ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/topK/Map(FixedString(51),Nullable(Int128)) OK 103ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(Int64)) OK 98ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(String)) OK 101ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(Int128))) OK 97ms
/aggregate functions/topK/Map(FixedString(51),Nullable(Float32)) OK 82ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(Int128)) OK 92ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(Float32))) OK 92ms
/aggregate functions/topK/Map(FixedString(51),Nullable(Float64)) OK 107ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(UUID)) OK 95ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(Float32)) OK 97ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/topK/Map(FixedString(51),Nullable(Decimal128(38))) OK 88ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(Float64)) OK 76ms
/aggregate functions/topK/Map(FixedString(51),Nullable(Date)) OK 79ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/topK/Map(FixedString(51),Nullable(DateTime)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(Date)) OK 99ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/topK/Map(FixedString(51),Nullable(DateTime64(3))) OK 79ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(DateTime)) OK 78ms
/aggregate functions/topK/Map(FixedString(51),Nullable(Bool)) OK 86ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/topK/Map(FixedString(51),Nullable(String)) OK 84ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(Bool)) OK 74ms
/aggregate functions/uniq/Map(Bool,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/topK/Map(FixedString(51),Nullable(FixedString(51))) OK 74ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(String)) OK 85ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/uniq/Map(Bool,Array(String)) OK 80ms
/aggregate functions/topK/Map(FixedString(51),Nullable(UUID)) OK 73ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(FixedString(51))) OK 83ms
/aggregate functions/uniq/Map(Bool,Map(String,LowCardinality(Float64))) OK 69ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(UInt8)) OK 91ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/uniq/Map(Bool,Tuple(String)) OK 90ms
/aggregate functions/uniqCombined64/Map(Int32,Nullable(UUID)) OK 78ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(UInt16)) OK 75ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(UInt8)) OK 85ms
/aggregate functions/uniq/Map(String,UInt8) OK 73ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(UInt32)) OK 76ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/uniq/Map(String,UInt16) OK 77ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(UInt16)) OK 76ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(UInt64)) OK 81ms
/aggregate functions/uniq/Map(String,UInt32) OK 77ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(UInt32)) OK 77ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(UInt128)) OK 77ms
/aggregate functions/uniq/Map(String,UInt64) OK 92ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(UInt64)) OK 75ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Int8)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(UInt128)) OK 93ms
/aggregate functions/uniq/Map(String,UInt128) OK 75ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(DateTime))) OK 97ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Int16)) OK 80ms
/aggregate functions/uniq/Map(String,Int8) OK 80ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Int8)) OK 71ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Int32)) OK 98ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Int16)) OK 87ms
/aggregate functions/uniq/Map(String,Int16) OK 74ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Int64)) OK 94ms
/aggregate functions/uniq/Map(String,Int32) OK 90ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Int32)) OK 71ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Int128)) OK 69ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Int64)) OK 68ms
/aggregate functions/uniq/Map(String,Int64) OK 75ms
/aggregate functions/uniqCombined/Map(Int64,LowCardinality(Nullable(UUID))) OK 66ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Float32)) OK 70ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Int128)) OK 65ms
/aggregate functions/uniq/Map(String,Int128) OK 71ms
/aggregate functions/uniqCombined/Map(Int64,Array(String)) OK 71ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Float64)) OK 89ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Float32)) OK 70ms
/aggregate functions/uniq/Map(String,Float32) OK 71ms
/aggregate functions/uniqCombined/Map(Int64,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Float64)) OK 66ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Date)) OK 69ms
/aggregate functions/uniq/Map(String,Float64) OK 84ms
/aggregate functions/uniqCombined/Map(Int64,Tuple(String)) OK 70ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Date)) OK 78ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(DateTime)) OK 79ms
/aggregate functions/uniqCombined/Map(Int128,UInt8) OK 82ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,lowcardinality_uint16_ OK 12s 385ms
/aggregate functions/uniq/Map(String,Decimal128(38)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(DateTime)) OK 80ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Bool)) OK 78ms
/aggregate functions/uniqCombined/Map(Int128,UInt16) OK 77ms
/aggregate functions/uniq/Map(String,Date) OK 100ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Bool)) OK 72ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(String)) OK 79ms
/aggregate functions/uniqCombined/Map(Int128,UInt32) OK 70ms
/aggregate functions/uniq/Map(String,DateTime) OK 92ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(String)) OK 79ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/uniqCombined/Map(Int128,UInt64) OK 107ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(FixedString(51))) OK 100ms
/aggregate functions/uniq/Map(String,DateTime64(3)) OK 96ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(UUID)) OK 89ms
/aggregate functions/uniqCombined/Map(Int128,UInt128) OK 72ms
/aggregate functions/uniq/Map(String,Bool) OK 241ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(UUID)) OK 251ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 244ms
/aggregate functions/uniqCombined/Map(Int128,Int8) OK 220ms
/aggregate functions/uniq/Map(String,String) OK 67ms
/aggregate functions/uniqCombined/Map(Int128,Int16) OK 68ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 65ms
/aggregate functions/uniq/Map(String,FixedString(51)) OK 67ms
/aggregate functions/uniqCombined/Map(Int128,Int32) OK 69ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/uniq/Map(String,UUID) OK 68ms
/aggregate functions/uniqCombined/Map(Int128,Int64) OK 67ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(UInt32))) OK 64ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/uniq/Map(String,Nullable(UInt8)) OK 77ms
/aggregate functions/uniqCombined/Map(Int128,Int128) OK 71ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(UInt64))) OK 66ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/uniq/Map(String,Nullable(UInt16)) OK 76ms
/aggregate functions/uniqCombined/Map(Int128,Float32) OK 62ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/uniqCombined/Map(Int128,Float64) OK 72ms
/aggregate functions/uniq/Map(String,Nullable(UInt32)) OK 85ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 93ms
/aggregate functions/uniqCombined/Map(Int128,Decimal128(38)) OK 77ms
/aggregate functions/uniq/Map(String,Nullable(UInt64)) OK 73ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/uniqCombined/Map(Int128,Date) OK 77ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/uniq/Map(String,Nullable(UInt128)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/uniqCombined/Map(Int128,DateTime) OK 82ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 99ms
/aggregate functions/uniq/Map(String,Nullable(Int8)) OK 68ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/uniqCombined/Map(Int128,DateTime64(3)) OK 71ms
/aggregate functions/uniq/Map(String,Nullable(Int16)) OK 65ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 181ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(Int128))) OK 174ms
/aggregate functions/uniqCombined/Map(Int128,Bool) OK 135ms
/aggregate functions/uniq/Map(String,Nullable(Int32)) OK 134ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 240ms
/aggregate functions/uniqCombined/Map(Int128,String) OK 239ms
/aggregate functions/uniq/Map(String,Nullable(Int64)) OK 229ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(Float32))) OK 227ms
/aggregate functions/uniq/Map(String,Nullable(Int128)) OK 75ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/uniqCombined/Map(Int128,FixedString(51)) OK 72ms
/aggregate functions/uniq/Map(String,Nullable(Float32)) OK 86ms
/aggregate functions/uniqCombined/Map(Int128,UUID) OK 74ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(UInt8)) OK 79ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(DateTime))) OK 66ms
/aggregate functions/uniq/Map(String,Nullable(Float64)) OK 67ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 67ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/uniq/Map(String,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(UInt16)) OK 74ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(UInt32)) OK 71ms
/aggregate functions/uniq/Map(String,Nullable(Date)) OK 69ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(UInt64)) OK 89ms
/aggregate functions/uniq/Map(String,Nullable(DateTime)) OK 82ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/topK/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/uniq/Map(String,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(UInt128)) OK 63ms
/aggregate functions/uniqCombined64/Map(Int32,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(Int8)) OK 67ms
/aggregate functions/topK/Map(FixedString(51),Array(String)) OK 69ms
/aggregate functions/uniq/Map(String,Nullable(Bool)) OK 67ms
/aggregate functions/uniqCombined64/Map(Int32,Array(String)) OK 85ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(Int16)) OK 70ms
/aggregate functions/topK/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/uniq/Map(String,Nullable(String)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int32,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(Int32)) OK 75ms
/aggregate functions/topK/Map(FixedString(51),Tuple(String)) OK 90ms
/aggregate functions/uniq/Map(String,Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqCombined64/Map(Int32,Tuple(String)) OK 90ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(Int64)) OK 76ms
/aggregate functions/uniq/Map(String,Nullable(UUID)) OK 88ms
/aggregate functions/topK/Map(UUID,UInt8) OK 81ms
/aggregate functions/uniqCombined64/Map(Int64,UInt8) OK 72ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(Int128)) OK 67ms
/aggregate functions/topK/Map(UUID,UInt16) OK 87ms
/aggregate functions/uniq/Map(String,LowCardinality(UInt8)) OK 67ms
/aggregate functions/uniqCombined64/Map(Int64,UInt16) OK 69ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(Float32)) OK 69ms
/aggregate functions/uniq/Map(String,LowCardinality(UInt16)) OK 72ms
/aggregate functions/topK/Map(UUID,UInt32) OK 83ms
/aggregate functions/uniqCombined64/Map(Int64,UInt32) OK 83ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(Float64)) OK 69ms
/aggregate functions/uniq/Map(String,LowCardinality(UInt32)) OK 78ms
/aggregate functions/topK/Map(UUID,UInt64) OK 83ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/uniqCombined64/Map(Int64,UInt64) OK 77ms
/aggregate functions/uniq/Map(String,LowCardinality(UInt64)) OK 73ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(Date)) OK 69ms
/aggregate functions/topK/Map(UUID,UInt128) OK 78ms
/aggregate functions/uniqCombined64/Map(Int64,UInt128) OK 79ms
/aggregate functions/uniq/Map(String,LowCardinality(UInt128)) OK 72ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(DateTime)) OK 86ms
/aggregate functions/topK/Map(UUID,Int8) OK 81ms
/aggregate functions/uniqCombined64/Map(Int64,Int8) OK 88ms
/aggregate functions/uniq/Map(String,LowCardinality(Int8)) OK 80ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/topK/Map(UUID,Int16) OK 73ms
/aggregate functions/uniqCombined64/Map(Int64,Int16) OK 66ms
/aggregate functions/uniq/Map(String,LowCardinality(Int16)) OK 74ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(Bool)) OK 117ms
/aggregate functions/topK/Map(UUID,Int32) OK 109ms
/aggregate functions/uniqCombined64/Map(Int64,Int32) OK 113ms
/aggregate functions/uniq/Map(String,LowCardinality(Int32)) OK 78ms
/aggregate functions/topK/Map(UUID,Int64) OK 89ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(String)) OK 96ms
/aggregate functions/uniq/Map(String,LowCardinality(Int64)) OK 77ms
/aggregate functions/uniqCombined64/Map(Int64,Int64) OK 83ms
/aggregate functions/uniq/Map(String,LowCardinality(Int128)) OK 82ms
/aggregate functions/topK/Map(UUID,Int128) OK 93ms
/aggregate functions/uniqCombined64/Map(Int64,Int128) OK 92ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(FixedString(51))) OK 64ms
/aggregate functions/uniqCombined/Map(Int128,Nullable(UUID)) OK 81ms
/aggregate functions/uniq/Map(String,LowCardinality(Float32)) OK 76ms
/aggregate functions/topK/Map(UUID,Float32) OK 85ms
/aggregate functions/uniqCombined64/Map(Int64,Float32) OK 85ms
/aggregate functions/uniq/Map(String,LowCardinality(Float64)) OK 72ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(UInt8)) OK 68ms
/aggregate functions/topK/Map(UUID,Float64) OK 71ms
/aggregate functions/uniqCombined64/Map(Int64,Float64) OK 68ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(UInt16)) OK 68ms
/aggregate functions/uniq/Map(String,LowCardinality(Date)) OK 88ms
/aggregate functions/topK/Map(UUID,Decimal128(38)) OK 85ms
/aggregate functions/uniqCombined64/Map(Int64,Decimal128(38)) OK 67ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(UInt32)) OK 73ms
/aggregate functions/uniq/Map(String,LowCardinality(DateTime)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int64,Date) OK 93ms
/aggregate functions/topK/Map(UUID,Date) OK 72ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(UInt64)) OK 72ms
/aggregate functions/uniq/Map(String,LowCardinality(Bool)) OK 76ms
/aggregate functions/topK/Map(UUID,DateTime) OK 78ms
/aggregate functions/uniqCombined64/Map(Int64,DateTime) OK 92ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(UInt128)) OK 74ms
/aggregate functions/uniq/Map(String,LowCardinality(String)) OK 82ms
/aggregate functions/topK/Map(UUID,DateTime64(3)) OK 70ms
/aggregate functions/uniqCombined64/Map(Int64,DateTime64(3)) OK 89ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Int8)) OK 73ms
/aggregate functions/uniq/Map(String,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/topK/Map(UUID,Bool) OK 79ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Int16)) OK 85ms
/aggregate functions/uniqCombined64/Map(Int64,Bool) OK 71ms
/aggregate functions/uniq/Map(String,LowCardinality(UUID)) OK 96ms
/aggregate functions/topK/Map(UUID,String) OK 87ms
/aggregate functions/uniqCombined64/Map(Int64,String) OK 73ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Int32)) OK 94ms
/aggregate functions/topK/Map(UUID,FixedString(51)) OK 78ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(UInt8))) OK 96ms
/aggregate functions/uniqCombined64/Map(Int64,FixedString(51)) OK 78ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Int64)) OK 78ms
/aggregate functions/topK/Map(UUID,UUID) OK 80ms
/aggregate functions/uniqCombined64/Map(Int64,UUID) OK 87ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Int128)) OK 73ms
/aggregate functions/topK/Map(UUID,Nullable(UInt8)) OK 67ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(UInt8)) OK 71ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Float32)) OK 76ms
/aggregate functions/topK/Map(UUID,Nullable(UInt16)) OK 71ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(UInt16)) OK 68ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Float64)) OK 78ms
/aggregate functions/topK/Map(UUID,Nullable(UInt32)) OK 76ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(UInt32)) OK 74ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Date)) OK 77ms
/aggregate functions/topK/Map(UUID,Nullable(UInt64)) OK 70ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(Int8))) OK 67ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(UInt64)) OK 85ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(DateTime)) OK 71ms
/aggregate functions/topK/Map(UUID,Nullable(UInt128)) OK 71ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(UInt128)) OK 77ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Bool)) OK 78ms
/aggregate functions/topK/Map(UUID,Nullable(Int8)) OK 76ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(Int8)) OK 68ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(String)) OK 79ms
/aggregate functions/topK/Map(UUID,Nullable(Int16)) OK 69ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(Int16)) OK 78ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/topK/Map(UUID,Nullable(Int32)) OK 77ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(Int32)) OK 78ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(UUID)) OK 81ms
/aggregate functions/topK/Map(UUID,Nullable(Int64)) OK 81ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(Int64)) OK 84ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/topK/Map(UUID,Nullable(Int128)) OK 117ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(Int128)) OK 76ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(UInt16))) OK 123ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/topK/Map(UUID,Nullable(Float32)) OK 69ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(Float32)) OK 79ms
/aggregate functions/topK/Map(UUID,Nullable(Float64)) OK 97ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(Float64)) OK 89ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/topK/Map(UUID,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(String))) OK 65ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(Date)) OK 66ms
/aggregate functions/topK/Map(UUID,Nullable(Date)) OK 81ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 69ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(DateTime)) OK 71ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/topK/Map(UUID,Nullable(DateTime)) OK 83ms
/aggregate functions/uniq/Map(String,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/topK/Map(UUID,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/uniq/Map(String,Array(String)) OK 75ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(Bool)) OK 160ms
/aggregate functions/topK/Map(UUID,Nullable(Bool)) OK 123ms
/aggregate functions/uniq/Map(String,Map(String,LowCardinality(Float64))) OK 96ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/uniq/Map(String,Tuple(String)) OK 90ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(String)) OK 96ms
/aggregate functions/topK/Map(UUID,Nullable(String)) OK 73ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/topK/Map(UUID,Nullable(FixedString(51))) OK 83ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/uniq/Map(FixedString(51),UInt8) OK 93ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(FixedString(51))) OK 77ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/topK/Map(UUID,Nullable(UUID)) OK 77ms
/aggregate functions/uniqCombined64/Map(Int64,Nullable(UUID)) OK 93ms
/aggregate functions/uniq/Map(FixedString(51),UInt16) OK 76ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/topK/Map(UUID,LowCardinality(UInt8)) OK 75ms
/aggregate functions/uniq/Map(FixedString(51),UInt32) OK 81ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(UInt8)) OK 89ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/topK/Map(UUID,LowCardinality(UInt16)) OK 75ms
/aggregate functions/uniq/Map(FixedString(51),UInt64) OK 67ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(UInt16)) OK 68ms
/aggregate functions/topK/Map(UUID,LowCardinality(UInt32)) OK 74ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(Bool))) OK 67ms
/aggregate functions/uniq/Map(FixedString(51),UInt128) OK 69ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(UInt32)) OK 69ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(String))) OK 67ms
/aggregate functions/topK/Map(UUID,LowCardinality(UInt64)) OK 69ms
/aggregate functions/uniq/Map(FixedString(51),Int8) OK 76ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(UInt64)) OK 68ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/topK/Map(UUID,LowCardinality(UInt128)) OK 68ms
/aggregate functions/uniq/Map(FixedString(51),Int16) OK 66ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(UInt128)) OK 83ms
/aggregate functions/topK/Map(UUID,LowCardinality(Int8)) OK 76ms
/aggregate functions/uniqCombined/Map(Int128,LowCardinality(Nullable(UUID))) OK 65ms
/aggregate functions/uniq/Map(FixedString(51),Int32) OK 76ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Int8)) OK 73ms
/aggregate functions/uniqCombined/Map(Int128,Array(String)) OK 84ms
/aggregate functions/topK/Map(UUID,LowCardinality(Int16)) OK 70ms
/aggregate functions/uniq/Map(FixedString(51),Int64) OK 75ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Int16)) OK 65ms
/aggregate functions/topK/Map(UUID,LowCardinality(Int32)) OK 80ms
/aggregate functions/uniqCombined/Map(Int128,Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/uniq/Map(FixedString(51),Int128) OK 79ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Int32)) OK 80ms
/aggregate functions/topK/Map(UUID,LowCardinality(Int64)) OK 72ms
/aggregate functions/uniqCombined/Map(Int128,Tuple(String)) OK 84ms
/aggregate functions/uniq/Map(FixedString(51),Float32) OK 83ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Int64)) OK 70ms
/aggregate functions/topK/Map(UUID,LowCardinality(Int128)) OK 74ms
/aggregate functions/uniqCombined/Map(Date,UInt8) OK 80ms
/aggregate functions/uniq/Map(FixedString(51),Float64) OK 89ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Int128)) OK 71ms
/aggregate functions/topK/Map(UUID,LowCardinality(Float32)) OK 70ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Float32)) OK 66ms
/aggregate functions/uniqCombined/Map(Date,UInt16) OK 69ms
/aggregate functions/uniq/Map(FixedString(51),Decimal128(38)) OK 83ms
/aggregate functions/topK/Map(UUID,LowCardinality(Float64)) OK 81ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Float64)) OK 78ms
/aggregate functions/uniqCombined/Map(Date,UInt32) OK 67ms
/aggregate functions/uniq/Map(FixedString(51),Date) OK 71ms
/aggregate functions/topK/Map(UUID,LowCardinality(Date)) OK 69ms
/aggregate functions/uniqCombined/Map(Date,UInt64) OK 83ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Date)) OK 67ms
/aggregate functions/uniq/Map(FixedString(51),DateTime) OK 82ms
/aggregate functions/topK/Map(UUID,LowCardinality(DateTime)) OK 70ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(DateTime)) OK 74ms
/aggregate functions/uniqCombined/Map(Date,UInt128) OK 67ms
/aggregate functions/uniq/Map(FixedString(51),DateTime64(3)) OK 72ms
/aggregate functions/topK/Map(UUID,LowCardinality(Bool)) OK 70ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Bool)) OK 67ms
/aggregate functions/uniqCombined/Map(Date,Int8) OK 87ms
/aggregate functions/uniq/Map(FixedString(51),Bool) OK 82ms
/aggregate functions/topK/Map(UUID,LowCardinality(String)) OK 75ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(String)) OK 66ms
/aggregate functions/uniqCombined/Map(Date,Int16) OK 82ms
/aggregate functions/topK/Map(UUID,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/uniq/Map(FixedString(51),String) OK 64ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/uniqCombined/Map(Date,Int32) OK 66ms
/aggregate functions/uniq/Map(FixedString(51),FixedString(51)) OK 70ms
/aggregate functions/topK/Map(UUID,LowCardinality(UUID)) OK 103ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(UUID)) OK 101ms
/aggregate functions/uniqCombined/Map(Date,Int64) OK 79ms
/aggregate functions/uniq/Map(FixedString(51),UUID) OK 68ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(UInt8))) OK 90ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/uniqCombined/Map(Date,Int128) OK 80ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(UInt8)) OK 63ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(UInt16)) OK 92ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(UInt16))) OK 67ms
/aggregate functions/uniqCombined/Map(Date,Float32) OK 66ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/uniqCombined/Map(Date,Float64) OK 79ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(UInt32)) OK 67ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/uniqCombined/Map(Date,Decimal128(38)) OK 86ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(UInt64)) OK 74ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(UInt64))) OK 67ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(UInt128)) OK 71ms
/aggregate functions/uniqCombined/Map(Date,Date) OK 82ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(Int8)) OK 70ms
/aggregate functions/uniqCombined/Map(Date,DateTime) OK 67ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(Int16)) OK 69ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/uniqCombined/Map(Date,DateTime64(3)) OK 69ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(Int32)) OK 67ms
/aggregate functions/uniqCombined/Map(Date,Bool) OK 80ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(Int32))) OK 68ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(Int64))) OK 67ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(Int64)) OK 89ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/uniqCombined/Map(Date,String) OK 71ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(Int128))) OK 66ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(Int128)) OK 89ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(Int128))) OK 69ms
/aggregate functions/uniqCombined/Map(Date,FixedString(51)) OK 68ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(Float32))) OK 67ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/uniqCombined/Map(Date,UUID) OK 90ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(Float32)) OK 75ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(Float64))) OK 144ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(Date))) OK 129ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(Float64)) OK 120ms
/aggregate functions/uniqCombined/Map(Date,Nullable(UInt8)) OK 115ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(Decimal128(38))) OK 66ms
/aggregate functions/uniqCombined/Map(Date,Nullable(UInt16)) OK 86ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(Date))) OK 66ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(Date)) OK 74ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(DateTime))) OK 111ms
/aggregate functions/uniqCombined/Map(Date,Nullable(UInt32)) OK 68ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(Bool))) OK 100ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(DateTime)) OK 65ms
/aggregate functions/uniqCombined/Map(Date,Nullable(UInt64)) OK 107ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(DateTime64(3))) OK 86ms
/aggregate functions/uniqCombined/Map(Date,Nullable(UInt128)) OK 114ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(String))) OK 111ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 112ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(Bool)) OK 96ms
/aggregate functions/uniqCombined/Map(Date,Nullable(Int8)) OK 96ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 100ms
/aggregate functions/uniqCombined64/Map(Int64,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(String)) OK 94ms
/aggregate functions/uniqCombined/Map(Date,Nullable(Int16)) OK 90ms
/aggregate functions/uniqCombined64/Map(Int64,Array(String)) OK 81ms
/aggregate functions/topK/Map(UUID,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(FixedString(51))) OK 68ms
/aggregate functions/uniq/Map(FixedString(51),Nullable(UUID)) OK 74ms
/aggregate functions/topK/Map(UUID,Array(String)) OK 71ms
/aggregate functions/uniqCombined64/Map(Int64,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/uniqCombined/Map(Date,Nullable(Int32)) OK 88ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(UInt8)) OK 89ms
/aggregate functions/topK/Map(UUID,Map(String,LowCardinality(Float64))) OK 99ms
/aggregate functions/uniqCombined64/Map(Int64,Tuple(String)) OK 87ms
/aggregate functions/uniqCombined/Map(Date,Nullable(Int64)) OK 89ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(UInt16)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int128,UInt8) OK 74ms
/aggregate functions/topK/Map(UUID,Tuple(String)) OK 86ms
/aggregate functions/uniqCombined/Map(Date,Nullable(Int128)) OK 92ms
/aggregate functions/uniqCombined64/Map(Int128,UInt16) OK 80ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(UInt32)) OK 71ms
/aggregate functions/topK/Map(LowCardinality(String),UInt8) OK 83ms
/aggregate functions/uniqCombined/Map(Date,Nullable(Float32)) OK 81ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(UInt64)) OK 98ms
/aggregate functions/uniqCombined64/Map(Int128,UInt32) OK 74ms
/aggregate functions/topK/Map(LowCardinality(String),UInt16) OK 76ms
/aggregate functions/uniqCombined/Map(Date,Nullable(Float64)) OK 77ms
/aggregate functions/uniqCombined64/Map(Int128,UInt64) OK 88ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(UInt128)) OK 85ms
/aggregate functions/topK/Map(LowCardinality(String),UInt32) OK 75ms
/aggregate functions/uniqCombined/Map(Date,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/uniqCombined64/Map(Int128,UInt128) OK 90ms
/aggregate functions/topK/Map(LowCardinality(String),UInt64) OK 84ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Int8)) OK 71ms
/aggregate functions/uniqCombined/Map(Date,Nullable(Date)) OK 75ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Int16)) OK 81ms
/aggregate functions/uniqCombined64/Map(Int128,Int8) OK 83ms
/aggregate functions/topK/Map(LowCardinality(String),UInt128) OK 92ms
/aggregate functions/uniqCombined/Map(Date,Nullable(DateTime)) OK 71ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Int32)) OK 75ms
/aggregate functions/uniqCombined64/Map(Int128,Int16) OK 75ms
/aggregate functions/uniqCombined/Map(Date,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/topK/Map(LowCardinality(String),Int8) OK 86ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Int64)) OK 72ms
/aggregate functions/uniqCombined64/Map(Int128,Int32) OK 79ms
/aggregate functions/uniqCombined/Map(Date,Nullable(Bool)) OK 89ms
/aggregate functions/topK/Map(LowCardinality(String),Int16) OK 74ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Int128)) OK 88ms
/aggregate functions/uniqCombined64/Map(Int128,Int64) OK 79ms
/aggregate functions/topK/Map(LowCardinality(String),Int32) OK 79ms
/aggregate functions/uniqCombined/Map(Date,Nullable(String)) OK 84ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Float32)) OK 76ms
/aggregate functions/uniqCombined64/Map(Int128,Int128) OK 77ms
/aggregate functions/topK/Map(LowCardinality(String),Int64) OK 79ms
/aggregate functions/uniqCombined/Map(Date,Nullable(FixedString(51))) OK 78ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Float64)) OK 77ms
/aggregate functions/uniqCombined64/Map(Int128,Float32) OK 89ms
/aggregate functions/topK/Map(LowCardinality(String),Int128) OK 87ms
/aggregate functions/uniqCombined/Map(Date,Nullable(UUID)) OK 71ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Date)) OK 73ms
/aggregate functions/uniqCombined64/Map(Int128,Float64) OK 101ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(UInt8)) OK 84ms
/aggregate functions/topK/Map(LowCardinality(String),Float32) OK 70ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(DateTime)) OK 88ms
/aggregate functions/topK/Map(LowCardinality(String),Float64) OK 97ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(UInt16)) OK 78ms
/aggregate functions/uniqCombined64/Map(Int128,Decimal128(38)) OK 71ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Bool)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int128,Date) OK 87ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(UInt32)) OK 96ms
/aggregate functions/topK/Map(LowCardinality(String),Decimal128(38)) OK 89ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(String)) OK 73ms
/aggregate functions/uniqCombined64/Map(Int128,DateTime) OK 71ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(UInt64)) OK 103ms
/aggregate functions/topK/Map(LowCardinality(String),Date) OK 91ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(FixedString(51))) OK 93ms
/aggregate functions/uniqCombined64/Map(Int128,DateTime64(3)) OK 75ms
/aggregate functions/topK/Map(LowCardinality(String),DateTime) OK 96ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(UInt128)) OK 80ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(UUID)) OK 78ms
/aggregate functions/uniqCombined64/Map(Int128,Bool) OK 85ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Int8)) OK 71ms
/aggregate functions/topK/Map(LowCardinality(String),DateTime64(3)) OK 78ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 90ms
/aggregate functions/uniqCombined64/Map(Int128,String) OK 84ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Int16)) OK 86ms
/aggregate functions/topK/Map(LowCardinality(String),Bool) OK 82ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/uniqCombined64/Map(Int128,FixedString(51)) OK 86ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Int32)) OK 71ms
/aggregate functions/topK/Map(LowCardinality(String),String) OK 69ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 97ms
/aggregate functions/uniqCombined64/Map(Int128,UUID) OK 82ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Int64)) OK 85ms
/aggregate functions/topK/Map(LowCardinality(String),FixedString(51)) OK 82ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(UInt8)) OK 78ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Int128)) OK 70ms
/aggregate functions/topK/Map(LowCardinality(String),UUID) OK 84ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(UInt16)) OK 84ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Float32)) OK 87ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(UInt8)) OK 75ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(UInt32)) OK 81ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Float64)) OK 83ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(UInt16)) OK 77ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(UInt64)) OK 69ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Date)) OK 77ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(UInt32)) OK 74ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(UInt128)) OK 87ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(DateTime)) OK 72ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(UInt64)) OK 93ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(Int8)) OK 79ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 108ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Bool)) OK 100ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(UInt128)) OK 98ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(Int16)) OK 83ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(String)) OK 78ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(Int8)) OK 89ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(Int32)) OK 77ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 104ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(Int16)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(Int64)) OK 123ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(UUID)) OK 93ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(Int32)) OK 93ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(Int128)) OK 151ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 141ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(UInt8))) OK 139ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(Int64)) OK 120ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(Float32)) OK 88ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(Int128)) OK 75ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(UInt16))) OK 65ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(Float32)) OK 72ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(Float64)) OK 76ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(UInt64))) OK 96ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(Float64)) OK 79ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(Decimal128(38))) OK 390ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 361ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 350ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(UInt128))) OK 343ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(Date)) OK 71ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/uniq/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(Date)) OK 68ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(DateTime)) OK 81ms
/aggregate functions/uniq/Map(FixedString(51),Array(String)) OK 291ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(DateTime)) OK 290ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(Int16))) OK 277ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(DateTime64(3))) OK 264ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/uniq/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 100ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 78ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,lowcardinality_nullable_uint8__ OK 9s 257ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(Bool)) OK 95ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(Bool)) OK 87ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/uniq/Map(FixedString(51),Tuple(String)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(String)) OK 89ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(String)) OK 100ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/uniq/Map(UUID,UInt8) OK 76ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(FixedString(51))) OK 70ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(Float32))) OK 201ms
/aggregate functions/uniq/Map(UUID,UInt16) OK 186ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(FixedString(51))) OK 190ms
/aggregate functions/uniqCombined64/Map(Int128,Nullable(UUID)) OK 175ms
/aggregate functions/uniq/Map(UUID,UInt32) OK 100ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(UInt8)) OK 82ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(Float64))) OK 94ms
/aggregate functions/topK/Map(LowCardinality(String),Nullable(UUID)) OK 81ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(UInt16)) OK 102ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(UInt8)) OK 102ms
/aggregate functions/uniq/Map(UUID,UInt64) OK 82ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/uniq/Map(UUID,UInt128) OK 94ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(UInt32)) OK 105ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(UInt16)) OK 88ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/uniq/Map(UUID,Int8) OK 104ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(UInt32)) OK 79ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(UInt64)) OK 91ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(UInt64)) OK 74ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/uniq/Map(UUID,Int16) OK 98ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(UInt128)) OK 95ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(UInt128)) OK 78ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/uniq/Map(UUID,Int32) OK 89ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Int8)) OK 91ms
/aggregate functions/uniqCombined/Map(Date,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Int8)) OK 74ms
/aggregate functions/uniq/Map(UUID,Int64) OK 86ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Int16)) OK 75ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Int16)) OK 83ms
/aggregate functions/uniqCombined/Map(Date,Array(String)) OK 72ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Int32)) OK 80ms
/aggregate functions/uniq/Map(UUID,Int128) OK 76ms
/aggregate functions/uniqCombined/Map(Date,Map(String,LowCardinality(Float64))) OK 96ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Int32)) OK 75ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Int64)) OK 88ms
/aggregate functions/uniq/Map(UUID,Float32) OK 90ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Int64)) OK 75ms
/aggregate functions/uniqCombined/Map(Date,Tuple(String)) OK 80ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Int128)) OK 80ms
/aggregate functions/uniq/Map(UUID,Float64) OK 97ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Int128)) OK 84ms
/aggregate functions/uniqCombined/Map(DateTime,UInt8) OK 78ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Float32)) OK 90ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Float32)) OK 83ms
/aggregate functions/uniq/Map(UUID,Decimal128(38)) OK 105ms
/aggregate functions/uniqCombined/Map(DateTime,UInt16) OK 79ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Float64)) OK 86ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Float64)) OK 92ms
/aggregate functions/uniqCombined/Map(DateTime,UInt32) OK 88ms
/aggregate functions/uniq/Map(UUID,Date) OK 79ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Date)) OK 84ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Date)) OK 84ms
/aggregate functions/uniqCombined/Map(DateTime,UInt64) OK 90ms
/aggregate functions/uniq/Map(UUID,DateTime) OK 76ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(DateTime)) OK 84ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(DateTime)) OK 96ms
/aggregate functions/uniq/Map(UUID,DateTime64(3)) OK 95ms
/aggregate functions/uniqCombined/Map(DateTime,UInt128) OK 75ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Bool)) OK 74ms
/aggregate functions/uniqCombined/Map(DateTime,Int8) OK 96ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Bool)) OK 74ms
/aggregate functions/uniq/Map(UUID,Bool) OK 89ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(String)) OK 78ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(String)) OK 75ms
/aggregate functions/uniqCombined/Map(DateTime,Int16) OK 110ms
/aggregate functions/uniq/Map(UUID,String) OK 100ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 109ms
/aggregate functions/uniq/Map(UUID,FixedString(51)) OK 89ms
/aggregate functions/uniqCombined/Map(DateTime,Int32) OK 75ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(UUID)) OK 84ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(UUID)) OK 76ms
/aggregate functions/uniqCombined/Map(DateTime,Int64) OK 78ms
/aggregate functions/uniq/Map(UUID,UUID) OK 99ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 98ms
/aggregate functions/uniqCombined/Map(DateTime,Int128) OK 78ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/uniq/Map(UUID,Nullable(UInt8)) OK 78ms
/aggregate functions/uniqCombined/Map(DateTime,Float32) OK 90ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 100ms
/aggregate functions/uniq/Map(UUID,Nullable(UInt16)) OK 82ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/uniqCombined/Map(DateTime,Float64) OK 94ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 100ms
/aggregate functions/uniq/Map(UUID,Nullable(UInt32)) OK 79ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/uniqCombined/Map(DateTime,Decimal128(38)) OK 90ms
/aggregate functions/uniq/Map(UUID,Nullable(UInt64)) OK 140ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(UInt128))) OK 131ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 125ms
/aggregate functions/uniqCombined/Map(DateTime,Date) OK 151ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 96ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/uniq/Map(UUID,Nullable(UInt128)) OK 78ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/uniq/Map(UUID,Nullable(Int8)) OK 75ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 94ms
/aggregate functions/uniqCombined/Map(DateTime,DateTime) OK 74ms
/aggregate functions/uniq/Map(UUID,Nullable(Int16)) OK 75ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/uniqCombined/Map(DateTime,DateTime64(3)) OK 119ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 107ms
/aggregate functions/uniq/Map(UUID,Nullable(Int32)) OK 127ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(Int64))) OK 126ms
/aggregate functions/uniqCombined/Map(DateTime,Bool) OK 88ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/uniq/Map(UUID,Nullable(Int64)) OK 71ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/uniqCombined/Map(DateTime,String) OK 73ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/uniq/Map(UUID,Nullable(Int128)) OK 99ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/uniqCombined/Map(DateTime,FixedString(51)) OK 84ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(Float64))) OK 236ms
/aggregate functions/uniq/Map(UUID,Nullable(Float32)) OK 85ms
/aggregate functions/uniqCombined/Map(DateTime,UUID) OK 83ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 217ms
/aggregate functions/uniq/Map(UUID,Nullable(Float64)) OK 163ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(UInt8)) OK 156ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 109ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(UInt16)) OK 103ms
/aggregate functions/uniq/Map(UUID,Nullable(Decimal128(38))) OK 91ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/uniq/Map(UUID,Nullable(Date)) OK 103ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(UInt32)) OK 89ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(UInt64)) OK 85ms
/aggregate functions/uniq/Map(UUID,Nullable(DateTime)) OK 83ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 136ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(UInt128)) OK 126ms
/aggregate functions/uniq/Map(UUID,Nullable(DateTime64(3))) OK 125ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 108ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(Int8)) OK 113ms
/aggregate functions/uniq/Map(UUID,Nullable(Bool)) OK 108ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/uniqCombined64/Map(Int128,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/uniq/Map(UUID,Nullable(String)) OK 92ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(Int16)) OK 94ms
/aggregate functions/uniqCombined64/Map(Int128,Array(String)) OK 74ms
/aggregate functions/topK/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/uniq/Map(UUID,Nullable(FixedString(51))) OK 72ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(Int32)) OK 89ms
/aggregate functions/uniqCombined64/Map(Int128,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/topK/Map(LowCardinality(String),Array(String)) OK 74ms
/aggregate functions/uniq/Map(UUID,Nullable(UUID)) OK 71ms
/aggregate functions/uniqCombined64/Map(Int128,Tuple(String)) OK 67ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(Int64)) OK 83ms
/aggregate functions/topK/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/uniq/Map(UUID,LowCardinality(UInt8)) OK 75ms
/aggregate functions/uniqCombined64/Map(Date,UInt8) OK 74ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(Int128)) OK 91ms
/aggregate functions/uniq/Map(UUID,LowCardinality(UInt16)) OK 78ms
/aggregate functions/uniqCombined64/Map(Date,UInt16) OK 82ms
/aggregate functions/topK/Map(LowCardinality(String),Tuple(String)) OK 69ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(Float32)) OK 68ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),UInt8) OK 99ms
/aggregate functions/uniq/Map(UUID,LowCardinality(UInt32)) OK 98ms
/aggregate functions/uniqCombined64/Map(Date,UInt32) OK 84ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(Float64)) OK 264ms
/aggregate functions/uniqCombined64/Map(Date,UInt64) OK 435ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),UInt16) OK 436ms
/aggregate functions/uniq/Map(UUID,LowCardinality(UInt64)) OK 429ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(Decimal128(38))) OK 250ms
/aggregate functions/uniqCombined64/Map(Date,UInt128) OK 84ms
/aggregate functions/uniq/Map(UUID,LowCardinality(UInt128)) OK 78ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),UInt32) OK 81ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(Date)) OK 77ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Int8)) OK 102ms
/aggregate functions/uniqCombined64/Map(Date,Int8) OK 108ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),UInt64) OK 100ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(DateTime)) OK 81ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Int16)) OK 100ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),UInt128) OK 104ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/uniqCombined64/Map(Date,Int16) OK 112ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(Bool)) OK 110ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Int32)) OK 129ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Int8) OK 117ms
/aggregate functions/uniqCombined64/Map(Date,Int32) OK 99ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(String)) OK 98ms
/aggregate functions/uniqCombined64/Map(Date,Int64) OK 125ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Int16) OK 113ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Int64)) OK 101ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(FixedString(51))) OK 87ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Int128)) OK 92ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Int32) OK 102ms
/aggregate functions/uniqCombined64/Map(Date,Int128) OK 90ms
/aggregate functions/uniqCombined/Map(DateTime,Nullable(UUID)) OK 77ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Float32)) OK 138ms
/aggregate functions/uniqCombined64/Map(Date,Float32) OK 121ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Int64) OK 127ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(UInt8)) OK 107ms
/aggregate functions/uniqCombined64/Map(Date,Float64) OK 84ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Float64)) OK 94ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Int128) OK 95ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(UInt16)) OK 77ms
/aggregate functions/uniqCombined64/Map(Date,Decimal128(38)) OK 81ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(UInt32)) OK 84ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Date)) OK 100ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Float32) OK 88ms
/aggregate functions/uniqCombined64/Map(Date,Date) OK 93ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(UInt64)) OK 93ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Float64) OK 90ms
/aggregate functions/uniq/Map(UUID,LowCardinality(DateTime)) OK 82ms
/aggregate functions/uniqCombined64/Map(Date,DateTime) OK 79ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(UInt128)) OK 88ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Bool)) OK 80ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 80ms
/aggregate functions/uniqCombined64/Map(Date,DateTime64(3)) OK 78ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Int8)) OK 88ms
/aggregate functions/uniq/Map(UUID,LowCardinality(String)) OK 88ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Date) OK 74ms
/aggregate functions/uniqCombined64/Map(Date,Bool) OK 76ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),DateTime) OK 84ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Int16)) OK 96ms
/aggregate functions/uniq/Map(UUID,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/uniqCombined64/Map(Date,String) OK 93ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 83ms
/aggregate functions/uniq/Map(UUID,LowCardinality(UUID)) OK 85ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Int32)) OK 126ms
/aggregate functions/uniqCombined64/Map(Date,FixedString(51)) OK 92ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Bool) OK 129ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(UInt8))) OK 135ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Int64)) OK 95ms
/aggregate functions/uniqCombined64/Map(Date,UUID) OK 88ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),String) OK 88ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Int128)) OK 100ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(UInt8)) OK 99ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 96ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Float32)) OK 88ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(UInt16)) OK 89ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),UUID) OK 71ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Float64)) OK 87ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(UInt32)) OK 74ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 95ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(UInt128))) OK 105ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(UInt64)) OK 87ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Date)) OK 103ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 88ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(Int8))) OK 109ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(UInt128)) OK 86ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(DateTime)) OK 92ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 84ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(Int8)) OK 110ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(Int16))) OK 102ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Bool)) OK 96ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 96ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(Int32))) OK 113ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(Int16)) OK 115ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(String)) OK 105ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 87ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(Int64))) OK 337ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(Int32)) OK 330ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(FixedString(51))) OK 320ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 325ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(UUID)) OK 277ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(Int64)) OK 277ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(Int128))) OK 277ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 260ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 88ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(Int128)) OK 82ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 88ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(Float32)) OK 94ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(Float64))) OK 94ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 466ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 466ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(Float64)) OK 442ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(Date))) OK 445ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(Decimal128(38))) OK 127ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 141ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(DateTime))) OK 131ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 119ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(Date)) OK 157ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 149ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(Bool))) OK 132ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 124ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(Int8))) OK 101ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 87ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(DateTime)) OK 71ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 94ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(Bool)) OK 81ms
/aggregate functions/uniq/Map(UUID,LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 76ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(String)) OK 86ms
/aggregate functions/uniq/Map(UUID,Array(String)) OK 72ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 103ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/uniq/Map(UUID,Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(FixedString(51))) OK 81ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 93ms
/aggregate functions/uniqCombined64/Map(Date,Nullable(UUID)) OK 150ms
/aggregate functions/uniq/Map(UUID,Tuple(String)) OK 148ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(Float32))) OK 117ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 93ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 94ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(UInt8)) OK 77ms
/aggregate functions/uniq/Map(LowCardinality(String),UInt8) OK 68ms
/aggregate functions/uniq/Map(LowCardinality(String),UInt16) OK 77ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(UInt16)) OK 77ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 79ms
/aggregate functions/uniq/Map(LowCardinality(String),UInt32) OK 77ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(UInt32)) OK 93ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 72ms
/aggregate functions/uniq/Map(LowCardinality(String),UInt64) OK 89ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 98ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(UInt64)) OK 96ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/uniq/Map(LowCardinality(String),UInt128) OK 93ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,lowcardinality_nullable_uint64__ OK 10s 448ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 82ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(String))) OK 89ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(UInt128)) OK 80ms
/aggregate functions/uniq/Map(LowCardinality(String),Int8) OK 82ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 96ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Int8)) OK 99ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/uniq/Map(LowCardinality(String),Int16) OK 79ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 96ms
/aggregate functions/uniqCombined/Map(DateTime,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Int16)) OK 97ms
/aggregate functions/uniq/Map(LowCardinality(String),Int32) OK 83ms
/aggregate functions/uniqCombined/Map(DateTime,Array(String)) OK 71ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 74ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Int32)) OK 81ms
/aggregate functions/uniq/Map(LowCardinality(String),Int64) OK 90ms
/aggregate functions/uniqCombined/Map(DateTime,Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 75ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Int64)) OK 79ms
/aggregate functions/uniq/Map(LowCardinality(String),Int128) OK 71ms
/aggregate functions/uniqCombined/Map(DateTime,Tuple(String)) OK 98ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 91ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Int128)) OK 83ms
/aggregate functions/uniq/Map(LowCardinality(String),Float32) OK 75ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 100ms
/aggregate functions/uniqCombined/Map(Bool,UInt8) OK 90ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Float32)) OK 93ms
/aggregate functions/uniq/Map(LowCardinality(String),Float64) OK 120ms
/aggregate functions/uniqCombined/Map(Bool,UInt16) OK 76ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 76ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Float64)) OK 77ms
/aggregate functions/uniq/Map(LowCardinality(String),Decimal128(38)) OK 89ms
/aggregate functions/uniqCombined/Map(Bool,UInt32) OK 81ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 84ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Date)) OK 74ms
/aggregate functions/uniq/Map(LowCardinality(String),Date) OK 89ms
/aggregate functions/uniqCombined/Map(Bool,UInt64) OK 96ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(DateTime)) OK 88ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 73ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 89ms
/aggregate functions/uniq/Map(LowCardinality(String),DateTime) OK 95ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Bool)) OK 96ms
/aggregate functions/uniqCombined/Map(Bool,UInt128) OK 79ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 89ms
/aggregate functions/uniqCombined/Map(Bool,Int8) OK 80ms
/aggregate functions/uniq/Map(LowCardinality(String),DateTime64(3)) OK 93ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(String)) OK 75ms
/aggregate functions/uniqCombined/Map(Bool,Int16) OK 86ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 75ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(FixedString(51))) OK 65ms
/aggregate functions/uniq/Map(LowCardinality(String),Bool) OK 84ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(UUID)) OK 93ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 101ms
/aggregate functions/uniqCombined/Map(Bool,Int32) OK 93ms
/aggregate functions/uniq/Map(LowCardinality(String),String) OK 84ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/uniqCombined/Map(Bool,Int64) OK 87ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 95ms
/aggregate functions/uniq/Map(LowCardinality(String),FixedString(51)) OK 74ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/uniq/Map(LowCardinality(String),UUID) OK 97ms
/aggregate functions/uniqCombined/Map(Bool,Int128) OK 99ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 93ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(UInt8)) OK 165ms
/aggregate functions/uniqCombined/Map(Bool,Float32) OK 150ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 143ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(UInt64))) OK 116ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/uniqCombined/Map(Bool,Float64) OK 79ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(UInt128))) OK 94ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(UInt16)) OK 86ms
/aggregate functions/uniqCombined/Map(Bool,Decimal128(38)) OK 88ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 91ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(UInt32)) OK 95ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/uniqCombined/Map(Bool,Date) OK 76ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(Int16))) OK 93ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(UInt64)) OK 75ms
/aggregate functions/uniqCombined/Map(Bool,DateTime) OK 88ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(UInt128)) OK 95ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/uniqCombined/Map(Bool,DateTime64(3)) OK 75ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 131ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(Int8)) OK 113ms
/aggregate functions/uniqCombined/Map(Bool,Bool) OK 77ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(Int128))) OK 105ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(Int16)) OK 92ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 100ms
/aggregate functions/uniqCombined/Map(Bool,String) OK 88ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(Int32)) OK 81ms
/aggregate functions/uniqCombined/Map(Bool,FixedString(51)) OK 95ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(Int64)) OK 84ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 94ms
/aggregate functions/uniqCombined/Map(Bool,UUID) OK 71ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(Int128)) OK 118ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(UInt8)) OK 115ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(Float32)) OK 79ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(UInt16)) OK 85ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(Float64)) OK 81ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(UInt32)) OK 91ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 74ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(UInt64)) OK 86ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(Date)) OK 74ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/uniqCombined64/Map(Date,LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(UInt128)) OK 80ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(DateTime)) OK 89ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 97ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(Int8)) OK 73ms
/aggregate functions/uniqCombined64/Map(Date,Array(String)) OK 89ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 80ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(Int16)) OK 93ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/uniqCombined64/Map(Date,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(Bool)) OK 87ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(Int32)) OK 97ms
/aggregate functions/uniqCombined64/Map(Date,Tuple(String)) OK 74ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 101ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(String)) OK 77ms
/aggregate functions/uniqCombined64/Map(DateTime,UInt8) OK 75ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(Int64)) OK 95ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqCombined64/Map(DateTime,UInt16) OK 79ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Array(String)) OK 79ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(Int128)) OK 78ms
/aggregate functions/uniq/Map(LowCardinality(String),Nullable(UUID)) OK 84ms
/aggregate functions/uniqCombined64/Map(DateTime,UInt32) OK 74ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(Float32)) OK 83ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(UInt8)) OK 76ms
/aggregate functions/uniqCombined64/Map(DateTime,UInt64) OK 85ms
/aggregate functions/topK/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 95ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(Float64)) OK 100ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(UInt16)) OK 81ms
/aggregate functions/uniqCombined64/Map(DateTime,UInt128) OK 86ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(UInt32)) OK 80ms
/aggregate functions/topK/Nullable(UInt8) OK 101ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(Decimal128(38))) OK 90ms
/aggregate functions/uniqCombined64/Map(DateTime,Int8) OK 80ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(UInt64)) OK 84ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(Date)) OK 91ms
/aggregate functions/topK/Nullable(UInt16) OK 85ms
/aggregate functions/uniqCombined64/Map(DateTime,Int16) OK 80ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(UInt128)) OK 85ms
/aggregate functions/topK/Nullable(UInt32) OK 84ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(DateTime)) OK 76ms
/aggregate functions/uniqCombined64/Map(DateTime,Int32) OK 85ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Int8)) OK 145ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(DateTime64(3))) OK 128ms
/aggregate functions/topK/Nullable(UInt64) OK 115ms
/aggregate functions/uniqCombined64/Map(DateTime,Int64) OK 118ms
/aggregate functions/topK/Nullable(UInt128) OK 83ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Int16)) OK 96ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(Bool)) OK 83ms
/aggregate functions/uniqCombined64/Map(DateTime,Int128) OK 100ms
/aggregate functions/topK/Nullable(Int8) OK 76ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(String)) OK 90ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Int32)) OK 88ms
/aggregate functions/uniqCombined64/Map(DateTime,Float32) OK 88ms
/aggregate functions/topK/Nullable(Int16) OK 88ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(FixedString(51))) OK 74ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Int64)) OK 93ms
/aggregate functions/uniqCombined64/Map(DateTime,Float64) OK 88ms
/aggregate functions/topK/Nullable(Int32) OK 94ms
/aggregate functions/uniqCombined/Map(Bool,Nullable(UUID)) OK 76ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Int128)) OK 100ms
/aggregate functions/uniqCombined64/Map(DateTime,Decimal128(38)) OK 91ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(UInt8)) OK 94ms
/aggregate functions/topK/Nullable(Int64) OK 73ms
/aggregate functions/uniqCombined64/Map(DateTime,Date) OK 86ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Float32)) OK 76ms
/aggregate functions/topK/Nullable(Int128) OK 100ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(UInt16)) OK 82ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Float64)) OK 91ms
/aggregate functions/uniqCombined64/Map(DateTime,DateTime) OK 81ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(UInt32)) OK 107ms
/aggregate functions/topK/Nullable(Float32) OK 95ms
/aggregate functions/uniqCombined64/Map(DateTime,DateTime64(3)) OK 98ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Date)) OK 104ms
/aggregate functions/topK/Nullable(Float64) OK 87ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(UInt64)) OK 80ms
/aggregate functions/uniqCombined64/Map(DateTime,Bool) OK 97ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(DateTime)) OK 84ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(UInt128)) OK 80ms
/aggregate functions/topK/Nullable(Decimal128(38)) OK 72ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Bool)) OK 76ms
/aggregate functions/uniqCombined64/Map(DateTime,String) OK 79ms
/aggregate functions/topK/Nullable(Date) OK 99ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Int8)) OK 88ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(String)) OK 122ms
/aggregate functions/uniqCombined64/Map(DateTime,FixedString(51)) OK 132ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Int16)) OK 94ms
/aggregate functions/topK/Nullable(DateTime) OK 81ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/topK/Nullable(DateTime64(3)) OK 98ms
/aggregate functions/uniqCombined64/Map(DateTime,UUID) OK 76ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Int32)) OK 80ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(UUID)) OK 81ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(UInt8)) OK 86ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Int64)) OK 100ms
/aggregate functions/topK/Nullable(Bool) OK 73ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 99ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(UInt16)) OK 84ms
/aggregate functions/topK/Nullable(String) OK 86ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Int128)) OK 76ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(UInt32)) OK 88ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 98ms
/aggregate functions/topK/Nullable(FixedString(51)) OK 100ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Float32)) OK 103ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(UInt64)) OK 126ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 106ms
/aggregate functions/topK/Nullable(UUID) OK 97ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Float64)) OK 93ms
/aggregate functions/topK/Array(UInt8) OK 107ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 109ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Date)) OK 91ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(UInt128)) OK 83ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(Int8)) OK 91ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(DateTime)) OK 98ms
/aggregate functions/topK/Array(UInt16) OK 83ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(Int16)) OK 90ms
/aggregate functions/topK/Array(UInt32) OK 89ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Bool)) OK 73ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(String)) OK 113ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(Int32)) OK 115ms
/aggregate functions/topK/Array(UInt64) OK 113ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 98ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 111ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(FixedString(51))) OK 113ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(Int64)) OK 80ms
/aggregate functions/topK/Array(UInt128) OK 91ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(Int128)) OK 87ms
/aggregate functions/topK/Array(Int8) OK 92ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(UUID)) OK 106ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(Float32)) OK 95ms
/aggregate functions/topK/Array(Int16) OK 87ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(Float64)) OK 92ms
/aggregate functions/topK/Array(Int32) OK 100ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(Decimal128(38))) OK 132ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/topK/Array(Int64) OK 105ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(UInt32))) OK 99ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/topK/Array(Int128) OK 105ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(UInt64))) OK 106ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(Date)) OK 109ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/topK/Array(Float32) OK 126ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(UInt128))) OK 109ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(DateTime)) OK 104ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(DateTime64(3))) OK 109ms
/aggregate functions/topK/Array(Float64) OK 104ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 91ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(Bool)) OK 91ms
/aggregate functions/topK/Array(Decimal128(38)) OK 95ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/uniq/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 102ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(String)) OK 100ms
/aggregate functions/topK/Array(Date) OK 84ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/topK/Array(DateTime) OK 86ms
/aggregate functions/uniq/Map(LowCardinality(String),Array(String)) OK 105ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(FixedString(51))) OK 89ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/topK/Array(DateTime64(3)) OK 98ms
/aggregate functions/uniqCombined64/Map(DateTime,Nullable(UUID)) OK 95ms
/aggregate functions/uniq/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(Float32))) OK 126ms
/aggregate functions/topK/Array(Bool) OK 94ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(UInt8)) OK 100ms
/aggregate functions/uniq/Map(LowCardinality(String),Tuple(String)) OK 83ms
/aggregate functions/topK/Array(String) OK 97ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),UInt8) OK 102ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(UInt16)) OK 78ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(UInt32)) OK 191ms
/aggregate functions/topK/Array(FixedString(51)) OK 174ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(Date))) OK 172ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),UInt16) OK 173ms
/aggregate functions/topK/Array(UUID) OK 135ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(DateTime))) OK 117ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),UInt32) OK 118ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(UInt64)) OK 101ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(UInt128)) OK 149ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(Bool))) OK 164ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),UInt64) OK 147ms
/aggregate functions/topK/Array(Nullable(UInt8)) OK 167ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Int8)) OK 74ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),UInt128) OK 86ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/topK/Array(Nullable(UInt16)) OK 86ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Int16)) OK 73ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Int8) OK 73ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/topK/Array(Nullable(UInt32)) OK 100ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Int32)) OK 82ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Int16) OK 86ms
/aggregate functions/uniqCombined/Map(Bool,LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/topK/Array(Nullable(UInt64)) OK 85ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Int64)) OK 77ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Int32) OK 85ms
/aggregate functions/uniqCombined/Map(Bool,Array(String)) OK 79ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Int128)) OK 87ms
/aggregate functions/topK/Array(Nullable(UInt128)) OK 69ms
/aggregate functions/uniqCombined/Map(Bool,Map(String,LowCardinality(Float64))) OK 99ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Int64) OK 106ms
/aggregate functions/topK/Array(Nullable(Int8)) OK 81ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Float32)) OK 86ms
/aggregate functions/uniqCombined/Map(Bool,Tuple(String)) OK 78ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Int128) OK 100ms
/aggregate functions/topK/Array(Nullable(Int16)) OK 86ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Float64)) OK 75ms
/aggregate functions/uniqCombined/Map(String,UInt8) OK 79ms
/aggregate functions/topK/Array(Nullable(Int32)) OK 78ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Float32) OK 103ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Date)) OK 96ms
/aggregate functions/uniqCombined/Map(String,UInt16) OK 82ms
/aggregate functions/topK/Array(Nullable(Int64)) OK 77ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(DateTime)) OK 80ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Float64) OK 93ms
/aggregate functions/uniqCombined/Map(String,UInt32) OK 77ms
/aggregate functions/topK/Array(Nullable(Int128)) OK 73ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Bool)) OK 70ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 92ms
/aggregate functions/uniqCombined/Map(String,UInt64) OK 73ms
/aggregate functions/topK/Array(Nullable(Float32)) OK 72ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(String)) OK 73ms
/aggregate functions/uniqCombined/Map(String,UInt128) OK 105ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Date) OK 94ms
/aggregate functions/topK/Array(Nullable(Float64)) OK 93ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),DateTime) OK 83ms
/aggregate functions/uniqCombined/Map(String,Int8) OK 92ms
/aggregate functions/topK/Array(Nullable(Decimal128(38))) OK 88ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(UUID)) OK 79ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 107ms
/aggregate functions/topK/Array(Nullable(Date)) OK 94ms
/aggregate functions/uniqCombined/Map(String,Int16) OK 70ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/uniqCombined/Map(String,Int32) OK 77ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 92ms
/aggregate functions/topK/Array(Nullable(DateTime)) OK 79ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Bool) OK 90ms
/aggregate functions/uniqCombined/Map(String,Int64) OK 78ms
/aggregate functions/topK/Array(Nullable(DateTime64(3))) OK 119ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 116ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),String) OK 98ms
/aggregate functions/uniqCombined/Map(String,Int128) OK 142ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 89ms
/aggregate functions/topK/Array(Nullable(Bool)) OK 91ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/uniqCombined/Map(String,Float32) OK 95ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),UUID) OK 103ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 93ms
/aggregate functions/topK/Array(Nullable(String)) OK 85ms
/aggregate functions/uniqCombined/Map(String,Float64) OK 101ms
/aggregate functions/topK/Array(Nullable(FixedString(51))) OK 103ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 98ms
/aggregate functions/uniqCombined/Map(String,Decimal128(38)) OK 85ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(Int16))) OK 100ms
/aggregate functions/topK/Array(Nullable(UUID)) OK 74ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 86ms
/aggregate functions/topK/Array(LowCardinality(UInt8)) OK 85ms
/aggregate functions/uniqCombined/Map(String,Date) OK 87ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 80ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/topK/Array(LowCardinality(UInt16)) OK 82ms
/aggregate functions/uniqCombined/Map(String,DateTime) OK 90ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 91ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(Int64))) OK 68ms
/aggregate functions/topK/Array(LowCardinality(UInt32)) OK 77ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(Int128))) OK 100ms
/aggregate functions/uniqCombined/Map(String,DateTime64(3)) OK 100ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 99ms
/aggregate functions/topK/Array(LowCardinality(UInt64)) OK 101ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(Float32))) OK 117ms
/aggregate functions/uniqCombined/Map(String,Bool) OK 102ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 109ms
/aggregate functions/topK/Array(LowCardinality(UInt128)) OK 102ms
/aggregate functions/uniqCombined/Map(String,String) OK 103ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 116ms
/aggregate functions/topK/Array(LowCardinality(Int8)) OK 78ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(Date))) OK 95ms
/aggregate functions/uniqCombined/Map(String,FixedString(51)) OK 86ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 72ms
/aggregate functions/topK/Array(LowCardinality(Int16)) OK 72ms
/aggregate functions/uniqCombined/Map(String,UUID) OK 78ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 72ms
/aggregate functions/topK/Array(LowCardinality(Int32)) OK 72ms
/aggregate functions/uniqCombined/Map(String,Nullable(UInt8)) OK 76ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 83ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/topK/Array(LowCardinality(Int64)) OK 75ms
/aggregate functions/uniqCombined/Map(String,Nullable(UInt16)) OK 74ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 66ms
/aggregate functions/topK/Array(LowCardinality(Int128)) OK 76ms
/aggregate functions/uniqCombined/Map(String,Nullable(UInt32)) OK 123ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 68ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 105ms
/aggregate functions/topK/Array(LowCardinality(Float32)) OK 92ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 123ms
/aggregate functions/topK/Array(LowCardinality(Float64)) OK 111ms
/aggregate functions/uniqCombined64/Map(DateTime,LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/uniqCombined/Map(String,Nullable(UInt64)) OK 99ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 72ms
/aggregate functions/uniqCombined64/Map(DateTime,Array(String)) OK 305ms
/aggregate functions/uniqCombined/Map(String,Nullable(UInt128)) OK 302ms
/aggregate functions/topK/Array(LowCardinality(Date)) OK 292ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 252ms
/aggregate functions/topK/Array(LowCardinality(DateTime)) OK 86ms
/aggregate functions/uniqCombined64/Map(DateTime,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 85ms
/aggregate functions/uniqCombined/Map(String,Nullable(Int8)) OK 81ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,lowcardinality_nullable_uint32__ OK 9s 119ms
/aggregate functions/uniqCombined64/Map(DateTime,Tuple(String)) OK 594ms
/aggregate functions/topK/Array(LowCardinality(Bool)) OK 580ms
/aggregate functions/uniqCombined/Map(String,Nullable(Int16)) OK 585ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 578ms
/aggregate functions/topK/Array(LowCardinality(String)) OK 762ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 751ms
/aggregate functions/uniqCombined64/Map(Bool,UInt8) OK 793ms
/aggregate functions/uniqCombined/Map(String,Nullable(Int32)) OK 749ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 123ms
/aggregate functions/uniqCombined/Map(String,Nullable(Int64)) OK 112ms
/aggregate functions/topK/Array(LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/uniqCombined64/Map(Bool,UInt16) OK 74ms
/aggregate functions/topK/Array(LowCardinality(UUID)) OK 73ms
/aggregate functions/uniqCombined/Map(String,Nullable(Int128)) OK 76ms
/aggregate functions/uniqCombined64/Map(Bool,UInt32) OK 75ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 65ms
/aggregate functions/topK/Array(LowCardinality(Nullable(UInt8))) OK 67ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 80ms
/aggregate functions/uniqCombined/Map(String,Nullable(Float32)) OK 74ms
/aggregate functions/uniqCombined64/Map(Bool,UInt64) OK 68ms
/aggregate functions/topK/Array(LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/uniqCombined64/Map(Bool,UInt128) OK 83ms
/aggregate functions/uniqCombined/Map(String,Nullable(Float64)) OK 71ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 72ms
/aggregate functions/topK/Array(LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/uniqCombined/Map(String,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 76ms
/aggregate functions/uniqCombined64/Map(Bool,Int8) OK 67ms
/aggregate functions/topK/Array(LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/uniqCombined/Map(String,Nullable(Date)) OK 84ms
/aggregate functions/uniqCombined64/Map(Bool,Int16) OK 73ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 67ms
/aggregate functions/topK/Array(LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 81ms
/aggregate functions/uniqCombined64/Map(Bool,Int32) OK 77ms
/aggregate functions/uniqCombined/Map(String,Nullable(DateTime)) OK 66ms
/aggregate functions/topK/Array(LowCardinality(Nullable(Int8))) OK 178ms
/aggregate functions/uniqCombined/Map(String,Nullable(DateTime64(3))) OK 187ms
/aggregate functions/uniqCombined64/Map(Bool,Int64) OK 183ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 184ms
/aggregate functions/topK/Array(LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/uniqCombined/Map(String,Nullable(Bool)) OK 85ms
/aggregate functions/uniqCombined64/Map(Bool,Int128) OK 66ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 84ms
/aggregate functions/topK/Array(LowCardinality(Nullable(Int32))) OK 150ms
/aggregate functions/uniqCombined64/Map(Bool,Float32) OK 136ms
/aggregate functions/uniqCombined/Map(String,Nullable(String)) OK 121ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 120ms
/aggregate functions/uniqCombined64/Map(Bool,Float64) OK 88ms
/aggregate functions/uniqCombined/Map(String,Nullable(FixedString(51))) OK 71ms
/aggregate functions/topK/Array(LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 79ms
/aggregate functions/uniqCombined/Map(String,Nullable(UUID)) OK 80ms
/aggregate functions/topK/Array(LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 80ms
/aggregate functions/uniqCombined64/Map(Bool,Decimal128(38)) OK 71ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(UInt8)) OK 90ms
/aggregate functions/uniqCombined64/Map(Bool,Date) OK 76ms
/aggregate functions/topK/Array(LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 68ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 94ms
/aggregate functions/topK/Array(LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/uniqCombined64/Map(Bool,DateTime) OK 88ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(UInt16)) OK 77ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(UInt32)) OK 74ms
/aggregate functions/uniqCombined64/Map(Bool,DateTime64(3)) OK 82ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 77ms
/aggregate functions/topK/Array(LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(UInt64)) OK 76ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 93ms
/aggregate functions/uniqCombined64/Map(Bool,Bool) OK 72ms
/aggregate functions/topK/Array(LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(UInt128)) OK 88ms
/aggregate functions/uniqCombined64/Map(Bool,String) OK 70ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 73ms
/aggregate functions/topK/Array(LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/uniqCombined64/Map(Bool,FixedString(51)) OK 79ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Int8)) OK 73ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 92ms
/aggregate functions/topK/Array(LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/uniqCombined64/Map(Bool,UUID) OK 75ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Int16)) OK 66ms
/aggregate functions/topK/Array(LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 65ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Int32)) OK 74ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(UInt8)) OK 68ms
/aggregate functions/topK/Array(LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 66ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(UInt16)) OK 68ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Int64)) OK 71ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/topK/Array(Array(String)) OK 84ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(UInt32)) OK 71ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Int128)) OK 77ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/topK/Array(Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(UInt64)) OK 73ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Float32)) OK 76ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 64ms
/aggregate functions/topK/Array(Tuple(String)) OK 70ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(UInt128)) OK 68ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Float64)) OK 78ms
/aggregate functions/topK/LowCardinality(UInt8) OK 80ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(Int8)) OK 67ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Date)) OK 70ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(Int16)) OK 68ms
/aggregate functions/topK/LowCardinality(UInt16) OK 82ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(DateTime)) OK 72ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(Int32)) OK 86ms
/aggregate functions/topK/LowCardinality(UInt32) OK 74ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Bool)) OK 68ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(Int64)) OK 81ms
/aggregate functions/topK/LowCardinality(UInt64) OK 67ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(String)) OK 79ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 68ms
/aggregate functions/topK/LowCardinality(UInt128) OK 76ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(Int128)) OK 71ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/topK/LowCardinality(Int8) OK 73ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(Float32)) OK 69ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(UUID)) OK 66ms
/aggregate functions/topK/LowCardinality(Int16) OK 88ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(Float64)) OK 89ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/topK/LowCardinality(Int32) OK 74ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(Decimal128(38))) OK 119ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 97ms
/aggregate functions/topK/LowCardinality(Int64) OK 120ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(Date)) OK 65ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(DateTime)) OK 79ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(UInt64))) OK 94ms
/aggregate functions/topK/LowCardinality(Int128) OK 68ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/topK/LowCardinality(Float32) OK 91ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(Bool)) OK 88ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/topK/LowCardinality(Float64) OK 73ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(String)) OK 82ms
/aggregate functions/topK/LowCardinality(Date) OK 77ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 67ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/topK/LowCardinality(DateTime) OK 69ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(FixedString(51))) OK 76ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/topK/LowCardinality(Bool) OK 74ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Array(String)) OK 78ms
/aggregate functions/uniqCombined64/Map(Bool,Nullable(UUID)) OK 69ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/topK/LowCardinality(String) OK 71ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(UInt8)) OK 73ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(Int128))) OK 66ms
/aggregate functions/topK/LowCardinality(FixedString(51)) OK 80ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(UInt16)) OK 85ms
/aggregate functions/uniq/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 66ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(Float32))) OK 65ms
/aggregate functions/uniq/Nullable(UInt8) OK 78ms
/aggregate functions/topK/LowCardinality(UUID) OK 67ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(UInt32)) OK 77ms
/aggregate functions/topK/LowCardinality(Nullable(UInt8)) OK 86ms
/aggregate functions/uniq/Nullable(UInt16) OK 93ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(UInt64)) OK 73ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/topK/LowCardinality(Nullable(UInt16)) OK 66ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(UInt128)) OK 89ms
/aggregate functions/uniq/Nullable(UInt32) OK 68ms
/aggregate functions/topK/LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/uniq/Nullable(UInt64) OK 78ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Int8)) OK 74ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/topK/LowCardinality(Nullable(UInt64)) OK 78ms
/aggregate functions/uniq/Nullable(UInt128) OK 78ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Int16)) OK 70ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/topK/LowCardinality(Nullable(UInt128)) OK 75ms
/aggregate functions/uniq/Nullable(Int8) OK 84ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Int32)) OK 75ms
/aggregate functions/uniqCombined/Map(String,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/topK/LowCardinality(Nullable(Int8)) OK 74ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Int64)) OK 81ms
/aggregate functions/uniq/Nullable(Int16) OK 83ms
/aggregate functions/uniqCombined/Map(String,Array(String)) OK 83ms
/aggregate functions/topK/LowCardinality(Nullable(Int16)) OK 70ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Int128)) OK 80ms
/aggregate functions/uniq/Nullable(Int32) OK 80ms
/aggregate functions/topK/LowCardinality(Nullable(Int32)) OK 77ms
/aggregate functions/uniqCombined/Map(String,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Float32)) OK 73ms
/aggregate functions/uniq/Nullable(Int64) OK 70ms
/aggregate functions/uniqCombined/Map(String,Tuple(String)) OK 75ms
/aggregate functions/topK/LowCardinality(Nullable(Int64)) OK 69ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Float64)) OK 89ms
/aggregate functions/uniq/Nullable(Int128) OK 70ms
/aggregate functions/topK/LowCardinality(Nullable(Int128)) OK 72ms
/aggregate functions/uniqCombined/Map(FixedString(51),UInt8) OK 72ms
/aggregate functions/uniq/Nullable(Float32) OK 74ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Date)) OK 82ms
/aggregate functions/topK/LowCardinality(Nullable(Float32)) OK 71ms
/aggregate functions/uniqCombined/Map(FixedString(51),UInt16) OK 71ms
/aggregate functions/uniq/Nullable(Float64) OK 71ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(DateTime)) OK 76ms
/aggregate functions/topK/LowCardinality(Nullable(Float64)) OK 89ms
/aggregate functions/uniqCombined/Map(FixedString(51),UInt32) OK 72ms
/aggregate functions/uniq/Nullable(Decimal128(38)) OK 108ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Bool)) OK 85ms
/aggregate functions/uniqCombined/Map(FixedString(51),UInt64) OK 75ms
/aggregate functions/topK/LowCardinality(Nullable(Date)) OK 72ms
/aggregate functions/uniq/Nullable(Date) OK 84ms
/aggregate functions/uniqCombined/Map(FixedString(51),UInt128) OK 72ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(String)) OK 84ms
/aggregate functions/topK/LowCardinality(Nullable(DateTime)) OK 81ms
/aggregate functions/uniqCombined/Map(FixedString(51),Int8) OK 108ms
/aggregate functions/uniq/Nullable(DateTime) OK 101ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/topK/LowCardinality(Nullable(Bool)) OK 92ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(UUID)) OK 81ms
/aggregate functions/uniqCombined/Map(FixedString(51),Int16) OK 70ms
/aggregate functions/uniq/Nullable(DateTime64(3)) OK 85ms
/aggregate functions/topK/LowCardinality(Nullable(String)) OK 72ms
/aggregate functions/uniqCombined/Map(FixedString(51),Int32) OK 75ms
/aggregate functions/topK/LowCardinality(Nullable(FixedString(51))) OK 83ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(UInt8))) OK 65ms
/aggregate functions/uniq/Nullable(Bool) OK 65ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/uniqCombined/Map(FixedString(51),Int64) OK 85ms
/aggregate functions/uniq/Nullable(String) OK 81ms
/aggregate functions/topK/LowCardinality(Nullable(UUID)) OK 83ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/uniqCombined/Map(FixedString(51),Int128) OK 78ms
/aggregate functions/uniq/Nullable(FixedString(51)) OK 71ms
/aggregate functions/topK/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 546ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(UInt64))) OK 67ms
/aggregate functions/uniq/Nullable(UUID) OK 89ms
/aggregate functions/uniqCombined/Map(FixedString(51),Float32) OK 87ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/uniq/Array(UInt8) OK 70ms
/aggregate functions/uniqCombined/Map(FixedString(51),Float64) OK 83ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/uniq/Array(UInt16) OK 75ms
/aggregate functions/uniqCombined/Map(FixedString(51),Decimal128(38)) OK 76ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(Int16))) OK 68ms
/aggregate functions/uniq/Array(UInt32) OK 108ms
/aggregate functions/uniqCombined/Map(FixedString(51),Date) OK 93ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/uniq/Array(UInt64) OK 63ms
/aggregate functions/uniqCombined/Map(FixedString(51),DateTime) OK 65ms
/aggregate functions/uniq/Array(UInt128) OK 81ms
/aggregate functions/uniqCombined/Map(FixedString(51),DateTime64(3)) OK 80ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/topK/K values OK 404ms
/aggregate functions/uniq/Array(Int8) OK 73ms
/aggregate functions/uniqCombined/Map(FixedString(51),Bool) OK 73ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/uniq/Array(Int16) OK 82ms
/aggregate functions/uniqCombined/Map(FixedString(51),String) OK 67ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/uniqCombined/Map(FixedString(51),FixedString(51)) OK 79ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/uniq/Array(Int32) OK 69ms
/aggregate functions/uniqCombined/Map(FixedString(51),UUID) OK 82ms
/aggregate functions/uniq/Array(Int64) OK 70ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/uniq/Array(Int128) OK 81ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(UInt8)) OK 82ms
/aggregate functions/uniq/Array(Float32) OK 73ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(UInt16)) OK 73ms
/aggregate functions/topK/custom load factor OK 41ms
/aggregate functions/uniqExact OK 2m 9s
/aggregate functions/uniqExact/constant OK 49ms
/aggregate functions/uniq/Array(Float64) OK 70ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(UInt32)) OK 80ms
/aggregate functions/uniqExact/zero rows OK 53ms
/aggregate functions/uniq/Array(Decimal128(38)) OK 86ms
/aggregate functions/uniqCombined64/Map(Bool,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(UInt64)) OK 73ms
/aggregate functions/uniqExact/with group by OK 39ms
/aggregate functions/uniqExact/some negative values OK 41ms
/aggregate functions/uniq/Array(Date) OK 76ms
/aggregate functions/uniqCombined64/Map(Bool,Array(String)) OK 65ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(UInt128)) OK 89ms
/aggregate functions/uniqExact/first non-NULL value OK 37ms
/aggregate functions/uniqExact/NULL for all rows OK 43ms
/aggregate functions/uniqCombined64/Map(Bool,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/uniq/Array(DateTime) OK 69ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(Int8)) OK 72ms
/aggregate functions/uniqExact/return type OK 37ms
/aggregate functions/uniqExact/with another aggregate function OK 48ms
/aggregate functions/uniq/Array(DateTime64(3)) OK 75ms
/aggregate functions/uniqCombined64/Map(Bool,Tuple(String)) OK 65ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(Int16)) OK 79ms
/aggregate functions/uniqExact/with another aggregate function and group by OK 44ms
/aggregate functions/uniqCombined64/Map(String,UInt8) OK 72ms
/aggregate functions/uniq/Array(Bool) OK 74ms
/aggregate functions/uniqExact/string that ends with \0 OK 42ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(Int32)) OK 73ms
/aggregate functions/uniqExact/inf OK 54ms
/aggregate functions/uniqCombined64/Map(String,UInt16) OK 87ms
/aggregate functions/uniq/Array(String) OK 75ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(Int64)) OK 69ms
/aggregate functions/uniqExact/-inf OK 35ms
/aggregate functions/uniqExact/nan OK 46ms
/aggregate functions/uniq/Array(FixedString(51)) OK 89ms
/aggregate functions/uniqCombined64/Map(String,UInt32) OK 70ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(Int128)) OK 76ms
/aggregate functions/uniqExact/UInt8 OK 68ms
/aggregate functions/uniqCombined64/Map(String,UInt64) OK 69ms
/aggregate functions/uniq/Array(UUID) OK 104ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(Float32)) OK 103ms
/aggregate functions/uniqExact/UInt16 OK 90ms
/aggregate functions/uniqCombined64/Map(String,UInt128) OK 85ms
/aggregate functions/uniq/Array(Nullable(UInt8)) OK 72ms
/aggregate functions/uniqExact/UInt32 OK 83ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(Float64)) OK 84ms
/aggregate functions/uniqCombined64/Map(String,Int8) OK 84ms
/aggregate functions/uniq/Array(Nullable(UInt16)) OK 81ms
/aggregate functions/uniqExact/UInt64 OK 70ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(Decimal128(38))) OK 81ms
/aggregate functions/uniqCombined64/Map(String,Int16) OK 88ms
/aggregate functions/uniq/Array(Nullable(UInt32)) OK 74ms
/aggregate functions/uniqExact/UInt128 OK 72ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(Date)) OK 70ms
/aggregate functions/uniqCombined64/Map(String,Int32) OK 87ms
/aggregate functions/uniq/Array(Nullable(UInt64)) OK 71ms
/aggregate functions/uniqExact/Int8 OK 79ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(DateTime)) OK 77ms
/aggregate functions/uniqCombined64/Map(String,Int64) OK 79ms
/aggregate functions/uniq/Array(Nullable(UInt128)) OK 75ms
/aggregate functions/uniqExact/Int16 OK 75ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(DateTime64(3))) OK 75ms
/aggregate functions/uniqCombined64/Map(String,Int128) OK 156ms
/aggregate functions/uniq/Array(Nullable(Int8)) OK 150ms
/aggregate functions/uniqExact/Int32 OK 150ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(Bool)) OK 137ms
/aggregate functions/uniq/Array(Nullable(Int16)) OK 81ms
/aggregate functions/uniqCombined64/Map(String,Float32) OK 99ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(String)) OK 77ms
/aggregate functions/uniqExact/Int64 OK 72ms
/aggregate functions/uniq/Array(Nullable(Int32)) OK 110ms
/aggregate functions/uniqExact/Int128 OK 117ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(FixedString(51))) OK 110ms
/aggregate functions/uniqCombined64/Map(String,Float64) OK 102ms
/aggregate functions/uniq/Array(Nullable(Int64)) OK 82ms
/aggregate functions/uniqCombined/Map(FixedString(51),Nullable(UUID)) OK 89ms
/aggregate functions/uniqExact/Float32 OK 67ms
/aggregate functions/uniqCombined64/Map(String,Decimal128(38)) OK 82ms
/aggregate functions/uniqExact/Float64 OK 77ms
/aggregate functions/uniq/Array(Nullable(Int128)) OK 68ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(UInt8)) OK 98ms
/aggregate functions/uniqCombined64/Map(String,Date) OK 92ms
/aggregate functions/uniq/Array(Nullable(Float32)) OK 96ms
/aggregate functions/uniqExact/Decimal128(38) OK 98ms
/aggregate functions/uniqCombined64/Map(String,DateTime) OK 75ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(UInt16)) OK 75ms
/aggregate functions/uniq/Array(Nullable(Float64)) OK 92ms
/aggregate functions/uniqExact/Date OK 78ms
/aggregate functions/uniqCombined64/Map(String,DateTime64(3)) OK 79ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(UInt32)) OK 76ms
/aggregate functions/uniqExact/DateTime OK 89ms
/aggregate functions/uniq/Array(Nullable(Decimal128(38))) OK 79ms
/aggregate functions/uniqCombined64/Map(String,Bool) OK 83ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(UInt64)) OK 67ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(UInt128)) OK 99ms
/aggregate functions/uniq/Array(Nullable(Date)) OK 78ms
/aggregate functions/uniqExact/DateTime64(3) OK 83ms
/aggregate functions/uniqCombined64/Map(String,String) OK 89ms
/aggregate functions/uniq/Array(Nullable(DateTime)) OK 91ms
/aggregate functions/uniqExact/Bool OK 93ms
/aggregate functions/sparkbar/datatypes/permutations/datetime,lowcardinality_nullable_uint16__ OK 9s 309ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Int8)) OK 134ms
/aggregate functions/uniqCombined64/Map(String,FixedString(51)) OK 63ms
/aggregate functions/uniqCombined64/Map(String,UUID) OK 71ms
/aggregate functions/uniq/Array(Nullable(DateTime64(3))) OK 136ms
/aggregate functions/uniqExact/String OK 116ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Int16)) OK 72ms
/aggregate functions/uniqCombined64/Map(String,Nullable(UInt8)) OK 72ms
/aggregate functions/uniqExact/FixedString(51) OK 94ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Int32)) OK 93ms
/aggregate functions/uniqCombined64/Map(String,Nullable(UInt16)) OK 72ms
/aggregate functions/uniq/Array(Nullable(Bool)) OK 66ms
/aggregate functions/uniq/Array(Nullable(String)) OK 83ms
/aggregate functions/uniqCombined64/Map(String,Nullable(UInt32)) OK 67ms
/aggregate functions/uniqExact/UUID OK 113ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Int64)) OK 114ms
/aggregate functions/uniqCombined64/Map(String,Nullable(UInt64)) OK 80ms
/aggregate functions/uniq/Array(Nullable(FixedString(51))) OK 97ms
/aggregate functions/uniqExact/Map(UInt8,UInt8) OK 89ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Int128)) OK 74ms
/aggregate functions/uniqCombined64/Map(String,Nullable(UInt128)) OK 72ms
/aggregate functions/uniq/Array(Nullable(UUID)) OK 85ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Float32)) OK 68ms
/aggregate functions/uniqExact/Map(UInt8,UInt16) OK 76ms
/aggregate functions/uniqCombined64/Map(String,Nullable(Int8)) OK 65ms
/aggregate functions/uniq/Array(LowCardinality(UInt8)) OK 83ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Float64)) OK 81ms
/aggregate functions/uniqCombined64/Map(String,Nullable(Int16)) OK 80ms
/aggregate functions/uniqExact/Map(UInt8,UInt32) OK 78ms
/aggregate functions/uniq/Array(LowCardinality(UInt16)) OK 79ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Date)) OK 82ms
/aggregate functions/uniqCombined64/Map(String,Nullable(Int32)) OK 80ms
/aggregate functions/uniqExact/Map(UInt8,UInt64) OK 71ms
/aggregate functions/uniq/Array(LowCardinality(UInt32)) OK 74ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(DateTime)) OK 91ms
/aggregate functions/uniqExact/Map(UInt8,UInt128) OK 69ms
/aggregate functions/uniqCombined64/Map(String,Nullable(Int64)) OK 66ms
/aggregate functions/uniq/Array(LowCardinality(UInt64)) OK 69ms
/aggregate functions/uniqExact/Map(UInt8,Int8) OK 75ms
/aggregate functions/uniqCombined64/Map(String,Nullable(Int128)) OK 80ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Bool)) OK 70ms
/aggregate functions/uniq/Array(LowCardinality(UInt128)) OK 70ms
/aggregate functions/uniqExact/Map(UInt8,Int16) OK 98ms
/aggregate functions/uniqCombined64/Map(String,Nullable(Float32)) OK 70ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(String)) OK 63ms
/aggregate functions/uniq/Array(LowCardinality(Int8)) OK 71ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/uniqCombined64/Map(String,Nullable(Float64)) OK 66ms
/aggregate functions/uniqExact/Map(UInt8,Int32) OK 68ms
/aggregate functions/uniq/Array(LowCardinality(Int16)) OK 89ms
/aggregate functions/uniqCombined64/Map(String,Nullable(Decimal128(38))) OK 62ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(UUID)) OK 65ms
/aggregate functions/uniqExact/Map(UInt8,Int64) OK 71ms
/aggregate functions/uniqCombined64/Map(String,Nullable(Date)) OK 75ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/uniq/Array(LowCardinality(Int32)) OK 66ms
/aggregate functions/uniqExact/Map(UInt8,Int128) OK 68ms
/aggregate functions/uniq/Array(LowCardinality(Int64)) OK 83ms
/aggregate functions/uniqCombined64/Map(String,Nullable(DateTime)) OK 85ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/uniqExact/Map(UInt8,Float32) OK 71ms
/aggregate functions/uniq/Array(LowCardinality(Int128)) OK 86ms
/aggregate functions/uniqCombined64/Map(String,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/uniqExact/Map(UInt8,Float64) OK 64ms
/aggregate functions/uniqExact/Map(UInt8,Decimal128(38)) OK 67ms
/aggregate functions/uniqCombined64/Map(String,Nullable(Bool)) OK 69ms
/aggregate functions/uniq/Array(LowCardinality(Float32)) OK 67ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/uniqExact/Map(UInt8,Date) OK 76ms
/aggregate functions/uniqCombined64/Map(String,Nullable(String)) OK 69ms
/aggregate functions/uniq/Array(LowCardinality(Float64)) OK 71ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/uniqCombined64/Map(String,Nullable(FixedString(51))) OK 74ms
/aggregate functions/uniqExact/Map(UInt8,DateTime) OK 75ms
/aggregate functions/uniq/Array(LowCardinality(Date)) OK 85ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/uniqCombined64/Map(String,Nullable(UUID)) OK 79ms
/aggregate functions/uniqExact/Map(UInt8,DateTime64(3)) OK 71ms
/aggregate functions/uniq/Array(LowCardinality(DateTime)) OK 83ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 68ms
/aggregate functions/uniqExact/Map(UInt8,Bool) OK 98ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(UInt8)) OK 75ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 92ms
/aggregate functions/uniq/Array(LowCardinality(Bool)) OK 81ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(UInt16)) OK 73ms
/aggregate functions/uniqExact/Map(UInt8,String) OK 79ms
/aggregate functions/uniq/Array(LowCardinality(String)) OK 87ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(UInt32)) OK 70ms
/aggregate functions/uniqExact/Map(UInt8,FixedString(51)) OK 94ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/uniq/Array(LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(UInt64)) OK 109ms
/aggregate functions/uniqExact/Map(UInt8,UUID) OK 74ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 86ms
/aggregate functions/uniq/Array(LowCardinality(UUID)) OK 72ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(UInt128)) OK 115ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(UInt8)) OK 92ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(UInt16)) OK 85ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Int8)) OK 77ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(UInt16))) OK 93ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(UInt32)) OK 70ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Int16)) OK 65ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 89ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Int32)) OK 71ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(UInt64)) OK 71ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Int64)) OK 69ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(UInt128)) OK 63ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(UInt128))) OK 91ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(Int8)) OK 71ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Int128)) OK 66ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Float32)) OK 78ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(Int16)) OK 73ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(Int8))) OK 66ms
/aggregate functions/uniqCombined/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(Int32)) OK 69ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Float64)) OK 71ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(Int64)) OK 66ms
/aggregate functions/uniqCombined/Map(FixedString(51),Array(String)) OK 90ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Date)) OK 80ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(Int128)) OK 64ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(DateTime)) OK 85ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/uniqCombined/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(Float32)) OK 91ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(Int128))) OK 101ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Bool)) OK 93ms
/aggregate functions/uniqCombined/Map(FixedString(51),Tuple(String)) OK 97ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(Float64)) OK 82ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(String)) OK 86ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/uniqCombined/Map(UUID,UInt8) OK 84ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(Float64))) OK 66ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/uniqCombined/Map(UUID,UInt16) OK 64ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(Date)) OK 71ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/uniqCombined/Map(UUID,UInt32) OK 73ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(UUID)) OK 64ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(DateTime)) OK 73ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(DateTime))) OK 66ms
/aggregate functions/uniqCombined/Map(UUID,UInt64) OK 63ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/uniqCombined/Map(UUID,UInt128) OK 75ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(Bool)) OK 88ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/uniqCombined/Map(UUID,Int8) OK 79ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(String)) OK 74ms
/aggregate functions/uniqCombined/Map(UUID,Int16) OK 76ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(FixedString(51))) OK 73ms
/aggregate functions/uniqCombined/Map(UUID,Int32) OK 100ms
/aggregate functions/uniq/Array(LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/uniqExact/Map(UInt8,Nullable(UUID)) OK 73ms
/aggregate functions/uniq/Array(Array(String)) OK 69ms
/aggregate functions/uniqCombined/Map(UUID,Int64) OK 75ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(UInt8)) OK 70ms
/aggregate functions/uniq/Array(Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/uniqCombined/Map(UUID,Int128) OK 94ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(UInt16)) OK 75ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(Int16))) OK 65ms
/aggregate functions/uniq/Array(Tuple(String)) OK 75ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(UInt32)) OK 79ms
/aggregate functions/uniqCombined/Map(UUID,Float32) OK 94ms
/aggregate functions/uniq/LowCardinality(UInt8) OK 98ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(UInt64)) OK 69ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(Int64))) OK 67ms
/aggregate functions/uniqCombined/Map(UUID,Float64) OK 113ms
/aggregate functions/uniq/LowCardinality(UInt16) OK 77ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(UInt128)) OK 75ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/uniqCombined/Map(UUID,Decimal128(38)) OK 70ms
/aggregate functions/uniq/LowCardinality(UInt32) OK 87ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Int8)) OK 69ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(Float32))) OK 69ms
/aggregate functions/uniqCombined/Map(UUID,Date) OK 91ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Int16)) OK 69ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/uniq/LowCardinality(UInt64) OK 64ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Int32)) OK 69ms
/aggregate functions/uniq/LowCardinality(UInt128) OK 80ms
/aggregate functions/uniqCombined/Map(UUID,DateTime) OK 82ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Int64)) OK 86ms
/aggregate functions/uniq/LowCardinality(Int8) OK 66ms
/aggregate functions/uniqCombined/Map(UUID,DateTime64(3)) OK 73ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/uniq/LowCardinality(Int16) OK 68ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Int128)) OK 69ms
/aggregate functions/uniqCombined/Map(UUID,Bool) OK 83ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(Bool))) OK 66ms
/aggregate functions/uniq/LowCardinality(Int32) OK 86ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Float32)) OK 91ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/uniqCombined/Map(UUID,String) OK 68ms
/aggregate functions/uniq/LowCardinality(Int64) OK 66ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Float64)) OK 69ms
/aggregate functions/uniqCombined/Map(UUID,FixedString(51)) OK 70ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/uniq/LowCardinality(Int128) OK 73ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Date)) OK 76ms
/aggregate functions/uniqCombined/Map(UUID,UUID) OK 75ms
/aggregate functions/uniqCombined64/Map(String,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/uniq/LowCardinality(Float32) OK 74ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(DateTime)) OK 89ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(UInt8)) OK 81ms
/aggregate functions/uniqCombined64/Map(String,Array(String)) OK 74ms
/aggregate functions/uniq/LowCardinality(Float64) OK 70ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(UInt16)) OK 75ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Bool)) OK 74ms
/aggregate functions/uniqCombined64/Map(String,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/uniq/LowCardinality(Date) OK 65ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(UInt32)) OK 78ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(String)) OK 74ms
/aggregate functions/uniqCombined64/Map(String,Tuple(String)) OK 65ms
/aggregate functions/uniq/LowCardinality(DateTime) OK 65ms
/aggregate functions/uniqCombined64/Map(FixedString(51),UInt8) OK 87ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(FixedString(51))) OK 66ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(UInt64)) OK 66ms
/aggregate functions/uniq/LowCardinality(Bool) OK 71ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(UUID)) OK 72ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(UInt128)) OK 65ms
/aggregate functions/uniqCombined64/Map(FixedString(51),UInt16) OK 64ms
/aggregate functions/uniq/LowCardinality(String) OK 66ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(Int8)) OK 69ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/uniqCombined64/Map(FixedString(51),UInt32) OK 71ms
/aggregate functions/uniq/LowCardinality(FixedString(51)) OK 66ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(Int16)) OK 74ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 106ms
/aggregate functions/uniqCombined64/Map(FixedString(51),UInt64) OK 104ms
/aggregate functions/uniq/LowCardinality(UUID) OK 89ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(Int32)) OK 89ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/uniq/LowCardinality(Nullable(UInt8)) OK 67ms
/aggregate functions/uniqCombined64/Map(FixedString(51),UInt128) OK 76ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(Int64)) OK 69ms
/aggregate functions/uniq/LowCardinality(Nullable(UInt16)) OK 87ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Int8) OK 91ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(Int128)) OK 84ms
/aggregate functions/uniq/LowCardinality(Nullable(UInt32)) OK 83ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Int16) OK 75ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(Float32)) OK 75ms
/aggregate functions/uniq/LowCardinality(Nullable(UInt64)) OK 84ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Int32) OK 65ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(Int8))) OK 69ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(Float64)) OK 67ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Int64) OK 91ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/uniq/LowCardinality(Nullable(UInt128)) OK 90ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Int128) OK 98ms
/aggregate functions/uniq/LowCardinality(Nullable(Int8)) OK 90ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(Date)) OK 79ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(Int64))) OK 95ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Float32) OK 78ms
/aggregate functions/uniq/LowCardinality(Nullable(Int16)) OK 78ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(DateTime)) OK 66ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Float64) OK 84ms
/aggregate functions/uniq/LowCardinality(Nullable(Int32)) OK 93ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(Bool)) OK 82ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Decimal128(38)) OK 105ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(Float32))) OK 102ms
/aggregate functions/uniq/LowCardinality(Nullable(Int64)) OK 81ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(String)) OK 138ms
/aggregate functions/uniq/LowCardinality(Nullable(Int128)) OK 134ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Date) OK 118ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(Float64))) OK 114ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(FixedString(51))) OK 114ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(Date))) OK 109ms
/aggregate functions/uniqCombined64/Map(FixedString(51),DateTime) OK 100ms
/aggregate functions/uniq/LowCardinality(Nullable(Float32)) OK 101ms
/aggregate functions/uniqCombined64/Map(FixedString(51),DateTime64(3)) OK 79ms
/aggregate functions/uniq/LowCardinality(Nullable(Float64)) OK 86ms
/aggregate functions/uniqCombined/Map(UUID,Nullable(UUID)) OK 92ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Bool) OK 76ms
/aggregate functions/uniq/LowCardinality(Nullable(Date)) OK 97ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(UInt8)) OK 76ms
/aggregate functions/uniqCombined64/Map(FixedString(51),String) OK 80ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(UInt16)) OK 82ms
/aggregate functions/uniq/LowCardinality(Nullable(DateTime)) OK 74ms
/aggregate functions/uniqCombined64/Map(FixedString(51),FixedString(51)) OK 68ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(UInt32)) OK 87ms
/aggregate functions/uniq/LowCardinality(Nullable(Bool)) OK 89ms
/aggregate functions/uniqCombined64/Map(FixedString(51),UUID) OK 78ms
/aggregate functions/uniqExact/Map(UInt8,LowCardinality(Nullable(UUID))) OK 68ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(UInt64)) OK 81ms
/aggregate functions/uniq/LowCardinality(Nullable(String)) OK 86ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(UInt8)) OK 79ms
/aggregate functions/uniqExact/Map(UInt8,Array(String)) OK 71ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(UInt128)) OK 74ms
/aggregate functions/uniq/LowCardinality(Nullable(FixedString(51))) OK 86ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(UInt16)) OK 98ms
/aggregate functions/uniqExact/Map(UInt8,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Int8)) OK 75ms
/aggregate functions/uniq/LowCardinality(Nullable(UUID)) OK 93ms
/aggregate functions/uniqExact/Map(UInt8,Tuple(String)) OK 78ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(UInt32)) OK 121ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Int16)) OK 109ms
/aggregate functions/uniqExact/Map(UInt16,UInt8) OK 76ms
/aggregate functions/uniq/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 653ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(UInt64)) OK 95ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Int32)) OK 85ms
/aggregate functions/uniqExact/Map(UInt16,UInt16) OK 73ms
/aggregate functions/uniqExact/Map(UInt16,UInt32) OK 95ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Int64)) OK 88ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(UInt128)) OK 125ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Int128)) OK 114ms
/aggregate functions/uniqExact/Map(UInt16,UInt64) OK 105ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(Int8)) OK 72ms
/aggregate functions/uniqExact/Map(UInt16,UInt128) OK 100ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Float32)) OK 89ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(Int16)) OK 71ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(Int32)) OK 76ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Float64)) OK 96ms
/aggregate functions/uniqExact/Map(UInt16,Int8) OK 110ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(Int64)) OK 99ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Date)) OK 90ms
/aggregate functions/uniqExact/Map(UInt16,Int16) OK 101ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(Int128)) OK 109ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(DateTime)) OK 130ms
/aggregate functions/uniqHLL12 OK 2m 7s
/aggregate functions/uniqHLL12/constant OK 82ms
/aggregate functions/uniqExact/Map(UInt16,Int32) OK 107ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(Float32)) OK 133ms
/aggregate functions/uniqHLL12/zero rows OK 61ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Bool)) OK 102ms
/aggregate functions/uniqExact/Map(UInt16,Int64) OK 104ms
/aggregate functions/uniqHLL12/with group by OK 59ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(Float64)) OK 94ms
/aggregate functions/uniqHLL12/some negative values OK 70ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(String)) OK 104ms
/aggregate functions/uniqExact/Map(UInt16,Int128) OK 117ms
/aggregate functions/uniqHLL12/first non-NULL value OK 56ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(Decimal128(38))) OK 200ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(FixedString(51))) OK 180ms
/aggregate functions/uniqHLL12/NULL for all rows OK 137ms
/aggregate functions/uniqExact/Map(UInt16,Float32) OK 141ms
/aggregate functions/uniqHLL12/return type OK 70ms
/aggregate functions/uniqExact/Map(UInt16,Float64) OK 131ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(Date)) OK 150ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(UUID)) OK 134ms
/aggregate functions/uniqHLL12/with another aggregate function OK 84ms
/aggregate functions/uniqExact/Map(UInt16,Decimal128(38)) OK 93ms
/aggregate functions/uniqHLL12/with another aggregate function and group by OK 67ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(DateTime)) OK 88ms
/aggregate functions/uniqHLL12/string that ends with \0 OK 41ms
/aggregate functions/uniqExact/Map(UInt16,Date) OK 72ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(UInt16))) OK 114ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(DateTime64(3))) OK 101ms
/aggregate functions/uniqHLL12/inf OK 37ms
/aggregate functions/uniqHLL12/-inf OK 62ms
/aggregate functions/uniqExact/Map(UInt16,DateTime) OK 67ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(Bool)) OK 84ms
/aggregate functions/uniqHLL12/nan OK 40ms
/aggregate functions/uniqExact/Map(UInt16,DateTime64(3)) OK 88ms
/aggregate functions/uniqHLL12/UInt8 OK 85ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(String)) OK 76ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/uniqExact/Map(UInt16,Bool) OK 73ms
/aggregate functions/uniqHLL12/UInt16 OK 81ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(FixedString(51))) OK 75ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/uniqExact/Map(UInt16,String) OK 94ms
/aggregate functions/uniqHLL12/UInt32 OK 86ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Nullable(UUID)) OK 80ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/uniqExact/Map(UInt16,FixedString(51)) OK 78ms
/aggregate functions/uniqHLL12/UInt64 OK 95ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(UInt8)) OK 92ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/uniqExact/Map(UInt16,UUID) OK 78ms
/aggregate functions/uniqHLL12/UInt128 OK 81ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(UInt16)) OK 71ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(UInt8)) OK 86ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(Int64))) OK 91ms
/aggregate functions/uniqHLL12/Int8 OK 75ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(UInt32)) OK 70ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(UInt16)) OK 92ms
/aggregate functions/uniqHLL12/Int16 OK 79ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(UInt64)) OK 85ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(UInt32)) OK 81ms
/aggregate functions/uniqHLL12/Int32 OK 89ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(Float32))) OK 97ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(UInt128)) OK 74ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(UInt64)) OK 82ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Int8)) OK 113ms
/aggregate functions/uniqHLL12/Int64 OK 101ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(Float64))) OK 142ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(UInt128)) OK 107ms
/aggregate functions/uniqHLL12/Int128 OK 124ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Int16)) OK 100ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(Int8)) OK 70ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Int32)) OK 104ms
/aggregate functions/uniqHLL12/Float32 OK 87ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(Int16)) OK 80ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(Int32)) OK 84ms
/aggregate functions/uniqHLL12/Float64 OK 73ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Int64)) OK 89ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/uniqHLL12/Decimal128(38) OK 85ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(Int64)) OK 70ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Int128)) OK 82ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(Int128)) OK 77ms
/aggregate functions/uniqHLL12/Date OK 75ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Float32)) OK 78ms
/aggregate functions/sparkbar/datatypes/permutations/date,uint8 OK 171ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(Float32)) OK 111ms
/aggregate functions/uniqHLL12/DateTime OK 113ms
/aggregate functions/uniqCombined/Map(UUID,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Float64)) OK 85ms
/aggregate functions/uniqCombined/Map(UUID,Array(String)) OK 118ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Date)) OK 103ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(Float64)) OK 91ms
/aggregate functions/uniqHLL12/DateTime64(3) OK 96ms
/aggregate functions/sparkbar/datatypes/permutations/date,uint64 OK 165ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(Decimal128(38))) OK 101ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(DateTime)) OK 79ms
/aggregate functions/uniqHLL12/Bool OK 86ms
/aggregate functions/uniqCombined/Map(UUID,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Bool)) OK 76ms
/aggregate functions/uniqCombined/Map(UUID,Tuple(String)) OK 72ms
/aggregate functions/sparkbar/datatypes/permutations/date,uint32 OK 162ms
/aggregate functions/uniqHLL12/String OK 91ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(Date)) OK 84ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),UInt8) OK 90ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(String)) OK 92ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(DateTime)) OK 76ms
/aggregate functions/uniqHLL12/FixedString(51) OK 86ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),UInt16) OK 83ms
/aggregate functions/sparkbar/datatypes/permutations/date,uint16 OK 164ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(DateTime64(3))) OK 98ms
/aggregate functions/uniqHLL12/UUID OK 78ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),UInt32) OK 102ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(UUID)) OK 91ms
/aggregate functions/uniqHLL12/Map(UInt8,UInt8) OK 95ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(Bool)) OK 90ms
/aggregate functions/sparkbar/datatypes/permutations/date,nullable_uint8_ OK 164ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 97ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),UInt64) OK 104ms
/aggregate functions/uniqHLL12/Map(UInt8,UInt16) OK 74ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(String)) OK 97ms
/aggregate functions/uniqHLL12/Map(UInt8,UInt32) OK 83ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),UInt128) OK 76ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(FixedString(51))) OK 84ms
/aggregate functions/sparkbar/datatypes/permutations/date,nullable_uint64_ OK 176ms
/aggregate functions/uniqHLL12/Map(UInt8,UInt64) OK 93ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Int8) OK 76ms
/aggregate functions/uniqExact/Map(UInt16,Nullable(UUID)) OK 81ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Int16) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt8,UInt128) OK 78ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(UInt8)) OK 74ms
/aggregate functions/sparkbar/datatypes/permutations/date,nullable_uint32_ OK 164ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt8,Int8) OK 87ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Int32) OK 87ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(UInt16)) OK 89ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/uniqHLL12/Map(UInt8,Int16) OK 100ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Int64) OK 93ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(UInt32)) OK 101ms
/aggregate functions/sparkbar/datatypes/permutations/date,nullable_uint16_ OK 203ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 131ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Int128) OK 152ms
/aggregate functions/uniqHLL12/Map(UInt8,Int32) OK 138ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(UInt64)) OK 128ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 156ms
/aggregate functions/uniqHLL12/Map(UInt8,Int64) OK 159ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(UInt128)) OK 111ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Float32) OK 140ms
/aggregate functions/sparkbar/datatypes/permutations/date,lowcardinality_uint8_ OK 269ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Int8)) OK 96ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 119ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Float64) OK 147ms
/aggregate functions/uniqHLL12/Map(UInt8,Int128) OK 108ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Int16)) OK 110ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 118ms
/aggregate functions/uniqHLL12/Map(UInt8,Float32) OK 116ms
/aggregate functions/sparkbar/datatypes/permutations/date,lowcardinality_uint64_ OK 253ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Decimal128(38)) OK 128ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Int32)) OK 107ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/uniqHLL12/Map(UInt8,Float64) OK 95ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Date) OK 100ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Int64)) OK 104ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 148ms
/aggregate functions/uniqHLL12/Map(UInt8,Decimal128(38)) OK 128ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),DateTime) OK 107ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Int128)) OK 108ms
/aggregate functions/sparkbar/datatypes/permutations/date,lowcardinality_uint32_ OK 228ms
/aggregate functions/uniqHLL12/Map(UInt8,Date) OK 124ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 119ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),DateTime64(3)) OK 116ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Float32)) OK 124ms
/aggregate functions/uniqHLL12/Map(UInt8,DateTime) OK 151ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 123ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Bool) OK 119ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Float64)) OK 124ms
/aggregate functions/sparkbar/datatypes/permutations/date,lowcardinality_uint16_ OK 207ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),String) OK 109ms
/aggregate functions/uniqHLL12/Map(UInt8,DateTime64(3)) OK 94ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Date)) OK 75ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(DateTime)) OK 86ms
/aggregate functions/sparkbar/datatypes/permutations/date,lowcardinality_nullable_uint8__ OK 146ms
/aggregate functions/uniqHLL12/Map(UInt8,Bool) OK 67ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),FixedString(51)) OK 72ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt8,String) OK 134ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),UUID) OK 74ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Bool)) OK 79ms
/aggregate functions/uniqCombined64/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 94ms
/aggregate functions/sparkbar/datatypes/permutations/date,lowcardinality_nullable_uint64__ OK 146ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(UInt8)) OK 138ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(String)) OK 126ms
/aggregate functions/uniqHLL12/Map(UInt8,FixedString(51)) OK 78ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Array(String)) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt8,UUID) OK 78ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 90ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(UInt16)) OK 80ms
/aggregate functions/sparkbar/datatypes/permutations/date,lowcardinality_nullable_uint32__ OK 166ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(UInt8)) OK 125ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(UInt32)) OK 127ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(UUID)) OK 110ms
/aggregate functions/uniqCombined64/Map(FixedString(51),Tuple(String)) OK 100ms
/aggregate functions/sparkbar/datatypes/permutations/date,lowcardinality_nullable_uint16__ OK 177ms
/aggregate functions/uniqCombined64/Map(UUID,UInt8) OK 87ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(UInt16)) OK 68ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(UInt64)) OK 82ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(UInt32)) OK 84ms
/aggregate functions/uniqCombined64/Map(UUID,UInt16) OK 80ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(UInt128)) OK 69ms
/aggregate functions/uniqTheta OK 2m 6s
/aggregate functions/uniqTheta/constant OK 54ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(UInt64)) OK 101ms
/aggregate functions/uniqCombined64/Map(UUID,UInt32) OK 81ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(Int8)) OK 83ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 94ms
/aggregate functions/uniqTheta/zero rows OK 44ms
/aggregate functions/uniqCombined64/Map(UUID,UInt64) OK 77ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(Int16)) OK 76ms
/aggregate functions/uniqTheta/with group by OK 59ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(UInt128)) OK 71ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 69ms
/aggregate functions/uniqTheta/some negative values OK 42ms
/aggregate functions/uniqCombined64/Map(UUID,UInt128) OK 84ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(Int32)) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(Int8)) OK 101ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 93ms
/aggregate functions/uniqTheta/first non-NULL value OK 53ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(Int64)) OK 80ms
/aggregate functions/uniqCombined64/Map(UUID,Int8) OK 81ms
/aggregate functions/uniqTheta/NULL for all rows OK 43ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(Int16)) OK 81ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/uniqTheta/return type OK 49ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(Int128)) OK 82ms
/aggregate functions/uniqCombined64/Map(UUID,Int16) OK 69ms
/aggregate functions/uniqTheta/with another aggregate function OK 43ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(Int32)) OK 84ms
/aggregate functions/uniqTheta/with another aggregate function and group by OK 55ms
/aggregate functions/uniqCombined64/Map(UUID,Int32) OK 74ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(Float32)) OK 72ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(Int64)) OK 71ms
/aggregate functions/uniqTheta/string that ends with \0 OK 39ms
/aggregate functions/uniqCombined64/Map(UUID,Int64) OK 76ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(Float64)) OK 80ms
/aggregate functions/uniqTheta/inf OK 40ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(Int128)) OK 98ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/uniqTheta/-inf OK 55ms
/aggregate functions/uniqCombined64/Map(UUID,Int128) OK 78ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 70ms
/aggregate functions/uniqTheta/nan OK 40ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(Int128))) OK 68ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(Float32)) OK 69ms
/aggregate functions/uniqTheta/UInt8 OK 75ms
/aggregate functions/uniqCombined64/Map(UUID,Float32) OK 74ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(Date)) OK 74ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(Float64)) OK 80ms
/aggregate functions/uniqTheta/UInt16 OK 80ms
/aggregate functions/uniqCombined64/Map(UUID,Float64) OK 96ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(DateTime)) OK 90ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(Float64))) OK 97ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/uniqTheta/UInt32 OK 83ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 79ms
/aggregate functions/uniqCombined64/Map(UUID,Decimal128(38)) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(Date)) OK 81ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/uniqTheta/UInt64 OK 72ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(Bool)) OK 90ms
/aggregate functions/uniqCombined64/Map(UUID,Date) OK 90ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(DateTime)) OK 72ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/uniqTheta/UInt128 OK 72ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(String)) OK 79ms
/aggregate functions/uniqCombined64/Map(UUID,DateTime) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/uniqTheta/Int8 OK 85ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/uniqCombined64/Map(UUID,DateTime64(3)) OK 74ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(FixedString(51))) OK 85ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(Bool)) OK 86ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/uniqTheta/Int16 OK 74ms
/aggregate functions/uniqCombined64/Map(UUID,Bool) OK 84ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Nullable(UUID)) OK 95ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(String)) OK 92ms
/aggregate functions/uniqTheta/Int32 OK 84ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/uniqCombined64/Map(UUID,String) OK 73ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(UInt8)) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(FixedString(51))) OK 76ms
/aggregate functions/uniqTheta/Int64 OK 80ms
/aggregate functions/uniqExact/Map(UInt16,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/uniqCombined64/Map(UUID,FixedString(51)) OK 73ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(UInt16)) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt8,Nullable(UUID)) OK 84ms
/aggregate functions/uniqExact/Map(UInt16,Array(String)) OK 77ms
/aggregate functions/uniqTheta/Int128 OK 82ms
/aggregate functions/uniqCombined64/Map(UUID,UUID) OK 70ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(UInt32)) OK 80ms
/aggregate functions/uniqExact/Map(UInt16,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(UInt8)) OK 84ms
/aggregate functions/uniqTheta/Float32 OK 72ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(UInt8)) OK 71ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(UInt64)) OK 69ms
/aggregate functions/uniqExact/Map(UInt16,Tuple(String)) OK 101ms
/aggregate functions/uniqTheta/Float64 OK 84ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(UInt16)) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(UInt16)) OK 74ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(UInt128)) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(UInt32)) OK 70ms
/aggregate functions/uniqTheta/Decimal128(38) OK 72ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(UInt32)) OK 74ms
/aggregate functions/uniqExact/Map(UInt32,UInt8) OK 67ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Int8)) OK 71ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(UInt64)) OK 71ms
/aggregate functions/uniqTheta/Date OK 82ms
/aggregate functions/uniqExact/Map(UInt32,UInt16) OK 82ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(UInt64)) OK 76ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Int16)) OK 70ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(UInt128)) OK 74ms
/aggregate functions/uniqTheta/DateTime OK 75ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(UInt128)) OK 77ms
/aggregate functions/uniqExact/Map(UInt32,UInt32) OK 77ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Int32)) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Int8)) OK 72ms
/aggregate functions/uniqTheta/DateTime64(3) OK 72ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(Int8)) OK 78ms
/aggregate functions/uniqExact/Map(UInt32,UInt64) OK 80ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Int64)) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Int16)) OK 78ms
/aggregate functions/uniqTheta/Bool OK 77ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(Int16)) OK 104ms
/aggregate functions/uniqExact/Map(UInt32,UInt128) OK 72ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Int128)) OK 97ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Int32)) OK 70ms
/aggregate functions/uniqTheta/String OK 75ms
/aggregate functions/uniqExact/Map(UInt32,Int8) OK 85ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(Int32)) OK 86ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Float32)) OK 78ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Int64)) OK 79ms
/aggregate functions/uniqTheta/FixedString(51) OK 80ms
/aggregate functions/uniqExact/Map(UInt32,Int16) OK 76ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Float64)) OK 74ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(Int64)) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Int128)) OK 71ms
/aggregate functions/uniqTheta/UUID OK 69ms
/aggregate functions/uniqExact/Map(UInt32,Int32) OK 80ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Date)) OK 75ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(Int128)) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Float32)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt8,UInt8) OK 69ms
/aggregate functions/uniqExact/Map(UInt32,Int64) OK 76ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(DateTime)) OK 75ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(Float32)) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Float64)) OK 81ms
/aggregate functions/uniqTheta/Map(UInt8,UInt16) OK 76ms
/aggregate functions/uniqExact/Map(UInt32,Int128) OK 83ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Bool)) OK 85ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(Float64)) OK 97ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Date)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt8,UInt32) OK 83ms
/aggregate functions/uniqExact/Map(UInt32,Float32) OK 76ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(String)) OK 90ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(DateTime)) OK 87ms
/aggregate functions/uniqTheta/Map(UInt8,UInt64) OK 81ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(Decimal128(38))) OK 70ms
/aggregate functions/uniqExact/Map(UInt32,Float64) OK 78ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(Date)) OK 85ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Bool)) OK 76ms
/aggregate functions/uniqTheta/Map(UInt8,UInt128) OK 70ms
/aggregate functions/uniqExact/Map(UInt32,Decimal128(38)) OK 68ms
/aggregate functions/uniqTheta/Map(UInt8,Int8) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(String)) OK 75ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(UUID)) OK 74ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(DateTime)) OK 72ms
/aggregate functions/uniqExact/Map(UInt32,Date) OK 78ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/uniqTheta/Map(UInt8,Int16) OK 77ms
/aggregate functions/uniqExact/Map(UInt32,DateTime) OK 71ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(Bool)) OK 82ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(UUID)) OK 84ms
/aggregate functions/uniqTheta/Map(UInt8,Int32) OK 76ms
/aggregate functions/uniqExact/Map(UInt32,DateTime64(3)) OK 71ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(String)) OK 82ms
/aggregate functions/uniqTheta/Map(UInt8,Int64) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 68ms
/aggregate functions/uniqExact/Map(UInt32,Bool) OK 108ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/uniqTheta/Map(UInt8,Int128) OK 73ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(FixedString(51))) OK 84ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/uniqExact/Map(UInt32,String) OK 80ms
/aggregate functions/uniqTheta/Map(UInt8,Float32) OK 73ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/uniqCombined64/Map(UUID,Nullable(UUID)) OK 69ms
/aggregate functions/uniqExact/Map(UInt32,FixedString(51)) OK 75ms
/aggregate functions/uniqTheta/Map(UInt8,Float64) OK 68ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(UInt8)) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/uniqExact/Map(UInt32,UUID) OK 101ms
/aggregate functions/uniqTheta/Map(UInt8,Decimal128(38)) OK 87ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(UInt16)) OK 189ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 124ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 176ms
/aggregate functions/uniqTheta/Map(UInt8,Date) OK 121ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(UInt8)) OK 111ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 140ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(UInt16)) OK 98ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/uniqTheta/Map(UInt8,DateTime) OK 74ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(UInt32)) OK 66ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(UInt64)) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/uniqTheta/Map(UInt8,DateTime64(3)) OK 77ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(UInt32)) OK 85ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(UInt128)) OK 75ms
/aggregate functions/uniqTheta/Map(UInt8,Bool) OK 76ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(UInt64)) OK 67ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Int8)) OK 70ms
/aggregate functions/uniqTheta/Map(UInt8,String) OK 69ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(UInt128)) OK 70ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Int16)) OK 79ms
/aggregate functions/uniqTheta/Map(UInt8,FixedString(51)) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(Int8)) OK 70ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Int32)) OK 86ms
/aggregate functions/uniqTheta/Map(UInt8,UUID) OK 78ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(Float32))) OK 96ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(Int16)) OK 69ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 95ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(Int32)) OK 84ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(UInt8)) OK 76ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Int64)) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(UInt16)) OK 77ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Int128)) OK 80ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(Int64)) OK 67ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(Int128)) OK 93ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(UInt32)) OK 91ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Float32)) OK 68ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Float64)) OK 66ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(Float32)) OK 89ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(UInt64)) OK 85ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Date)) OK 70ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(UInt128)) OK 76ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(Float64)) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(DateTime)) OK 66ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(Int8)) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Array(String)) OK 85ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Bool)) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt8,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(Date)) OK 93ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(Int16)) OK 75ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(String)) OK 78ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(Int32)) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt8,Array(String)) OK 78ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/uniqCombined/Map(LowCardinality(String),Tuple(String)) OK 102ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(DateTime)) OK 94ms
/aggregate functions/uniqHLL12/Map(UInt8,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(UUID)) OK 74ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(Int64)) OK 67ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),UInt8) OK 100ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(Int128)) OK 89ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt8,Tuple(String)) OK 73ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(Bool)) OK 79ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),UInt16) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt16,UInt8) OK 70ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(Float32)) OK 72ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(String)) OK 77ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),UInt32) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt16,UInt16) OK 76ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(Float64)) OK 76ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),UInt64) OK 76ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqHLL12/Map(UInt16,UInt32) OK 83ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/uniqExact/Map(UInt32,Nullable(UUID)) OK 71ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),UInt128) OK 72ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/uniqHLL12/Map(UInt16,UInt64) OK 71ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(Date)) OK 70ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(UInt8)) OK 82ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Int8) OK 75ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/uniqHLL12/Map(UInt16,UInt128) OK 71ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(DateTime)) OK 68ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Int16) OK 67ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(UInt16)) OK 72ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt16,Int8) OK 73ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Int32) OK 94ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(UInt32)) OK 85ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt16,Int16) OK 73ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(Bool)) OK 70ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(UInt64)) OK 80ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Int64) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt16,Int32) OK 79ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(String)) OK 72ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Int128) OK 96ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(UInt128)) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt16,Int64) OK 81ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(FixedString(51))) OK 74ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Int8)) OK 78ms
/aggregate functions/uniqTheta/Map(UInt8,Nullable(UUID)) OK 91ms
/aggregate functions/uniqHLL12/Map(UInt16,Int128) OK 77ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(Float32))) OK 86ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Float32) OK 80ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Int16)) OK 95ms
/aggregate functions/uniqHLL12/Map(UInt16,Float32) OK 86ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Float64) OK 76ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(UInt8)) OK 82ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt16,Float64) OK 91ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Int32)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(UInt16)) OK 81ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Date) OK 96ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Int64)) OK 97ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(UInt32)) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt16,Decimal128(38)) OK 74ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(Bool))) OK 141ms
/aggregate functions/uniqHLL12/Map(UInt16,Date) OK 138ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),DateTime) OK 125ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(UInt64)) OK 116ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Int128)) OK 126ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(UInt128)) OK 97ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 76ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Float32)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt16,DateTime) OK 87ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Bool) OK 69ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Float64)) OK 83ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Int8)) OK 85ms
/aggregate functions/uniqHLL12/Map(UInt16,DateTime64(3)) OK 79ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),String) OK 98ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Date)) OK 92ms
/aggregate functions/uniqCombined64/Map(UUID,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt16,Bool) OK 69ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Int16)) OK 85ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 93ms
/aggregate functions/uniqHLL12/Map(UInt16,String) OK 91ms
/aggregate functions/uniqCombined64/Map(UUID,Array(String)) OK 83ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(DateTime)) OK 81ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Int32)) OK 81ms
/aggregate functions/uniqCombined64/Map(UUID,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),UUID) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt16,FixedString(51)) OK 97ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Bool)) OK 97ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Int64)) OK 72ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 80ms
/aggregate functions/uniqCombined64/Map(UUID,Tuple(String)) OK 83ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Int128)) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt16,UUID) OK 82ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(String)) OK 72ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Float32)) OK 74ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 75ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),UInt8) OK 76ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(UInt8)) OK 71ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Float64)) OK 96ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 83ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),UInt16) OK 95ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(UUID)) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(UInt16)) OK 116ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 90ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Date)) OK 85ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),UInt32) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(UInt32)) OK 71ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 92ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(DateTime)) OK 76ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),UInt64) OK 83ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(UInt64)) OK 68ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Bool)) OK 88ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 75ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),UInt128) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(UInt128)) OK 86ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 83ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(String)) OK 75ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 67ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Int8) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(Int8)) OK 81ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Int16) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(Int16)) OK 73ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 74ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(UUID)) OK 77ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Int32) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(Int32)) OK 77ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 70ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Int64) OK 71ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(Int64)) OK 75ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(Int32))) OK 68ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Int128) OK 92ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 92ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(Int128)) OK 72ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(Float32)) OK 84ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Float32) OK 76ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 85ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(Float64)) OK 84ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Float64) OK 86ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 131ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Decimal128(38)) OK 119ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(Float64))) OK 119ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(Date)) OK 132ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Date) OK 107ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 96ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(DateTime)) OK 85ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(Int16))) OK 91ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 74ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),DateTime) OK 75ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 78ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),DateTime64(3)) OK 72ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(Bool)) OK 82ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Bool) OK 89ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 74ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(String)) OK 78ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 87ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),String) OK 86ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(FixedString(51))) OK 79ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 84ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),FixedString(51)) OK 85ms
/aggregate functions/uniqExact/Map(UInt32,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt16,Nullable(UUID)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 81ms
/aggregate functions/uniqExact/Map(UInt32,Array(String)) OK 75ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),UUID) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(UInt8)) OK 70ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 95ms
/aggregate functions/uniqExact/Map(UInt32,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(UInt8)) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(UInt16)) OK 68ms
/aggregate functions/uniqExact/Map(UInt32,Tuple(String)) OK 88ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(UInt16)) OK 80ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 74ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(UInt32)) OK 69ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(UInt32)) OK 118ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 111ms
/aggregate functions/uniqExact/Map(UInt64,UInt8) OK 111ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(Bool))) OK 114ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(UInt64)) OK 110ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 87ms
/aggregate functions/uniqExact/Map(UInt64,UInt16) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(UInt64)) OK 93ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(UInt128)) OK 79ms
/aggregate functions/uniqExact/Map(UInt64,UInt32) OK 74ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 98ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Int8)) OK 93ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(UInt128)) OK 86ms
/aggregate functions/uniqExact/Map(UInt64,UInt64) OK 72ms
/aggregate functions/uniqTheta/Map(UInt8,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Int16)) OK 87ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(Int8)) OK 76ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 67ms
/aggregate functions/uniqExact/Map(UInt64,UInt128) OK 69ms
/aggregate functions/uniqTheta/Map(UInt8,Array(String)) OK 82ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 72ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(Int16)) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Int32)) OK 94ms
/aggregate functions/uniqExact/Map(UInt64,Int8) OK 73ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 85ms
/aggregate functions/uniqTheta/Map(UInt8,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(Int32)) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Int64)) OK 69ms
/aggregate functions/uniqExact/Map(UInt64,Int16) OK 69ms
/aggregate functions/uniqTheta/Map(UInt8,Tuple(String)) OK 78ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 68ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(Int64)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Int128)) OK 70ms
/aggregate functions/uniqExact/Map(UInt64,Int32) OK 68ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 87ms
/aggregate functions/uniqTheta/Map(UInt16,UInt8) OK 82ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(Int128)) OK 82ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Float32)) OK 77ms
/aggregate functions/uniqExact/Map(UInt64,Int64) OK 70ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 94ms
/aggregate functions/uniqTheta/Map(UInt16,UInt16) OK 88ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(Float32)) OK 79ms
/aggregate functions/uniqExact/Map(UInt64,Int128) OK 93ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Float64)) OK 87ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(Float64)) OK 89ms
/aggregate functions/uniqTheta/Map(UInt16,UInt32) OK 78ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Date)) OK 83ms
/aggregate functions/uniqExact/Map(UInt64,Float32) OK 84ms
/aggregate functions/uniqTheta/Map(UInt16,UInt64) OK 109ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 111ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 112ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(DateTime)) OK 90ms
/aggregate functions/uniqExact/Map(UInt64,Float64) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Bool)) OK 78ms
/aggregate functions/uniqExact/Map(UInt64,Decimal128(38)) OK 89ms
/aggregate functions/uniqTheta/Map(UInt16,UInt128) OK 78ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 72ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(Date)) OK 83ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(String)) OK 79ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/uniqTheta/Map(UInt16,Int8) OK 77ms
/aggregate functions/uniqExact/Map(UInt64,Date) OK 77ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(DateTime)) OK 75ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/uniqTheta/Map(UInt16,Int16) OK 73ms
/aggregate functions/uniqExact/Map(UInt64,DateTime) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 79ms
/aggregate functions/uniqTheta/Map(UInt16,Int32) OK 84ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(UUID)) OK 83ms
/aggregate functions/uniqExact/Map(UInt64,DateTime64(3)) OK 84ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(Bool)) OK 77ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 104ms
/aggregate functions/uniqTheta/Map(UInt16,Int64) OK 99ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(String)) OK 75ms
/aggregate functions/uniqExact/Map(UInt64,Bool) OK 71ms
/aggregate functions/uniqExact/Map(UInt64,String) OK 120ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(FixedString(51))) OK 123ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 119ms
/aggregate functions/uniqTheta/Map(UInt16,Int128) OK 111ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 110ms
/aggregate functions/uniqExact/Map(UInt64,FixedString(51)) OK 78ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Nullable(UUID)) OK 82ms
/aggregate functions/uniqTheta/Map(UInt16,Float32) OK 84ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/uniqExact/Map(UInt64,UUID) OK 130ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 138ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(UInt8)) OK 115ms
/aggregate functions/uniqTheta/Map(UInt16,Float64) OK 130ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 120ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(UInt16)) OK 104ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(UInt8)) OK 105ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 108ms
/aggregate functions/uniqTheta/Map(UInt16,Decimal128(38)) OK 109ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 94ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(UInt32)) OK 100ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(UInt16)) OK 112ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 95ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/uniqTheta/Map(UInt16,Date) OK 87ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(UInt64)) OK 83ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/uniqTheta/Map(UInt16,DateTime) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(UInt32)) OK 84ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(UInt128)) OK 82ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/uniqTheta/Map(UInt16,DateTime64(3)) OK 86ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(UInt64)) OK 73ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Int8)) OK 102ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(UInt128)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/uniqTheta/Map(UInt16,Bool) OK 81ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(Int8)) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/uniqTheta/Map(UInt16,String) OK 87ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Int16)) OK 67ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Int32)) OK 82ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(Int16)) OK 93ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/uniqTheta/Map(UInt16,FixedString(51)) OK 74ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Int64)) OK 89ms
/aggregate functions/uniqTheta/Map(UInt16,UUID) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(Int32)) OK 81ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(UInt8)) OK 77ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Int128)) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(Int64)) OK 79ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(UInt16)) OK 91ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Float32)) OK 87ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(Int128)) OK 83ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(Bool))) OK 287ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(UInt32)) OK 271ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 282ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(Float32)) OK 267ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Float64)) OK 284ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(UInt64)) OK 156ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(Float64)) OK 162ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(String))) OK 147ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 136ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Date)) OK 140ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(UInt128)) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(DateTime)) OK 76ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(Decimal128(38))) OK 70ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(Date)) OK 75ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Bool)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(Int8)) OK 84ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Array(String)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt16,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(DateTime)) OK 102ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(String)) OK 89ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/uniqHLL12/Map(UInt16,Array(String)) OK 71ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(Int16)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt16,Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(Int32)) OK 71ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/uniqCombined/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 81ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(Int64)) OK 74ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(UUID)) OK 125ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(Bool)) OK 120ms
/aggregate functions/uniqHLL12/Map(UInt16,Tuple(String)) OK 112ms
/aggregate functions/uniqCombined/Nullable(UInt8) OK 105ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(Int128)) OK 123ms
/aggregate functions/uniqHLL12/Map(UInt32,UInt8) OK 69ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/uniqCombined/Nullable(UInt16) OK 73ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(String)) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt32,UInt16) OK 78ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(Float32)) OK 78ms
/aggregate functions/uniqCombined/Nullable(UInt32) OK 79ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(FixedString(51))) OK 66ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt32,UInt32) OK 75ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(Float64)) OK 68ms
/aggregate functions/uniqCombined/Nullable(UInt64) OK 97ms
/aggregate functions/uniqExact/Map(UInt64,Nullable(UUID)) OK 96ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt32,UInt64) OK 76ms
/aggregate functions/uniqCombined/Nullable(UInt128) OK 83ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(UInt8)) OK 74ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt32,UInt128) OK 73ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(Date)) OK 72ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(UInt16)) OK 85ms
/aggregate functions/uniqCombined/Nullable(Int8) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt32,Int8) OK 73ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(DateTime)) OK 70ms
/aggregate functions/uniqCombined/Nullable(Int16) OK 82ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(UInt32)) OK 69ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/uniqHLL12/Map(UInt32,Int16) OK 80ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(UInt64)) OK 90ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/uniqCombined/Nullable(Int32) OK 77ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(Bool)) OK 123ms
/aggregate functions/uniqHLL12/Map(UInt32,Int32) OK 132ms
/aggregate functions/uniqCombined/Nullable(Int64) OK 236ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(UInt128)) OK 221ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 237ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(String)) OK 159ms
/aggregate functions/uniqHLL12/Map(UInt32,Int64) OK 152ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Int8)) OK 114ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(FixedString(51))) OK 97ms
/aggregate functions/uniqCombined/Nullable(Int128) OK 105ms
/aggregate functions/uniqHLL12/Map(UInt32,Int128) OK 86ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt32,Float32) OK 113ms
/aggregate functions/uniqTheta/Map(UInt16,Nullable(UUID)) OK 103ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Int16)) OK 84ms
/aggregate functions/uniqCombined/Nullable(Float32) OK 71ms
/aggregate functions/uniqCombined/Nullable(Float64) OK 89ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Int32)) OK 90ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(UInt8)) OK 91ms
/aggregate functions/uniqHLL12/Map(UInt32,Float64) OK 85ms
/aggregate functions/uniqCombined/Nullable(Decimal128(38)) OK 86ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Int64)) OK 86ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(UInt16)) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt32,Decimal128(38)) OK 79ms
/aggregate functions/uniqCombined/Nullable(Date) OK 157ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 147ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Int128)) OK 145ms
/aggregate functions/uniqHLL12/Map(UInt32,Date) OK 132ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(UInt32)) OK 131ms
/aggregate functions/uniqHLL12/Map(UInt32,DateTime) OK 107ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(UInt64)) OK 100ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Float32)) OK 104ms
/aggregate functions/uniqCombined/Nullable(DateTime) OK 81ms
/aggregate functions/uniqCombined/Nullable(DateTime64(3)) OK 87ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 96ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(UInt128)) OK 94ms
/aggregate functions/uniqHLL12/Map(UInt32,DateTime64(3)) OK 76ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Float64)) OK 90ms
/aggregate functions/uniqCombined/Nullable(Bool) OK 96ms
/aggregate functions/uniqHLL12/Map(UInt32,Bool) OK 88ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Int8)) OK 88ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Date)) OK 95ms
/aggregate functions/uniqHLL12/Map(UInt32,String) OK 81ms
/aggregate functions/uniqCombined/Nullable(String) OK 74ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Int16)) OK 98ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(DateTime)) OK 69ms
/aggregate functions/uniqCombined/Nullable(FixedString(51)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt32,FixedString(51)) OK 73ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Bool)) OK 80ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Int32)) OK 74ms
/aggregate functions/uniqCombined/Nullable(UUID) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt32,UUID) OK 77ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Array(String)) OK 98ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(String)) OK 80ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Int64)) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(UInt8)) OK 108ms
/aggregate functions/uniqCombined/Array(UInt8) OK 95ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(FixedString(51))) OK 108ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 98ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Int128)) OK 98ms
/aggregate functions/uniqCombined/Array(UInt16) OK 83ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(UInt16)) OK 94ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(UUID)) OK 102ms
/aggregate functions/uniqCombined64/Map(LowCardinality(String),Tuple(String)) OK 86ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Float32)) OK 98ms
/aggregate functions/uniqCombined/Array(UInt32) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(UInt32)) OK 88ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),UInt8) OK 80ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Float64)) OK 83ms
/aggregate functions/uniqCombined/Array(UInt64) OK 90ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(UInt64)) OK 80ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),UInt16) OK 87ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Date)) OK 74ms
/aggregate functions/uniqCombined/Array(UInt128) OK 83ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(UInt128)) OK 116ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),UInt32) OK 100ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(DateTime)) OK 82ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/uniqCombined/Array(Int8) OK 87ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Bool)) OK 94ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(Int8)) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),UInt64) OK 80ms
/aggregate functions/uniqCombined/Array(Int16) OK 83ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(Int16)) OK 87ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),UInt128) OK 87ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(String)) OK 87ms
/aggregate functions/uniqCombined/Array(Int32) OK 84ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(Int32)) OK 82ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Int8) OK 77ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/uniqCombined/Array(Int64) OK 71ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(UUID)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(Int64)) OK 77ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Int16) OK 77ms
/aggregate functions/uniqCombined/Array(Int128) OK 75ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(Int128)) OK 84ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Int32) OK 84ms
/aggregate functions/uniqCombined/Array(Float32) OK 74ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(Float32)) OK 82ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Int64) OK 74ms
/aggregate functions/uniqCombined/Array(Float64) OK 81ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(Int128))) OK 114ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 104ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Int128) OK 85ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(Float64)) OK 84ms
/aggregate functions/uniqCombined/Array(Decimal128(38)) OK 98ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Float32) OK 92ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 97ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/uniqCombined/Array(Date) OK 84ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(Date)) OK 118ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Float64) OK 108ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 109ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(Float64))) OK 112ms
/aggregate functions/uniqCombined/Array(DateTime) OK 85ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 91ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(DateTime)) OK 102ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/uniqCombined/Array(DateTime64(3)) OK 85ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Date) OK 109ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 105ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(Int16))) OK 106ms
/aggregate functions/uniqCombined/Array(Bool) OK 95ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(DateTime64(3))) OK 98ms
/aggregate functions/uniqCombined/Array(String) OK 111ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),DateTime) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(Bool)) OK 98ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(Int32))) OK 99ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 86ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(String)) OK 89ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/uniqCombined/Array(FixedString(51)) OK 86ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Bool) OK 84ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 101ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(Int128))) OK 94ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(FixedString(51))) OK 81ms
/aggregate functions/uniqCombined/Array(UUID) OK 94ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),String) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt32,Nullable(UUID)) OK 71ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/uniqExact/Map(UInt64,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/uniqCombined/Array(Nullable(UInt8)) OK 67ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(UInt8)) OK 69ms
/aggregate functions/uniqCombined/Array(Nullable(UInt16)) OK 80ms
/aggregate functions/uniqExact/Map(UInt64,Array(String)) OK 72ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(Float64))) OK 67ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),UUID) OK 110ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(UInt16)) OK 102ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/uniqExact/Map(UInt64,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/uniqCombined/Array(Nullable(UInt32)) OK 86ms
/aggregate functions/uniqExact/Map(UInt64,Tuple(String)) OK 86ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(UInt32)) OK 78ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/uniqCombined/Array(Nullable(UInt64)) OK 81ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(Bool))) OK 101ms
/aggregate functions/uniqExact/Map(UInt128,UInt8) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(UInt64)) OK 99ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 89ms
/aggregate functions/uniqCombined/Array(Nullable(UInt128)) OK 72ms
/aggregate functions/uniqExact/Map(UInt128,UInt16) OK 92ms
/aggregate functions/uniqCombined/Array(Nullable(Int8)) OK 74ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 97ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(UInt128)) OK 97ms
/aggregate functions/uniqCombined/Array(Nullable(Int16)) OK 80ms
/aggregate functions/uniqExact/Map(UInt128,UInt32) OK 133ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 128ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 117ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Int8)) OK 117ms
/aggregate functions/uniqCombined/Array(Nullable(Int32)) OK 130ms
/aggregate functions/uniqExact/Map(UInt128,UInt64) OK 93ms
/aggregate functions/uniqTheta/Map(UInt16,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Int16)) OK 86ms
/aggregate functions/uniqCombined/Array(Nullable(Int64)) OK 86ms
/aggregate functions/uniqTheta/Map(UInt16,Array(String)) OK 132ms
/aggregate functions/uniqExact/Map(UInt128,UInt128) OK 110ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 136ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Int32)) OK 115ms
/aggregate functions/uniqCombined/Array(Nullable(Int128)) OK 87ms
/aggregate functions/uniqExact/Map(UInt128,Int8) OK 107ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Int64)) OK 115ms
/aggregate functions/uniqTheta/Map(UInt16,Map(String,LowCardinality(Float64))) OK 97ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 93ms
/aggregate functions/uniqCombined/Array(Nullable(Float32)) OK 87ms
/aggregate functions/uniqExact/Map(UInt128,Int16) OK 88ms
/aggregate functions/uniqTheta/Map(UInt16,Tuple(String)) OK 79ms
/aggregate functions/uniqCombined/Array(Nullable(Float64)) OK 80ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Int128)) OK 87ms
/aggregate functions/uniqTheta/Map(UInt32,UInt8) OK 79ms
/aggregate functions/uniqExact/Map(UInt128,Int32) OK 72ms
/aggregate functions/uniqCombined/Array(Nullable(Decimal128(38))) OK 74ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Float32)) OK 68ms
/aggregate functions/uniqExact/Map(UInt128,Int64) OK 77ms
/aggregate functions/uniqTheta/Map(UInt32,UInt16) OK 90ms
/aggregate functions/uniqCombined/Array(Nullable(Date)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Float64)) OK 87ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 68ms
/aggregate functions/uniqExact/Map(UInt128,Int128) OK 99ms
/aggregate functions/uniqCombined/Array(Nullable(DateTime)) OK 86ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 95ms
/aggregate functions/uniqTheta/Map(UInt32,UInt32) OK 91ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Date)) OK 73ms
/aggregate functions/uniqCombined/Array(Nullable(DateTime64(3))) OK 114ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(DateTime)) OK 106ms
/aggregate functions/uniqExact/Map(UInt128,Float32) OK 96ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 98ms
/aggregate functions/uniqTheta/Map(UInt32,UInt64) OK 104ms
/aggregate functions/uniqExact/Map(UInt128,Float64) OK 110ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Bool)) OK 92ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 97ms
/aggregate functions/uniqCombined/Array(Nullable(Bool)) OK 90ms
/aggregate functions/uniqTheta/Map(UInt32,UInt128) OK 76ms
/aggregate functions/uniqTheta/Map(UInt32,Int8) OK 105ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(String)) OK 111ms
/aggregate functions/uniqCombined/Array(Nullable(String)) OK 86ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 100ms
/aggregate functions/uniqExact/Map(UInt128,Decimal128(38)) OK 90ms
/aggregate functions/uniqCombined/Array(Nullable(FixedString(51))) OK 81ms
/aggregate functions/uniqTheta/Map(UInt32,Int16) OK 105ms
/aggregate functions/uniqExact/Map(UInt128,Date) OK 96ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 82ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/uniqCombined/Array(Nullable(UUID)) OK 84ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(UUID)) OK 85ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 75ms
/aggregate functions/uniqExact/Map(UInt128,DateTime) OK 79ms
/aggregate functions/uniqTheta/Map(UInt32,Int32) OK 81ms
/aggregate functions/uniqCombined/Array(LowCardinality(UInt8)) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/uniqExact/Map(UInt128,DateTime64(3)) OK 83ms
/aggregate functions/uniqTheta/Map(UInt32,Int64) OK 75ms
/aggregate functions/uniqCombined/Array(LowCardinality(UInt16)) OK 82ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 85ms
/aggregate functions/uniqTheta/Map(UInt32,Int128) OK 80ms
/aggregate functions/uniqExact/Map(UInt128,Bool) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/uniqCombined/Array(LowCardinality(UInt32)) OK 89ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 94ms
/aggregate functions/uniqTheta/Map(UInt32,Float32) OK 92ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/uniqExact/Map(UInt128,String) OK 79ms
/aggregate functions/uniqCombined/Array(LowCardinality(UInt64)) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 112ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 104ms
/aggregate functions/uniqExact/Map(UInt128,FixedString(51)) OK 86ms
/aggregate functions/uniqTheta/Map(UInt32,Float64) OK 109ms
/aggregate functions/uniqCombined/Array(LowCardinality(UInt128)) OK 100ms
/aggregate functions/uniqExact/Map(UInt128,UUID) OK 79ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 94ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/uniqTheta/Map(UInt32,Decimal128(38)) OK 87ms
/aggregate functions/uniqCombined/Array(LowCardinality(Int8)) OK 89ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(UInt8)) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 97ms
/aggregate functions/uniqTheta/Map(UInt32,Date) OK 86ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(UInt16)) OK 79ms
/aggregate functions/uniqCombined/Array(LowCardinality(Int16)) OK 69ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/uniqTheta/Map(UInt32,DateTime) OK 77ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 70ms
/aggregate functions/uniqCombined/Array(LowCardinality(Int32)) OK 82ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(UInt32)) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 125ms
/aggregate functions/uniqTheta/Map(UInt32,DateTime64(3)) OK 113ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(UInt64)) OK 79ms
/aggregate functions/uniqCombined/Array(LowCardinality(Int64)) OK 91ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/uniqTheta/Map(UInt32,Bool) OK 104ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(UInt128)) OK 89ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 99ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/uniqCombined/Array(LowCardinality(Int128)) OK 70ms
/aggregate functions/uniqCombined/Array(LowCardinality(Float32)) OK 97ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(Int8)) OK 113ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/uniqTheta/Map(UInt32,String) OK 104ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 91ms
/aggregate functions/uniqCombined/Array(LowCardinality(Float64)) OK 83ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(Float64))) OK 103ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 87ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(Int16)) OK 85ms
/aggregate functions/uniqTheta/Map(UInt32,FixedString(51)) OK 84ms
/aggregate functions/uniqCombined/Array(LowCardinality(Date)) OK 77ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 96ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(Int32)) OK 98ms
/aggregate functions/uniqTheta/Map(UInt32,UUID) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/uniqCombined/Array(LowCardinality(DateTime)) OK 97ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(UInt8)) OK 123ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 122ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 117ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(Int64)) OK 119ms
/aggregate functions/uniqCombined/Array(LowCardinality(Bool)) OK 114ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(UInt16)) OK 98ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(Int128)) OK 102ms
/aggregate functions/uniqCombined/Array(LowCardinality(String)) OK 85ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 83ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(UInt32)) OK 87ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(Float32)) OK 84ms
/aggregate functions/uniqCombined/Array(LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 108ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 95ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(UInt64)) OK 101ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(Float64)) OK 79ms
/aggregate functions/uniqCombined/Array(LowCardinality(UUID)) OK 86ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 83ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt32,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(UInt128)) OK 89ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(UInt8))) OK 122ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 91ms
/aggregate functions/uniqHLL12/Map(UInt32,Array(String)) OK 82ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(Date)) OK 74ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(Int8)) OK 93ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(DateTime)) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt32,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 83ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(Int16)) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt32,Tuple(String)) OK 94ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 75ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(Int32)) OK 81ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(Bool)) OK 98ms
/aggregate functions/uniqHLL12/Map(UInt64,UInt8) OK 85ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(Int64)) OK 88ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(UInt128))) OK 120ms
/aggregate functions/uniqHLL12/Map(UInt64,UInt16) OK 101ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 120ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(String)) OK 122ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(Int128)) OK 124ms
/aggregate functions/uniqHLL12/Map(UInt64,UInt32) OK 164ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(Int8))) OK 165ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 153ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(FixedString(51))) OK 129ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(Float32)) OK 151ms
/aggregate functions/uniqExact/Map(UInt128,Nullable(UUID)) OK 132ms
/aggregate functions/uniqHLL12/Map(UInt64,UInt64) OK 138ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(Int16))) OK 138ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 139ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(Float64)) OK 115ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(UInt8)) OK 159ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(Decimal128(38))) OK 145ms
/aggregate functions/uniqHLL12/Map(UInt64,UInt128) OK 135ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(Int32))) OK 133ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 109ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 138ms
/aggregate functions/uniqHLL12/Map(UInt64,Int8) OK 127ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(Date)) OK 113ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(Int64))) OK 103ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(UInt16)) OK 122ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(Int128))) OK 146ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(DateTime)) OK 148ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 108ms
/aggregate functions/uniqHLL12/Map(UInt64,Int16) OK 157ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(UInt32)) OK 138ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 130ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(Float32))) OK 151ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(DateTime64(3))) OK 110ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(UInt64)) OK 134ms
/aggregate functions/uniqHLL12/Map(UInt64,Int32) OK 100ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(Bool)) OK 93ms
/aggregate functions/uniqHLL12/Map(UInt64,Int64) OK 87ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(UInt128)) OK 85ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(String)) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt64,Int128) OK 86ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(Date))) OK 69ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Int8)) OK 68ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(FixedString(51))) OK 102ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(DateTime))) OK 89ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Int16)) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt64,Float32) OK 68ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/uniqHLL12/Map(UInt64,Float64) OK 99ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Int32)) OK 75ms
/aggregate functions/uniqTheta/Map(UInt32,Nullable(UUID)) OK 83ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 126ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Int64)) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt64,Decimal128(38)) OK 130ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(UInt8)) OK 165ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Int128)) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt64,Date) OK 73ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Float32)) OK 87ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/uniqCombined/Array(LowCardinality(Nullable(UUID))) OK 99ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(UInt16)) OK 91ms
/aggregate functions/uniqHLL12/Map(UInt64,DateTime) OK 69ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Float64)) OK 76ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(UInt32)) OK 81ms
/aggregate functions/uniqCombined/Array(Array(String)) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt64,DateTime64(3)) OK 74ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Date)) OK 73ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/uniqCombined/Array(Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(UInt64)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt64,Bool) OK 74ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(DateTime)) OK 79ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/uniqCombined/Array(Tuple(String)) OK 74ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(UInt128)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt64,String) OK 73ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Bool)) OK 92ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/uniqCombined/LowCardinality(UInt8) OK 87ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Int8)) OK 78ms
/aggregate functions/uniqHLL12/Map(UInt64,FixedString(51)) OK 74ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(String)) OK 99ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt64,UUID) OK 88ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Int16)) OK 76ms
/aggregate functions/uniqCombined/LowCardinality(UInt16) OK 75ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Array(String)) OK 97ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Int32)) OK 91ms
/aggregate functions/uniqCombined/LowCardinality(UInt32) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(UInt8)) OK 76ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/uniqCombined/LowCardinality(UInt64) OK 98ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(UUID)) OK 90ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(UInt16)) OK 92ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Int64)) OK 77ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 67ms
/aggregate functions/uniqCombined64/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 72ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Int128)) OK 93ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/uniqCombined/LowCardinality(UInt128) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(UInt32)) OK 86ms
/aggregate functions/uniqCombined64/Nullable(UInt8) OK 69ms
/aggregate functions/uniqCombined/LowCardinality(Int8) OK 89ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Float32)) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(UInt64)) OK 65ms
/aggregate functions/uniqCombined64/Nullable(UInt16) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(UInt128)) OK 70ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/uniqCombined/LowCardinality(Int16) OK 75ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Float64)) OK 74ms
/aggregate functions/uniqCombined64/Nullable(UInt32) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(Int8)) OK 71ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 70ms
/aggregate functions/uniqCombined/LowCardinality(Int32) OK 80ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Date)) OK 70ms
/aggregate functions/uniqCombined64/Nullable(UInt64) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(Int16)) OK 75ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(DateTime)) OK 73ms
/aggregate functions/uniqCombined/LowCardinality(Int64) OK 71ms
/aggregate functions/uniqCombined64/Nullable(UInt128) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(Int32)) OK 78ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Bool)) OK 72ms
/aggregate functions/uniqCombined/LowCardinality(Int128) OK 80ms
/aggregate functions/uniqCombined64/Nullable(Int8) OK 72ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(Int64)) OK 81ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(String)) OK 73ms
/aggregate functions/uniqCombined/LowCardinality(Float32) OK 83ms
/aggregate functions/uniqCombined64/Nullable(Int16) OK 75ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(Int128)) OK 74ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/uniqCombined/LowCardinality(Float64) OK 82ms
/aggregate functions/uniqCombined64/Nullable(Int32) OK 76ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(Float32)) OK 72ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(UUID)) OK 78ms
/aggregate functions/uniqCombined/LowCardinality(Date) OK 102ms
/aggregate functions/uniqCombined64/Nullable(Int64) OK 84ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(Float64)) OK 113ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(Int128))) OK 118ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 105ms
/aggregate functions/uniqCombined64/Nullable(Int128) OK 80ms
/aggregate functions/uniqCombined/LowCardinality(DateTime) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(Decimal128(38))) OK 90ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/uniqCombined/LowCardinality(Bool) OK 76ms
/aggregate functions/uniqCombined64/Nullable(Float32) OK 76ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(Date)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/uniqCombined/LowCardinality(String) OK 74ms
/aggregate functions/uniqCombined64/Nullable(Float64) OK 69ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(DateTime)) OK 85ms
/aggregate functions/uniqCombined64/Nullable(Decimal128(38)) OK 87ms
/aggregate functions/uniqCombined/LowCardinality(FixedString(51)) OK 70ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/uniqCombined/LowCardinality(UUID) OK 81ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(DateTime64(3))) OK 92ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/uniqCombined64/Nullable(Date) OK 70ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(UInt8)) OK 75ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(Int8))) OK 67ms
/aggregate functions/uniqCombined64/Nullable(DateTime) OK 77ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(Bool)) OK 75ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(UInt16)) OK 88ms
/aggregate functions/uniqCombined64/Nullable(DateTime64(3)) OK 91ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(String)) OK 66ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(UInt32)) OK 75ms
/aggregate functions/uniqCombined64/Nullable(Bool) OK 73ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt64,Nullable(UUID)) OK 89ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(UInt64)) OK 79ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/uniqCombined64/Nullable(String) OK 83ms
/aggregate functions/uniqExact/Map(UInt128,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(Int128))) OK 112ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(UInt128)) OK 108ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(UInt8)) OK 102ms
/aggregate functions/uniqExact/Map(UInt128,Array(String)) OK 95ms
/aggregate functions/uniqCombined64/Nullable(FixedString(51)) OK 96ms
/aggregate functions/uniqExact/Map(UInt128,Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(UInt16)) OK 94ms
/aggregate functions/uniqCombined64/Nullable(UUID) OK 100ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(Int8)) OK 88ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/uniqExact/Map(UInt128,Tuple(String)) OK 81ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(Int16)) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(UInt32)) OK 87ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/uniqCombined64/Array(UInt8) OK 74ms
/aggregate functions/uniqExact/Map(Int8,UInt8) OK 82ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(Int32)) OK 78ms
/aggregate functions/uniqCombined64/Array(UInt16) OK 84ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(UInt64)) OK 69ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(UInt128)) OK 81ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(Int64)) OK 78ms
/aggregate functions/uniqExact/Map(Int8,UInt16) OK 89ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/uniqCombined64/Array(UInt32) OK 66ms
/aggregate functions/uniqCombined64/Array(UInt64) OK 81ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(Int128)) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Int8)) OK 70ms
/aggregate functions/uniqExact/Map(Int8,UInt32) OK 73ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Int16)) OK 88ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(Float32)) OK 90ms
/aggregate functions/uniqCombined64/Array(UInt128) OK 86ms
/aggregate functions/uniqExact/Map(Int8,UInt64) OK 72ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(String))) OK 63ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/uniqExact/Map(Int8,UInt128) OK 92ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Int32)) OK 81ms
/aggregate functions/uniqCombined64/Array(Int8) OK 87ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(Float64)) OK 64ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(Date)) OK 82ms
/aggregate functions/uniqTheta/Map(UInt32,LowCardinality(Nullable(UUID))) OK 66ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Int64)) OK 70ms
/aggregate functions/uniqExact/Map(Int8,Int8) OK 69ms
/aggregate functions/uniqCombined64/Array(Int16) OK 69ms
/aggregate functions/uniqTheta/Map(UInt32,Array(String)) OK 94ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Int128)) OK 83ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(DateTime)) OK 88ms
/aggregate functions/uniqExact/Map(Int8,Int16) OK 73ms
/aggregate functions/uniqCombined64/Array(Int32) OK 81ms
/aggregate functions/uniqExact/Map(Int8,Int32) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Float32)) OK 91ms
/aggregate functions/uniqTheta/Map(UInt32,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(Bool)) OK 73ms
/aggregate functions/uniqCombined64/Array(Int64) OK 86ms
/aggregate functions/uniqExact/Map(Int8,Int64) OK 68ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(String)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt32,Tuple(String)) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Float64)) OK 72ms
/aggregate functions/uniqCombined64/Array(Int128) OK 84ms
/aggregate functions/uniqExact/Map(Int8,Int128) OK 75ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(FixedString(51))) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Date)) OK 82ms
/aggregate functions/uniqTheta/Map(UInt64,UInt8) OK 80ms
/aggregate functions/uniqCombined64/Array(Float32) OK 79ms
/aggregate functions/uniqExact/Map(Int8,Float32) OK 74ms
/aggregate functions/uniqCombined/LowCardinality(Nullable(UUID)) OK 78ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(DateTime)) OK 75ms
/aggregate functions/uniqTheta/Map(UInt64,UInt16) OK 76ms
/aggregate functions/uniqCombined64/Array(Float64) OK 67ms
/aggregate functions/uniqExact/Map(Int8,Float64) OK 77ms
/aggregate functions/uniqCombined/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 536ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Bool)) OK 71ms
/aggregate functions/uniqCombined64/Array(Decimal128(38)) OK 75ms
/aggregate functions/uniqTheta/Map(UInt64,UInt32) OK 67ms
/aggregate functions/uniqExact/Map(Int8,Decimal128(38)) OK 92ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(String)) OK 107ms
/aggregate functions/uniqTheta/Map(UInt64,UInt64) OK 79ms
/aggregate functions/uniqCombined64/Array(Date) OK 89ms
/aggregate functions/uniqExact/Map(Int8,Date) OK 95ms
/aggregate functions/uniqTheta/Map(UInt64,UInt128) OK 81ms
/aggregate functions/uniqCombined64/Array(DateTime) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/uniqExact/Map(Int8,DateTime) OK 81ms
/aggregate functions/uniqTheta/Map(UInt64,Int8) OK 77ms
/aggregate functions/uniqCombined64/Array(DateTime64(3)) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(UUID)) OK 78ms
/aggregate functions/uniqTheta/Map(UInt64,Int16) OK 88ms
/aggregate functions/uniqExact/Map(Int8,DateTime64(3)) OK 90ms
/aggregate functions/uniqCombined64/Array(Bool) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/uniqTheta/Map(UInt64,Int32) OK 101ms
/aggregate functions/uniqCombined64/Array(String) OK 92ms
/aggregate functions/uniqExact/Map(Int8,Bool) OK 71ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/uniqExact/Map(Int8,String) OK 90ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/uniqCombined64/Array(FixedString(51)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt64,Int64) OK 76ms
/aggregate functions/varPop OK 3s 965ms
/aggregate functions/varPop/constant OK 48ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/uniqExact/Map(Int8,FixedString(51)) OK 84ms
/aggregate functions/uniqCombined64/Array(UUID) OK 81ms
/aggregate functions/varPop/zero rows OK 49ms
/aggregate functions/uniqTheta/Map(UInt64,Int128) OK 68ms
/aggregate functions/varPop/single row OK 38ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 119ms
/aggregate functions/uniqTheta/Map(UInt64,Float32) OK 136ms
/aggregate functions/uniqExact/Map(Int8,UUID) OK 121ms
/aggregate functions/uniqCombined64/Array(Nullable(UInt8)) OK 113ms
/aggregate functions/varPop/with group by OK 92ms
/aggregate functions/varPop/some negative values OK 65ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/uniqCombined64/Array(Nullable(UInt16)) OK 78ms
/aggregate functions/uniqExact/Map(Int8,Nullable(UInt8)) OK 72ms
/aggregate functions/uniqTheta/Map(UInt64,Float64) OK 81ms
/aggregate functions/varPop/NULL value handling OK 42ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/uniqExact/Map(Int8,Nullable(UInt16)) OK 73ms
/aggregate functions/uniqCombined64/Array(Nullable(UInt32)) OK 66ms
/aggregate functions/varPop/single NULL value OK 38ms
/aggregate functions/uniqTheta/Map(UInt64,Decimal128(38)) OK 68ms
/aggregate functions/varPop/return type OK 48ms
/aggregate functions/uniqCombined64/Array(Nullable(UInt64)) OK 89ms
/aggregate functions/uniqExact/Map(Int8,Nullable(UInt32)) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/uniqTheta/Map(UInt64,Date) OK 73ms
/aggregate functions/varPop/doc example OK 52ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/uniqExact/Map(Int8,Nullable(UInt64)) OK 86ms
/aggregate functions/uniqCombined64/Array(Nullable(UInt128)) OK 90ms
/aggregate functions/varPop/inf OK 48ms
/aggregate functions/uniqTheta/Map(UInt64,DateTime) OK 73ms
/aggregate functions/varPop/-inf OK 55ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(Int128))) OK 89ms
/aggregate functions/uniqTheta/Map(UInt64,DateTime64(3)) OK 78ms
/aggregate functions/uniqExact/Map(Int8,Nullable(UInt128)) OK 79ms
/aggregate functions/uniqCombined64/Array(Nullable(Int8)) OK 80ms
/aggregate functions/varPop/nan OK 44ms
/aggregate functions/varPop/inf, -inf, nan OK 154ms
/aggregate functions/uniqTheta/Map(UInt64,Bool) OK 161ms
/aggregate functions/uniqExact/Map(Int8,Nullable(Int8)) OK 149ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(Float32))) OK 149ms
/aggregate functions/uniqCombined64/Array(Nullable(Int16)) OK 152ms
/aggregate functions/varPop/UInt8 OK 114ms
/aggregate functions/uniqExact/Map(Int8,Nullable(Int16)) OK 119ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(Float64))) OK 118ms
/aggregate functions/uniqTheta/Map(UInt64,String) OK 107ms
/aggregate functions/uniqCombined64/Array(Nullable(Int32)) OK 107ms
/aggregate functions/varPop/UInt16 OK 95ms
/aggregate functions/uniqTheta/Map(UInt64,FixedString(51)) OK 85ms
/aggregate functions/uniqExact/Map(Int8,Nullable(Int32)) OK 91ms
/aggregate functions/uniqCombined64/Array(Nullable(Int64)) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/uniqTheta/Map(UInt64,UUID) OK 96ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/varPop/UInt32 OK 78ms
/aggregate functions/uniqCombined64/Array(Nullable(Int128)) OK 72ms
/aggregate functions/uniqExact/Map(Int8,Nullable(Int64)) OK 90ms
/aggregate functions/uniqCombined64/Array(Nullable(Float32)) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/varPop/UInt64 OK 71ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(UInt8)) OK 68ms
/aggregate functions/uniqExact/Map(Int8,Nullable(Int128)) OK 76ms
/aggregate functions/varPop/Int8 OK 77ms
/aggregate functions/uniqCombined64/Array(Nullable(Float64)) OK 81ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(UInt16)) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/uniqExact/Map(Int8,Nullable(Float32)) OK 84ms
/aggregate functions/varPop/Int16 OK 69ms
/aggregate functions/uniqCombined64/Array(Nullable(Decimal128(38))) OK 72ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(UInt32)) OK 83ms
/aggregate functions/uniqExact/Map(Int8,Nullable(Float64)) OK 71ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/varPop/Int32 OK 82ms
/aggregate functions/uniqCombined64/Array(Nullable(Date)) OK 74ms
/aggregate functions/uniqExact/Map(Int8,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(UInt64)) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt64,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/varPop/Int64 OK 77ms
/aggregate functions/uniqCombined64/Array(Nullable(DateTime)) OK 71ms
/aggregate functions/uniqExact/Map(Int8,Nullable(Date)) OK 70ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(UInt128)) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt64,Array(String)) OK 81ms
/aggregate functions/uniqCombined64/Array(Nullable(DateTime64(3))) OK 76ms
/aggregate functions/varPop/Float32 OK 66ms
/aggregate functions/uniqExact/Map(Int8,Nullable(DateTime)) OK 83ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(Int8)) OK 78ms
/aggregate functions/uniqHLL12/Map(UInt64,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/varPop/Float64 OK 70ms
/aggregate functions/uniqCombined64/Array(Nullable(Bool)) OK 72ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(Int16)) OK 82ms
/aggregate functions/uniqExact/Map(Int8,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/varPop/Nullable(UInt8) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt64,Tuple(String)) OK 76ms
/aggregate functions/uniqCombined64/Array(Nullable(String)) OK 74ms
/aggregate functions/uniqExact/Map(Int8,Nullable(Bool)) OK 81ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(Int32)) OK 83ms
/aggregate functions/varPop/Nullable(UInt16) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt128,UInt8) OK 87ms
/aggregate functions/uniqCombined64/Array(Nullable(FixedString(51))) OK 78ms
/aggregate functions/uniqExact/Map(Int8,Nullable(String)) OK 99ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(Int64)) OK 102ms
/aggregate functions/varPop/Nullable(UInt32) OK 83ms
/aggregate functions/uniqCombined64/Array(Nullable(UUID)) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt128,UInt16) OK 77ms
/aggregate functions/uniqExact/Map(Int8,Nullable(FixedString(51))) OK 80ms
/aggregate functions/uniqCombined64/Array(LowCardinality(UInt8)) OK 90ms
/aggregate functions/varPop/Nullable(UInt64) OK 77ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(Int128)) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt128,UInt32) OK 85ms
/aggregate functions/uniqExact/Map(Int8,Nullable(UUID)) OK 94ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(Float32)) OK 90ms
/aggregate functions/varPop/Nullable(Int8) OK 80ms
/aggregate functions/uniqCombined64/Array(LowCardinality(UInt16)) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt128,UInt64) OK 79ms
/aggregate functions/varPop/Nullable(Int16) OK 97ms
/aggregate functions/uniqCombined64/Array(LowCardinality(UInt32)) OK 99ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(Float64)) OK 71ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(UInt8)) OK 82ms
/aggregate functions/uniqHLL12/Map(UInt128,UInt128) OK 91ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(UInt16)) OK 96ms
/aggregate functions/varPop/Nullable(Int32) OK 73ms
/aggregate functions/uniqCombined64/Array(LowCardinality(UInt64)) OK 95ms
/aggregate functions/uniqHLL12/Map(UInt128,Int8) OK 69ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(Date)) OK 79ms
/aggregate functions/varPop/Nullable(Int64) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt128,Int16) OK 77ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(UInt32)) OK 87ms
/aggregate functions/uniqCombined64/Array(LowCardinality(UInt128)) OK 85ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(DateTime)) OK 77ms
/aggregate functions/varPop/Nullable(Float32) OK 82ms
/aggregate functions/uniqHLL12/Map(UInt128,Int32) OK 81ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(UInt64)) OK 75ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Int8)) OK 79ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/varPop/Nullable(Float64) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt128,Int64) OK 73ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(UInt128)) OK 104ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Int16)) OK 88ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(Bool)) OK 79ms
/aggregate functions/varPop/LowCardinality(UInt8) OK 69ms
/aggregate functions/uniqHLL12/Map(UInt128,Int128) OK 70ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Int32)) OK 92ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Int8)) OK 83ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(String)) OK 73ms
/aggregate functions/varPop/LowCardinality(UInt16) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt128,Float32) OK 74ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(FixedString(51))) OK 96ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Int16)) OK 91ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Int64)) OK 70ms
/aggregate functions/uniqHLL12/Map(UInt128,Float64) OK 71ms
/aggregate functions/varPop/LowCardinality(UInt32) OK 69ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Int128)) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt128,Decimal128(38)) OK 76ms
/aggregate functions/varPop/LowCardinality(UInt64) OK 86ms
/aggregate functions/uniqTheta/Map(UInt64,Nullable(UUID)) OK 79ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Int32)) OK 71ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Float32)) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt128,Date) OK 80ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Int64)) OK 103ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(UInt8)) OK 102ms
/aggregate functions/varPop/LowCardinality(Int8) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt128,DateTime) OK 94ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Float64)) OK 84ms
/aggregate functions/varPop/LowCardinality(Int16) OK 84ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Int128)) OK 79ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(UInt16)) OK 73ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Date)) OK 89ms
/aggregate functions/varPop/LowCardinality(Int32) OK 70ms
/aggregate functions/uniqHLL12/Map(UInt128,DateTime64(3)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(UInt32)) OK 74ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Float32)) OK 74ms
/aggregate functions/varPop/LowCardinality(Int64) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt128,Bool) OK 81ms
/aggregate functions/uniqCombined64/Array(LowCardinality(DateTime)) OK 79ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(UInt64)) OK 83ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Float64)) OK 73ms
/aggregate functions/varPop/LowCardinality(Float32) OK 68ms
/aggregate functions/uniqHLL12/Map(UInt128,String) OK 73ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Bool)) OK 73ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Date)) OK 75ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(UInt128)) OK 74ms
/aggregate functions/varPop/LowCardinality(Float64) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt128,FixedString(51)) OK 87ms
/aggregate functions/uniqCombined64/Array(LowCardinality(String)) OK 76ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(DateTime)) OK 83ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Int8)) OK 74ms
/aggregate functions/varPop/LowCardinality(Nullable(UInt8)) OK 70ms
/aggregate functions/uniqCombined64/Array(LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Int16)) OK 83ms
/aggregate functions/uniqHLL12/Map(UInt128,UUID) OK 79ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Bool)) OK 74ms
/aggregate functions/varPop/LowCardinality(Nullable(UInt16)) OK 67ms
/aggregate functions/uniqCombined64/Array(LowCardinality(UUID)) OK 81ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(String)) OK 83ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(UInt8)) OK 73ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Int32)) OK 77ms
/aggregate functions/varPop/LowCardinality(Nullable(UInt32)) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(UInt16)) OK 76ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Int64)) OK 77ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/varPop/LowCardinality(Nullable(UInt64)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(UInt32)) OK 77ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(UUID)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Int128)) OK 78ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/varPop/LowCardinality(Nullable(Int8)) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(UInt64)) OK 81ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Float32)) OK 82ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/varPop/LowCardinality(Nullable(Int16)) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(UInt128)) OK 84ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/varPop/LowCardinality(Nullable(Int32)) OK 74ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Float64)) OK 77ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/varPop/LowCardinality(Nullable(Int64)) OK 95ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(Int8)) OK 86ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Date)) OK 81ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(DateTime)) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(Int16)) OK 80ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/varPop/LowCardinality(Nullable(Float32)) OK 88ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(Int32)) OK 86ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Bool)) OK 70ms
/aggregate functions/varPop/LowCardinality(Nullable(Float64)) OK 129ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(Int16))) OK 128ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(String)) OK 77ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(Int8))) OK 123ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(Int64)) OK 126ms
/aggregate functions/varPopStable OK 4s 65ms
/aggregate functions/varPopStable/constant OK 59ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/varPopStable/zero rows OK 42ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(Int128)) OK 77ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(UUID)) OK 76ms
/aggregate functions/varPopStable/single row OK 40ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(Int32))) OK 90ms
/aggregate functions/varPopStable/with group by OK 46ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(Float32)) OK 74ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/varPopStable/some negative values OK 40ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(Float64)) OK 82ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(Int64))) OK 97ms
/aggregate functions/varPopStable/NULL value handling OK 57ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/varPopStable/single NULL value OK 45ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/varPopStable/return type OK 39ms
/aggregate functions/varPopStable/doc example OK 40ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(Date)) OK 102ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/varPopStable/inf OK 48ms
/aggregate functions/varPopStable/-inf OK 60ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(DateTime)) OK 69ms
/aggregate functions/varPopStable/nan OK 43ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(DateTime64(3))) OK 93ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/varPopStable/inf, -inf, nan OK 42ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/varPopStable/UInt8 OK 76ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(Bool)) OK 85ms
/aggregate functions/varPopStable/UInt16 OK 132ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(Bool))) OK 126ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(FixedString(51)))) OK 154ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(String)) OK 150ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(Int32))) OK 128ms
/aggregate functions/varPopStable/UInt32 OK 78ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/uniqCombined64/Array(LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(FixedString(51))) OK 94ms
/aggregate functions/varPopStable/UInt64 OK 80ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/uniqCombined64/Array(Array(String)) OK 75ms
/aggregate functions/varPopStable/Int8 OK 80ms
/aggregate functions/uniqHLL12/Map(UInt128,Nullable(UUID)) OK 69ms
/aggregate functions/uniqExact/Map(Int8,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/uniqCombined64/Array(Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(UInt8)) OK 88ms
/aggregate functions/varPopStable/Int16 OK 78ms
/aggregate functions/uniqExact/Map(Int8,Array(String)) OK 88ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/varPopStable/Int32 OK 75ms
/aggregate functions/uniqCombined64/Array(Tuple(String)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(UInt16)) OK 80ms
/aggregate functions/uniqExact/Map(Int8,Map(String,LowCardinality(Float64))) OK 67ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(Date))) OK 68ms
/aggregate functions/varPopStable/Int64 OK 87ms
/aggregate functions/uniqCombined64/LowCardinality(UInt8) OK 91ms
/aggregate functions/uniqExact/Map(Int8,Tuple(String)) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(UInt32)) OK 83ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/uniqExact/Map(Int16,UInt8) OK 99ms
/aggregate functions/varPopStable/Float32 OK 77ms
/aggregate functions/uniqCombined64/LowCardinality(UInt16) OK 78ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(UInt64)) OK 86ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/varPopStable/Float64 OK 78ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/uniqCombined64/LowCardinality(UInt32) OK 74ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(UInt128)) OK 79ms
/aggregate functions/uniqExact/Map(Int16,UInt16) OK 70ms
/aggregate functions/varPopStable/Nullable(UInt8) OK 73ms
/aggregate functions/uniqCombined64/LowCardinality(UInt64) OK 95ms
/aggregate functions/uniqExact/Map(Int16,UInt32) OK 71ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Int8)) OK 74ms
/aggregate functions/varPopStable/Nullable(UInt16) OK 83ms
/aggregate functions/uniqExact/Map(Int16,UInt64) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Int16)) OK 93ms
/aggregate functions/uniqCombined64/LowCardinality(UInt128) OK 83ms
/aggregate functions/uniqTheta/Map(UInt64,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/varPopStable/Nullable(UInt32) OK 89ms
/aggregate functions/uniqExact/Map(Int16,UInt128) OK 88ms
/aggregate functions/uniqTheta/Map(UInt64,Array(String)) OK 66ms
/aggregate functions/uniqCombined64/LowCardinality(Int8) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Int32)) OK 81ms
/aggregate functions/uniqTheta/Map(UInt64,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/varPopStable/Nullable(UInt64) OK 81ms
/aggregate functions/uniqExact/Map(Int16,Int8) OK 87ms
/aggregate functions/uniqCombined64/LowCardinality(Int16) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Int64)) OK 90ms
/aggregate functions/uniqTheta/Map(UInt64,Tuple(String)) OK 76ms
/aggregate functions/varPopStable/Nullable(Int8) OK 86ms
/aggregate functions/uniqCombined64/LowCardinality(Int32) OK 86ms
/aggregate functions/uniqExact/Map(Int16,Int16) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Int128)) OK 122ms
/aggregate functions/uniqTheta/Map(UInt128,UInt8) OK 84ms
/aggregate functions/varPopStable/Nullable(Int16) OK 103ms
/aggregate functions/uniqCombined64/LowCardinality(Int64) OK 112ms
/aggregate functions/uniqExact/Map(Int16,Int32) OK 116ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Float32)) OK 79ms
/aggregate functions/uniqTheta/Map(UInt128,UInt16) OK 82ms
/aggregate functions/varPopStable/Nullable(Int32) OK 83ms
/aggregate functions/uniqCombined64/LowCardinality(Int128) OK 86ms
/aggregate functions/uniqExact/Map(Int16,Int64) OK 72ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Float64)) OK 78ms
/aggregate functions/uniqTheta/Map(UInt128,UInt32) OK 79ms
/aggregate functions/varPopStable/Nullable(Int64) OK 82ms
/aggregate functions/uniqExact/Map(Int16,Int128) OK 75ms
/aggregate functions/uniqCombined64/LowCardinality(Float32) OK 76ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Date)) OK 75ms
/aggregate functions/uniqTheta/Map(UInt128,UInt64) OK 78ms
/aggregate functions/varPopStable/Nullable(Float32) OK 89ms
/aggregate functions/uniqExact/Map(Int16,Float32) OK 81ms
/aggregate functions/uniqCombined64/LowCardinality(Float64) OK 69ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(DateTime)) OK 69ms
/aggregate functions/uniqTheta/Map(UInt128,UInt128) OK 76ms
/aggregate functions/uniqCombined64/LowCardinality(Date) OK 76ms
/aggregate functions/uniqExact/Map(Int16,Float64) OK 80ms
/aggregate functions/varPopStable/Nullable(Float64) OK 78ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Bool)) OK 76ms
/aggregate functions/uniqTheta/Map(UInt128,Int8) OK 77ms
/aggregate functions/uniqCombined64/LowCardinality(DateTime) OK 90ms
/aggregate functions/uniqExact/Map(Int16,Decimal128(38)) OK 72ms
/aggregate functions/varPopStable/LowCardinality(UInt8) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(String)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt128,Int16) OK 78ms
/aggregate functions/uniqExact/Map(Int16,Date) OK 68ms
/aggregate functions/varPopStable/LowCardinality(UInt16) OK 67ms
/aggregate functions/uniqCombined64/LowCardinality(Bool) OK 90ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/uniqTheta/Map(UInt128,Int32) OK 74ms
/aggregate functions/uniqExact/Map(Int16,DateTime) OK 75ms
/aggregate functions/varPopStable/LowCardinality(UInt32) OK 72ms
/aggregate functions/uniqCombined64/LowCardinality(String) OK 176ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(UUID)) OK 66ms
/aggregate functions/uniqTheta/Map(UInt128,Int64) OK 163ms
/aggregate functions/uniqExact/Map(Int16,DateTime64(3)) OK 124ms
/aggregate functions/varPopStable/LowCardinality(UInt64) OK 117ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 97ms
/aggregate functions/varPopStable/LowCardinality(Int8) OK 87ms
/aggregate functions/uniqExact/Map(Int16,Bool) OK 79ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/uniqTheta/Map(UInt128,Int128) OK 90ms
/aggregate functions/uniqCombined64/LowCardinality(FixedString(51)) OK 91ms
/aggregate functions/uniqExact/Map(Int16,String) OK 121ms
/aggregate functions/varPopStable/LowCardinality(Int16) OK 111ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 118ms
/aggregate functions/uniqTheta/Map(UInt128,Float32) OK 112ms
/aggregate functions/uniqCombined64/LowCardinality(UUID) OK 96ms
/aggregate functions/varPopStable/LowCardinality(Int32) OK 83ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(UInt8)) OK 83ms
/aggregate functions/uniqExact/Map(Int16,FixedString(51)) OK 88ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/uniqTheta/Map(UInt128,Float64) OK 74ms
/aggregate functions/varPopStable/LowCardinality(Int64) OK 80ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(UInt16)) OK 92ms
/aggregate functions/uniqTheta/Map(UInt128,Decimal128(38)) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/uniqExact/Map(Int16,UUID) OK 78ms
/aggregate functions/varPopStable/LowCardinality(Float32) OK 96ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/uniqTheta/Map(UInt128,Date) OK 81ms
/aggregate functions/uniqExact/Map(Int16,Nullable(UInt8)) OK 90ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt128,DateTime) OK 107ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(UInt64)) OK 103ms
/aggregate functions/varPopStable/LowCardinality(Float64) OK 98ms
/aggregate functions/uniqExact/Map(Int16,Nullable(UInt16)) OK 85ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/uniqExact/Map(Int16,Nullable(UInt32)) OK 72ms
/aggregate functions/uniqTheta/Map(UInt128,DateTime64(3)) OK 75ms
/aggregate functions/varPopStable/LowCardinality(Nullable(UInt8)) OK 69ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(UInt128)) OK 81ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/uniqExact/Map(Int16,Nullable(UInt64)) OK 73ms
/aggregate functions/varPopStable/LowCardinality(Nullable(UInt16)) OK 71ms
/aggregate functions/uniqTheta/Map(UInt128,Bool) OK 72ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(Int8)) OK 80ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/uniqExact/Map(Int16,Nullable(UInt128)) OK 95ms
/aggregate functions/varPopStable/LowCardinality(Nullable(UInt32)) OK 95ms
/aggregate functions/uniqTheta/Map(UInt128,String) OK 75ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(Int16)) OK 90ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/uniqTheta/Map(UInt128,FixedString(51)) OK 102ms
/aggregate functions/uniqExact/Map(Int16,Nullable(Int8)) OK 88ms
/aggregate functions/varPopStable/LowCardinality(Nullable(UInt64)) OK 94ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(Int32)) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/uniqExact/Map(Int16,Nullable(Int16)) OK 96ms
/aggregate functions/uniqTheta/Map(UInt128,UUID) OK 78ms
/aggregate functions/varPopStable/LowCardinality(Nullable(Int8)) OK 77ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(Int64)) OK 89ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(UInt8)) OK 83ms
/aggregate functions/varPopStable/LowCardinality(Nullable(Int16)) OK 86ms
/aggregate functions/uniqExact/Map(Int16,Nullable(Int32)) OK 76ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(Int128)) OK 75ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(UInt16)) OK 85ms
/aggregate functions/uniqExact/Map(Int16,Nullable(Int64)) OK 73ms
/aggregate functions/varPopStable/LowCardinality(Nullable(Int32)) OK 82ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(Float32)) OK 86ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(Bool))) OK 97ms
/aggregate functions/uniqExact/Map(Int16,Nullable(Int128)) OK 99ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(UInt32)) OK 88ms
/aggregate functions/varPopStable/LowCardinality(Nullable(Int64)) OK 76ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(Float64)) OK 79ms
/aggregate functions/varPopStable/LowCardinality(Nullable(Float32)) OK 83ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(UInt64)) OK 133ms
/aggregate functions/uniqExact/Map(Int16,Nullable(Float32)) OK 129ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(Date)) OK 75ms
/aggregate functions/varPopStable/LowCardinality(Nullable(Float64)) OK 121ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 114ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(DateTime)) OK 101ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(UInt128)) OK 93ms
/aggregate functions/uniqExact/Map(Int16,Nullable(Float64)) OK 90ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(Bool)) OK 91ms
/aggregate functions/uniqHLL12/Map(UInt128,LowCardinality(Nullable(UUID))) OK 135ms
/aggregate functions/varSamp OK 4s 261ms
/aggregate functions/varSamp/constant OK 50ms
/aggregate functions/uniqExact/Map(Int16,Nullable(Decimal128(38))) OK 115ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(Int8)) OK 115ms
/aggregate functions/varSamp/zero rows OK 87ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(String)) OK 139ms
/aggregate functions/uniqHLL12/Map(UInt128,Array(String)) OK 104ms
/aggregate functions/varSamp/single row OK 60ms
/aggregate functions/uniqExact/Map(Int16,Nullable(Date)) OK 80ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(Int16)) OK 69ms
/aggregate functions/varSamp/with group by OK 45ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(Int32)) OK 81ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(FixedString(51))) OK 87ms
/aggregate functions/uniqExact/Map(Int16,Nullable(DateTime)) OK 77ms
/aggregate functions/uniqHLL12/Map(UInt128,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/varSamp/some negative values OK 57ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(Int64)) OK 88ms
/aggregate functions/uniqExact/Map(Int16,Nullable(DateTime64(3))) OK 110ms
/aggregate functions/varSamp/NULL value handling OK 65ms
/aggregate functions/uniqCombined64/LowCardinality(Nullable(UUID)) OK 114ms
/aggregate functions/uniqHLL12/Map(UInt128,Tuple(String)) OK 102ms
/aggregate functions/varSamp/single NULL value OK 54ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(Int128)) OK 92ms
/aggregate functions/uniqExact/Map(Int16,Nullable(Bool)) OK 102ms
/aggregate functions/uniqHLL12/Map(Int8,UInt8) OK 102ms
/aggregate functions/uniqCombined64/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 641ms
/aggregate functions/varSamp/return type OK 47ms
/aggregate functions/varSamp/doc example OK 70ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(Float32)) OK 89ms
/aggregate functions/uniqExact/Map(Int16,Nullable(String)) OK 111ms
/aggregate functions/uniqHLL12/Map(Int8,UInt16) OK 111ms
/aggregate functions/varSamp/inf OK 57ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(Float64)) OK 91ms
/aggregate functions/varSamp/-inf OK 60ms
/aggregate functions/uniqExact/Map(Int16,Nullable(FixedString(51))) OK 92ms
/aggregate functions/uniqHLL12/Map(Int8,UInt32) OK 81ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(Decimal128(38))) OK 87ms
/aggregate functions/varSamp/nan OK 44ms
/aggregate functions/varSamp/inf, -inf, nan OK 70ms
/aggregate functions/uniqHLL12/Map(Int8,UInt64) OK 78ms
/aggregate functions/uniqExact/Map(Int16,Nullable(UUID)) OK 80ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(Date)) OK 86ms
/aggregate functions/varSamp/UInt8 OK 75ms
/aggregate functions/uniqHLL12/Map(Int8,UInt128) OK 84ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(UInt8)) OK 82ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(DateTime)) OK 100ms
/aggregate functions/varSamp/UInt16 OK 71ms
/aggregate functions/uniqHLL12/Map(Int8,Int8) OK 118ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(UInt16)) OK 106ms
/aggregate functions/varSamp/UInt32 OK 77ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(UInt32)) OK 70ms
/aggregate functions/uniqHLL12/Map(Int8,Int16) OK 83ms
/aggregate functions/varSamp/UInt64 OK 69ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(Bool)) OK 74ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(UInt64)) OK 78ms
/aggregate functions/varSampStable OK 4s 263ms
/aggregate functions/varSampStable/constant OK 38ms
/aggregate functions/varSamp/Int8 OK 71ms
/aggregate functions/uniqHLL12/Map(Int8,Int32) OK 76ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(String)) OK 72ms
/aggregate functions/varSampStable/zero rows OK 46ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(UInt128)) OK 78ms
/aggregate functions/varSamp/Int16 OK 67ms
/aggregate functions/varSampStable/single row OK 41ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(FixedString(51))) OK 76ms
/aggregate functions/uniqHLL12/Map(Int8,Int64) OK 69ms
/aggregate functions/varSampStable/with group by OK 44ms
/aggregate functions/varSamp/Int32 OK 89ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Int8)) OK 69ms
/aggregate functions/uniqHLL12/Map(Int8,Int128) OK 73ms
/aggregate functions/uniqTheta/Map(UInt128,Nullable(UUID)) OK 81ms
/aggregate functions/varSampStable/some negative values OK 40ms
/aggregate functions/varSampStable/NULL value handling OK 43ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Int16)) OK 79ms
/aggregate functions/uniqHLL12/Map(Int8,Float32) OK 85ms
/aggregate functions/varSamp/Int64 OK 89ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(UInt8)) OK 81ms
/aggregate functions/varSampStable/single NULL value OK 45ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Int32)) OK 73ms
/aggregate functions/varSampStable/return type OK 52ms
/aggregate functions/uniqHLL12/Map(Int8,Float64) OK 85ms
/aggregate functions/varSamp/Float32 OK 72ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(UInt16)) OK 72ms
/aggregate functions/varSampStable/doc example OK 64ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Int64)) OK 78ms
/aggregate functions/varSamp/Float64 OK 101ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(UInt32)) OK 81ms
/aggregate functions/uniqHLL12/Map(Int8,Decimal128(38)) OK 97ms
/aggregate functions/varSampStable/inf OK 58ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Int128)) OK 81ms
/aggregate functions/varSampStable/-inf OK 50ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(UInt64)) OK 88ms
/aggregate functions/varSamp/Nullable(UInt8) OK 90ms
/aggregate functions/uniqHLL12/Map(Int8,Date) OK 80ms
/aggregate functions/varSampStable/nan OK 46ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Float32)) OK 81ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(UInt128)) OK 106ms
/aggregate functions/varSampStable/inf, -inf, nan OK 60ms
/aggregate functions/uniqHLL12/Map(Int8,DateTime) OK 76ms
/aggregate functions/varSamp/Nullable(UInt16) OK 92ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Float64)) OK 79ms
/aggregate functions/varSampStable/UInt8 OK 74ms
/aggregate functions/uniqHLL12/Map(Int8,DateTime64(3)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Int8)) OK 77ms
/aggregate functions/varSamp/Nullable(UInt32) OK 78ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Date)) OK 90ms
/aggregate functions/varSampStable/UInt16 OK 70ms
/aggregate functions/uniqHLL12/Map(Int8,Bool) OK 80ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Int16)) OK 84ms
/aggregate functions/varSamp/Nullable(UInt64) OK 84ms
/aggregate functions/varSampStable/UInt32 OK 80ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(DateTime)) OK 78ms
/aggregate functions/uniqHLL12/Map(Int8,String) OK 82ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Int32)) OK 77ms
/aggregate functions/varSamp/Nullable(Int8) OK 78ms
/aggregate functions/varSampStable/UInt64 OK 73ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Bool)) OK 75ms
/aggregate functions/uniqHLL12/Map(Int8,FixedString(51)) OK 71ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Int64)) OK 83ms
/aggregate functions/varSamp/Nullable(Int16) OK 80ms
/aggregate functions/varSampStable/Int8 OK 76ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(String)) OK 71ms
/aggregate functions/uniqHLL12/Map(Int8,UUID) OK 79ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Int128)) OK 117ms
/aggregate functions/varSamp/Nullable(Int32) OK 133ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(FixedString(51))) OK 106ms
/aggregate functions/varSampStable/Int16 OK 126ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(UInt8)) OK 76ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(UUID)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Float32)) OK 69ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(UInt16)) OK 73ms
/aggregate functions/varSamp/Nullable(Int64) OK 83ms
/aggregate functions/varSampStable/Int32 OK 74ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Float64)) OK 81ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(UInt32)) OK 74ms
/aggregate functions/varSampStable/Int64 OK 88ms
/aggregate functions/varSamp/Nullable(Float32) OK 96ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Date)) OK 79ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(UInt64)) OK 95ms
/aggregate functions/varSampStable/Float32 OK 77ms
/aggregate functions/varSamp/Nullable(Float64) OK 89ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(DateTime)) OK 93ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(UInt128)) OK 83ms
/aggregate functions/varSampStable/Float64 OK 84ms
/aggregate functions/varSamp/LowCardinality(UInt8) OK 75ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Bool)) OK 79ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(Int8)) OK 78ms
/aggregate functions/varSampStable/Nullable(UInt8) OK 79ms
/aggregate functions/varSamp/LowCardinality(UInt16) OK 89ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(String)) OK 76ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(Int16)) OK 82ms
/aggregate functions/varSampStable/Nullable(UInt16) OK 81ms
/aggregate functions/varSamp/LowCardinality(UInt32) OK 81ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(Int32)) OK 79ms
/aggregate functions/varSampStable/Nullable(UInt32) OK 74ms
/aggregate functions/varSamp/LowCardinality(UInt64) OK 113ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(UUID)) OK 103ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(Int64)) OK 92ms
/aggregate functions/varSampStable/Nullable(UInt64) OK 82ms
/aggregate functions/varSamp/LowCardinality(Int8) OK 110ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(Int32))) OK 115ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 101ms
/aggregate functions/varSampStable/Nullable(Int8) OK 105ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(Int128)) OK 79ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(Float32)) OK 71ms
/aggregate functions/varSamp/LowCardinality(Int16) OK 89ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/varSampStable/Nullable(Int16) OK 74ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(Float64)) OK 74ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(Int128))) OK 107ms
/aggregate functions/varSampStable/Nullable(Int32) OK 111ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 107ms
/aggregate functions/varSamp/LowCardinality(Int32) OK 104ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(Decimal128(38))) OK 115ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/varSamp/LowCardinality(Int64) OK 80ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/varSampStable/Nullable(Int64) OK 88ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(Date)) OK 81ms
/aggregate functions/varSamp/LowCardinality(Float32) OK 92ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(Float64))) OK 103ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/varSampStable/Nullable(Float32) OK 115ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(DateTime)) OK 80ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/varSamp/LowCardinality(Float64) OK 77ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/varSampStable/Nullable(Float64) OK 77ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/varSamp/LowCardinality(Nullable(UInt8)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(DateTime))) OK 95ms
/aggregate functions/varSampStable/LowCardinality(UInt8) OK 81ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(Bool)) OK 81ms
/aggregate functions/varSamp/LowCardinality(Nullable(UInt16)) OK 84ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(Int32))) OK 89ms
/aggregate functions/varSampStable/LowCardinality(UInt16) OK 97ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(String)) OK 87ms
/aggregate functions/varSamp/LowCardinality(Nullable(UInt32)) OK 88ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(String))) OK 90ms
/aggregate functions/varSampStable/LowCardinality(UInt32) OK 78ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(FixedString(51))) OK 87ms
/aggregate functions/varSamp/LowCardinality(Nullable(UInt64)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/varSampStable/LowCardinality(UInt64) OK 84ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/uniqHLL12/Map(Int8,Nullable(UUID)) OK 81ms
/aggregate functions/varSamp/LowCardinality(Nullable(Int8)) OK 81ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/uniqExact/Map(Int16,LowCardinality(Nullable(UUID))) OK 113ms
/aggregate functions/varSampStable/LowCardinality(Int8) OK 116ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(UInt8)) OK 109ms
/aggregate functions/varSamp/LowCardinality(Nullable(Int16)) OK 83ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/uniqExact/Map(Int16,Array(String)) OK 80ms
/aggregate functions/varSamp/LowCardinality(Nullable(Int32)) OK 108ms
/aggregate functions/varSampStable/LowCardinality(Int16) OK 102ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(UInt16)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/uniqExact/Map(Int16,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(UInt32)) OK 84ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 123ms
/aggregate functions/varSampStable/LowCardinality(Int32) OK 108ms
/aggregate functions/varSamp/LowCardinality(Nullable(Int64)) OK 112ms
/aggregate functions/uniqExact/Map(Int16,Tuple(String)) OK 76ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(UInt64)) OK 74ms
/aggregate functions/varSampStable/LowCardinality(Int64) OK 77ms
/aggregate functions/varSamp/LowCardinality(Nullable(Float32)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/uniqExact/Map(Int32,UInt8) OK 79ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(UInt128)) OK 76ms
/aggregate functions/varSampStable/LowCardinality(Float32) OK 73ms
/aggregate functions/varSamp/LowCardinality(Nullable(Float64)) OK 82ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/uniqExact/Map(Int32,UInt16) OK 78ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Int8)) OK 70ms
/aggregate functions/varSampStable/LowCardinality(Float64) OK 114ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 115ms
/aggregate functions/welchTTest OK 54s 539ms
/aggregate functions/welchTTest/single value in 0 population OK 52ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Int16)) OK 97ms
/aggregate functions/uniqExact/Map(Int32,UInt32) OK 92ms
/aggregate functions/welchTTest/single value in 1 population OK 93ms
/aggregate functions/varSampStable/LowCardinality(Nullable(UInt8)) OK 101ms
/aggregate functions/uniqExact/Map(Int32,UInt64) OK 71ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Int32)) OK 77ms
/aggregate functions/uniqTheta/Map(UInt128,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/welchTTest/constant OK 42ms
/aggregate functions/uniqExact/Map(Int32,UInt128) OK 84ms
/aggregate functions/uniqTheta/Map(UInt128,Array(String)) OK 100ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Int64)) OK 83ms
/aggregate functions/welchTTest/zero rows OK 40ms
/aggregate functions/varSampStable/LowCardinality(Nullable(UInt16)) OK 82ms
/aggregate functions/welchTTest/single row OK 44ms
/aggregate functions/uniqExact/Map(Int32,Int8) OK 107ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Int128)) OK 115ms
/aggregate functions/welchTTest/single row with zero weight OK 64ms
/aggregate functions/uniqTheta/Map(UInt128,Map(String,LowCardinality(Float64))) OK 97ms
/aggregate functions/varSampStable/LowCardinality(Nullable(UInt32)) OK 90ms
/aggregate functions/welchTTest/with group by OK 49ms
/aggregate functions/uniqExact/Map(Int32,Int16) OK 92ms
/aggregate functions/varSampStable/LowCardinality(Nullable(UInt64)) OK 80ms
/aggregate functions/uniqTheta/Map(UInt128,Tuple(String)) OK 74ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Float32)) OK 93ms
/aggregate functions/welchTTest/some negative values OK 53ms
/aggregate functions/welchTTest/NULL value handling OK 45ms
/aggregate functions/uniqTheta/Map(Int8,UInt8) OK 99ms
/aggregate functions/varSampStable/LowCardinality(Nullable(Int8)) OK 71ms
/aggregate functions/uniqExact/Map(Int32,Int32) OK 71ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Float64)) OK 86ms
/aggregate functions/welchTTest/weight NULL value handling OK 49ms
/aggregate functions/varSampStable/LowCardinality(Nullable(Int16)) OK 103ms
/aggregate functions/uniqExact/Map(Int32,Int64) OK 101ms
/aggregate functions/welchTTest/single NULL value OK 85ms
/aggregate functions/uniqTheta/Map(Int8,UInt16) OK 77ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Date)) OK 81ms
/aggregate functions/welchTTest/return type OK 62ms
/aggregate functions/uniqTheta/Map(Int8,UInt32) OK 87ms
/aggregate functions/varSampStable/LowCardinality(Nullable(Int32)) OK 90ms
/aggregate functions/uniqExact/Map(Int32,Int128) OK 95ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(DateTime)) OK 81ms
/aggregate functions/welchTTest/doc example OK 49ms
/aggregate functions/uniqTheta/Map(Int8,UInt64) OK 103ms
/aggregate functions/varSampStable/LowCardinality(Nullable(Int64)) OK 117ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Bool)) OK 79ms
/aggregate functions/uniqExact/Map(Int32,Float32) OK 81ms
/aggregate functions/welchTTest/inf OK 44ms
/aggregate functions/welchTTest/-inf OK 61ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(String)) OK 100ms
/aggregate functions/uniqExact/Map(Int32,Float64) OK 100ms
/aggregate functions/uniqTheta/Map(Int8,UInt128) OK 97ms
/aggregate functions/varSampStable/LowCardinality(Nullable(Float32)) OK 124ms
/aggregate functions/welchTTest/nan OK 50ms
/aggregate functions/welchTTest/inf, -inf, nan OK 76ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(FixedString(51))) OK 134ms
/aggregate functions/uniqExact/Map(Int32,Decimal128(38)) OK 123ms
/aggregate functions/uniqTheta/Map(Int8,Int8) OK 129ms
/aggregate functions/varSampStable/LowCardinality(Nullable(Float64)) OK 103ms
/aggregate functions/welchTTest/datatypes OK 53s 570ms
/aggregate functions/welchTTest/datatypes/permutations OK 53s 569ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,uint8 OK 76ms
/aggregate functions/uniqExact/Map(Int32,Date) OK 85ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(UUID)) OK 81ms
/aggregate functions/uniqTheta/Map(Int8,Int16) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,uint64 OK 77ms
/aggregate functions/uniqExact/Map(Int32,DateTime) OK 71ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,uint32 OK 82ms
/aggregate functions/uniqTheta/Map(Int8,Int32) OK 88ms
/aggregate functions/uniqExact/Map(Int32,DateTime64(3)) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,uint16 OK 84ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(UInt16))) OK 99ms
/aggregate functions/uniqTheta/Map(Int8,Int64) OK 104ms
/aggregate functions/uniqExact/Map(Int32,Bool) OK 95ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,nullable_uint8_ OK 105ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(UInt32))) OK 157ms
/aggregate functions/uniqTheta/Map(Int8,Int128) OK 167ms
/aggregate functions/uniqExact/Map(Int32,String) OK 128ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,nullable_uint64_ OK 107ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(UInt64))) OK 97ms
/aggregate functions/uniqTheta/Map(Int8,Float32) OK 100ms
/aggregate functions/uniqExact/Map(Int32,FixedString(51)) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,nullable_uint32_ OK 107ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/uniqExact/Map(Int32,UUID) OK 99ms
/aggregate functions/uniqTheta/Map(Int8,Float64) OK 100ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,nullable_uint16_ OK 85ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/uniqExact/Map(Int32,Nullable(UInt8)) OK 105ms
/aggregate functions/uniqTheta/Map(Int8,Decimal128(38)) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,lowcardinality_uint8_ OK 100ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(Int16))) OK 98ms
/aggregate functions/uniqTheta/Map(Int8,Date) OK 90ms
/aggregate functions/uniqExact/Map(Int32,Nullable(UInt16)) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,lowcardinality_uint64_ OK 88ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(Int32))) OK 101ms
/aggregate functions/uniqTheta/Map(Int8,DateTime) OK 104ms
/aggregate functions/uniqExact/Map(Int32,Nullable(UInt32)) OK 89ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,lowcardinality_uint32_ OK 90ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(Int64))) OK 120ms
/aggregate functions/uniqExact/Map(Int32,Nullable(UInt64)) OK 119ms
/aggregate functions/uniqTheta/Map(Int8,DateTime64(3)) OK 111ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,lowcardinality_uint16_ OK 107ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/uniqTheta/Map(Int8,Bool) OK 91ms
/aggregate functions/uniqExact/Map(Int32,Nullable(UInt128)) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/uniqExact/Map(Int32,Nullable(Int8)) OK 96ms
/aggregate functions/uniqTheta/Map(Int8,String) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/uniqTheta/Map(Int8,FixedString(51)) OK 71ms
/aggregate functions/uniqExact/Map(Int32,Nullable(Int16)) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(Date))) OK 68ms
/aggregate functions/uniqExact/Map(Int32,Nullable(Int32)) OK 76ms
/aggregate functions/uniqTheta/Map(Int8,UUID) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,uint8 OK 75ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(DateTime))) OK 67ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(UInt8)) OK 71ms
/aggregate functions/uniqExact/Map(Int32,Nullable(Int64)) OK 67ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,uint64 OK 64ms
/aggregate functions/uniqExact/Map(Int32,Nullable(Int128)) OK 68ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(UInt16)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,uint32 OK 70ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/uniqExact/Map(Int32,Nullable(Float32)) OK 81ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(UInt32)) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,uint16 OK 75ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(UInt64)) OK 83ms
/aggregate functions/uniqExact/Map(Int32,Nullable(Float64)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,nullable_uint8_ OK 76ms
/aggregate functions/uniqHLL12/Map(Int8,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/uniqExact/Map(Int32,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(UInt128)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,nullable_uint64_ OK 79ms
/aggregate functions/uniqHLL12/Map(Int8,Array(String)) OK 112ms
/aggregate functions/uniqExact/Map(Int32,Nullable(Date)) OK 82ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(Int8)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,nullable_uint32_ OK 88ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(Int16)) OK 73ms
/aggregate functions/uniqHLL12/Map(Int8,Map(String,LowCardinality(Float64))) OK 69ms
/aggregate functions/uniqExact/Map(Int32,Nullable(DateTime)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,nullable_uint16_ OK 65ms
/aggregate functions/uniqHLL12/Map(Int8,Tuple(String)) OK 78ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(Int32)) OK 68ms
/aggregate functions/uniqExact/Map(Int32,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,lowcardinality_uint8_ OK 68ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(Int64)) OK 67ms
/aggregate functions/uniqHLL12/Map(Int16,UInt8) OK 74ms
/aggregate functions/uniqExact/Map(Int32,Nullable(Bool)) OK 64ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,lowcardinality_uint64_ OK 73ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(Int128)) OK 69ms
/aggregate functions/uniqExact/Map(Int32,Nullable(String)) OK 69ms
/aggregate functions/uniqHLL12/Map(Int16,UInt16) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,lowcardinality_uint32_ OK 76ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(Float32)) OK 81ms
/aggregate functions/uniqExact/Map(Int32,Nullable(FixedString(51))) OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,UInt32) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,lowcardinality_uint16_ OK 74ms
/aggregate functions/uniqExact/Map(Int32,Nullable(UUID)) OK 74ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(Float64)) OK 68ms
/aggregate functions/uniqHLL12/Map(Int16,UInt64) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(Decimal128(38))) OK 66ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(UInt8)) OK 66ms
/aggregate functions/uniqHLL12/Map(Int16,UInt128) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(Date)) OK 71ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(UInt16)) OK 67ms
/aggregate functions/uniqHLL12/Map(Int16,Int8) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(UInt32)) OK 69ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(DateTime)) OK 74ms
/aggregate functions/uniqHLL12/Map(Int16,Int16) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(UInt64)) OK 65ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,Int32) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,uint8 OK 68ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(UInt128)) OK 67ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(Bool)) OK 66ms
/aggregate functions/uniqHLL12/Map(Int16,Int64) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,uint64 OK 70ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Int8)) OK 69ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(String)) OK 74ms
/aggregate functions/uniqHLL12/Map(Int16,Int128) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,uint32 OK 77ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Int16)) OK 69ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqHLL12/Map(Int16,Float32) OK 72ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Int32)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,uint16 OK 78ms
/aggregate functions/uniqTheta/Map(Int8,Nullable(UUID)) OK 76ms
/aggregate functions/uniqHLL12/Map(Int16,Float64) OK 77ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Int64)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,nullable_uint8_ OK 76ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(UInt8)) OK 72ms
/aggregate functions/uniqHLL12/Map(Int16,Decimal128(38)) OK 69ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Int128)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,nullable_uint64_ OK 68ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(UInt16)) OK 76ms
/aggregate functions/uniqHLL12/Map(Int16,Date) OK 97ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Float32)) OK 84ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,nullable_uint32_ OK 72ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(UInt32)) OK 108ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Float64)) OK 80ms
/aggregate functions/uniqHLL12/Map(Int16,DateTime) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,nullable_uint16_ OK 71ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(UInt64)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,lowcardinality_uint8_ OK 72ms
/aggregate functions/uniqHLL12/Map(Int16,DateTime64(3)) OK 72ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Date)) OK 72ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(UInt128)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,lowcardinality_uint64_ OK 69ms
/aggregate functions/uniqHLL12/Map(Int16,Bool) OK 71ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(DateTime)) OK 69ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Int8)) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,lowcardinality_uint32_ OK 76ms
/aggregate functions/uniqHLL12/Map(Int16,String) OK 79ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Bool)) OK 64ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Int16)) OK 69ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(String)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,lowcardinality_uint16_ OK 79ms
/aggregate functions/uniqHLL12/Map(Int16,FixedString(51)) OK 68ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Int32)) OK 65ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/uniqHLL12/Map(Int16,UUID) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Int64)) OK 65ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(UUID)) OK 76ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(UInt8)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 66ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Int128)) OK 66ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(UInt16)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Float32)) OK 68ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(UInt32)) OK 75ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 148ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Float64)) OK 139ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(UInt64)) OK 90ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Date)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,uint8 OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(UInt128)) OK 74ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,uint64 OK 71ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(DateTime)) OK 83ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(Int8)) OK 83ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(UInt128))) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,uint32 OK 69ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Bool)) OK 67ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(Int16)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,uint16 OK 68ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(String)) OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(Int32)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,nullable_uint8_ OK 76ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(Int64)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,nullable_uint64_ OK 97ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(UUID)) OK 87ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(Int128)) OK 75ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(Float32)) OK 93ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,nullable_uint32_ OK 71ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,nullable_uint16_ OK 74ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(Float32))) OK 63ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(Float64)) OK 67ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,lowcardinality_uint8_ OK 80ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,lowcardinality_uint64_ OK 80ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(Date)) OK 74ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(UInt64))) OK 63ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(DateTime)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,lowcardinality_uint32_ OK 69ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,lowcardinality_uint16_ OK 69ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(Bool)) OK 69ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(String)) OK 98ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(Int32))) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/uniqExact/Map(Int32,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(FixedString(51))) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/uniqExact/Map(Int32,Array(String)) OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,Nullable(UUID)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,uint8 OK 73ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(Float32))) OK 69ms
/aggregate functions/uniqExact/Map(Int32,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(UInt8)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,uint64 OK 68ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/uniqExact/Map(Int32,Tuple(String)) OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(UInt16)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,uint32 OK 79ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/uniqExact/Map(Int64,UInt8) OK 74ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(UInt32)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,uint16 OK 74ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(DateTime))) OK 64ms
/aggregate functions/uniqExact/Map(Int64,UInt16) OK 65ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(UInt64)) OK 75ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 64ms
/aggregate functions/uniqExact/Map(Int64,UInt32) OK 69ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(UInt128)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 76ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/uniqExact/Map(Int64,UInt64) OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Int8)) OK 73ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 67ms
/aggregate functions/uniqExact/Map(Int64,UInt128) OK 73ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Int16)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 70ms
/aggregate functions/uniqTheta/Map(Int8,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/uniqExact/Map(Int64,Int8) OK 72ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Int32)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 79ms
/aggregate functions/uniqTheta/Map(Int8,Array(String)) OK 73ms
/aggregate functions/uniqExact/Map(Int64,Int16) OK 62ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Int64)) OK 65ms
/aggregate functions/uniqExact/Map(Int64,Int32) OK 86ms
/aggregate functions/uniqTheta/Map(Int8,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 67ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Int128)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 95ms
/aggregate functions/uniqTheta/Map(Int8,Tuple(String)) OK 70ms
/aggregate functions/uniqExact/Map(Int64,Int64) OK 81ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Float32)) OK 66ms
/aggregate functions/uniqTheta/Map(Int16,UInt8) OK 75ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Float64)) OK 72ms
/aggregate functions/uniqExact/Map(Int64,Int128) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 66ms
/aggregate functions/uniqTheta/Map(Int16,UInt16) OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Date)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/uniqExact/Map(Int64,Float32) OK 69ms
/aggregate functions/uniqTheta/Map(Int16,UInt32) OK 77ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(DateTime)) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 66ms
/aggregate functions/uniqExact/Map(Int64,Float64) OK 67ms
/aggregate functions/uniqTheta/Map(Int16,UInt64) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 66ms
/aggregate functions/uniqExact/Map(Int64,Decimal128(38)) OK 83ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Bool)) OK 62ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 66ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(String)) OK 64ms
/aggregate functions/uniqTheta/Map(Int16,UInt128) OK 106ms
/aggregate functions/uniqExact/Map(Int64,Date) OK 103ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,uint8 OK 69ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/uniqTheta/Map(Int16,Int8) OK 75ms
/aggregate functions/uniqExact/Map(Int64,DateTime) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,uint64 OK 67ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(UUID)) OK 61ms
/aggregate functions/uniqExact/Map(Int64,DateTime64(3)) OK 76ms
/aggregate functions/uniqTheta/Map(Int16,Int16) OK 89ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(UInt8))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,uint32 OK 79ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(UInt16))) OK 65ms
/aggregate functions/uniqExact/Map(Int64,Bool) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,uint16 OK 62ms
/aggregate functions/uniqTheta/Map(Int16,Int32) OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/uniqExact/Map(Int64,String) OK 63ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 69ms
/aggregate functions/uniqTheta/Map(Int16,Int64) OK 64ms
/aggregate functions/uniqExact/Map(Int64,FixedString(51)) OK 67ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(UInt64))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 66ms
/aggregate functions/uniqTheta/Map(Int16,Int128) OK 66ms
/aggregate functions/uniqExact/Map(Int64,UUID) OK 93ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(UInt128))) OK 91ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 78ms
/aggregate functions/uniqTheta/Map(Int16,Float32) OK 69ms
/aggregate functions/uniqTheta/Map(Int16,Float64) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 82ms
/aggregate functions/uniqExact/Map(Int64,Nullable(UInt8)) OK 76ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(Int8))) OK 65ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/uniqTheta/Map(Int16,Decimal128(38)) OK 79ms
/aggregate functions/uniqExact/Map(Int64,Nullable(UInt16)) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 90ms
/aggregate functions/uniqTheta/Map(Int16,Date) OK 74ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(Int32))) OK 63ms
/aggregate functions/uniqExact/Map(Int64,Nullable(UInt32)) OK 85ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/uniqTheta/Map(Int16,DateTime) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 73ms
/aggregate functions/uniqExact/Map(Int64,Nullable(UInt64)) OK 74ms
/aggregate functions/uniqTheta/Map(Int16,DateTime64(3)) OK 71ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 70ms
/aggregate functions/uniqExact/Map(Int64,Nullable(UInt128)) OK 69ms
/aggregate functions/uniqTheta/Map(Int16,Bool) OK 66ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(Float32))) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 67ms
/aggregate functions/uniqExact/Map(Int64,Nullable(Int8)) OK 79ms
/aggregate functions/uniqTheta/Map(Int16,String) OK 72ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(Float64))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/uniqExact/Map(Int64,Nullable(Int16)) OK 71ms
/aggregate functions/uniqTheta/Map(Int16,FixedString(51)) OK 70ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(Date))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/uniqExact/Map(Int64,Nullable(Int32)) OK 65ms
/aggregate functions/uniqTheta/Map(Int16,UUID) OK 71ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(DateTime))) OK 64ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/uniqExact/Map(Int64,Nullable(Int64)) OK 80ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(Bool))) OK 67ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(UInt8)) OK 91ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,uint8 OK 80ms
/aggregate functions/uniqExact/Map(Int64,Nullable(Int128)) OK 75ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(String))) OK 92ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(UInt16)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,uint64 OK 80ms
/aggregate functions/uniqExact/Map(Int64,Nullable(Float32)) OK 78ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(UInt32)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,uint32 OK 69ms
/aggregate functions/uniqExact/Map(Int64,Nullable(Float64)) OK 68ms
/aggregate functions/uniqHLL12/Map(Int16,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(UInt64)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,uint16 OK 68ms
/aggregate functions/uniqExact/Map(Int64,Nullable(Decimal128(38))) OK 100ms
/aggregate functions/uniqHLL12/Map(Int16,Array(String)) OK 68ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(UInt128)) OK 113ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 113ms
/aggregate functions/uniqExact/Map(Int64,Nullable(Date)) OK 76ms
/aggregate functions/uniqHLL12/Map(Int16,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(Int8)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 74ms
/aggregate functions/uniqExact/Map(Int64,Nullable(DateTime)) OK 93ms
/aggregate functions/uniqHLL12/Map(Int16,Tuple(String)) OK 84ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(Int16)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 67ms
/aggregate functions/uniqHLL12/Map(Int32,UInt8) OK 70ms
/aggregate functions/uniqExact/Map(Int64,Nullable(DateTime64(3))) OK 67ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(Int32)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 69ms
/aggregate functions/uniqHLL12/Map(Int32,UInt16) OK 76ms
/aggregate functions/uniqExact/Map(Int64,Nullable(Bool)) OK 80ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(Int64)) OK 101ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 101ms
/aggregate functions/uniqHLL12/Map(Int32,UInt32) OK 128ms
/aggregate functions/uniqExact/Map(Int64,Nullable(String)) OK 120ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(Int128)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 65ms
/aggregate functions/uniqExact/Map(Int64,Nullable(FixedString(51))) OK 77ms
/aggregate functions/uniqHLL12/Map(Int32,UInt64) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 75ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(Float32)) OK 79ms
/aggregate functions/uniqExact/Map(Int64,Nullable(UUID)) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 78ms
/aggregate functions/uniqHLL12/Map(Int32,UInt128) OK 67ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(Float64)) OK 82ms
/aggregate functions/uniqHLL12/Map(Int32,Int8) OK 82ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(UInt8)) OK 84ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/uniqHLL12/Map(Int32,Int16) OK 76ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(UInt16)) OK 73ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(Date)) OK 72ms
/aggregate functions/uniqHLL12/Map(Int32,Int32) OK 74ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(UInt32)) OK 75ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(DateTime)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/uniqHLL12/Map(Int32,Int64) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(UInt64)) OK 68ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(UInt128)) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,uint8 OK 69ms
/aggregate functions/uniqHLL12/Map(Int32,Int128) OK 70ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(Bool)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,uint64 OK 91ms
/aggregate functions/uniqHLL12/Map(Int32,Float32) OK 87ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(String)) OK 92ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Int8)) OK 86ms
/aggregate functions/uniqHLL12/Map(Int32,Float64) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,uint32 OK 74ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Int16)) OK 87ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(FixedString(51))) OK 84ms
/aggregate functions/uniqHLL12/Map(Int32,Decimal128(38)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,uint16 OK 69ms
/aggregate functions/uniqTheta/Map(Int16,Nullable(UUID)) OK 102ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Int32)) OK 98ms
/aggregate functions/uniqHLL12/Map(Int32,Date) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 107ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Int64)) OK 69ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(UInt8)) OK 79ms
/aggregate functions/uniqHLL12/Map(Int32,DateTime) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 74ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Int128)) OK 80ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(UInt16)) OK 73ms
/aggregate functions/uniqHLL12/Map(Int32,DateTime64(3)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 67ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Float32)) OK 79ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(UInt32)) OK 69ms
/aggregate functions/uniqHLL12/Map(Int32,Bool) OK 63ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 118ms
/aggregate functions/uniqHLL12/Map(Int32,String) OK 102ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(UInt64)) OK 104ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Float64)) OK 96ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 87ms
/aggregate functions/uniqHLL12/Map(Int32,FixedString(51)) OK 77ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Date)) OK 69ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(UInt128)) OK 69ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(DateTime)) OK 81ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Int8)) OK 77ms
/aggregate functions/uniqHLL12/Map(Int32,UUID) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 63ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(UInt8)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 79ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Int16)) OK 82ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Bool)) OK 82ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(UInt16)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 74ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Int32)) OK 87ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(String)) OK 83ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(UInt32)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Int64)) OK 65ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(UInt64)) OK 65ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Int128)) OK 89ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(UUID)) OK 85ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(UInt128)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Float32)) OK 72ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(Int8)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Float64)) OK 70ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(Int16)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,uint8 OK 67ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Date)) OK 67ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(Int32)) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,uint64 OK 80ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(DateTime)) OK 70ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(UInt64))) OK 68ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(Int64)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,uint32 OK 76ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Bool)) OK 95ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(Int128)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,uint16 OK 75ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(String)) OK 70ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(Float32)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 82ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(FixedString(51))) OK 92ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(Float64)) OK 91ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 74ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(UUID)) OK 94ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 68ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(Date)) OK 68ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 71ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(DateTime)) OK 72ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 75ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 67ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(Bool)) OK 76ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 76ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(String)) OK 78ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(UInt128))) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 77ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(FixedString(51))) OK 70ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/uniqHLL12/Map(Int32,Nullable(UUID)) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(Bool))) OK 170ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(Int16))) OK 166ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(UInt8)) OK 138ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 114ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(UInt16)) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(Int64))) OK 113ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(UInt32)) OK 107ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,uint8 OK 97ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(UInt64)) OK 82ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/uniqExact/Map(Int64,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,uint64 OK 73ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/uniqExact/Map(Int64,Array(String)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,uint32 OK 83ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(UInt128)) OK 73ms
/aggregate functions/uniqExact/Map(Int64,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Int8)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,uint16 OK 66ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(Float64))) OK 65ms
/aggregate functions/uniqExact/Map(Int64,Tuple(String)) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 71ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Int16)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 79ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/uniqExact/Map(Int128,UInt8) OK 68ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Int32)) OK 72ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(Bool))) OK 79ms
/aggregate functions/uniqExact/Map(Int128,UInt16) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 67ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Int64)) OK 62ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Int128)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 76ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/uniqExact/Map(Int128,UInt32) OK 74ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Float32)) OK 102ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 88ms
/aggregate functions/uniqExact/Map(Int128,UInt64) OK 70ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/uniqExact/Map(Int128,UInt128) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 75ms
/aggregate functions/uniqTheta/Map(Int16,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Float64)) OK 88ms
/aggregate functions/uniqExact/Map(Int128,Int8) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 86ms
/aggregate functions/uniqTheta/Map(Int16,Array(String)) OK 83ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Date)) OK 91ms
/aggregate functions/uniqExact/Map(Int128,Int16) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 75ms
/aggregate functions/uniqTheta/Map(Int16,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(DateTime)) OK 78ms
/aggregate functions/uniqExact/Map(Int128,Int32) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/uniqTheta/Map(Int16,Tuple(String)) OK 71ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Bool)) OK 73ms
/aggregate functions/uniqExact/Map(Int128,Int64) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/uniqTheta/Map(Int32,UInt8) OK 81ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(String)) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/uniqExact/Map(Int128,Int128) OK 75ms
/aggregate functions/uniqTheta/Map(Int32,UInt16) OK 113ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(FixedString(51))) OK 97ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 114ms
/aggregate functions/uniqExact/Map(Int128,Float32) OK 110ms
/aggregate functions/uniqTheta/Map(Int32,UInt32) OK 78ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(UUID)) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,uint8 OK 74ms
/aggregate functions/uniqExact/Map(Int128,Float64) OK 76ms
/aggregate functions/uniqTheta/Map(Int32,UInt64) OK 79ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(UInt8))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,uint64 OK 78ms
/aggregate functions/uniqExact/Map(Int128,Decimal128(38)) OK 68ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/uniqTheta/Map(Int32,UInt128) OK 69ms
/aggregate functions/uniqExact/Map(Int128,Date) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,uint32 OK 77ms
/aggregate functions/uniqTheta/Map(Int32,Int8) OK 83ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/uniqExact/Map(Int128,DateTime) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,uint16 OK 74ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/uniqTheta/Map(Int32,Int16) OK 73ms
/aggregate functions/uniqExact/Map(Int128,DateTime64(3)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 79ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/uniqTheta/Map(Int32,Int32) OK 80ms
/aggregate functions/uniqExact/Map(Int128,Bool) OK 104ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 96ms
/aggregate functions/uniqTheta/Map(Int32,Int64) OK 84ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/uniqExact/Map(Int128,String) OK 93ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 88ms
/aggregate functions/uniqTheta/Map(Int32,Int128) OK 87ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/uniqExact/Map(Int128,FixedString(51)) OK 97ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 102ms
/aggregate functions/uniqTheta/Map(Int32,Float32) OK 104ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/uniqExact/Map(Int128,UUID) OK 90ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 75ms
/aggregate functions/uniqTheta/Map(Int32,Float64) OK 75ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 88ms
/aggregate functions/uniqTheta/Map(Int32,Decimal128(38)) OK 82ms
/aggregate functions/uniqExact/Map(Int128,Nullable(UInt8)) OK 77ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/uniqExact/Map(Int128,Nullable(UInt16)) OK 82ms
/aggregate functions/uniqTheta/Map(Int32,Date) OK 84ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 80ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/uniqExact/Map(Int128,Nullable(UInt32)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 76ms
/aggregate functions/uniqTheta/Map(Int32,DateTime) OK 71ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/uniqTheta/Map(Int32,DateTime64(3)) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/uniqExact/Map(Int128,Nullable(UInt64)) OK 71ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/uniqExact/Map(Int128,Nullable(UInt128)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/uniqTheta/Map(Int32,Bool) OK 73ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/uniqExact/Map(Int128,Nullable(Int8)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/uniqTheta/Map(Int32,String) OK 78ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/uniqExact/Map(Int128,Nullable(Int16)) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/uniqTheta/Map(Int32,FixedString(51)) OK 76ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 98ms
/aggregate functions/uniqExact/Map(Int128,Nullable(Int32)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,uint8 OK 130ms
/aggregate functions/uniqTheta/Map(Int32,UUID) OK 137ms
/aggregate functions/uniqExact/Map(Int128,Nullable(Int64)) OK 82ms
/aggregate functions/uniqHLL12/Map(Int32,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,uint64 OK 109ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(UInt8)) OK 79ms
/aggregate functions/uniqExact/Map(Int128,Nullable(Int128)) OK 82ms
/aggregate functions/uniqHLL12/Map(Int32,Array(String)) OK 81ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(UInt16)) OK 98ms
/aggregate functions/uniqExact/Map(Int128,Nullable(Float32)) OK 78ms
/aggregate functions/uniqHLL12/Map(Int32,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,uint32 OK 90ms
/aggregate functions/uniqExact/Map(Int128,Nullable(Float64)) OK 96ms
/aggregate functions/uniqHLL12/Map(Int32,Tuple(String)) OK 72ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(UInt32)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,uint16 OK 73ms
/aggregate functions/uniqHLL12/Map(Int64,UInt8) OK 78ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(UInt64)) OK 84ms
/aggregate functions/uniqExact/Map(Int128,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 74ms
/aggregate functions/uniqHLL12/Map(Int64,UInt16) OK 93ms
/aggregate functions/uniqExact/Map(Int128,Nullable(Date)) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 91ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(UInt128)) OK 84ms
/aggregate functions/uniqHLL12/Map(Int64,UInt32) OK 92ms
/aggregate functions/uniqExact/Map(Int128,Nullable(DateTime)) OK 75ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(Int8)) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 81ms
/aggregate functions/uniqExact/Map(Int128,Nullable(DateTime64(3))) OK 88ms
/aggregate functions/uniqHLL12/Map(Int64,UInt64) OK 96ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(Int16)) OK 90ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 76ms
/aggregate functions/uniqExact/Map(Int128,Nullable(Bool)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 70ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(Int32)) OK 72ms
/aggregate functions/uniqHLL12/Map(Int64,UInt128) OK 72ms
/aggregate functions/uniqExact/Map(Int128,Nullable(String)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 68ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(Int64)) OK 70ms
/aggregate functions/uniqHLL12/Map(Int64,Int8) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 71ms
/aggregate functions/uniqExact/Map(Int128,Nullable(FixedString(51))) OK 64ms
/aggregate functions/uniqHLL12/Map(Int64,Int16) OK 70ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(Int128)) OK 62ms
/aggregate functions/uniqExact/Map(Int128,Nullable(UUID)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 69ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(Float32)) OK 84ms
/aggregate functions/uniqHLL12/Map(Int64,Int32) OK 77ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(UInt8)) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/uniqHLL12/Map(Int64,Int64) OK 82ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(Float64)) OK 66ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(UInt16)) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(Decimal128(38))) OK 97ms
/aggregate functions/uniqHLL12/Map(Int64,Int128) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(UInt32)) OK 79ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(Date)) OK 87ms
/aggregate functions/uniqHLL12/Map(Int64,Float32) OK 89ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(UInt64)) OK 142ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 135ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(DateTime)) OK 122ms
/aggregate functions/uniqHLL12/Map(Int64,Float64) OK 117ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,uint8 XFail 89ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(UInt128)) OK 84ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/uniqHLL12/Map(Int64,Decimal128(38)) OK 83ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(Bool)) OK 95ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Int8)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,uint64 XFail 78ms
/aggregate functions/uniqHLL12/Map(Int64,Date) OK 71ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Int16)) OK 104ms
/aggregate functions/uniqHLL12/Map(Int64,DateTime) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,uint32 XFail 99ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(String)) OK 67ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(FixedString(51))) OK 127ms
/aggregate functions/uniqHLL12/Map(Int64,DateTime64(3)) OK 124ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Int32)) OK 100ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,uint16 XFail 96ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,nullable_uint8_ XFail 75ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Int64)) OK 71ms
/aggregate functions/uniqTheta/Map(Int32,Nullable(UUID)) OK 77ms
/aggregate functions/uniqHLL12/Map(Int64,Bool) OK 76ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Int128)) OK 84ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,nullable_uint64_ XFail 74ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(UInt8)) OK 78ms
/aggregate functions/uniqHLL12/Map(Int64,String) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,nullable_uint32_ XFail 88ms
/aggregate functions/uniqHLL12/Map(Int64,FixedString(51)) OK 71ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Float32)) OK 70ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(UInt16)) OK 81ms
/aggregate functions/uniqHLL12/Map(Int64,UUID) OK 86ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Float64)) OK 97ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,nullable_uint16_ XFail 86ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(UInt32)) OK 82ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(UInt8)) OK 109ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(UInt64)) OK 80ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Date)) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ XFail 84ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(UInt128)) OK 109ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ XFail 86ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(DateTime)) OK 93ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(UInt16)) OK 97ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ XFail 76ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Bool)) OK 82ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Int8)) OK 82ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(UInt32)) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ XFail 80ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(String)) OK 105ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Int16)) OK 74ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(UInt64)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ XFail 75ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Int32)) OK 67ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(UInt128)) OK 78ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ XFail 76ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Int64)) OK 74ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(Int8)) OK 97ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(UUID)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ XFail 80ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Int128)) OK 78ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(Int16)) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ XFail 96ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Float32)) OK 87ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(Int32)) OK 82ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Float64)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,uint8 OK 67ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(Int64)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,uint64 OK 76ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Date)) OK 68ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(UInt64))) OK 66ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(Int128)) OK 64ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(DateTime)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,uint32 OK 67ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(UInt128))) OK 68ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(Float32)) OK 68ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Bool)) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,uint16 OK 88ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(Float64)) OK 66ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(String)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 74ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(FixedString(51))) OK 103ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 108ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(Date)) OK 98ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(Int64))) OK 146ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(UUID)) OK 118ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(DateTime)) OK 111ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 106ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 74ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 76ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(Bool)) OK 80ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 85ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(String)) OK 87ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 76ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(UInt64))) OK 97ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(FixedString(51))) OK 95ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 77ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/uniqHLL12/Map(Int64,Nullable(UUID)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(Int8))) OK 101ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(UInt8)) OK 92ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(UInt16)) OK 85ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 99ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(UInt32)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(UInt64)) OK 82ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/uniqExact/Map(Int128,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,uint8 OK 108ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(UInt128)) OK 82ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(Int128))) OK 96ms
/aggregate functions/uniqExact/Map(Int128,Array(String)) OK 83ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Int8)) OK 82ms
/aggregate functions/uniqExact/Map(Int128,Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,uint64 OK 82ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(Float32))) OK 99ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Int16)) OK 112ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,uint32 OK 134ms
/aggregate functions/uniqExact/Map(Int128,Tuple(String)) OK 144ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(Float64))) OK 125ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Int32)) OK 116ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,uint16 OK 116ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(Date))) OK 110ms
/aggregate functions/uniqExact/Map(Date,UInt8) OK 114ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Int64)) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 103ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(DateTime))) OK 106ms
/aggregate functions/uniqExact/Map(Date,UInt16) OK 88ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Int128)) OK 80ms
/aggregate functions/uniqExact/Map(Date,UInt32) OK 97ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 88ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(Bool))) OK 95ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Float32)) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 108ms
/aggregate functions/uniqExact/Map(Date,UInt64) OK 148ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Float64)) OK 131ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 132ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 120ms
/aggregate functions/uniqExact/Map(Date,UInt128) OK 97ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Date)) OK 88ms
/aggregate functions/uniqTheta/Map(Int32,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 80ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(DateTime)) OK 82ms
/aggregate functions/uniqExact/Map(Date,Int8) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 76ms
/aggregate functions/uniqTheta/Map(Int32,Array(String)) OK 74ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Bool)) OK 114ms
/aggregate functions/uniqExact/Map(Date,Int16) OK 107ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 164ms
/aggregate functions/uniqTheta/Map(Int32,Map(String,LowCardinality(Float64))) OK 139ms
/aggregate functions/uniqExact/Map(Date,Int32) OK 105ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(String)) OK 113ms
/aggregate functions/uniqTheta/Map(Int32,Tuple(String)) OK 118ms
/aggregate functions/uniqExact/Map(Date,Int64) OK 108ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 103ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(FixedString(51))) OK 100ms
/aggregate functions/uniqTheta/Map(Int64,UInt8) OK 101ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/uniqExact/Map(Date,Int128) OK 70ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(UUID)) OK 72ms
/aggregate functions/uniqExact/Map(Date,Float32) OK 75ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(UInt8))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/uniqTheta/Map(Int64,UInt16) OK 72ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/uniqExact/Map(Date,Float64) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/uniqTheta/Map(Int64,UInt32) OK 88ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(UInt32))) OK 95ms
/aggregate functions/uniqExact/Map(Date,Decimal128(38)) OK 84ms
/aggregate functions/welchTTest/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/uniqTheta/Map(Int64,UInt64) OK 67ms
/aggregate functions/uniqExact/Map(Date,Date) OK 76ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/uniqTheta/Map(Int64,UInt128) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,uint8 OK 81ms
/aggregate functions/uniqExact/Map(Date,DateTime) OK 76ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/uniqTheta/Map(Int64,Int8) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,uint64 OK 68ms
/aggregate functions/uniqExact/Map(Date,DateTime64(3)) OK 94ms
/aggregate functions/uniqTheta/Map(Int64,Int16) OK 84ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,uint32 OK 71ms
/aggregate functions/uniqTheta/Map(Int64,Int32) OK 83ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/uniqExact/Map(Date,Bool) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,uint16 OK 81ms
/aggregate functions/uniqExact/Map(Date,String) OK 82ms
/aggregate functions/uniqTheta/Map(Int64,Int64) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 74ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/uniqTheta/Map(Int64,Int128) OK 81ms
/aggregate functions/uniqExact/Map(Date,FixedString(51)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 89ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/uniqExact/Map(Date,UUID) OK 75ms
/aggregate functions/uniqTheta/Map(Int64,Float32) OK 69ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 67ms
/aggregate functions/uniqTheta/Map(Int64,Float64) OK 70ms
/aggregate functions/uniqExact/Map(Date,Nullable(UInt8)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 75ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/uniqExact/Map(Date,Nullable(UInt16)) OK 69ms
/aggregate functions/uniqTheta/Map(Int64,Decimal128(38)) OK 72ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 69ms
/aggregate functions/uniqExact/Map(Date,Nullable(UInt32)) OK 69ms
/aggregate functions/uniqTheta/Map(Int64,Date) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 108ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(Date))) OK 103ms
/aggregate functions/uniqExact/Map(Date,Nullable(UInt64)) OK 100ms
/aggregate functions/uniqTheta/Map(Int64,DateTime) OK 95ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 104ms
/aggregate functions/uniqExact/Map(Date,Nullable(UInt128)) OK 75ms
/aggregate functions/uniqTheta/Map(Int64,DateTime64(3)) OK 79ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 68ms
/aggregate functions/uniqExact/Map(Date,Nullable(Int8)) OK 78ms
/aggregate functions/uniqTheta/Map(Int64,Bool) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/uniqTheta/Map(Int64,String) OK 118ms
/aggregate functions/uniqExact/Map(Date,Nullable(Int16)) OK 110ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 69ms
/aggregate functions/uniqExact/Map(Date,Nullable(Int32)) OK 72ms
/aggregate functions/uniqTheta/Map(Int64,FixedString(51)) OK 68ms
/aggregate functions/uniqHLL12/Map(Int64,LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 66ms
/aggregate functions/uniqTheta/Map(Int64,UUID) OK 75ms
/aggregate functions/uniqExact/Map(Date,Nullable(Int64)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/uniqHLL12/Map(Int64,Array(String)) OK 68ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(UInt8)) OK 72ms
/aggregate functions/uniqExact/Map(Date,Nullable(Int128)) OK 68ms
/aggregate functions/uniqHLL12/Map(Int64,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,uint8 OK 75ms
/aggregate functions/uniqExact/Map(Date,Nullable(Float32)) OK 72ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(UInt16)) OK 65ms
/aggregate functions/uniqHLL12/Map(Int64,Tuple(String)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,uint64 OK 79ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(UInt32)) OK 76ms
/aggregate functions/uniqExact/Map(Date,Nullable(Float64)) OK 64ms
/aggregate functions/uniqHLL12/Map(Int128,UInt8) OK 69ms
/aggregate functions/uniqExact/Map(Date,Nullable(Decimal128(38))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,uint32 OK 80ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(UInt64)) OK 80ms
/aggregate functions/uniqHLL12/Map(Int128,UInt16) OK 68ms
/aggregate functions/uniqExact/Map(Date,Nullable(Date)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,uint16 OK 69ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(UInt128)) OK 65ms
/aggregate functions/uniqHLL12/Map(Int128,UInt32) OK 74ms
/aggregate functions/uniqExact/Map(Date,Nullable(DateTime)) OK 72ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(Int8)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 68ms
/aggregate functions/uniqHLL12/Map(Int128,UInt64) OK 77ms
/aggregate functions/uniqExact/Map(Date,Nullable(DateTime64(3))) OK 68ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(Int16)) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 71ms
/aggregate functions/uniqExact/Map(Date,Nullable(Bool)) OK 69ms
/aggregate functions/uniqHLL12/Map(Int128,UInt128) OK 60ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 117ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(Int32)) OK 118ms
/aggregate functions/uniqHLL12/Map(Int128,Int8) OK 68ms
/aggregate functions/uniqExact/Map(Date,Nullable(String)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 78ms
/aggregate functions/uniqHLL12/Map(Int128,Int16) OK 73ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(Int64)) OK 70ms
/aggregate functions/uniqExact/Map(Date,Nullable(FixedString(51))) OK 64ms
/aggregate functions/uniqExact/Map(Date,Nullable(UUID)) OK 77ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(Int128)) OK 73ms
/aggregate functions/uniqHLL12/Map(Int128,Int32) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 78ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(Float32)) OK 71ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(UInt8)) OK 67ms
/aggregate functions/uniqHLL12/Map(Int128,Int64) OK 74ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(UInt16)) OK 94ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(Float64)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 85ms
/aggregate functions/uniqHLL12/Map(Int128,Int128) OK 64ms
/aggregate functions/uniqHLL12/Map(Int128,Float32) OK 118ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(Decimal128(38))) OK 114ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 114ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(UInt32)) OK 108ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(Date)) OK 75ms
/aggregate functions/uniqHLL12/Map(Int128,Float64) OK 70ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(UInt64)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/uniqHLL12/Map(Int128,Decimal128(38)) OK 65ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(DateTime)) OK 69ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(UInt128)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/uniqHLL12/Map(Int128,Date) OK 70ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Int8)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/uniqHLL12/Map(Int128,DateTime) OK 71ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(Bool)) OK 83ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Int16)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 65ms
/aggregate functions/uniqHLL12/Map(Int128,DateTime64(3)) OK 72ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(String)) OK 72ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Int32)) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,uint8 OK 72ms
/aggregate functions/uniqHLL12/Map(Int128,Bool) OK 74ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(FixedString(51))) OK 80ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Int64)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,uint64 OK 66ms
/aggregate functions/uniqHLL12/Map(Int128,String) OK 68ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Int128)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,uint32 OK 74ms
/aggregate functions/uniqTheta/Map(Int64,Nullable(UUID)) OK 66ms
/aggregate functions/uniqHLL12/Map(Int128,FixedString(51)) OK 67ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(UInt8)) OK 73ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Float32)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,uint16 OK 71ms
/aggregate functions/uniqHLL12/Map(Int128,UUID) OK 68ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Float64)) OK 78ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(UInt16)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 66ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(UInt8)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 73ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(UInt32)) OK 68ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Date)) OK 68ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(UInt16)) OK 64ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 72ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(UInt64)) OK 74ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(DateTime)) OK 70ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(UInt32)) OK 64ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 71ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Bool)) OK 87ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(UInt128)) OK 88ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(UInt64)) OK 62ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 65ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(UInt128)) OK 73ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(String)) OK 76ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Int8)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 71ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(Int8)) OK 85ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Int16)) OK 76ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 69ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(UUID)) OK 90ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Int32)) OK 79ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(Int16)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 76ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Int64)) OK 76ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(Int32)) OK 81ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 66ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Int128)) OK 86ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(Int64)) OK 72ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(Int128)) OK 76ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Float32)) OK 92ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(UInt32))) OK 63ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(Float32)) OK 68ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Float64)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 64ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(Float64)) OK 70ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(UInt128))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,uint8 OK 77ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Date)) OK 69ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(Int8))) OK 67ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(DateTime)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,uint64 OK 74ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(Date)) OK 132ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(Int16))) OK 129ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Bool)) OK 101ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,uint32 OK 93ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,uint16 OK 82ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(String)) OK 77ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(DateTime)) OK 81ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 88ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(Int64))) OK 67ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(UUID)) OK 71ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(Bool)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 71ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(Float32))) OK 69ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 71ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(String)) OK 62ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(FixedString(51))) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 68ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/uniqHLL12/Map(Int128,Nullable(UUID)) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 73ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 75ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(UInt8)) OK 69ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(UInt16)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 73ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(UInt128))) OK 98ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(UInt32)) OK 90ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 79ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(UInt64)) OK 86ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/uniqExact/Map(Date,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(UInt128)) OK 73ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/uniqExact/Map(Date,Array(String)) OK 79ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Int8)) OK 69ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(Int64))) OK 109ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Int16)) OK 88ms
/aggregate functions/uniqExact/Map(Date,Map(String,LowCardinality(Float64))) OK 67ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 72ms
/aggregate functions/uniqExact/Map(Date,Tuple(String)) OK 70ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Int32)) OK 84ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 86ms
/aggregate functions/uniqExact/Map(DateTime,UInt8) OK 84ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Int64)) OK 90ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 75ms
/aggregate functions/uniqExact/Map(DateTime,UInt16) OK 69ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Int128)) OK 71ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(Date))) OK 69ms
/aggregate functions/uniqExact/Map(DateTime,UInt32) OK 93ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 68ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Float32)) OK 75ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 105ms
/aggregate functions/uniqExact/Map(DateTime,UInt64) OK 83ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Float64)) OK 76ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/uniqExact/Map(DateTime,UInt128) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 82ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Date)) OK 82ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/uniqExact/Map(DateTime,Int8) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 74ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(DateTime)) OK 72ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/uniqExact/Map(DateTime,Int16) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 88ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Bool)) OK 93ms
/aggregate functions/uniqTheta/Map(Int64,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/uniqExact/Map(DateTime,Int32) OK 79ms
/aggregate functions/uniqTheta/Map(Int64,Array(String)) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 67ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(String)) OK 67ms
/aggregate functions/uniqExact/Map(DateTime,Int64) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 70ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/uniqTheta/Map(Int64,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/uniqExact/Map(DateTime,Int128) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 73ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(UUID)) OK 80ms
/aggregate functions/uniqTheta/Map(Int64,Tuple(String)) OK 70ms
/aggregate functions/uniqExact/Map(DateTime,Float32) OK 98ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 77ms
/aggregate functions/uniqTheta/Map(Int128,UInt8) OK 88ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(UInt8))) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/uniqExact/Map(DateTime,Float64) OK 71ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/uniqTheta/Map(Int128,UInt16) OK 66ms
/aggregate functions/uniqExact/Map(DateTime,Decimal128(38)) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/uniqTheta/Map(Int128,UInt32) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/uniqExact/Map(DateTime,Date) OK 84ms
/aggregate functions/uniqTheta/Map(Int128,UInt64) OK 83ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/uniqExact/Map(DateTime,DateTime) OK 89ms
/aggregate functions/uniqTheta/Map(Int128,UInt128) OK 69ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(UInt128))) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 78ms
/aggregate functions/uniqTheta/Map(Int128,Int8) OK 71ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/uniqExact/Map(DateTime,DateTime64(3)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 70ms
/aggregate functions/uniqTheta/Map(Int128,Int16) OK 66ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(Int16))) OK 68ms
/aggregate functions/uniqExact/Map(DateTime,Bool) OK 130ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 79ms
/aggregate functions/uniqTheta/Map(Int128,Int32) OK 81ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 81ms
/aggregate functions/uniqExact/Map(DateTime,String) OK 72ms
/aggregate functions/uniqTheta/Map(Int128,Int64) OK 73ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/uniqExact/Map(DateTime,FixedString(51)) OK 78ms
/aggregate functions/uniqTheta/Map(Int128,Int128) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 69ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(Int128))) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 91ms
/aggregate functions/uniqExact/Map(DateTime,UUID) OK 68ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/uniqTheta/Map(Int128,Float32) OK 66ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(UInt8)) OK 68ms
/aggregate functions/uniqTheta/Map(Int128,Float64) OK 69ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(Float64))) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 74ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(UInt16)) OK 79ms
/aggregate functions/uniqTheta/Map(Int128,Decimal128(38)) OK 80ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(Date))) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 65ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(UInt32)) OK 72ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/uniqTheta/Map(Int128,Date) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 72ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(UInt64)) OK 81ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/uniqTheta/Map(Int128,DateTime) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 76ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(UInt128)) OK 86ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/uniqTheta/Map(Int128,DateTime64(3)) OK 83ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 103ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 105ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(Int8)) OK 87ms
/aggregate functions/uniqTheta/Map(Int128,Bool) OK 89ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(Int16)) OK 85ms
/aggregate functions/uniqHLL12/Map(Int128,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/uniqTheta/Map(Int128,String) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/uniqHLL12/Map(Int128,Array(String)) OK 93ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(Int32)) OK 132ms
/aggregate functions/uniqTheta/Map(Int128,FixedString(51)) OK 133ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 118ms
/aggregate functions/uniqHLL12/Map(Int128,Map(String,LowCardinality(Float64))) OK 112ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(Int64)) OK 73ms
/aggregate functions/uniqTheta/Map(Int128,UUID) OK 68ms
/aggregate functions/uniqHLL12/Map(Int128,Tuple(String)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(UInt8)) OK 66ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(Int128)) OK 72ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(UInt16)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 74ms
/aggregate functions/uniqHLL12/Map(Date,UInt8) OK 70ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(Float32)) OK 73ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(UInt32)) OK 82ms
/aggregate functions/uniqHLL12/Map(Date,UInt16) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 71ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(Float64)) OK 66ms
/aggregate functions/uniqHLL12/Map(Date,UInt32) OK 75ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 75ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(UInt64)) OK 65ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(UInt128)) OK 79ms
/aggregate functions/uniqHLL12/Map(Date,UInt64) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 69ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(Date)) OK 65ms
/aggregate functions/uniqHLL12/Map(Date,UInt128) OK 70ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(DateTime)) OK 90ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 70ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(Int8)) OK 80ms
/aggregate functions/uniqHLL12/Map(Date,Int8) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 67ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(Int16)) OK 72ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(DateTime64(3))) OK 66ms
/aggregate functions/uniqHLL12/Map(Date,Int16) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 67ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(Bool)) OK 73ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(Int32)) OK 64ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 72ms
/aggregate functions/uniqHLL12/Map(Date,Int32) OK 65ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(Int64)) OK 69ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(String)) OK 65ms
/aggregate functions/uniqHLL12/Map(Date,Int64) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 65ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(Int128)) OK 73ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(FixedString(51))) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 64ms
/aggregate functions/uniqHLL12/Map(Date,Int128) OK 68ms
/aggregate functions/uniqExact/Map(DateTime,Nullable(UUID)) OK 75ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(Float32)) OK 62ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 70ms
/aggregate functions/uniqHLL12/Map(Date,Float32) OK 67ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(Float64)) OK 67ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(UInt8)) OK 64ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 73ms
/aggregate functions/uniqHLL12/Map(Date,Float64) OK 67ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(Decimal128(38))) OK 68ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(UInt16)) OK 66ms
/aggregate functions/uniqHLL12/Map(Date,Decimal128(38)) OK 117ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 67ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(Date)) OK 97ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(UInt32)) OK 93ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 102ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(DateTime)) OK 73ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(UInt64)) OK 90ms
/aggregate functions/uniqHLL12/Map(Date,Date) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/uniqHLL12/Map(Date,DateTime) OK 84ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(UInt128)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(Bool)) OK 73ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Int8)) OK 68ms
/aggregate functions/uniqHLL12/Map(Date,DateTime64(3)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 67ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(String)) OK 69ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Int16)) OK 71ms
/aggregate functions/uniqHLL12/Map(Date,Bool) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 70ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(FixedString(51))) OK 78ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Int32)) OK 65ms
/aggregate functions/uniqHLL12/Map(Date,String) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 66ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Int64)) OK 71ms
/aggregate functions/uniqTheta/Map(Int128,Nullable(UUID)) OK 67ms
/aggregate functions/uniqHLL12/Map(Date,FixedString(51)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 70ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Int128)) OK 71ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(UInt8)) OK 71ms
/aggregate functions/uniqHLL12/Map(Date,UUID) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 69ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Float32)) OK 71ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(UInt16)) OK 65ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(UInt8)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 70ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(UInt32)) OK 72ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Float64)) OK 73ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(UInt16)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 69ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(UInt64)) OK 71ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Date)) OK 69ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(UInt32)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 75ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(UInt128)) OK 93ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(DateTime)) OK 86ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(UInt64)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 72ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(UInt128)) OK 73ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Bool)) OK 74ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Int8)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 65ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(Int8)) OK 83ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Int16)) OK 69ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(String)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 67ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Int32)) OK 73ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(Int16)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 63ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(UUID)) OK 68ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Int64)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 66ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(Int32)) OK 106ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Int128)) OK 83ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(Int64)) OK 87ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Float32)) OK 82ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(Int128)) OK 69ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 108ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Float64)) OK 91ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(Float32)) OK 105ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 87ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Date)) OK 83ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(Float64)) OK 91ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 69ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(DateTime)) OK 85ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 69ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Bool)) OK 73ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(Date)) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 71ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(String)) OK 74ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(Int16))) OK 67ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(DateTime)) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 77ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(FixedString(51))) OK 93ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 81ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(Int64))) OK 91ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(UUID)) OK 88ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(Bool)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 83ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(String)) OK 141ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 137ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(FixedString(51))) OK 88ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 84ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/uniqHLL12/Map(Date,Nullable(UUID)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 106ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(UInt8)) OK 81ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 97ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(UInt16)) OK 68ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 66ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(UInt32)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(UInt64)) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(UInt128)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(Int64))) OK 89ms
/aggregate functions/uniqExact/Map(DateTime,LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Int8)) OK 86ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/uniqExact/Map(DateTime,Array(String)) OK 78ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Int16)) OK 84ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 77ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/uniqExact/Map(DateTime,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Int32)) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 73ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(Float64))) OK 67ms
/aggregate functions/uniqExact/Map(DateTime,Tuple(String)) OK 65ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Int64)) OK 85ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 79ms
/aggregate functions/uniqExact/Map(Bool,UInt8) OK 80ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Int128)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 85ms
/aggregate functions/uniqExact/Map(Bool,UInt16) OK 86ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Float32)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 103ms
/aggregate functions/uniqExact/Map(Bool,UInt32) OK 90ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Float64)) OK 80ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/uniqExact/Map(Bool,UInt64) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 67ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Date)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 71ms
/aggregate functions/uniqExact/Map(Bool,UInt128) OK 69ms
/aggregate functions/uniqTheta/Map(Int128,LowCardinality(Nullable(UUID))) OK 70ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(DateTime)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 70ms
/aggregate functions/uniqExact/Map(Bool,Int8) OK 66ms
/aggregate functions/uniqTheta/Map(Int128,Array(String)) OK 69ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Bool)) OK 73ms
/aggregate functions/uniqExact/Map(Bool,Int16) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 73ms
/aggregate functions/uniqTheta/Map(Int128,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(String)) OK 65ms
/aggregate functions/uniqExact/Map(Bool,Int32) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 73ms
/aggregate functions/uniqTheta/Map(Int128,Tuple(String)) OK 79ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/uniqExact/Map(Bool,Int64) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 70ms
/aggregate functions/uniqTheta/Map(Date,UInt8) OK 72ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(UUID)) OK 76ms
/aggregate functions/uniqExact/Map(Bool,Int128) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 65ms
/aggregate functions/uniqTheta/Map(Date,UInt16) OK 72ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/uniqExact/Map(Bool,Float32) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/uniqTheta/Map(Date,UInt32) OK 76ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(UInt16))) OK 67ms
/aggregate functions/uniqExact/Map(Bool,Float64) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/uniqTheta/Map(Date,UInt64) OK 64ms
/aggregate functions/uniqExact/Map(Bool,Decimal128(38)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/uniqTheta/Map(Date,UInt128) OK 70ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/uniqExact/Map(Bool,Date) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/uniqTheta/Map(Date,Int8) OK 69ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/uniqExact/Map(Bool,DateTime) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 70ms
/aggregate functions/uniqTheta/Map(Date,Int16) OK 73ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/uniqExact/Map(Bool,DateTime64(3)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 72ms
/aggregate functions/uniqTheta/Map(Date,Int32) OK 70ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/uniqExact/Map(Bool,Bool) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 67ms
/aggregate functions/uniqTheta/Map(Date,Int64) OK 68ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(Int32))) OK 67ms
/aggregate functions/uniqExact/Map(Bool,String) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 69ms
/aggregate functions/uniqTheta/Map(Date,Int128) OK 70ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/uniqExact/Map(Bool,FixedString(51)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 67ms
/aggregate functions/uniqTheta/Map(Date,Float32) OK 67ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(Int128))) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 69ms
/aggregate functions/uniqExact/Map(Bool,UUID) OK 73ms
/aggregate functions/uniqTheta/Map(Date,Float64) OK 81ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(Float32))) OK 121ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 89ms
/aggregate functions/uniqExact/Map(Bool,Nullable(UInt8)) OK 82ms
/aggregate functions/uniqTheta/Map(Date,Decimal128(38)) OK 119ms
/aggregate functions/uniqExact/Map(Bool,Nullable(UInt16)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 74ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(Float64))) OK 63ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/uniqTheta/Map(Date,Date) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 72ms
/aggregate functions/uniqExact/Map(Bool,Nullable(UInt32)) OK 72ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/uniqTheta/Map(Date,DateTime) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 75ms
/aggregate functions/uniqExact/Map(Bool,Nullable(UInt64)) OK 83ms
/aggregate functions/uniqTheta/Map(Date,DateTime64(3)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 66ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/uniqExact/Map(Bool,Nullable(UInt128)) OK 64ms
/aggregate functions/uniqTheta/Map(Date,Bool) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 76ms
/aggregate functions/uniqExact/Map(Bool,Nullable(Int8)) OK 67ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/uniqTheta/Map(Date,String) OK 78ms
/aggregate functions/uniqExact/Map(Bool,Nullable(Int16)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 64ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 64ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/uniqExact/Map(Bool,Nullable(Int32)) OK 66ms
/aggregate functions/uniqTheta/Map(Date,FixedString(51)) OK 67ms
/aggregate functions/uniqHLL12/Map(Date,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/uniqExact/Map(Bool,Nullable(Int64)) OK 72ms
/aggregate functions/uniqTheta/Map(Date,UUID) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/uniqHLL12/Map(Date,Array(String)) OK 68ms
/aggregate functions/uniqTheta/Map(Date,Nullable(UInt8)) OK 78ms
/aggregate functions/uniqExact/Map(Bool,Nullable(Int128)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/uniqHLL12/Map(Date,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/uniqTheta/Map(Date,Nullable(UInt16)) OK 74ms
/aggregate functions/uniqExact/Map(Bool,Nullable(Float32)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 70ms
/aggregate functions/uniqHLL12/Map(Date,Tuple(String)) OK 74ms
/aggregate functions/uniqTheta/Map(Date,Nullable(UInt32)) OK 84ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 78ms
/aggregate functions/uniqExact/Map(Bool,Nullable(Float64)) OK 79ms
/aggregate functions/uniqHLL12/Map(DateTime,UInt8) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 82ms
/aggregate functions/uniqTheta/Map(Date,Nullable(UInt64)) OK 83ms
/aggregate functions/uniqExact/Map(Bool,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/uniqHLL12/Map(DateTime,UInt16) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 70ms
/aggregate functions/uniqHLL12/Map(DateTime,UInt32) OK 70ms
/aggregate functions/uniqTheta/Map(Date,Nullable(UInt128)) OK 88ms
/aggregate functions/uniqExact/Map(Bool,Nullable(Date)) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 71ms
/aggregate functions/uniqHLL12/Map(DateTime,UInt64) OK 65ms
/aggregate functions/uniqExact/Map(Bool,Nullable(DateTime)) OK 77ms
/aggregate functions/uniqTheta/Map(Date,Nullable(Int8)) OK 72ms
/aggregate functions/uniqHLL12/Map(DateTime,UInt128) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 67ms
/aggregate functions/uniqTheta/Map(Date,Nullable(Int16)) OK 71ms
/aggregate functions/uniqExact/Map(Bool,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 74ms
/aggregate functions/uniqHLL12/Map(DateTime,Int8) OK 75ms
/aggregate functions/uniqTheta/Map(Date,Nullable(Int32)) OK 67ms
/aggregate functions/uniqExact/Map(Bool,Nullable(Bool)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 69ms
/aggregate functions/uniqHLL12/Map(DateTime,Int16) OK 70ms
/aggregate functions/uniqTheta/Map(Date,Nullable(Int64)) OK 74ms
/aggregate functions/uniqExact/Map(Bool,Nullable(String)) OK 63ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 70ms
/aggregate functions/uniqHLL12/Map(DateTime,Int32) OK 72ms
/aggregate functions/uniqExact/Map(Bool,Nullable(FixedString(51))) OK 74ms
/aggregate functions/uniqTheta/Map(Date,Nullable(Int128)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 70ms
/aggregate functions/uniqHLL12/Map(DateTime,Int64) OK 66ms
/aggregate functions/uniqExact/Map(Bool,Nullable(UUID)) OK 69ms
/aggregate functions/uniqTheta/Map(Date,Nullable(Float32)) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 74ms
/aggregate functions/uniqHLL12/Map(DateTime,Int128) OK 66ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(UInt8)) OK 66ms
/aggregate functions/uniqTheta/Map(Date,Nullable(Float64)) OK 73ms
/aggregate functions/uniqHLL12/Map(DateTime,Float32) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 69ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(UInt16)) OK 77ms
/aggregate functions/uniqTheta/Map(Date,Nullable(Decimal128(38))) OK 66ms
/aggregate functions/uniqHLL12/Map(DateTime,Float64) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/uniqTheta/Map(Date,Nullable(Date)) OK 66ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(UInt32)) OK 85ms
/aggregate functions/uniqHLL12/Map(DateTime,Decimal128(38)) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/uniqTheta/Map(Date,Nullable(DateTime)) OK 65ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(UInt64)) OK 77ms
/aggregate functions/uniqHLL12/Map(DateTime,Date) OK 123ms
/aggregate functions/uniqTheta/Map(Date,Nullable(DateTime64(3))) OK 113ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 110ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(UInt128)) OK 108ms
/aggregate functions/uniqHLL12/Map(DateTime,DateTime) OK 89ms
/aggregate functions/uniqTheta/Map(Date,Nullable(Bool)) OK 89ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Int8)) OK 71ms
/aggregate functions/uniqHLL12/Map(DateTime,DateTime64(3)) OK 95ms
/aggregate functions/uniqTheta/Map(Date,Nullable(String)) OK 95ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint8 XFail 84ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Int16)) OK 89ms
/aggregate functions/uniqHLL12/Map(DateTime,Bool) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint64 XFail 79ms
/aggregate functions/uniqTheta/Map(Date,Nullable(FixedString(51))) OK 85ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Int32)) OK 72ms
/aggregate functions/uniqHLL12/Map(DateTime,String) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint32 XFail 82ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Int64)) OK 86ms
/aggregate functions/uniqTheta/Map(Date,Nullable(UUID)) OK 73ms
/aggregate functions/uniqHLL12/Map(DateTime,FixedString(51)) OK 107ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,uint16 XFail 100ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(UInt8)) OK 87ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Int128)) OK 81ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Float32)) OK 91ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(UInt16)) OK 91ms
/aggregate functions/uniqHLL12/Map(DateTime,UUID) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ XFail 73ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(UInt8)) OK 103ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ XFail 93ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Float64)) OK 91ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(UInt32)) OK 71ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(UInt64)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ XFail 85ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(UInt16)) OK 77ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Date)) OK 85ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(UInt128)) OK 70ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(UInt32)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ XFail 90ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(DateTime)) OK 69ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Int8)) OK 75ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(UInt64)) OK 81ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Bool)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ XFail 121ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Int16)) OK 103ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(String)) OK 129ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(UInt128)) OK 127ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ XFail 85ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Int32)) OK 69ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(Int8)) OK 69ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Int64)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ XFail 76ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(Int16)) OK 80ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(UUID)) OK 81ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Int128)) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ XFail 72ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(Int32)) OK 100ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Float32)) OK 96ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ XFail 95ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(Int64)) OK 95ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Float64)) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ XFail 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ XFail 99ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Date)) OK 63ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(Int128)) OK 65ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(DateTime)) OK 73ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(Float32)) OK 72ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ XFail 70ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Bool)) OK 76ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(Float64)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 71ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(String)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 78ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(Date)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 72ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(DateTime)) OK 81ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(UUID)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 81ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(Int32))) OK 68ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(UInt8))) OK 173ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(DateTime64(3))) OK 178ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(Int64))) OK 168ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 148ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 223ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(UInt16))) OK 222ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(Bool)) OK 219ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(Int128))) OK 207ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(Float32))) OK 89ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 96ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(String)) OK 89ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(FixedString(51))) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 70ms
/aggregate functions/uniqHLL12/Map(DateTime,Nullable(UUID)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 63ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(Date))) OK 68ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(UInt128))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 73ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(UInt8)) OK 66ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(Int8))) OK 64ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(UInt16)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 65ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 70ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(UInt32)) OK 70ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(String))) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(UInt64)) OK 71ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 69ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(UInt128)) OK 93ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 97ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/uniqExact/Map(Bool,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Int8)) OK 85ms
/aggregate functions/uniqExact/Map(Bool,Array(String)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/uniqExact/Map(Bool,Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Int16)) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Int32)) OK 85ms
/aggregate functions/uniqExact/Map(Bool,Tuple(String)) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,uint8 OK 83ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Int64)) OK 94ms
/aggregate functions/uniqExact/Map(String,UInt8) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,uint64 OK 86ms
/aggregate functions/uniqExact/Map(String,UInt16) OK 96ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Int128)) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,uint32 OK 81ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/uniqExact/Map(String,UInt32) OK 76ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Float32)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,uint16 OK 79ms
/aggregate functions/uniqExact/Map(String,UInt64) OK 99ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Float64)) OK 91ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 83ms
/aggregate functions/uniqTheta/Map(Date,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Date)) OK 72ms
/aggregate functions/uniqExact/Map(String,UInt128) OK 88ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(DateTime)) OK 95ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 96ms
/aggregate functions/uniqExact/Map(String,Int8) OK 79ms
/aggregate functions/uniqTheta/Map(Date,Array(String)) OK 82ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Bool)) OK 87ms
/aggregate functions/uniqExact/Map(String,Int16) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 70ms
/aggregate functions/uniqTheta/Map(Date,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 86ms
/aggregate functions/uniqExact/Map(String,Int32) OK 71ms
/aggregate functions/uniqTheta/Map(Date,Tuple(String)) OK 74ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(String)) OK 77ms
/aggregate functions/uniqExact/Map(String,Int64) OK 98ms
/aggregate functions/uniqTheta/Map(DateTime,UInt8) OK 96ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 97ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(UUID)) OK 81ms
/aggregate functions/uniqExact/Map(String,Int128) OK 83ms
/aggregate functions/uniqTheta/Map(DateTime,UInt16) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 84ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 121ms
/aggregate functions/uniqExact/Map(String,Float32) OK 101ms
/aggregate functions/uniqTheta/Map(DateTime,UInt32) OK 97ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 112ms
/aggregate functions/uniqExact/Map(String,Float64) OK 98ms
/aggregate functions/uniqTheta/Map(DateTime,UInt64) OK 109ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/uniqExact/Map(String,Decimal128(38)) OK 137ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 122ms
/aggregate functions/uniqTheta/Map(DateTime,UInt128) OK 73ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 135ms
/aggregate functions/uniqTheta/Map(DateTime,Int8) OK 129ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/uniqExact/Map(String,Date) OK 94ms
/aggregate functions/uniqTheta/Map(DateTime,Int16) OK 73ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/uniqExact/Map(String,DateTime) OK 65ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/uniqTheta/Map(DateTime,Int32) OK 67ms
/aggregate functions/uniqExact/Map(String,DateTime64(3)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,uint8 OK 82ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(Int16))) OK 67ms
/aggregate functions/uniqTheta/Map(DateTime,Int64) OK 69ms
/aggregate functions/uniqExact/Map(String,Bool) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,uint64 OK 73ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/uniqTheta/Map(DateTime,Int128) OK 71ms
/aggregate functions/uniqExact/Map(String,String) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,uint32 OK 72ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/uniqTheta/Map(DateTime,Float32) OK 75ms
/aggregate functions/uniqExact/Map(String,FixedString(51)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,uint16 OK 87ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/uniqTheta/Map(DateTime,Float64) OK 83ms
/aggregate functions/uniqExact/Map(String,UUID) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 74ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/uniqTheta/Map(DateTime,Decimal128(38)) OK 85ms
/aggregate functions/uniqExact/Map(String,Nullable(UInt8)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 83ms
/aggregate functions/uniqExact/Map(String,Nullable(UInt16)) OK 98ms
/aggregate functions/uniqTheta/Map(DateTime,Date) OK 89ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 90ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/uniqTheta/Map(DateTime,DateTime) OK 85ms
/aggregate functions/uniqExact/Map(String,Nullable(UInt32)) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 76ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/uniqTheta/Map(DateTime,DateTime64(3)) OK 82ms
/aggregate functions/uniqExact/Map(String,Nullable(UInt64)) OK 90ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 78ms
/aggregate functions/uniqTheta/Map(DateTime,Bool) OK 74ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/uniqExact/Map(String,Nullable(UInt128)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 72ms
/aggregate functions/uniqTheta/Map(DateTime,String) OK 73ms
/aggregate functions/uniqExact/Map(String,Nullable(Int8)) OK 82ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 84ms
/aggregate functions/uniqTheta/Map(DateTime,FixedString(51)) OK 75ms
/aggregate functions/uniqExact/Map(String,Nullable(Int16)) OK 74ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 79ms
/aggregate functions/uniqTheta/Map(DateTime,UUID) OK 76ms
/aggregate functions/uniqExact/Map(String,Nullable(Int32)) OK 79ms
/aggregate functions/uniqHLL12/Map(DateTime,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(UInt8)) OK 77ms
/aggregate functions/uniqExact/Map(String,Nullable(Int64)) OK 83ms
/aggregate functions/uniqHLL12/Map(DateTime,Array(String)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(UInt16)) OK 71ms
/aggregate functions/uniqHLL12/Map(DateTime,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/uniqExact/Map(String,Nullable(Int128)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(UInt32)) OK 71ms
/aggregate functions/uniqHLL12/Map(DateTime,Tuple(String)) OK 72ms
/aggregate functions/uniqExact/Map(String,Nullable(Float32)) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(UInt64)) OK 73ms
/aggregate functions/uniqHLL12/Map(Bool,UInt8) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,uint8 OK 76ms
/aggregate functions/uniqExact/Map(String,Nullable(Float64)) OK 101ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(UInt128)) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,uint64 OK 81ms
/aggregate functions/uniqHLL12/Map(Bool,UInt16) OK 79ms
/aggregate functions/uniqExact/Map(String,Nullable(Decimal128(38))) OK 92ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(Int8)) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,uint32 OK 80ms
/aggregate functions/uniqHLL12/Map(Bool,UInt32) OK 86ms
/aggregate functions/uniqExact/Map(String,Nullable(Date)) OK 75ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(Int16)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,uint16 OK 77ms
/aggregate functions/uniqHLL12/Map(Bool,UInt64) OK 79ms
/aggregate functions/uniqExact/Map(String,Nullable(DateTime)) OK 78ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(Int32)) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 72ms
/aggregate functions/uniqHLL12/Map(Bool,UInt128) OK 75ms
/aggregate functions/uniqExact/Map(String,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(Int64)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 81ms
/aggregate functions/uniqHLL12/Map(Bool,Int8) OK 80ms
/aggregate functions/uniqExact/Map(String,Nullable(Bool)) OK 77ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(Int128)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 112ms
/aggregate functions/uniqHLL12/Map(Bool,Int16) OK 98ms
/aggregate functions/uniqExact/Map(String,Nullable(String)) OK 77ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(Float32)) OK 108ms
/aggregate functions/uniqHLL12/Map(Bool,Int32) OK 84ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 71ms
/aggregate functions/uniqExact/Map(String,Nullable(FixedString(51))) OK 81ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(Float64)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 82ms
/aggregate functions/uniqHLL12/Map(Bool,Int64) OK 77ms
/aggregate functions/uniqExact/Map(String,Nullable(UUID)) OK 76ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 80ms
/aggregate functions/uniqHLL12/Map(Bool,Int128) OK 70ms
/aggregate functions/uniqExact/Map(String,LowCardinality(UInt8)) OK 62ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(Date)) OK 71ms
/aggregate functions/uniqExact/Map(String,LowCardinality(UInt16)) OK 73ms
/aggregate functions/uniqHLL12/Map(Bool,Float32) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 78ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(DateTime)) OK 66ms
/aggregate functions/uniqExact/Map(String,LowCardinality(UInt32)) OK 72ms
/aggregate functions/uniqHLL12/Map(Bool,Float64) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 75ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/uniqExact/Map(String,LowCardinality(UInt64)) OK 100ms
/aggregate functions/uniqHLL12/Map(Bool,Decimal128(38)) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(Bool)) OK 76ms
/aggregate functions/uniqHLL12/Map(Bool,Date) OK 85ms
/aggregate functions/uniqExact/Map(String,LowCardinality(UInt128)) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(String)) OK 80ms
/aggregate functions/uniqHLL12/Map(Bool,DateTime) OK 106ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Int8)) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(FixedString(51))) OK 87ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Int16)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/uniqHLL12/Map(Bool,DateTime64(3)) OK 89ms
/aggregate functions/uniqTheta/Map(DateTime,Nullable(UUID)) OK 76ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Int32)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,uint8 OK 77ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(UInt8)) OK 74ms
/aggregate functions/uniqHLL12/Map(Bool,Bool) OK 90ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Int64)) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,uint64 OK 80ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(UInt16)) OK 72ms
/aggregate functions/uniqHLL12/Map(Bool,String) OK 84ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Int128)) OK 75ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(UInt32)) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,uint32 OK 71ms
/aggregate functions/uniqHLL12/Map(Bool,FixedString(51)) OK 81ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Float32)) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,uint16 OK 90ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(UInt64)) OK 79ms
/aggregate functions/uniqHLL12/Map(Bool,UUID) OK 89ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Float64)) OK 80ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(UInt128)) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 80ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(UInt8)) OK 69ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Date)) OK 67ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Int8)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 66ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(UInt16)) OK 70ms
/aggregate functions/uniqExact/Map(String,LowCardinality(DateTime)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 78ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Int16)) OK 74ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(UInt32)) OK 69ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Bool)) OK 70ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Int32)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 66ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(UInt64)) OK 68ms
/aggregate functions/uniqExact/Map(String,LowCardinality(String)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 68ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Int64)) OK 68ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(UInt128)) OK 81ms
/aggregate functions/uniqExact/Map(String,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 70ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Int128)) OK 74ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(Int8)) OK 72ms
/aggregate functions/uniqExact/Map(String,LowCardinality(UUID)) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 83ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Float32)) OK 83ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(Int16)) OK 75ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(UInt8))) OK 89ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 109ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Float64)) OK 100ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(Int32)) OK 88ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Date)) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(Int64)) OK 79ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(DateTime)) OK 71ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(Int128)) OK 90ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Bool)) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(Float32)) OK 88ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(UInt128))) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(String)) OK 74ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(Float64)) OK 85ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,uint8 XFail 96ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(UUID)) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,uint64 XFail 91ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(Date)) OK 73ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,uint32 XFail 81ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(DateTime)) OK 73ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(Int64))) OK 108ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,uint16 XFail 71ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(DateTime64(3))) OK 113ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ XFail 83ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(Bool)) OK 107ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ XFail 80ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(Float64))) OK 104ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(String)) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ XFail 75ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ XFail 113ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(FixedString(51))) OK 118ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(Int8))) OK 117ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(Date))) OK 107ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ XFail 117ms
/aggregate functions/uniqHLL12/Map(Bool,Nullable(UUID)) OK 96ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(DateTime))) OK 114ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(Int16))) OK 112ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(UInt8)) OK 95ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ XFail 103ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(Bool))) OK 111ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(UInt16)) OK 92ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ XFail 85ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(Int64))) OK 91ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(UInt32)) OK 147ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ XFail 132ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 116ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(Int128))) OK 115ms
/aggregate functions/uniqExact/Map(String,LowCardinality(Nullable(UUID))) OK 94ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(Float32))) OK 100ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ XFail 82ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(UInt64)) OK 93ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ XFail 104ms
/aggregate functions/uniqExact/Map(String,Array(String)) OK 117ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(UInt128)) OK 94ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(Float64))) OK 103ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ XFail 95ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Int8)) OK 90ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/uniqExact/Map(String,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Int16)) OK 89ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ XFail 104ms
/aggregate functions/uniqExact/Map(String,Tuple(String)) OK 73ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/uniqExact/Map(FixedString(51),UInt8) OK 87ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Int32)) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,uint8 OK 68ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Int64)) OK 75ms
/aggregate functions/uniqExact/Map(FixedString(51),UInt16) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,uint64 OK 74ms
/aggregate functions/uniqExact/Map(FixedString(51),UInt32) OK 83ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Int128)) OK 97ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,uint32 OK 95ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/uniqExact/Map(FixedString(51),UInt64) OK 84ms
/aggregate functions/uniqTheta/Map(DateTime,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Float32)) OK 87ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,uint16 OK 77ms
/aggregate functions/uniqTheta/Map(DateTime,Array(String)) OK 80ms
/aggregate functions/uniqExact/Map(FixedString(51),UInt128) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 76ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Float64)) OK 74ms
/aggregate functions/uniqTheta/Map(DateTime,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/uniqExact/Map(FixedString(51),Int8) OK 94ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 88ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Date)) OK 62ms
/aggregate functions/uniqTheta/Map(DateTime,Tuple(String)) OK 77ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(DateTime)) OK 70ms
/aggregate functions/uniqExact/Map(FixedString(51),Int16) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 67ms
/aggregate functions/uniqTheta/Map(Bool,UInt8) OK 66ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Bool)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 72ms
/aggregate functions/uniqExact/Map(FixedString(51),Int32) OK 79ms
/aggregate functions/uniqTheta/Map(Bool,UInt16) OK 72ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(String)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 75ms
/aggregate functions/uniqExact/Map(FixedString(51),Int64) OK 67ms
/aggregate functions/uniqTheta/Map(Bool,UInt32) OK 68ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 72ms
/aggregate functions/uniqExact/Map(FixedString(51),Int128) OK 71ms
/aggregate functions/uniqTheta/Map(Bool,UInt64) OK 108ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(UUID)) OK 96ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 131ms
/aggregate functions/uniqExact/Map(FixedString(51),Float32) OK 138ms
/aggregate functions/uniqTheta/Map(Bool,UInt128) OK 74ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 72ms
/aggregate functions/uniqExact/Map(FixedString(51),Float64) OK 68ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(UInt16))) OK 68ms
/aggregate functions/uniqTheta/Map(Bool,Int8) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/uniqExact/Map(FixedString(51),Decimal128(38)) OK 77ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(UInt32))) OK 68ms
/aggregate functions/uniqTheta/Map(Bool,Int16) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(UInt64))) OK 65ms
/aggregate functions/uniqExact/Map(FixedString(51),Date) OK 69ms
/aggregate functions/uniqTheta/Map(Bool,Int32) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(UInt128))) OK 64ms
/aggregate functions/uniqExact/Map(FixedString(51),DateTime) OK 84ms
/aggregate functions/uniqTheta/Map(Bool,Int64) OK 84ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/uniqExact/Map(FixedString(51),DateTime64(3)) OK 67ms
/aggregate functions/uniqTheta/Map(Bool,Int128) OK 67ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(Int16))) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/int8,uint8 OK 69ms
/aggregate functions/uniqExact/Map(FixedString(51),Bool) OK 72ms
/aggregate functions/uniqTheta/Map(Bool,Float32) OK 64ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/int8,uint64 OK 70ms
/aggregate functions/uniqTheta/Map(Bool,Float64) OK 69ms
/aggregate functions/uniqExact/Map(FixedString(51),String) OK 66ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/int8,uint32 OK 80ms
/aggregate functions/uniqTheta/Map(Bool,Decimal128(38)) OK 70ms
/aggregate functions/uniqExact/Map(FixedString(51),FixedString(51)) OK 75ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(Int128))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/int8,uint16 OK 70ms
/aggregate functions/uniqTheta/Map(Bool,Date) OK 68ms
/aggregate functions/uniqExact/Map(FixedString(51),UUID) OK 67ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(Float32))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/int8,nullable_uint8_ OK 73ms
/aggregate functions/uniqTheta/Map(Bool,DateTime) OK 67ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(UInt8)) OK 77ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/int8,nullable_uint64_ OK 73ms
/aggregate functions/uniqTheta/Map(Bool,DateTime64(3)) OK 71ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(UInt16)) OK 65ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(Date))) OK 65ms
/aggregate functions/welchTTest/datatypes/permutations/int8,nullable_uint32_ OK 66ms
/aggregate functions/uniqTheta/Map(Bool,Bool) OK 77ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(UInt32)) OK 74ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(DateTime))) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/int8,nullable_uint16_ OK 74ms
/aggregate functions/uniqTheta/Map(Bool,String) OK 82ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(UInt64)) OK 76ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/int8,lowcardinality_uint8_ OK 67ms
/aggregate functions/uniqTheta/Map(Bool,FixedString(51)) OK 71ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(UInt128)) OK 64ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/int8,lowcardinality_uint64_ OK 124ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(Int8)) OK 101ms
/aggregate functions/uniqTheta/Map(Bool,UUID) OK 95ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 141ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(UInt8)) OK 77ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(Int16)) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/int8,lowcardinality_uint32_ OK 75ms
/aggregate functions/uniqHLL12/Map(Bool,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(UInt16)) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/int8,lowcardinality_uint16_ OK 76ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(Int32)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(Int64)) OK 80ms
/aggregate functions/uniqHLL12/Map(Bool,Array(String)) OK 68ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(UInt32)) OK 68ms
/aggregate functions/uniqHLL12/Map(Bool,Map(String,LowCardinality(Float64))) OK 69ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(UInt64)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(Int128)) OK 68ms
/aggregate functions/uniqHLL12/Map(Bool,Tuple(String)) OK 81ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(UInt128)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(Float32)) OK 74ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(Int8)) OK 85ms
/aggregate functions/welchTTest/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/uniqHLL12/Map(String,UInt8) OK 69ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(Float64)) OK 64ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(Decimal128(38))) OK 81ms
/aggregate functions/uniqHLL12/Map(String,UInt16) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/int64,uint8 OK 63ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(Int16)) OK 64ms
/aggregate functions/welchTTest/datatypes/permutations/int64,uint64 OK 80ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(Int32)) OK 70ms
/aggregate functions/uniqHLL12/Map(String,UInt32) OK 67ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(Date)) OK 71ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(Int64)) OK 74ms
/aggregate functions/uniqHLL12/Map(String,UInt64) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/int64,uint32 OK 65ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(DateTime)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/int64,uint16 OK 67ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(Int128)) OK 79ms
/aggregate functions/uniqHLL12/Map(String,UInt128) OK 70ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(DateTime64(3))) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/int64,nullable_uint8_ OK 73ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(Bool)) OK 69ms
/aggregate functions/uniqHLL12/Map(String,Int8) OK 71ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(Float32)) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/int64,nullable_uint64_ OK 76ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(String)) OK 78ms
/aggregate functions/uniqHLL12/Map(String,Int16) OK 78ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(Float64)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/int64,nullable_uint32_ OK 77ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(FixedString(51))) OK 73ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/uniqHLL12/Map(String,Int32) OK 64ms
/aggregate functions/uniqHLL12/Map(String,Int64) OK 89ms
/aggregate functions/welchTTest/datatypes/permutations/int64,nullable_uint16_ OK 68ms
/aggregate functions/uniqExact/Map(FixedString(51),Nullable(UUID)) OK 76ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(Date)) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/int64,lowcardinality_uint8_ OK 64ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(UInt8)) OK 74ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(DateTime)) OK 65ms
/aggregate functions/uniqHLL12/Map(String,Int128) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/int64,lowcardinality_uint64_ OK 75ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(DateTime64(3))) OK 67ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(UInt16)) OK 71ms
/aggregate functions/uniqHLL12/Map(String,Float32) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/int64,lowcardinality_uint32_ OK 75ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(Bool)) OK 76ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(UInt32)) OK 66ms
/aggregate functions/uniqHLL12/Map(String,Float64) OK 62ms
/aggregate functions/welchTTest/datatypes/permutations/int64,lowcardinality_uint16_ OK 72ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(UInt64)) OK 71ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(String)) OK 82ms
/aggregate functions/uniqHLL12/Map(String,Decimal128(38)) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(UInt128)) OK 69ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqHLL12/Map(String,Date) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Int8)) OK 70ms
/aggregate functions/uniqTheta/Map(Bool,Nullable(UUID)) OK 67ms
/aggregate functions/uniqHLL12/Map(String,DateTime) OK 61ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Int16)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/uniqHLL12/Map(String,DateTime64(3)) OK 65ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(UInt8)) OK 70ms
/aggregate functions/uniqHLL12/Map(String,Bool) OK 66ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Int32)) OK 74ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(UInt16)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 64ms
/aggregate functions/uniqHLL12/Map(String,String) OK 78ms
/aggregate functions/welchTTest/datatypes/permutations/int32,uint8 OK 77ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Int64)) OK 83ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(UInt32)) OK 77ms
/aggregate functions/uniqHLL12/Map(String,FixedString(51)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/int32,uint64 OK 79ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(UInt64)) OK 66ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Int128)) OK 67ms
/aggregate functions/uniqHLL12/Map(String,UUID) OK 78ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(UInt128)) OK 78ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Float32)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/int32,uint32 OK 71ms
/aggregate functions/uniqHLL12/Map(String,Nullable(UInt8)) OK 77ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Float64)) OK 83ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Int8)) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/int32,uint16 OK 70ms
/aggregate functions/uniqHLL12/Map(String,Nullable(UInt16)) OK 90ms
/aggregate functions/welchTTest/datatypes/permutations/int32,nullable_uint8_ OK 82ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Int16)) OK 76ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Date)) OK 68ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(DateTime)) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/int32,nullable_uint64_ OK 69ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Int32)) OK 85ms
/aggregate functions/uniqHLL12/Map(String,Nullable(UInt32)) OK 62ms
/aggregate functions/uniqHLL12/Map(String,Nullable(UInt64)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/int32,nullable_uint32_ OK 65ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Bool)) OK 70ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Int64)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/int32,nullable_uint16_ OK 65ms
/aggregate functions/uniqHLL12/Map(String,Nullable(UInt128)) OK 65ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Int128)) OK 66ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(String)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/int32,lowcardinality_uint8_ OK 73ms
/aggregate functions/uniqHLL12/Map(String,Nullable(Int8)) OK 73ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Float32)) OK 67ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(FixedString(51))) OK 63ms
/aggregate functions/welchTTest/datatypes/permutations/int32,lowcardinality_uint64_ OK 87ms
/aggregate functions/uniqHLL12/Map(String,Nullable(Int16)) OK 89ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(UUID)) OK 77ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Float64)) OK 69ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Date)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/int32,lowcardinality_uint32_ OK 89ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/uniqHLL12/Map(String,Nullable(Int32)) OK 72ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(DateTime)) OK 69ms
/aggregate functions/uniqHLL12/Map(String,Nullable(Int64)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/int32,lowcardinality_uint16_ OK 67ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Bool)) OK 75ms
/aggregate functions/uniqHLL12/Map(String,Nullable(Int128)) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(String)) OK 70ms
/aggregate functions/uniqHLL12/Map(String,Nullable(Float32)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/uniqHLL12/Map(String,Nullable(Float64)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 66ms
/aggregate functions/uniqHLL12/Map(String,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(UUID)) OK 66ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 66ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/uniqHLL12/Map(String,Nullable(Date)) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/int16,uint8 OK 69ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/uniqHLL12/Map(String,Nullable(DateTime)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/int16,uint64 OK 66ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 68ms
/aggregate functions/uniqHLL12/Map(String,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/int16,uint32 OK 71ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 65ms
/aggregate functions/uniqHLL12/Map(String,Nullable(Bool)) OK 70ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(UInt64))) OK 66ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/welchTTest/datatypes/permutations/int16,uint16 OK 69ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(UInt128))) OK 67ms
/aggregate functions/uniqHLL12/Map(String,Nullable(String)) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/int16,nullable_uint8_ OK 68ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(Int8))) OK 100ms
/aggregate functions/uniqHLL12/Map(String,Nullable(FixedString(51))) OK 94ms
/aggregate functions/welchTTest/datatypes/permutations/int16,nullable_uint64_ OK 70ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 66ms
/aggregate functions/uniqHLL12/Map(String,Nullable(UUID)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/int16,nullable_uint32_ OK 80ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(UInt8)) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/int16,nullable_uint16_ OK 68ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 112ms
/aggregate functions/welchTTest/datatypes/permutations/int16,lowcardinality_uint8_ OK 79ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(UInt16)) OK 72ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/int16,lowcardinality_uint64_ OK 74ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(UInt32)) OK 68ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(Int128))) OK 62ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(UInt64)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/int16,lowcardinality_uint32_ OK 64ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 115ms
/aggregate functions/welchTTest/datatypes/permutations/int16,lowcardinality_uint16_ OK 107ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(Float64))) OK 100ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(UInt128)) OK 94ms
/aggregate functions/uniqExact/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Int8)) OK 85ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/uniqExact/Map(FixedString(51),Array(String)) OK 84ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Int16)) OK 71ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/welchTTest/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Int32)) OK 66ms
/aggregate functions/uniqExact/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 64ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Int64)) OK 71ms
/aggregate functions/uniqExact/Map(FixedString(51),Tuple(String)) OK 64ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(String))) OK 64ms
/aggregate functions/welchTTest/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/uniqExact/Map(UUID,UInt8) OK 69ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Int128)) OK 66ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/float64,uint8 XFail 72ms
/aggregate functions/uniqExact/Map(UUID,UInt16) OK 80ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Float32)) OK 76ms
/aggregate functions/uniqTheta/Map(Bool,LowCardinality(Nullable(UUID))) OK 116ms
/aggregate functions/welchTTest/datatypes/permutations/float64,uint64 XFail 139ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Float64)) OK 68ms
/aggregate functions/uniqExact/Map(UUID,UInt32) OK 79ms
/aggregate functions/uniqTheta/Map(Bool,Array(String)) OK 67ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Date)) OK 65ms
/aggregate functions/uniqExact/Map(UUID,UInt64) OK 79ms
/aggregate functions/welchTTest/datatypes/permutations/float64,uint32 XFail 67ms
/aggregate functions/uniqTheta/Map(Bool,Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(DateTime)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/float64,uint16 XFail 81ms
/aggregate functions/uniqExact/Map(UUID,UInt128) OK 68ms
/aggregate functions/uniqTheta/Map(Bool,Tuple(String)) OK 79ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Bool)) OK 75ms
/aggregate functions/uniqExact/Map(UUID,Int8) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/float64,nullable_uint8_ XFail 89ms
/aggregate functions/uniqTheta/Map(String,UInt8) OK 69ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(String)) OK 70ms
/aggregate functions/uniqExact/Map(UUID,Int16) OK 84ms
/aggregate functions/welchTTest/datatypes/permutations/float64,nullable_uint64_ XFail 82ms
/aggregate functions/uniqTheta/Map(String,UInt16) OK 85ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/uniqExact/Map(UUID,Int32) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/float64,nullable_uint32_ XFail 80ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(UUID)) OK 81ms
/aggregate functions/uniqTheta/Map(String,UInt32) OK 82ms
/aggregate functions/uniqExact/Map(UUID,Int64) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/float64,nullable_uint16_ XFail 75ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/uniqTheta/Map(String,UInt64) OK 82ms
/aggregate functions/uniqExact/Map(UUID,Int128) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_uint8_ XFail 71ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/uniqTheta/Map(String,UInt128) OK 81ms
/aggregate functions/uniqExact/Map(UUID,Float32) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_uint64_ XFail 83ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/uniqTheta/Map(String,Int8) OK 160ms
/aggregate functions/uniqExact/Map(UUID,Float64) OK 151ms
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_uint32_ XFail 119ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(UInt64))) OK 107ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/uniqExact/Map(UUID,Decimal128(38)) OK 73ms
/aggregate functions/uniqTheta/Map(String,Int16) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_uint16_ XFail 74ms
/aggregate functions/uniqTheta/Map(String,Int32) OK 86ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/uniqExact/Map(UUID,Date) OK 84ms
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_nullable_uint8__ XFail 73ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(Int16))) OK 160ms
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_nullable_uint64__ XFail 69ms
/aggregate functions/uniqTheta/Map(String,Int64) OK 165ms
/aggregate functions/uniqExact/Map(UUID,DateTime) OK 161ms
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_nullable_uint32__ XFail 90ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/float64,lowcardinality_nullable_uint16__ XFail 83ms
/aggregate functions/uniqExact/Map(UUID,DateTime64(3)) OK 81ms
/aggregate functions/uniqTheta/Map(String,Int128) OK 72ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/uniqTheta/Map(String,Float32) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/float32,uint8 OK 68ms
/aggregate functions/uniqExact/Map(UUID,Bool) OK 80ms
/aggregate functions/uniqTheta/Map(String,Float64) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/float32,uint64 OK 80ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/uniqExact/Map(UUID,String) OK 70ms
/aggregate functions/uniqTheta/Map(String,Decimal128(38)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/float32,uint32 OK 89ms
/aggregate functions/uniqExact/Map(UUID,FixedString(51)) OK 71ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(Float32))) OK 64ms
/aggregate functions/uniqTheta/Map(String,Date) OK 66ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/uniqExact/Map(UUID,UUID) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/float32,uint16 OK 79ms
/aggregate functions/uniqTheta/Map(String,DateTime) OK 67ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/uniqExact/Map(UUID,Nullable(UInt8)) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/float32,nullable_uint8_ OK 69ms
/aggregate functions/uniqTheta/Map(String,DateTime64(3)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/float32,nullable_uint64_ OK 108ms
/aggregate functions/uniqExact/Map(UUID,Nullable(UInt16)) OK 68ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(DateTime))) OK 91ms
/aggregate functions/uniqTheta/Map(String,Bool) OK 77ms
/aggregate functions/uniqExact/Map(UUID,Nullable(UInt32)) OK 94ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/welchTTest/datatypes/permutations/float32,nullable_uint32_ OK 83ms
/aggregate functions/uniqTheta/Map(String,String) OK 84ms
/aggregate functions/uniqExact/Map(UUID,Nullable(UInt64)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/float32,nullable_uint16_ OK 80ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/uniqTheta/Map(String,FixedString(51)) OK 69ms
/aggregate functions/uniqExact/Map(UUID,Nullable(UInt128)) OK 84ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/uniqTheta/Map(String,UUID) OK 70ms
/aggregate functions/welchTTest/datatypes/permutations/float32,lowcardinality_uint8_ OK 69ms
/aggregate functions/uniqExact/Map(UUID,Nullable(Int8)) OK 80ms
/aggregate functions/uniqTheta/Map(String,Nullable(UInt8)) OK 74ms
/aggregate functions/welchTTest/datatypes/permutations/float32,lowcardinality_uint64_ OK 73ms
/aggregate functions/uniqHLL12/Map(String,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/uniqExact/Map(UUID,Nullable(Int16)) OK 76ms
/aggregate functions/uniqTheta/Map(String,Nullable(UInt16)) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/float32,lowcardinality_uint32_ OK 73ms
/aggregate functions/uniqHLL12/Map(String,Array(String)) OK 80ms
/aggregate functions/uniqExact/Map(UUID,Nullable(Int32)) OK 71ms
/aggregate functions/welchTTest/datatypes/permutations/float32,lowcardinality_uint16_ OK 73ms
/aggregate functions/uniqTheta/Map(String,Nullable(UInt32)) OK 66ms
/aggregate functions/uniqHLL12/Map(String,Map(String,LowCardinality(Float64))) OK 66ms
/aggregate functions/uniqExact/Map(UUID,Nullable(Int64)) OK 83ms
/aggregate functions/uniqTheta/Map(String,Nullable(UInt64)) OK 72ms
/aggregate functions/welchTTest/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/uniqHLL12/Map(String,Tuple(String)) OK 78ms
/aggregate functions/uniqTheta/Map(String,Nullable(UInt128)) OK 88ms
/aggregate functions/welchTTest/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/uniqExact/Map(UUID,Nullable(Int128)) OK 79ms
/aggregate functions/uniqHLL12/Map(FixedString(51),UInt8) OK 68ms
/aggregate functions/welchTTest/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/uniqExact/Map(UUID,Nullable(Float32)) OK 87ms
/aggregate functions/uniqTheta/Map(String,Nullable(Int8)) OK 71ms
/aggregate functions/uniqHLL12/Map(FixedString(51),UInt16) OK 69ms
/aggregate functions/uniqTheta/Map(String,Nullable(Int16)) OK 74ms
/aggregate functions/uniqHLL12/Map(FixedString(51),UInt32) OK 80ms
/aggregate functions/welchTTest/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/uniqExact/Map(UUID,Nullable(Float64)) OK 72ms
/aggregate functions/uniqTheta/Map(String,Nullable(Int32)) OK 83ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,uint8 OK 69ms
/aggregate functions/uniqHLL12/Map(FixedString(51),UInt64) OK 67ms
/aggregate functions/uniqExact/Map(UUID,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,uint64 OK 66ms
/aggregate functions/uniqHLL12/Map(FixedString(51),UInt128) OK 70ms
/aggregate functions/uniqExact/Map(UUID,Nullable(Date)) OK 87ms
/aggregate functions/uniqTheta/Map(String,Nullable(Int64)) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,uint32 OK 84ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Int8) OK 80ms
/aggregate functions/uniqTheta/Map(String,Nullable(Int128)) OK 119ms
/aggregate functions/uniqExact/Map(UUID,Nullable(DateTime)) OK 113ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,uint16 OK 71ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Int16) OK 65ms
/aggregate functions/uniqExact/Map(UUID,Nullable(DateTime64(3))) OK 67ms
/aggregate functions/uniqTheta/Map(String,Nullable(Float32)) OK 72ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Int32) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 68ms
/aggregate functions/uniqExact/Map(UUID,Nullable(Bool)) OK 88ms
/aggregate functions/uniqTheta/Map(String,Nullable(Float64)) OK 79ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Int64) OK 77ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 81ms
/aggregate functions/uniqTheta/Map(String,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Int128) OK 74ms
/aggregate functions/uniqExact/Map(UUID,Nullable(String)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 71ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Float32) OK 74ms
/aggregate functions/uniqExact/Map(UUID,Nullable(FixedString(51))) OK 66ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 66ms
/aggregate functions/uniqTheta/Map(String,Nullable(Date)) OK 78ms
/aggregate functions/uniqExact/Map(UUID,Nullable(UUID)) OK 75ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 72ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Float64) OK 73ms
/aggregate functions/uniqTheta/Map(String,Nullable(DateTime)) OK 69ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 76ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(UInt8)) OK 72ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Decimal128(38)) OK 77ms
/aggregate functions/uniqTheta/Map(String,Nullable(DateTime64(3))) OK 68ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(UInt16)) OK 82ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 82ms
/aggregate functions/uniqTheta/Map(String,Nullable(Bool)) OK 67ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Date) OK 69ms
/aggregate functions/uniqTheta/Map(String,Nullable(String)) OK 95ms
/aggregate functions/uniqHLL12/Map(FixedString(51),DateTime) OK 91ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(UInt32)) OK 67ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 63ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(UInt64)) OK 67ms
/aggregate functions/uniqTheta/Map(String,Nullable(FixedString(51))) OK 68ms
/aggregate functions/uniqHLL12/Map(FixedString(51),DateTime64(3)) OK 68ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(UInt128)) OK 73ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/uniqTheta/Map(String,Nullable(UUID)) OK 77ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Bool) OK 71ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Int8)) OK 76ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 65ms
/aggregate functions/uniqHLL12/Map(FixedString(51),String) OK 80ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(UInt8)) OK 64ms
/aggregate functions/welchTTest/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Int16)) OK 67ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(UInt16)) OK 69ms
/aggregate functions/uniqHLL12/Map(FixedString(51),FixedString(51)) OK 65ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Int32)) OK 72ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(UInt32)) OK 71ms
/aggregate functions/uniqHLL12/Map(FixedString(51),UUID) OK 61ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Int64)) OK 64ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(UInt8)) OK 65ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(UInt64)) OK 66ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Int128)) OK 62ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(UInt16)) OK 72ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(UInt128)) OK 70ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Float32)) OK 62ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(UInt32)) OK 67ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Int8)) OK 63ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Float64)) OK 66ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Int16)) OK 62ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(UInt64)) OK 66ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Date)) OK 68ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Int32)) OK 77ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(UInt128)) OK 67ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(DateTime)) OK 66ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(Int8)) OK 70ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Int64)) OK 63ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Bool)) OK 68ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Int128)) OK 67ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(Int16)) OK 69ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(String)) OK 70ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Float32)) OK 71ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(Int32)) OK 68ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(FixedString(51))) OK 63ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Float64)) OK 70ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(Int64)) OK 63ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(UUID)) OK 67ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(Int128)) OK 69ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Date)) OK 66ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(UInt8))) OK 63ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(Float32)) OK 64ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(DateTime)) OK 64ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(UInt16))) OK 63ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(Float64)) OK 65ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Bool)) OK 65ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(UInt32))) OK 64ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(Decimal128(38))) OK 70ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(String)) OK 63ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(Date)) OK 67ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(UInt128))) OK 68ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(UUID)) OK 65ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(DateTime)) OK 68ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(Int8))) OK 63ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(DateTime64(3))) OK 62ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(Int16))) OK 67ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(Bool)) OK 65ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(UInt16))) OK 67ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(Int32))) OK 64ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(String)) OK 70ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(UInt32))) OK 64ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(FixedString(51))) OK 69ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Nullable(UUID)) OK 68ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(UInt128))) OK 66ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(Float32))) OK 68ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(UInt8)) OK 71ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(Int8))) OK 66ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(Float64))) OK 68ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(Int16))) OK 67ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(UInt16)) OK 69ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(UInt32)) OK 66ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(UInt64)) OK 66ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(Bool))) OK 64ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(UInt128)) OK 74ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(String))) OK 68ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Int8)) OK 81ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 98ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Int16)) OK 73ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/uniqExact/Map(UUID,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Int32)) OK 69ms
/aggregate functions/uniqExact/Map(UUID,Array(String)) OK 63ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Int64)) OK 65ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(DateTime))) OK 65ms
/aggregate functions/uniqExact/Map(UUID,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Int128)) OK 76ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(Bool))) OK 67ms
/aggregate functions/uniqExact/Map(UUID,Tuple(String)) OK 67ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(String))) OK 67ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Float32)) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),UInt8) OK 67ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 69ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Float64)) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(String),UInt16) OK 63ms
/aggregate functions/uniqTheta/Map(String,LowCardinality(Nullable(UUID))) OK 67ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Date)) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(String),UInt32) OK 63ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(DateTime)) OK 68ms
/aggregate functions/uniqTheta/Map(String,Array(String)) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(String),UInt64) OK 66ms
/aggregate functions/uniqTheta/Map(String,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Bool)) OK 70ms
/aggregate functions/uniqExact/Map(LowCardinality(String),UInt128) OK 64ms
/aggregate functions/uniqTheta/Map(String,Tuple(String)) OK 65ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(String)) OK 73ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Int8) OK 70ms
/aggregate functions/uniqTheta/Map(FixedString(51),UInt8) OK 74ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(FixedString(51))) OK 62ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Int16) OK 63ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(UUID)) OK 67ms
/aggregate functions/uniqTheta/Map(FixedString(51),UInt16) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Int32) OK 65ms
/aggregate functions/uniqTheta/Map(FixedString(51),UInt32) OK 73ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Int64) OK 68ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),UInt64) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Int128) OK 64ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 67ms
/aggregate functions/uniqTheta/Map(FixedString(51),UInt128) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Float32) OK 64ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),Int8) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Float64) OK 66ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/uniqTheta/Map(FixedString(51),Int16) OK 70ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Decimal128(38)) OK 68ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/uniqTheta/Map(FixedString(51),Int32) OK 74ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Date) OK 60ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),Int64) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(String),DateTime) OK 73ms
/aggregate functions/uniqTheta/Map(FixedString(51),Int128) OK 110ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 110ms
/aggregate functions/uniqExact/Map(LowCardinality(String),DateTime64(3)) OK 102ms
/aggregate functions/uniqTheta/Map(FixedString(51),Float32) OK 68ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Bool) OK 67ms
/aggregate functions/uniqTheta/Map(FixedString(51),Float64) OK 69ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/uniqExact/Map(LowCardinality(String),String) OK 65ms
/aggregate functions/uniqTheta/Map(FixedString(51),Decimal128(38)) OK 73ms
/aggregate functions/uniqExact/Map(LowCardinality(String),FixedString(51)) OK 72ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/uniqTheta/Map(FixedString(51),Date) OK 68ms
/aggregate functions/uniqExact/Map(LowCardinality(String),UUID) OK 73ms
/aggregate functions/uniqTheta/Map(FixedString(51),DateTime) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(UInt8)) OK 65ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 65ms
/aggregate functions/uniqTheta/Map(FixedString(51),DateTime64(3)) OK 74ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(UInt16)) OK 66ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(UInt32)) OK 72ms
/aggregate functions/uniqTheta/Map(FixedString(51),Bool) OK 68ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 58ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(String))) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),String) OK 71ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(UInt64)) OK 67ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(UInt128)) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),FixedString(51)) OK 64ms
/aggregate functions/uniqHLL12/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/uniqTheta/Map(FixedString(51),UUID) OK 71ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(Int8)) OK 67ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Array(String)) OK 74ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(Int16)) OK 66ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(UInt8)) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(Int32)) OK 80ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(UInt16)) OK 82ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(Int64)) OK 80ms
/aggregate functions/uniqHLL12/Map(FixedString(51),Tuple(String)) OK 83ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(UInt32)) OK 59ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(UInt64)) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(Int128)) OK 84ms
/aggregate functions/uniqHLL12/Map(UUID,UInt8) OK 65ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(UInt128)) OK 68ms
/aggregate functions/uniqHLL12/Map(UUID,UInt16) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(Float32)) OK 67ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(Int8)) OK 70ms
/aggregate functions/uniqHLL12/Map(UUID,UInt32) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(Float64)) OK 75ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(Int16)) OK 65ms
/aggregate functions/uniqHLL12/Map(UUID,UInt64) OK 68ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 70ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(Int32)) OK 67ms
/aggregate functions/uniqHLL12/Map(UUID,UInt128) OK 72ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(Date)) OK 75ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(Int64)) OK 66ms
/aggregate functions/uniqHLL12/Map(UUID,Int8) OK 100ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(DateTime)) OK 73ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(Int128)) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,Int16) OK 73ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(Float32)) OK 70ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(Bool)) OK 83ms
/aggregate functions/uniqHLL12/Map(UUID,Int32) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(Float64)) OK 79ms
/aggregate functions/uniqHLL12/Map(UUID,Int64) OK 72ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(String)) OK 64ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(Decimal128(38))) OK 75ms
/aggregate functions/uniqHLL12/Map(UUID,Int128) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(FixedString(51))) OK 65ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(Date)) OK 65ms
/aggregate functions/uniqHLL12/Map(UUID,Float32) OK 68ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Nullable(UUID)) OK 59ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(DateTime)) OK 87ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(UInt8)) OK 99ms
/aggregate functions/uniqHLL12/Map(UUID,Float64) OK 103ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(DateTime64(3))) OK 74ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(UInt16)) OK 72ms
/aggregate functions/uniqHLL12/Map(UUID,Decimal128(38)) OK 69ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(Bool)) OK 70ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(UInt32)) OK 69ms
/aggregate functions/uniqHLL12/Map(UUID,Date) OK 70ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(String)) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(UInt64)) OK 69ms
/aggregate functions/uniqHLL12/Map(UUID,DateTime) OK 75ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(FixedString(51))) OK 75ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(UInt128)) OK 72ms
/aggregate functions/uniqHLL12/Map(UUID,DateTime64(3)) OK 65ms
/aggregate functions/uniqTheta/Map(FixedString(51),Nullable(UUID)) OK 69ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Int8)) OK 82ms
/aggregate functions/uniqHLL12/Map(UUID,Bool) OK 75ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(UInt8)) OK 59ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(UInt16)) OK 72ms
/aggregate functions/uniqHLL12/Map(UUID,String) OK 72ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Int16)) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(UInt32)) OK 73ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Int32)) OK 65ms
/aggregate functions/uniqHLL12/Map(UUID,FixedString(51)) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Int64)) OK 63ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(UInt64)) OK 124ms
/aggregate functions/uniqHLL12/Map(UUID,UUID) OK 118ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Int128)) OK 123ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(UInt8)) OK 70ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(UInt128)) OK 76ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Float32)) OK 67ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(UInt16)) OK 63ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Int8)) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Float64)) OK 66ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(UInt32)) OK 71ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Int16)) OK 72ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Date)) OK 69ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(UInt64)) OK 67ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Int32)) OK 110ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(DateTime)) OK 134ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(UInt128)) OK 125ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Int64)) OK 80ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(Int8)) OK 78ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Bool)) OK 70ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Int128)) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(String)) OK 74ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Float32)) OK 70ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(Int16)) OK 60ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(Int32)) OK 69ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Float64)) OK 69ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(Int64)) OK 75ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Date)) OK 73ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(UUID)) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(Int128)) OK 71ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(DateTime)) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Bool)) OK 87ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(Float32)) OK 65ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(Float64)) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 67ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(String)) OK 65ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(Decimal128(38))) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(FixedString(51))) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(Date)) OK 66ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(UUID)) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 65ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(DateTime)) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(DateTime64(3))) OK 65ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 62ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(Bool)) OK 67ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 67ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(String)) OK 71ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 63ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 67ms
/aggregate functions/uniqHLL12/Map(UUID,Nullable(UUID)) OK 68ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 60ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(UInt8)) OK 64ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(UInt16)) OK 67ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(UInt32)) OK 66ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 62ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(UInt64)) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 66ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 68ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(UInt128)) OK 81ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 62ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 98ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Int8)) OK 98ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Int16)) OK 65ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 62ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Array(String)) OK 65ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Int32)) OK 65ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 69ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Int64)) OK 64ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 61ms
/aggregate functions/uniqExact/Map(LowCardinality(String),Tuple(String)) OK 76ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Int128)) OK 63ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Float32)) OK 68ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),UInt8) OK 68ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 65ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Float64)) OK 62ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),UInt16) OK 64ms
/aggregate functions/uniqTheta/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 63ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Date)) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),UInt32) OK 67ms
/aggregate functions/uniqTheta/Map(FixedString(51),Array(String)) OK 59ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(DateTime)) OK 66ms
/aggregate functions/uniqTheta/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),UInt64) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Bool)) OK 94ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),UInt128) OK 83ms
/aggregate functions/uniqTheta/Map(FixedString(51),Tuple(String)) OK 84ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(String)) OK 90ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Int8) OK 71ms
/aggregate functions/uniqTheta/Map(UUID,UInt8) OK 71ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Int16) OK 76ms
/aggregate functions/uniqTheta/Map(UUID,UInt16) OK 77ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Int32) OK 68ms
/aggregate functions/uniqTheta/Map(UUID,UInt32) OK 66ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(UUID)) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Int64) OK 72ms
/aggregate functions/uniqTheta/Map(UUID,UInt64) OK 66ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(UInt8))) OK 66ms
/aggregate functions/uniqTheta/Map(UUID,UInt128) OK 73ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(UInt16))) OK 62ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Int128) OK 67ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Float32) OK 65ms
/aggregate functions/uniqTheta/Map(UUID,Int8) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Float64) OK 72ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(UInt64))) OK 63ms
/aggregate functions/uniqTheta/Map(UUID,Int16) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/uniqTheta/Map(UUID,Int32) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 69ms
/aggregate functions/uniqTheta/Map(UUID,Int64) OK 69ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Date) OK 65ms
/aggregate functions/uniqTheta/Map(UUID,Int128) OK 69ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),DateTime) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,Float32) OK 77ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 71ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(Int32))) OK 62ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(Int64))) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Bool) OK 64ms
/aggregate functions/uniqTheta/Map(UUID,Float64) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(Int128))) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),String) OK 68ms
/aggregate functions/uniqTheta/Map(UUID,Decimal128(38)) OK 62ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(Float32))) OK 63ms
/aggregate functions/uniqTheta/Map(UUID,Date) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(Float64))) OK 66ms
/aggregate functions/uniqTheta/Map(UUID,DateTime) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),UUID) OK 62ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(Date))) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 65ms
/aggregate functions/uniqTheta/Map(UUID,DateTime64(3)) OK 65ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(DateTime))) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 69ms
/aggregate functions/uniqTheta/Map(UUID,Bool) OK 62ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(Bool))) OK 64ms
/aggregate functions/uniqTheta/Map(UUID,String) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(String))) OK 63ms
/aggregate functions/uniqTheta/Map(UUID,FixedString(51)) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 63ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 64ms
/aggregate functions/uniqTheta/Map(UUID,UUID) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 68ms
/aggregate functions/uniqHLL12/Map(UUID,LowCardinality(Nullable(UUID))) OK 63ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(UInt8)) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,Array(String)) OK 66ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(UInt16)) OK 69ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,Map(String,LowCardinality(Float64))) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 68ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(UInt32)) OK 64ms
/aggregate functions/uniqHLL12/Map(UUID,Tuple(String)) OK 64ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(UInt64)) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 66ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),UInt8) OK 68ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(UInt128)) OK 72ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),UInt16) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 70ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(Int8)) OK 63ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),UInt32) OK 66ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(Int16)) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 62ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),UInt64) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(Int32)) OK 63ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),UInt128) OK 66ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(Int64)) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 68ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Int8) OK 65ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(Int128)) OK 69ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 61ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Int16) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 66ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(Float32)) OK 64ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Int32) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 69ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(Float64)) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Int64) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 65ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(Decimal128(38))) OK 70ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Int128) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 81ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(Date)) OK 73ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Float32) OK 70ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(DateTime)) OK 69ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 63ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Float64) OK 72ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 72ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(DateTime64(3))) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Decimal128(38)) OK 66ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(Bool)) OK 72ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Date) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 72ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(String)) OK 64ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),DateTime) OK 64ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(FixedString(51))) OK 72ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 67ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),DateTime64(3)) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 70ms
/aggregate functions/uniqTheta/Map(UUID,Nullable(UUID)) OK 71ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Bool) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 69ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(UInt8)) OK 62ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),String) OK 60ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(UInt16)) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 71ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),FixedString(51)) OK 62ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(UInt32)) OK 74ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),UUID) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 67ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(UInt8)) OK 73ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(UInt64)) OK 62ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 65ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(UInt128)) OK 92ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 84ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(UInt16)) OK 87ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 105ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Int8)) OK 109ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(UInt32)) OK 91ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(UInt64)) OK 97ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 83ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Int16)) OK 68ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Int32)) OK 69ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(UInt128)) OK 68ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Int64)) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 64ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(Int8)) OK 64ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Int128)) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(Int16)) OK 62ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Float32)) OK 70ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 72ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(Int32)) OK 68ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Float64)) OK 74ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(Int64)) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(Int128)) OK 106ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Date)) OK 104ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 97ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(Float32)) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(DateTime)) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(Float64)) OK 68ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Bool)) OK 67ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(String)) OK 67ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(Date)) OK 74ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(FixedString(51))) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(UUID)) OK 80ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(DateTime)) OK 80ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 64ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(UInt8))) OK 67ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(Bool)) OK 70ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 62ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(UInt32))) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(String)) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(FixedString(51))) OK 78ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 69ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Nullable(UUID)) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 64ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(UInt8)) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(Int8))) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(Int16))) OK 64ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(UInt16)) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 69ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(UInt32)) OK 68ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 65ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(UInt64)) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 66ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(UInt128)) OK 65ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(Int128))) OK 65ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 66ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Int8)) OK 66ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(Float32))) OK 67ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Int16)) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(Float64))) OK 63ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 66ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(Date))) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Int32)) OK 69ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Array(String)) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(DateTime))) OK 66ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Int64)) OK 66ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 65ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Int128)) OK 64ms
/aggregate functions/uniqExact/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 63ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Float32)) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(String))) OK 63ms
/aggregate functions/uniqExact/Nullable(UInt8) OK 63ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 68ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Float64)) OK 64ms
/aggregate functions/uniqExact/Nullable(UInt16) OK 66ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Date)) OK 67ms
/aggregate functions/uniqTheta/Map(UUID,LowCardinality(Nullable(UUID))) OK 67ms
/aggregate functions/uniqExact/Nullable(UInt32) OK 68ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(DateTime)) OK 64ms
/aggregate functions/uniqTheta/Map(UUID,Array(String)) OK 68ms
/aggregate functions/uniqExact/Nullable(UInt64) OK 64ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Bool)) OK 71ms
/aggregate functions/uniqTheta/Map(UUID,Map(String,LowCardinality(Float64))) OK 67ms
/aggregate functions/uniqExact/Nullable(UInt128) OK 64ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(String)) OK 68ms
/aggregate functions/uniqTheta/Map(UUID,Tuple(String)) OK 68ms
/aggregate functions/uniqExact/Nullable(Int8) OK 63ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 64ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),UInt8) OK 64ms
/aggregate functions/uniqExact/Nullable(Int16) OK 67ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(UUID)) OK 66ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),UInt16) OK 66ms
/aggregate functions/uniqExact/Nullable(Int32) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 68ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),UInt32) OK 64ms
/aggregate functions/uniqExact/Nullable(Int64) OK 66ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),UInt64) OK 68ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 64ms
/aggregate functions/uniqExact/Nullable(Int128) OK 66ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 63ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),UInt128) OK 65ms
/aggregate functions/uniqExact/Nullable(Float32) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Int8) OK 74ms
/aggregate functions/uniqExact/Nullable(Float64) OK 75ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 68ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Int16) OK 61ms
/aggregate functions/uniqExact/Nullable(Decimal128(38)) OK 62ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Int32) OK 74ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/uniqExact/Nullable(Date) OK 76ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Int64) OK 70ms
/aggregate functions/uniqExact/Nullable(DateTime) OK 93ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Int128) OK 67ms
/aggregate functions/uniqExact/Nullable(DateTime64(3)) OK 78ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Float32) OK 75ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/uniqExact/Nullable(Bool) OK 68ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Float64) OK 70ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 114ms
/aggregate functions/uniqExact/Nullable(String) OK 82ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Decimal128(38)) OK 68ms
/aggregate functions/uniqExact/Nullable(FixedString(51)) OK 92ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Date) OK 71ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),DateTime) OK 73ms
/aggregate functions/uniqExact/Nullable(UUID) OK 78ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),DateTime64(3)) OK 99ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/uniqExact/Array(UInt8) OK 72ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/uniqExact/Array(UInt16) OK 71ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Bool) OK 76ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/uniqExact/Array(UInt32) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),String) OK 71ms
/aggregate functions/uniqExact/Array(UInt64) OK 74ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),FixedString(51)) OK 68ms
/aggregate functions/uniqExact/Array(UInt128) OK 119ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 120ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),UUID) OK 107ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(UInt8)) OK 155ms
/aggregate functions/uniqExact/Array(Int8) OK 147ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 153ms
/aggregate functions/uniqExact/Array(Int16) OK 75ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(UInt16)) OK 63ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Array(String)) OK 69ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(UInt32)) OK 74ms
/aggregate functions/uniqExact/Array(Int32) OK 67ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 62ms
/aggregate functions/uniqHLL12/Map(LowCardinality(String),Tuple(String)) OK 71ms
/aggregate functions/uniqExact/Array(Int64) OK 80ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(UInt64)) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(UInt128)) OK 93ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),UInt8) OK 71ms
/aggregate functions/uniqExact/Array(Int128) OK 75ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),UInt16) OK 76ms
/aggregate functions/uniqExact/Array(Float32) OK 83ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(Int8)) OK 77ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),UInt32) OK 71ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(Int16)) OK 93ms
/aggregate functions/uniqExact/Array(Float64) OK 87ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),UInt64) OK 78ms
/aggregate functions/uniqExact/Array(Decimal128(38)) OK 88ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(Int32)) OK 75ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),UInt128) OK 75ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(Int64)) OK 90ms
/aggregate functions/uniqExact/Array(Date) OK 68ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Int8) OK 73ms
/aggregate functions/uniqExact/Array(DateTime) OK 69ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(Int128)) OK 77ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Int16) OK 82ms
/aggregate functions/uniqExact/Array(DateTime64(3)) OK 73ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(Float32)) OK 79ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Int32) OK 74ms
/aggregate functions/uniqExact/Array(Bool) OK 91ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(Float64)) OK 77ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Int64) OK 113ms
/aggregate functions/uniqExact/Array(String) OK 85ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 87ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Int128) OK 82ms
/aggregate functions/uniqExact/Array(FixedString(51)) OK 79ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(Date)) OK 71ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Float32) OK 74ms
/aggregate functions/uniqExact/Array(UUID) OK 68ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(DateTime)) OK 92ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Float64) OK 72ms
/aggregate functions/uniqExact/Array(Nullable(UInt8)) OK 74ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 86ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 70ms
/aggregate functions/uniqExact/Array(Nullable(UInt16)) OK 85ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(Bool)) OK 102ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Date) OK 90ms
/aggregate functions/uniqExact/Array(Nullable(UInt32)) OK 79ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(String)) OK 98ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),DateTime) OK 77ms
/aggregate functions/uniqExact/Array(Nullable(UInt64)) OK 74ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 73ms
/aggregate functions/uniqExact/Array(Nullable(UInt128)) OK 73ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(FixedString(51))) OK 89ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Bool) OK 74ms
/aggregate functions/uniqExact/Array(Nullable(Int8)) OK 74ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Nullable(UUID)) OK 71ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),String) OK 87ms
/aggregate functions/uniqExact/Array(Nullable(Int16)) OK 70ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(UInt8)) OK 69ms
/aggregate functions/uniqExact/Array(Nullable(Int32)) OK 90ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 79ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(UInt16)) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(UInt32)) OK 86ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),UUID) OK 74ms
/aggregate functions/uniqExact/Array(Nullable(Int64)) OK 75ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 69ms
/aggregate functions/uniqExact/Array(Nullable(Int128)) OK 80ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(UInt64)) OK 76ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 64ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(UInt128)) OK 66ms
/aggregate functions/uniqExact/Array(Nullable(Float32)) OK 66ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 63ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Int8)) OK 64ms
/aggregate functions/uniqExact/Array(Nullable(Float64)) OK 64ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 64ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Int16)) OK 65ms
/aggregate functions/uniqExact/Array(Nullable(Decimal128(38))) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 76ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Int32)) OK 70ms
/aggregate functions/uniqExact/Array(Nullable(Date)) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 73ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Int64)) OK 70ms
/aggregate functions/uniqExact/Array(Nullable(DateTime)) OK 72ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 109ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Int128)) OK 105ms
/aggregate functions/uniqExact/Array(Nullable(DateTime64(3))) OK 103ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 82ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Float32)) OK 93ms
/aggregate functions/uniqExact/Array(Nullable(Bool)) OK 81ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 119ms
/aggregate functions/uniqExact/Array(Nullable(String)) OK 119ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Float64)) OK 105ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 96ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Date)) OK 97ms
/aggregate functions/uniqExact/Array(Nullable(FixedString(51))) OK 71ms
/aggregate functions/uniqExact/Array(Nullable(UUID)) OK 68ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 72ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(DateTime)) OK 73ms
/aggregate functions/uniqExact/Array(LowCardinality(UInt8)) OK 82ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 75ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Bool)) OK 78ms
/aggregate functions/uniqExact/Array(LowCardinality(UInt16)) OK 68ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 72ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(String)) OK 65ms
/aggregate functions/uniqExact/Array(LowCardinality(UInt32)) OK 66ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 61ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 63ms
/aggregate functions/uniqExact/Array(LowCardinality(UInt64)) OK 63ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 67ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(UUID)) OK 65ms
/aggregate functions/uniqExact/Array(LowCardinality(UInt128)) OK 65ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 69ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 65ms
/aggregate functions/uniqExact/Array(LowCardinality(Int8)) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 69ms
/aggregate functions/uniqExact/Array(LowCardinality(Int16)) OK 68ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 76ms
/aggregate functions/uniqExact/Array(LowCardinality(Int32)) OK 76ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 76ms
/aggregate functions/uniqExact/Array(LowCardinality(Int64)) OK 78ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 81ms
/aggregate functions/uniqExact/Array(LowCardinality(Int128)) OK 76ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 77ms
/aggregate functions/uniqExact/Array(LowCardinality(Float32)) OK 89ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 69ms
/aggregate functions/uniqExact/Array(LowCardinality(Float64)) OK 82ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 78ms
/aggregate functions/uniqExact/Array(LowCardinality(Date)) OK 89ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 70ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 78ms
/aggregate functions/uniqExact/Array(LowCardinality(DateTime)) OK 66ms
/aggregate functions/uniqExact/Array(LowCardinality(Bool)) OK 67ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 70ms
/aggregate functions/uniqExact/Array(LowCardinality(String)) OK 81ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 66ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 74ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/uniqExact/Array(LowCardinality(FixedString(51))) OK 66ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 69ms
/aggregate functions/uniqExact/Array(LowCardinality(UUID)) OK 71ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 87ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 75ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 92ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 80ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 76ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Array(String)) OK 70ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 68ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 68ms
/aggregate functions/uniqTheta/Map(LowCardinality(String),Tuple(String)) OK 71ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 66ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),UInt8) OK 88ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),UInt16) OK 90ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 81ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 89ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),UInt32) OK 73ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),UInt64) OK 64ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 66ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(Float32))) OK 62ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),UInt128) OK 63ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(Float64))) OK 67ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 63ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Int8) OK 74ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 66ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(Date))) OK 67ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Int16) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(DateTime))) OK 66ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Int32) OK 73ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 66ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Int64) OK 87ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 108ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Int128) OK 81ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Float32) OK 68ms
/aggregate functions/uniqExact/Array(LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Float64) OK 79ms
/aggregate functions/uniqExact/Array(Array(String)) OK 67ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/uniqExact/Array(Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 81ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/uniqExact/Array(Tuple(String)) OK 75ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Date) OK 68ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),DateTime) OK 79ms
/aggregate functions/uniqExact/LowCardinality(UInt8) OK 83ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 144ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/uniqExact/LowCardinality(UInt16) OK 131ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 143ms
/aggregate functions/uniqExact/LowCardinality(UInt32) OK 96ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Bool) OK 73ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),String) OK 69ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/uniqExact/LowCardinality(UInt64) OK 82ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 71ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/uniqExact/LowCardinality(UInt128) OK 67ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),UUID) OK 72ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/uniqExact/LowCardinality(Int8) OK 76ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 80ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Array(String)) OK 84ms
/aggregate functions/uniqExact/LowCardinality(Int16) OK 98ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 104ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 99ms
/aggregate functions/uniqExact/LowCardinality(Int32) OK 103ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 85ms
/aggregate functions/uniqHLL12/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 88ms
/aggregate functions/uniqExact/LowCardinality(Int64) OK 87ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 103ms
/aggregate functions/uniqHLL12/Nullable(UInt8) OK 81ms
/aggregate functions/uniqExact/LowCardinality(Int128) OK 88ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 99ms
/aggregate functions/uniqHLL12/Nullable(UInt16) OK 102ms
/aggregate functions/uniqExact/LowCardinality(Float32) OK 78ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 101ms
/aggregate functions/uniqHLL12/Nullable(UInt32) OK 83ms
/aggregate functions/uniqExact/LowCardinality(Float64) OK 74ms
/aggregate functions/uniqExact/LowCardinality(Date) OK 95ms
/aggregate functions/uniqHLL12/Nullable(UInt64) OK 85ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 84ms
/aggregate functions/uniqHLL12/Nullable(UInt128) OK 89ms
/aggregate functions/uniqExact/LowCardinality(DateTime) OK 89ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 88ms
/aggregate functions/uniqHLL12/Nullable(Int8) OK 73ms
/aggregate functions/uniqExact/LowCardinality(Bool) OK 84ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 77ms
/aggregate functions/uniqHLL12/Nullable(Int16) OK 64ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 67ms
/aggregate functions/uniqExact/LowCardinality(String) OK 65ms
/aggregate functions/uniqHLL12/Nullable(Int32) OK 72ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 78ms
/aggregate functions/uniqExact/LowCardinality(FixedString(51)) OK 63ms
/aggregate functions/uniqHLL12/Nullable(Int64) OK 69ms
/aggregate functions/uniqExact/LowCardinality(UUID) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 60ms
/aggregate functions/uniqHLL12/Nullable(Int128) OK 76ms
/aggregate functions/uniqExact/LowCardinality(Nullable(UInt8)) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 72ms
/aggregate functions/uniqExact/LowCardinality(Nullable(UInt16)) OK 75ms
/aggregate functions/uniqHLL12/Nullable(Float32) OK 68ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 69ms
/aggregate functions/uniqHLL12/Nullable(Float64) OK 69ms
/aggregate functions/uniqExact/LowCardinality(Nullable(UInt32)) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 80ms
/aggregate functions/uniqExact/LowCardinality(Nullable(UInt64)) OK 82ms
/aggregate functions/uniqHLL12/Nullable(Decimal128(38)) OK 81ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 82ms
/aggregate functions/uniqExact/LowCardinality(Nullable(UInt128)) OK 67ms
/aggregate functions/uniqHLL12/Nullable(Date) OK 63ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 72ms
/aggregate functions/uniqHLL12/Nullable(DateTime) OK 71ms
/aggregate functions/uniqExact/LowCardinality(Nullable(Int8)) OK 62ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 67ms
/aggregate functions/uniqExact/LowCardinality(Nullable(Int16)) OK 66ms
/aggregate functions/uniqHLL12/Nullable(DateTime64(3)) OK 66ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 69ms
/aggregate functions/uniqExact/LowCardinality(Nullable(Int32)) OK 68ms
/aggregate functions/uniqHLL12/Nullable(Bool) OK 67ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 70ms
/aggregate functions/uniqExact/LowCardinality(Nullable(Int64)) OK 65ms
/aggregate functions/uniqHLL12/Nullable(String) OK 66ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 68ms
/aggregate functions/uniqExact/LowCardinality(Nullable(Int128)) OK 66ms
/aggregate functions/uniqHLL12/Nullable(FixedString(51)) OK 69ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 68ms
/aggregate functions/uniqExact/LowCardinality(Nullable(Float32)) OK 70ms
/aggregate functions/uniqHLL12/Nullable(UUID) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 67ms
/aggregate functions/uniqExact/LowCardinality(Nullable(Float64)) OK 66ms
/aggregate functions/uniqHLL12/Array(UInt8) OK 64ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 65ms
/aggregate functions/uniqExact/LowCardinality(Nullable(Date)) OK 68ms
/aggregate functions/uniqHLL12/Array(UInt16) OK 62ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 67ms
/aggregate functions/uniqHLL12/Array(UInt32) OK 68ms
/aggregate functions/uniqExact/LowCardinality(Nullable(DateTime)) OK 64ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 64ms
/aggregate functions/uniqExact/LowCardinality(Nullable(Bool)) OK 64ms
/aggregate functions/uniqHLL12/Array(UInt64) OK 64ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 71ms
/aggregate functions/uniqExact/LowCardinality(Nullable(String)) OK 66ms
/aggregate functions/uniqHLL12/Array(UInt128) OK 66ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 66ms
/aggregate functions/uniqExact/LowCardinality(Nullable(FixedString(51))) OK 80ms
/aggregate functions/uniqHLL12/Array(Int8) OK 77ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 86ms
/aggregate functions/uniqHLL12/Array(Int16) OK 69ms
/aggregate functions/uniqExact/LowCardinality(Nullable(UUID)) OK 63ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 66ms
/aggregate functions/uniqExact/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 615ms
/aggregate functions/uniqHLL12/Array(Int32) OK 68ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 111ms
/aggregate functions/uniqHLL12/Array(Int64) OK 98ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 76ms
/aggregate functions/uniqHLL12/Array(Int128) OK 64ms
/aggregate functions/uniqHLL12/Array(Float32) OK 82ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 70ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 152ms
/aggregate functions/uniqHLL12/Array(Float64) OK 147ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 99ms
/aggregate functions/uniqHLL12/Array(Decimal128(38)) OK 102ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 73ms
/aggregate functions/uniqHLL12/Array(Date) OK 68ms
/aggregate functions/uniqHLL12/Array(DateTime) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 62ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 64ms
/aggregate functions/uniqHLL12/Array(DateTime64(3)) OK 64ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/uniqHLL12/Array(Bool) OK 80ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/uniqHLL12/Array(String) OK 69ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/uniqHLL12/Array(FixedString(51)) OK 65ms
/aggregate functions/uniqHLL12/Array(UUID) OK 62ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 60ms
/aggregate functions/uniqHLL12/Array(Nullable(UInt8)) OK 77ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/uniqHLL12/Array(Nullable(UInt16)) OK 67ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 67ms
/aggregate functions/uniqHLL12/Array(Nullable(UInt32)) OK 67ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/uniqHLL12/Array(Nullable(UInt64)) OK 67ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 60ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 63ms
/aggregate functions/uniqHLL12/Array(Nullable(UInt128)) OK 60ms
/aggregate functions/uniqHLL12/Array(Nullable(Int8)) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 61ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/uniqHLL12/Array(Nullable(Int16)) OK 62ms
/aggregate functions/uniqHLL12/Array(Nullable(Int32)) OK 66ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 61ms
/aggregate functions/uniqHLL12/Array(Nullable(Int64)) OK 63ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/uniqHLL12/Array(Nullable(Int128)) OK 64ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 63ms
/aggregate functions/uniqHLL12/Array(Nullable(Float32)) OK 61ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 61ms
/aggregate functions/uniqHLL12/Array(Nullable(Float64)) OK 64ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 66ms
/aggregate functions/uniqHLL12/Array(Nullable(Decimal128(38))) OK 66ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 69ms
/aggregate functions/uniqHLL12/Array(Nullable(Date)) OK 60ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 64ms
/aggregate functions/uniqHLL12/Array(Nullable(DateTime)) OK 72ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Array(String)) OK 64ms
/aggregate functions/uniqHLL12/Array(Nullable(DateTime64(3))) OK 65ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 64ms
/aggregate functions/uniqHLL12/Array(Nullable(Bool)) OK 94ms
/aggregate functions/uniqTheta/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 83ms
/aggregate functions/uniqTheta/Nullable(UInt8) OK 78ms
/aggregate functions/uniqHLL12/Array(Nullable(String)) OK 62ms
/aggregate functions/uniqHLL12/Array(Nullable(FixedString(51))) OK 64ms
/aggregate functions/uniqTheta/Nullable(UInt16) OK 64ms
/aggregate functions/uniqHLL12/Array(Nullable(UUID)) OK 60ms
/aggregate functions/uniqTheta/Nullable(UInt32) OK 60ms
/aggregate functions/uniqHLL12/Array(LowCardinality(UInt8)) OK 61ms
/aggregate functions/uniqTheta/Nullable(UInt64) OK 59ms
/aggregate functions/uniqHLL12/Array(LowCardinality(UInt16)) OK 65ms
/aggregate functions/uniqTheta/Nullable(UInt128) OK 70ms
/aggregate functions/uniqHLL12/Array(LowCardinality(UInt32)) OK 63ms
/aggregate functions/uniqTheta/Nullable(Int8) OK 103ms
/aggregate functions/uniqHLL12/Array(LowCardinality(UInt64)) OK 63ms
/aggregate functions/uniqTheta/Nullable(Int16) OK 65ms
/aggregate functions/uniqHLL12/Array(LowCardinality(UInt128)) OK 64ms
/aggregate functions/uniqTheta/Nullable(Int32) OK 70ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Int8)) OK 58ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Int16)) OK 71ms
/aggregate functions/uniqTheta/Nullable(Int64) OK 63ms
/aggregate functions/uniqTheta/Nullable(Int128) OK 69ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Int32)) OK 70ms
/aggregate functions/uniqTheta/Nullable(Float32) OK 67ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Int64)) OK 61ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Int128)) OK 112ms
/aggregate functions/uniqTheta/Nullable(Float64) OK 107ms
/aggregate functions/uniqTheta/Nullable(Decimal128(38)) OK 73ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Float32)) OK 80ms
/aggregate functions/uniqTheta/Nullable(Date) OK 114ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Float64)) OK 110ms
/aggregate functions/uniqTheta/Nullable(DateTime) OK 68ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Date)) OK 63ms
/aggregate functions/uniqHLL12/Array(LowCardinality(DateTime)) OK 68ms
/aggregate functions/uniqTheta/Nullable(DateTime64(3)) OK 60ms
/aggregate functions/uniqTheta/Nullable(Bool) OK 71ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Bool)) OK 69ms
/aggregate functions/uniqTheta/Nullable(String) OK 68ms
/aggregate functions/uniqHLL12/Array(LowCardinality(String)) OK 67ms
/aggregate functions/uniqTheta/Nullable(FixedString(51)) OK 67ms
/aggregate functions/uniqHLL12/Array(LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/uniqTheta/Nullable(UUID) OK 66ms
/aggregate functions/uniqHLL12/Array(LowCardinality(UUID)) OK 64ms
/aggregate functions/uniqTheta/Array(UInt8) OK 69ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(UInt8))) OK 65ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(UInt16))) OK 63ms
/aggregate functions/uniqTheta/Array(UInt16) OK 59ms
/aggregate functions/uniqTheta/Array(UInt32) OK 67ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(UInt32))) OK 64ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(UInt64))) OK 69ms
/aggregate functions/uniqTheta/Array(UInt64) OK 70ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(UInt128))) OK 107ms
/aggregate functions/uniqTheta/Array(UInt128) OK 108ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/uniqTheta/Array(Int8) OK 68ms
/aggregate functions/uniqTheta/Array(Int16) OK 67ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(Int16))) OK 63ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(Int32))) OK 64ms
/aggregate functions/uniqTheta/Array(Int32) OK 67ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/uniqTheta/Array(Int64) OK 68ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/uniqTheta/Array(Int128) OK 67ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(Float32))) OK 66ms
/aggregate functions/uniqTheta/Array(Float32) OK 61ms
/aggregate functions/uniqTheta/Array(Float64) OK 66ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(Float64))) OK 60ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(Date))) OK 68ms
/aggregate functions/uniqTheta/Array(Decimal128(38)) OK 61ms
/aggregate functions/uniqTheta/Array(Date) OK 70ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/uniqTheta/Array(DateTime) OK 154ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(Bool))) OK 154ms
/aggregate functions/uniqTheta/Array(DateTime64(3)) OK 65ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(String))) OK 65ms
/aggregate functions/uniqTheta/Array(Bool) OK 70ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(FixedString(51)))) OK 66ms
/aggregate functions/uniqHLL12/Array(LowCardinality(Nullable(UUID))) OK 67ms
/aggregate functions/uniqTheta/Array(String) OK 67ms
/aggregate functions/uniqHLL12/Array(Array(String)) OK 199ms
/aggregate functions/uniqTheta/Array(FixedString(51)) OK 199ms
/aggregate functions/uniqHLL12/Array(Map(String,LowCardinality(Float64))) OK 69ms
/aggregate functions/uniqTheta/Array(UUID) OK 62ms
/aggregate functions/uniqTheta/Array(Nullable(UInt8)) OK 81ms
/aggregate functions/uniqHLL12/Array(Tuple(String)) OK 60ms
/aggregate functions/uniqHLL12/LowCardinality(UInt8) OK 73ms
/aggregate functions/uniqTheta/Array(Nullable(UInt16)) OK 70ms
/aggregate functions/uniqHLL12/LowCardinality(UInt16) OK 71ms
/aggregate functions/uniqTheta/Array(Nullable(UInt32)) OK 74ms
/aggregate functions/uniqHLL12/LowCardinality(UInt32) OK 62ms
/aggregate functions/uniqTheta/Array(Nullable(UInt64)) OK 63ms
/aggregate functions/uniqHLL12/LowCardinality(UInt64) OK 67ms
/aggregate functions/uniqTheta/Array(Nullable(UInt128)) OK 65ms
/aggregate functions/uniqHLL12/LowCardinality(UInt128) OK 63ms
/aggregate functions/uniqTheta/Array(Nullable(Int8)) OK 67ms
/aggregate functions/uniqHLL12/LowCardinality(Int8) OK 64ms
/aggregate functions/uniqTheta/Array(Nullable(Int16)) OK 64ms
/aggregate functions/uniqHLL12/LowCardinality(Int16) OK 60ms
/aggregate functions/uniqTheta/Array(Nullable(Int32)) OK 77ms
/aggregate functions/uniqHLL12/LowCardinality(Int32) OK 62ms
/aggregate functions/uniqTheta/Array(Nullable(Int64)) OK 62ms
/aggregate functions/uniqHLL12/LowCardinality(Int64) OK 63ms
/aggregate functions/uniqTheta/Array(Nullable(Int128)) OK 63ms
/aggregate functions/uniqHLL12/LowCardinality(Int128) OK 67ms
/aggregate functions/uniqTheta/Array(Nullable(Float32)) OK 67ms
/aggregate functions/uniqHLL12/LowCardinality(Float32) OK 61ms
/aggregate functions/uniqTheta/Array(Nullable(Float64)) OK 70ms
/aggregate functions/uniqHLL12/LowCardinality(Float64) OK 63ms
/aggregate functions/uniqTheta/Array(Nullable(Decimal128(38))) OK 62ms
/aggregate functions/uniqHLL12/LowCardinality(Date) OK 65ms
/aggregate functions/uniqTheta/Array(Nullable(Date)) OK 63ms
/aggregate functions/uniqHLL12/LowCardinality(DateTime) OK 62ms
/aggregate functions/uniqTheta/Array(Nullable(DateTime)) OK 64ms
/aggregate functions/uniqHLL12/LowCardinality(Bool) OK 62ms
/aggregate functions/uniqTheta/Array(Nullable(DateTime64(3))) OK 63ms
/aggregate functions/uniqHLL12/LowCardinality(String) OK 61ms
/aggregate functions/uniqTheta/Array(Nullable(Bool)) OK 81ms
/aggregate functions/uniqHLL12/LowCardinality(FixedString(51)) OK 77ms
/aggregate functions/uniqTheta/Array(Nullable(String)) OK 89ms
/aggregate functions/uniqHLL12/LowCardinality(UUID) OK 72ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(UInt8)) OK 69ms
/aggregate functions/uniqTheta/Array(Nullable(FixedString(51))) OK 65ms
/aggregate functions/uniqTheta/Array(Nullable(UUID)) OK 70ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(UInt16)) OK 64ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(UInt32)) OK 65ms
/aggregate functions/uniqTheta/Array(LowCardinality(UInt8)) OK 62ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(UInt64)) OK 74ms
/aggregate functions/uniqTheta/Array(LowCardinality(UInt16)) OK 69ms
/aggregate functions/uniqTheta/Array(LowCardinality(UInt32)) OK 73ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(UInt128)) OK 65ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(Int8)) OK 65ms
/aggregate functions/uniqTheta/Array(LowCardinality(UInt64)) OK 58ms
/aggregate functions/uniqTheta/Array(LowCardinality(UInt128)) OK 69ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(Int16)) OK 61ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(Int32)) OK 67ms
/aggregate functions/uniqTheta/Array(LowCardinality(Int8)) OK 69ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(Int64)) OK 71ms
/aggregate functions/uniqTheta/Array(LowCardinality(Int16)) OK 62ms
/aggregate functions/uniqTheta/Array(LowCardinality(Int32)) OK 76ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(Int128)) OK 74ms
/aggregate functions/uniqTheta/Array(LowCardinality(Int64)) OK 72ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(Float32)) OK 71ms
/aggregate functions/uniqTheta/Array(LowCardinality(Int128)) OK 61ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(Float64)) OK 75ms
/aggregate functions/uniqTheta/Array(LowCardinality(Float32)) OK 61ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(Date)) OK 62ms
/aggregate functions/uniqTheta/Array(LowCardinality(Float64)) OK 62ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(DateTime)) OK 61ms
/aggregate functions/uniqTheta/Array(LowCardinality(Date)) OK 75ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(Bool)) OK 61ms
/aggregate functions/uniqTheta/Array(LowCardinality(DateTime)) OK 66ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(String)) OK 62ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(FixedString(51))) OK 63ms
/aggregate functions/uniqTheta/Array(LowCardinality(Bool)) OK 59ms
/aggregate functions/uniqTheta/Array(LowCardinality(String)) OK 62ms
/aggregate functions/uniqHLL12/LowCardinality(Nullable(UUID)) OK 62ms
/aggregate functions/uniqTheta/Array(LowCardinality(FixedString(51))) OK 62ms
/aggregate functions/uniqHLL12/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 476ms
/aggregate functions/uniqTheta/Array(LowCardinality(UUID)) OK 78ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(UInt8))) OK 65ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(UInt16))) OK 59ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(UInt128))) OK 100ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(Int128))) OK 65ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(Float32))) OK 68ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(Float64))) OK 66ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(Date))) OK 68ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(Bool))) OK 65ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(String))) OK 64ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(FixedString(51)))) OK 62ms
/aggregate functions/uniqTheta/Array(LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/uniqTheta/Array(Array(String)) OK 67ms
/aggregate functions/uniqTheta/Array(Map(String,LowCardinality(Float64))) OK 64ms
/aggregate functions/uniqTheta/Array(Tuple(String)) OK 60ms
/aggregate functions/uniqTheta/LowCardinality(UInt8) OK 69ms
/aggregate functions/uniqTheta/LowCardinality(UInt16) OK 69ms
/aggregate functions/uniqTheta/LowCardinality(UInt32) OK 60ms
/aggregate functions/uniqTheta/LowCardinality(UInt64) OK 67ms
/aggregate functions/uniqTheta/LowCardinality(UInt128) OK 69ms
/aggregate functions/uniqTheta/LowCardinality(Int8) OK 75ms
/aggregate functions/uniqTheta/LowCardinality(Int16) OK 69ms
/aggregate functions/uniqTheta/LowCardinality(Int32) OK 101ms
/aggregate functions/uniqTheta/LowCardinality(Int64) OK 87ms
/aggregate functions/uniqTheta/LowCardinality(Int128) OK 124ms
/aggregate functions/uniqTheta/LowCardinality(Float32) OK 61ms
/aggregate functions/uniqTheta/LowCardinality(Float64) OK 62ms
/aggregate functions/uniqTheta/LowCardinality(Date) OK 68ms
/aggregate functions/uniqTheta/LowCardinality(DateTime) OK 147ms
/aggregate functions/uniqTheta/LowCardinality(Bool) OK 64ms
/aggregate functions/uniqTheta/LowCardinality(String) OK 61ms
/aggregate functions/uniqTheta/LowCardinality(FixedString(51)) OK 62ms
/aggregate functions/uniqTheta/LowCardinality(UUID) OK 62ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(UInt8)) OK 60ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(UInt16)) OK 62ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(UInt32)) OK 58ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(UInt64)) OK 58ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(UInt128)) OK 63ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(Int8)) OK 67ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(Int16)) OK 96ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(Int32)) OK 80ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(Int64)) OK 109ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(Int128)) OK 64ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(Float32)) OK 57ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(Float64)) OK 59ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(Date)) OK 57ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(DateTime)) OK 79ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(Bool)) OK 60ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(String)) OK 58ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(FixedString(51))) OK 59ms
/aggregate functions/uniqTheta/LowCardinality(Nullable(UUID)) OK 58ms
/aggregate functions/uniqTheta/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 446ms
/aggregate functions/state OK 14m 44s
/aggregate functions/state/aggThrowState XFail 393us
/aggregate functions/state/anyState OK 3m 29s
/aggregate functions/state/anyState/constant OK 525ms
/aggregate functions/state/anyHeavyState OK 3m 31s
/aggregate functions/state/anyHeavyState/constant OK 991ms
/aggregate functions/state/anyLastState OK 3m 33s
/aggregate functions/state/anyLastState/constant OK 1s 439ms
/aggregate functions/state/argMaxState OK 2m 36s
/aggregate functions/state/argMaxState/constant OK 1s 839ms
/aggregate functions/state/boundingRatioState XFail 426us
/aggregate functions/state/categoricalInformationValueState XFail 366us
/aggregate functions/state/contingencyState XFail 496us
/aggregate functions/state/cramersVState XFail 368us
/aggregate functions/state/cramersVBiasCorrectedState XFail 364us
/aggregate functions/state/argMinState OK 2m 37s
/aggregate functions/state/argMinState/constant OK 2s 396ms
/aggregate functions/state/dense_rankState XFail 381us
/aggregate functions/state/exponentialTimeDecayedAvgState XFail 1ms
/aggregate functions/state/exponentialTimeDecayedCountState XFail 371us
/aggregate functions/state/exponentialTimeDecayedMaxState XFail 364us
/aggregate functions/state/exponentialTimeDecayedSumState XFail 363us
/aggregate functions/state/groupBitmapAndState XFail 460us
/aggregate functions/state/groupBitmapOrState XFail 432us
/aggregate functions/state/groupBitmapXorState XFail 359us
/aggregate functions/state/histogramState XFail 364us
/aggregate functions/state/lagInFrameState XFail 361us
/aggregate functions/state/leadInFrameState XFail 462us
/aggregate functions/state/maxIntersectionsState XFail 360us
/aggregate functions/state/maxIntersectionsPositionState XFail 363us
/aggregate functions/state/maxMappedArraysState XFail 360us
/aggregate functions/state/minMappedArraysState XFail 361us
/aggregate functions/state/nonNegativeDerivativeState XFail 467us
/aggregate functions/state/nothingState XFail 361us
/aggregate functions/state/nth_valueState XFail 358us
/aggregate functions/state/rankState XFail 366us
/aggregate functions/state/retentionState XFail 432us
/aggregate functions/state/row_numberState XFail 355us
/aggregate functions/state/sequenceCountState XFail 436us
/aggregate functions/state/sequenceMatchState XFail 357us
/aggregate functions/state/sequenceNextNodeState XFail 360us
/aggregate functions/state/sumMapFilteredState XFail 364us
/aggregate functions/state/sumMapFilteredWithOverflowState XFail 356us
/aggregate functions/state/sumMapWithOverflowState XFail 453us
/aggregate functions/state/sumMappedArraysState XFail 362us
/aggregate functions/state/theilsUState XFail 446us
/aggregate functions/state/uniqUpToState XFail 358us
/aggregate functions/state/windowFunnelState XFail 360us
/aggregate functions/state/anyState/zero rows OK 1s 797ms
/aggregate functions/state/anyHeavyState/zero rows OK 1s 420ms
/aggregate functions/state/anyLastState/zero rows OK 973ms
/aggregate functions/state/argMaxState/zero rows OK 558ms
/aggregate functions/state/anyState/with group by OK 151ms
/aggregate functions/state/argMaxState/with group by OK 60ms
/aggregate functions/state/argMinState/zero rows OK 53ms
/aggregate functions/state/anyHeavyState/with group by OK 63ms
/aggregate functions/state/anyLastState/with group by OK 41ms
/aggregate functions/state/anyLastState/some negative values OK 60ms
/aggregate functions/state/argMinState/with group by OK 51ms
/aggregate functions/state/argMaxState/NULL value handling OK 69ms
/aggregate functions/state/anyState/some negative values OK 47ms
/aggregate functions/state/anyHeavyState/some negative values OK 62ms
/aggregate functions/state/argMinState/NULL value handling OK 72ms
/aggregate functions/state/anyLastState/first non-NULL value OK 63ms
/aggregate functions/state/anyState/first non-NULL value OK 55ms
/aggregate functions/state/argMaxState/doc example OK 67ms
/aggregate functions/state/anyHeavyState/first non-NULL value OK 54ms
/aggregate functions/state/anyState/NULL for all rows OK 51ms
/aggregate functions/state/anyLastState/NULL for all rows OK 62ms
/aggregate functions/state/argMinState/doc example OK 51ms
/aggregate functions/state/anyHeavyState/NULL for all rows OK 55ms
/aggregate functions/state/argMaxState/inf, -inf, nan OK 719ms
/aggregate functions/state/anyState/return type OK 48ms
/aggregate functions/state/argMinState/inf, -inf, nan OK 725ms
/aggregate functions/state/anyLastState/return type OK 48ms
/aggregate functions/state/anyHeavyState/return type OK 48ms
/aggregate functions/state/anyState/with another aggregate function OK 60ms
/aggregate functions/state/anyLastState/with another aggregate function OK 57ms
/aggregate functions/state/anyHeavyState/with another aggregate function OK 49ms
/aggregate functions/state/anyState/with another aggregate function and group by OK 82ms
/aggregate functions/state/anyHeavyState/with another aggregate function and group by OK 66ms
/aggregate functions/state/anyLastState/with another aggregate function and group by OK 84ms
/aggregate functions/state/anyHeavyState/string that ends with \0 OK 107ms
/aggregate functions/state/anyState/string that ends with \0 OK 87ms
/aggregate functions/state/anyLastState/string that ends with \0 OK 83ms
/aggregate functions/state/anyState/inf OK 147ms
/aggregate functions/state/anyLastState/inf OK 131ms
/aggregate functions/state/anyHeavyState/inf OK 152ms
/aggregate functions/state/anyLastState/-inf OK 95ms
/aggregate functions/state/anyState/-inf OK 91ms
/aggregate functions/state/anyHeavyState/-inf OK 65ms
/aggregate functions/state/anyHeavyState/nan OK 111ms
/aggregate functions/state/anyLastState/nan OK 78ms
/aggregate functions/state/anyState/nan OK 91ms
/aggregate functions/state/anyLastState/UInt8 OK 107ms
/aggregate functions/state/anyState/UInt8 OK 97ms
/aggregate functions/state/anyHeavyState/UInt8 OK 95ms
/aggregate functions/state/argMaxState/string that ends with \0 OK 48ms
/aggregate functions/state/anyLastState/UInt16 OK 203ms
/aggregate functions/state/anyState/UInt16 OK 204ms
/aggregate functions/state/anyHeavyState/UInt16 OK 191ms
/aggregate functions/state/argMinState/string that ends with \0 OK 183ms
/aggregate functions/state/argMaxState/datatypes OK 2m 33s
/aggregate functions/state/argMaxState/datatypes/String,UInt8 OK 828ms
/aggregate functions/state/argMaxState/datatypes/UInt8,String OK 1s 282ms
/aggregate functions/state/argMaxState/datatypes/String,UInt16 OK 1s 693ms
/aggregate functions/state/anyLastState/UInt32 OK 1s 615ms
/aggregate functions/state/anyHeavyState/UInt32 OK 1s 534ms
/aggregate functions/state/anyState/UInt32 OK 1s 612ms
/aggregate functions/state/argMinState/datatypes OK 2m 33s
/aggregate functions/state/argMinState/datatypes/String,UInt8 OK 1s 992ms
/aggregate functions/state/argMinState/datatypes/UInt8,String OK 2s 470ms
/aggregate functions/state/argMinState/datatypes/String,UInt16 OK 2s 888ms
/aggregate functions/state/argMaxState/datatypes/UInt16,String OK 2s 281ms
/aggregate functions/state/argMaxState/datatypes/String,UInt32 OK 1s 814ms
/aggregate functions/state/argMaxState/datatypes/UInt32,String OK 1s 403ms
/aggregate functions/state/anyHeavyState/UInt64 OK 1s 397ms
/aggregate functions/state/anyLastState/UInt64 OK 1s 282ms
/aggregate functions/state/anyState/UInt64 OK 1s 280ms
/aggregate functions/state/argMinState/datatypes/UInt16,String OK 923ms
/aggregate functions/state/argMinState/datatypes/String,UInt32 OK 437ms
/aggregate functions/state/anyLastState/UInt128 OK 108ms
/aggregate functions/state/anyState/UInt128 OK 100ms
/aggregate functions/state/argMinState/datatypes/UInt32,String OK 133ms
/aggregate functions/state/argMinState/datatypes/String,UInt64 OK 156ms
/aggregate functions/state/argMinState/datatypes/UInt64,String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,UInt64 OK 118ms
/aggregate functions/state/anyHeavyState/UInt128 OK 102ms
/aggregate functions/state/argMaxState/datatypes/UInt64,String OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,UInt128 OK 140ms
/aggregate functions/state/anyState/Int8 OK 89ms
/aggregate functions/state/anyLastState/Int8 OK 92ms
/aggregate functions/state/argMinState/datatypes/String,UInt128 OK 81ms
/aggregate functions/state/anyHeavyState/Int8 OK 100ms
/aggregate functions/state/argMinState/datatypes/UInt128,String OK 105ms
/aggregate functions/state/argMaxState/datatypes/UInt128,String OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Int8 OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Int8 OK 89ms
/aggregate functions/state/argMaxState/datatypes/Int8,String OK 95ms
/aggregate functions/state/anyState/Int16 OK 97ms
/aggregate functions/state/anyLastState/Int16 OK 98ms
/aggregate functions/state/argMinState/datatypes/Int8,String OK 97ms
/aggregate functions/state/anyHeavyState/Int16 OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Int16 OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Int16 OK 127ms
/aggregate functions/state/argMaxState/datatypes/Int16,String OK 103ms
/aggregate functions/state/argMinState/datatypes/Int16,String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Int32 OK 103ms
/aggregate functions/state/anyState/Int32 OK 102ms
/aggregate functions/state/anyLastState/Int32 OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Int32 OK 92ms
/aggregate functions/state/anyHeavyState/Int32 OK 177ms
/aggregate functions/state/argMaxState/datatypes/Int32,String OK 153ms
/aggregate functions/state/argMinState/datatypes/Int32,String OK 170ms
/aggregate functions/state/argMaxState/datatypes/String,Int64 OK 165ms
/aggregate functions/state/argMinState/datatypes/String,Int64 OK 136ms
/aggregate functions/state/argMaxState/datatypes/Int64,String OK 140ms
/aggregate functions/state/anyState/Int64 OK 122ms
/aggregate functions/state/argMinState/datatypes/Int64,String OK 131ms
/aggregate functions/state/anyLastState/Int64 OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Int128 OK 347ms
/aggregate functions/state/anyState/Int128 OK 315ms
/aggregate functions/state/anyLastState/Int128 OK 325ms
/aggregate functions/state/argMinState/datatypes/String,Int128 OK 362ms
/aggregate functions/state/argMaxState/datatypes/Int128,String OK 299ms
/aggregate functions/state/argMinState/datatypes/Int128,String OK 320ms
/aggregate functions/state/anyHeavyState/Int64 OK 319ms
/aggregate functions/state/argMaxState/datatypes/String,Float32 OK 308ms
/aggregate functions/state/argMinState/datatypes/String,Float32 OK 340ms
/aggregate functions/state/argMaxState/datatypes/Float32,String OK 171ms
/aggregate functions/state/anyState/Float32 OK 162ms
/aggregate functions/state/anyLastState/Float32 OK 161ms
/aggregate functions/state/argMaxState/datatypes/String,Float64 OK 159ms
/aggregate functions/state/argMinState/datatypes/Float32,String OK 169ms
/aggregate functions/state/anyHeavyState/Int128 OK 157ms
/aggregate functions/state/argMaxState/datatypes/Float64,String OK 156ms
/aggregate functions/state/argMinState/datatypes/String,Float64 OK 147ms
/aggregate functions/state/argMinState/datatypes/Float64,String OK 160ms
/aggregate functions/state/anyState/Float64 OK 168ms
/aggregate functions/state/argMaxState/datatypes/String,Decimal128(38) OK 147ms
/aggregate functions/state/anyLastState/Float64 OK 175ms
/aggregate functions/state/argMaxState/datatypes/Decimal128(38),String OK 150ms
/aggregate functions/state/anyHeavyState/Float32 OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Date OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Decimal128(38) OK 152ms
/aggregate functions/state/argMinState/datatypes/Decimal128(38),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Date OK 129ms
/aggregate functions/state/argMinState/datatypes/Date,String OK 142ms
/aggregate functions/state/argMaxState/datatypes/Date,String OK 151ms
/aggregate functions/state/argMaxState/datatypes/String,DateTime OK 101ms
/aggregate functions/state/anyState/Decimal128(38) OK 92ms
/aggregate functions/state/anyHeavyState/Float64 OK 107ms
/aggregate functions/state/argMaxState/datatypes/DateTime,String OK 105ms
/aggregate functions/state/argMinState/datatypes/String,DateTime OK 132ms
/aggregate functions/state/argMinState/datatypes/DateTime,String OK 117ms
/aggregate functions/state/anyLastState/Decimal128(38) OK 122ms
/aggregate functions/state/anyState/Date OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,DateTime64(3) OK 111ms
/aggregate functions/state/anyHeavyState/Decimal128(38) OK 132ms
/aggregate functions/state/argMaxState/datatypes/DateTime64(3),String OK 152ms
/aggregate functions/state/argMinState/datatypes/String,DateTime64(3) OK 152ms
/aggregate functions/state/argMinState/datatypes/DateTime64(3),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Bool OK 135ms
/aggregate functions/state/anyLastState/Date OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Bool OK 116ms
/aggregate functions/state/argMaxState/datatypes/Bool,String OK 101ms
/aggregate functions/state/anyState/DateTime OK 92ms
/aggregate functions/state/anyHeavyState/Date OK 140ms
/aggregate functions/state/argMinState/datatypes/Bool,String OK 131ms
/aggregate functions/state/argMinState/datatypes/String,String OK 115ms
/aggregate functions/state/anyLastState/DateTime OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,String OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,String OK 126ms
/aggregate functions/state/argMinState/datatypes/String,String OK 90ms
/aggregate functions/state/anyState/DateTime64(3) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,FixedString(51) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,FixedString(51) OK 111ms
/aggregate functions/state/argMinState/datatypes/FixedString(51),String OK 126ms
/aggregate functions/state/anyLastState/DateTime64(3) OK 154ms
/aggregate functions/state/anyHeavyState/DateTime OK 102ms
/aggregate functions/state/argMinState/datatypes/String,UUID OK 122ms
/aggregate functions/state/argMaxState/datatypes/FixedString(51),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,UUID OK 114ms
/aggregate functions/state/anyState/Bool OK 130ms
/aggregate functions/state/argMaxState/datatypes/UUID,String OK 125ms
/aggregate functions/state/argMinState/datatypes/UUID,String OK 92ms
/aggregate functions/state/anyHeavyState/DateTime64(3) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,UInt8) OK 166ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,UInt8) OK 154ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,UInt8),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,UInt8),String OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,UInt16) OK 104ms
/aggregate functions/state/anyLastState/Bool OK 106ms
/aggregate functions/state/anyState/String OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,UInt16) OK 100ms
/aggregate functions/state/anyHeavyState/Bool OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,UInt16),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,UInt16),String OK 132ms
/aggregate functions/state/anyLastState/String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,UInt32) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,UInt32) OK 132ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,UInt32),String OK 134ms
/aggregate functions/state/anyState/FixedString(51) OK 132ms
/aggregate functions/state/anyHeavyState/String OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,UInt32),String OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,UInt64) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,UInt64) OK 120ms
/aggregate functions/state/anyLastState/FixedString(51) OK 151ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,UInt64),String OK 117ms
/aggregate functions/state/anyHeavyState/FixedString(51) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,UInt64),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,UInt128) OK 104ms
/aggregate functions/state/anyState/UUID OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,UInt128) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,UInt128),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,UInt128),String OK 111ms
/aggregate functions/state/anyState/Map(UInt8,UInt8) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Int8) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Int8),String OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Int8) OK 108ms
/aggregate functions/state/anyHeavyState/UUID OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Int8),String OK 112ms
/aggregate functions/state/anyLastState/UUID OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Int16) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Int16) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Int16),String OK 149ms
/aggregate functions/state/anyHeavyState/Map(UInt8,UInt8) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Int16),String OK 127ms
/aggregate functions/state/anyState/Map(UInt8,UInt16) OK 96ms
/aggregate functions/state/anyLastState/Map(UInt8,UInt8) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Int32) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Int32) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Int32),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Int32),String OK 126ms
/aggregate functions/state/anyState/Map(UInt8,UInt32) OK 153ms
/aggregate functions/state/anyLastState/Map(UInt8,UInt16) OK 171ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Int64) OK 116ms
/aggregate functions/state/anyHeavyState/Map(UInt8,UInt16) OK 147ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Int64),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Int64) OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Int64),String OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Int128) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Int128) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Int128),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Float32) OK 135ms
/aggregate functions/state/anyState/Map(UInt8,UInt64) OK 147ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Float32),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Int128),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Float32) OK 113ms
/aggregate functions/state/anyHeavyState/Map(UInt8,UInt32) OK 100ms
/aggregate functions/state/anyLastState/Map(UInt8,UInt32) OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Float64) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Float32),String OK 91ms
/aggregate functions/state/anyHeavyState/Map(UInt8,UInt64) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Float64),String OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Float64) OK 154ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Decimal128(38)) OK 123ms
/aggregate functions/state/anyLastState/Map(UInt8,UInt64) OK 101ms
/aggregate functions/state/anyState/Map(UInt8,UInt128) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Float64),String OK 146ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Decimal128(38)),String OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Decimal128(38)) OK 123ms
/aggregate functions/state/anyHeavyState/Map(UInt8,UInt128) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Date) OK 102ms
/aggregate functions/state/anyLastState/Map(UInt8,UInt128) OK 114ms
/aggregate functions/state/anyState/Map(UInt8,Int8) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Date),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Decimal128(38)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,DateTime) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Date) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Date),String OK 100ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Int8) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,DateTime),String OK 112ms
/aggregate functions/state/anyState/Map(UInt8,Int16) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,DateTime64(3)) OK 109ms
/aggregate functions/state/anyLastState/Map(UInt8,Int8) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,DateTime) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,DateTime),String OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,DateTime64(3)),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,DateTime64(3)) OK 96ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Int16) OK 72ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Bool) OK 96ms
/aggregate functions/state/anyState/Map(UInt8,Int32) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Bool),String OK 99ms
/aggregate functions/state/anyLastState/Map(UInt8,Int16) OK 100ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Int32) OK 202ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,DateTime64(3)),String OK 228ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Bool) OK 212ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Bool),String OK 198ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,String) OK 200ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,String),String OK 172ms
/aggregate functions/state/anyState/Map(UInt8,Int64) OK 155ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,FixedString(51)) OK 142ms
/aggregate functions/state/anyLastState/Map(UInt8,Int32) OK 138ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Int64) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,FixedString(51)),String OK 97ms
/aggregate functions/state/anyLastState/Map(UInt8,Int64) OK 151ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,String) OK 149ms
/aggregate functions/state/anyState/Map(UInt8,Int128) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,UUID) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,String),String OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,UUID),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,FixedString(51)) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(UInt8)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,FixedString(51)),String OK 117ms
/aggregate functions/state/anyState/Map(UInt8,Float32) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(UInt8)),String OK 99ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Int128) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,UUID) OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(UInt16)) OK 127ms
/aggregate functions/state/anyLastState/Map(UInt8,Int128) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,UUID),String OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(UInt16)),String OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(UInt32)) OK 86ms
/aggregate functions/state/anyState/Map(UInt8,Float64) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(UInt8)) OK 133ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Float32) OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(UInt8)),String OK 135ms
/aggregate functions/state/anyLastState/Map(UInt8,Float32) OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(UInt16)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(UInt32)),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(UInt64)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(UInt64)),String OK 117ms
/aggregate functions/state/anyState/Map(UInt8,Decimal128(38)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(UInt16)),String OK 160ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(UInt32)) OK 133ms
/aggregate functions/state/anyLastState/Map(UInt8,Float64) OK 140ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Float64) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(UInt32)),String OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(UInt128)) OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(UInt128)),String OK 119ms
/aggregate functions/state/anyState/Map(UInt8,Date) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(Int8)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Decimal128(38)) OK 168ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(UInt64)) OK 152ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(Int8)),String OK 147ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(UInt64)),String OK 160ms
/aggregate functions/state/anyLastState/Map(UInt8,Decimal128(38)) OK 153ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(Int16)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(UInt128)) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(Int16)),String OK 79ms
/aggregate functions/state/anyState/Map(UInt8,DateTime) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(Int32)) OK 77ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(Int32)),String OK 107ms
/aggregate functions/state/anyState/Map(UInt8,DateTime64(3)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(UInt128)),String OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(Int64)) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(Int8)) OK 123ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Date) OK 126ms
/aggregate functions/state/anyLastState/Map(UInt8,Date) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(Int8)),String OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(Int64)),String OK 92ms
/aggregate functions/state/anyState/Map(UInt8,Bool) OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(Int128)) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(Int128)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(Int16)) OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(Float32)) OK 167ms
/aggregate functions/state/anyLastState/Map(UInt8,DateTime) OK 155ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(Int16)),String OK 148ms
/aggregate functions/state/anyHeavyState/Map(UInt8,DateTime) OK 152ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(Int32)) OK 151ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(Float32)),String OK 115ms
/aggregate functions/state/anyState/Map(UInt8,String) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(Float64)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(Int32)),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(Int64)) OK 109ms
/aggregate functions/state/anyLastState/Map(UInt8,DateTime64(3)) OK 125ms
/aggregate functions/state/anyHeavyState/Map(UInt8,DateTime64(3)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(Int64)),String OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(Float64)),String OK 103ms
/aggregate functions/state/anyState/Map(UInt8,FixedString(51)) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(Decimal128(38))) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(Decimal128(38))),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(Int128)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(Int128)),String OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(Date)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(Float32)) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt8,Bool) OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Bool) OK 115ms
/aggregate functions/state/anyState/Map(UInt8,UUID) OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(Date)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(DateTime)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(Float32)),String OK 82ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(DateTime)),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(Float64)) OK 94ms
/aggregate functions/state/anyLastState/Map(UInt8,String) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(Float64)),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(DateTime64(3))) OK 96ms
/aggregate functions/state/anyHeavyState/Map(UInt8,String) OK 99ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(UInt8)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(DateTime64(3))),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(Decimal128(38))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(Decimal128(38))),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(Bool)) OK 113ms
/aggregate functions/state/anyLastState/Map(UInt8,FixedString(51)) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(Bool)),String OK 113ms
/aggregate functions/state/anyHeavyState/Map(UInt8,FixedString(51)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(Date)) OK 119ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(UInt16)) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(String)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(Date)),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(DateTime)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(String)),String OK 146ms
/aggregate functions/state/anyLastState/Map(UInt8,UUID) OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(FixedString(51))) OK 113ms
/aggregate functions/state/anyHeavyState/Map(UInt8,UUID) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(FixedString(51))),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(DateTime)),String OK 123ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(UInt32)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(DateTime64(3))),String OK 137ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(UInt8)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Nullable(UUID)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(Bool)) OK 100ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(UInt8)) OK 89ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(UInt64)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Nullable(UUID)),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(UInt8)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(Bool)),String OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(UInt16)) OK 128ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(UInt16)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(UInt8)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(String)) OK 131ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(UInt128)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(String)),String OK 159ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(UInt16)) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(UInt16)),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(FixedString(51))) OK 100ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(UInt32)) OK 79ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(UInt32)) OK 164ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(UInt32)) OK 138ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(Int8)) OK 149ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(FixedString(51))),String OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(UInt32)),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Nullable(UUID)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(UInt64)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Nullable(UUID)),String OK 99ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(UInt64)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(UInt8)),String OK 91ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(UInt64)) OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(UInt64)),String OK 98ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(UInt128)) OK 103ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(Int16)) OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(UInt128)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(UInt16)) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(UInt128)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(UInt16)),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(UInt32)) OK 79ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Int8)) OK 115ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(Int8)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Int8)),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Int16)) OK 103ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(UInt128)) OK 93ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(Int32)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(UInt32)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(UInt64)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(UInt64)),String OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Int16)),String OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Int32)) OK 101ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(Int16)) OK 87ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(Int8)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Int32)),String OK 95ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(Int64)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(UInt128)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(UInt128)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Int8)) OK 88ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(Int32)) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Int64)) OK 92ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(Int16)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Int64)),String OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Int128)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Int8)),String OK 99ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(Int128)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Int16)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Int16)),String OK 114ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(Int64)) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Int128)),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Float32)) OK 96ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(Int32)) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Float32)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Int32)) OK 99ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(Float32)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Int32)),String OK 83ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Int64)) OK 92ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(Int128)) OK 92ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Float64)),String OK 98ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(Int64)) OK 75ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Int64)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Date)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Int128)) OK 100ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(Float64)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Int128)),String OK 94ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(Float32)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Date)),String OK 94ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(Int128)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(DateTime)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(DateTime)),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Float32)) OK 100ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(Decimal128(38))) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Float32)),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Float64)) OK 105ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(Float64)) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Bool)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(Float32)) OK 153ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Bool)),String OK 149ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Float64)),String OK 198ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(Date)) OK 177ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Date)) OK 207ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(Decimal128(38))) OK 220ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Date)),String OK 170ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(String)) OK 176ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(String)),String OK 140ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(Float64)) OK 137ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(FixedString(51))) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(FixedString(51))),String OK 150ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(DateTime)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(DateTime)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(DateTime)),String OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(UUID)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Bool)) OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(UUID)),String OK 101ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(Date)) OK 100ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(Decimal128(38))) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt8))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Bool)),String OK 106ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(DateTime64(3))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(String)) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(UInt8))),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(String)),String OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt16))) OK 121ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(DateTime)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(Date)) OK 77ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(UInt16))),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(FixedString(51))) OK 93ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(DateTime)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(FixedString(51))),String OK 143ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(Bool)) OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt32))) OK 133ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(DateTime64(3))) OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(UUID)) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(UInt32))),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt64))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(UUID)),String OK 103ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(UInt64))),String OK 123ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(String)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt8))) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt128))) OK 120ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(Bool)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(UInt8))),String OK 149ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(UInt128))),String OK 139ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(Bool)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt16))) OK 93ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(FixedString(51))) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int8))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(UInt16))),String OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(Int8))),String OK 111ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(String)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(String)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(UInt32))),String OK 84ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt64))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(UInt64))),String OK 114ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(FixedString(51))) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(Int16))),String OK 114ms
/aggregate functions/state/anyState/Map(UInt8,Nullable(UUID)) OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int32))) OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(Int32))),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UInt128))) OK 111ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(FixedString(51))) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(UInt128))),String OK 165ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int8))) OK 167ms
/aggregate functions/state/anyLastState/Map(UInt8,Nullable(UUID)) OK 176ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int64))) OK 168ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Nullable(UUID)) OK 180ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(Int8))),String OK 160ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(UInt8)) OK 173ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(Int64))),String OK 158ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int128))) OK 160ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int16))) OK 238ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(Int16))),String OK 222ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(Int128))),String OK 226ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(UInt8)) OK 182ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int32))) OK 182ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Float32))) OK 192ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(UInt8)) OK 171ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(Float32))),String OK 148ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(UInt16)) OK 174ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Float64))) OK 175ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(UInt16)) OK 195ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(UInt16)) OK 168ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(Int32))),String OK 174ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(UInt32)) OK 178ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(Float64))),String OK 192ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int64))) OK 161ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(Int64))),String OK 165ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Date))) OK 165ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(Date))),String OK 78ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(UInt32)) OK 157ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Int128))) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(Int128))),String OK 127ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(UInt64)) OK 135ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(UInt32)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Float32))) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(DateTime))) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(DateTime))),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Bool))) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(Float32))),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Float64))) OK 117ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(UInt64)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(Float64))),String OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(Bool))),String OK 119ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(UInt128)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(UInt64)) OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(String))) OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(String))),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(Date))),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(DateTime))) OK 111ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Int8)) OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(UInt128)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(FixedString(51)))),String OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Int8)) OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(DateTime))),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,LowCardinality(Nullable(UUID))),String OK 123ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Int16)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(Bool))),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Array(String)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Array(String)),String OK 100ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Int8)) OK 96ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Int16)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(String))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(String))),String OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Map(String,LowCardinality(Float64))) OK 122ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Int32)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Map(String,LowCardinality(Float64))),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt8,Tuple(String)) OK 89ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Int16)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(FixedString(51)))),String OK 109ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Int32)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,LowCardinality(Nullable(UUID))) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(UInt8,Tuple(String)),String OK 135ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Int64)) OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,UInt8) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,LowCardinality(Nullable(UUID))),String OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,UInt8),String OK 76ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Array(String)) OK 89ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Int64)) OK 93ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Int32)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Array(String)),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,UInt16) OK 154ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,UInt16),String OK 143ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Map(String,LowCardinality(Float64))) OK 221ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Map(String,LowCardinality(Float64))),String OK 190ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,UInt32) OK 184ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Int128)) OK 199ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Int128)) OK 166ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Int64)) OK 170ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt8,Tuple(String)) OK 191ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,UInt32),String OK 79ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,UInt64) OK 87ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Float32)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt8,Tuple(String)),String OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,UInt64),String OK 121ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Int128)) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,UInt128) OK 121ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Float32)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,UInt8) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,UInt128),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,UInt8),String OK 109ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Float64)) OK 91ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Float32)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,UInt16) OK 151ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Int8) OK 158ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Int8),String OK 142ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Int16) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,UInt16),String OK 127ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Float64)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,UInt32) OK 92ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Date)) OK 89ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Float64)) OK 80ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,UInt32),String OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Int16),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,UInt64) OK 114ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Date)) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Int32) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,UInt64),String OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Int32),String OK 92ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(DateTime)) OK 91ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Date)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Int64) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,UInt128) OK 102ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(DateTime)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,UInt128),String OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Int64),String OK 105ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Bool)) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Int128) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Int8) OK 105ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(DateTime)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Int128),String OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Int8),String OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Int16) OK 91ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Bool)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Float32) OK 141ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(String)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Int16),String OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Float32),String OK 118ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Bool)) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Float64) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Int32) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Int32),String OK 92ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(FixedString(51))) OK 89ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(String)) OK 81ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Int64) OK 127ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Float64),String OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Decimal128(38)) OK 119ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(String)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Int64),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Decimal128(38)),String OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Int128) OK 97ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(UUID)) OK 113ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(FixedString(51))) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Date) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Date),String OK 161ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(FixedString(51))) OK 157ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Int128),String OK 156ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Float32) OK 158ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,DateTime) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Float32),String OK 124ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(UUID)) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,DateTime),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,DateTime64(3)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Float64) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,DateTime64(3)),String OK 108ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(UUID)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Float64),String OK 116ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 117ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Decimal128(38)) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Bool) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Decimal128(38)),String OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Bool),String OK 145ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,String) OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Date) OK 86ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Date),String OK 125ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 111ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,String),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,DateTime) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,DateTime),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 122ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,FixedString(51)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,DateTime64(3)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,FixedString(51)),String OK 109ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,UUID) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,DateTime64(3)),String OK 81ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Bool) OK 105ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,UUID),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Bool),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 112ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(UInt8)) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(UInt8)),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,String) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,String),String OK 90ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(UInt16)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,FixedString(51)) OK 85ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 116ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(UInt16)),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(UInt32)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,FixedString(51)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,UUID) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(UInt32)),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,UUID),String OK 81ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(UInt8)) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(UInt64)) OK 156ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(UInt64)),String OK 105ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 126ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(UInt8)),String OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(UInt128)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(UInt16)) OK 100ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(UInt128)),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(UInt16)),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(UInt32)) OK 115ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(Int8)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(UInt32)),String OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(Int8)),String OK 101ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 114ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(Int16)) OK 101ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 145ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(UInt64)) OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(UInt64)),String OK 138ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(UInt128)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(Int16)),String OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(Int32)) OK 107ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 104ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(Int32)),String OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(UInt128)),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(Int64)) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(Int64)),String OK 98ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 154ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(Int8)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(Int8)),String OK 119ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 99ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(Int128)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(Int16)) OK 142ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(Int128)),String OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(Float32)) OK 125ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 138ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(Int16)),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(Int32)) OK 114ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(Float32)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(Int32)),String OK 169ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(Float64)) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(Float64)),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(Int64)) OK 122ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 115ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(Int64)),String OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(Decimal128(38))) OK 114ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(Date))) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(Decimal128(38))),String OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(Date)) OK 127ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(Date))) OK 150ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(Int128)) OK 125ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 140ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(Date)),String OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(Int128)),String OK 93ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(Float32)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(DateTime)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(Float32)),String OK 153ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(DateTime)),String OK 158ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(Float64)) OK 132ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(Float64)),String OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(DateTime64(3))) OK 93ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 133ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(Date))) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(DateTime64(3))),String OK 84ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(Bool)) OK 79ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(Decimal128(38))) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(Decimal128(38))),String OK 116ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(Date)) OK 91ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(String))) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(Bool)),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(String)) OK 72ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(String)),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(FixedString(51))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(Date)),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(DateTime)) OK 91ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(DateTime)),String OK 120ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(FixedString(51))),String OK 118ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Nullable(UUID)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Nullable(UUID)),String OK 128ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(String))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(DateTime64(3))),String OK 111ms
/aggregate functions/state/anyLastState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 129ms
/aggregate functions/state/anyState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(Bool)) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(UInt8)) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(UInt8)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(Bool)),String OK 85ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 162ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(String)) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(UInt16)) OK 131ms
/aggregate functions/state/anyState/Map(UInt8,Array(String)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(String)),String OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(UInt16)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(UInt32)) OK 139ms
/aggregate functions/state/anyLastState/Map(UInt8,Array(String)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(FixedString(51))) OK 100ms
/aggregate functions/state/anyState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(FixedString(51))),String OK 156ms
/aggregate functions/state/anyLastState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(UInt32)),String OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Nullable(UUID)) OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Nullable(UUID)),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(UInt64)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(UInt64)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(UInt8)) OK 149ms
/aggregate functions/state/anyState/Map(UInt8,Tuple(String)) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(UInt128)) OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(UInt128)),String OK 132ms
/aggregate functions/state/anyLastState/Map(UInt8,Tuple(String)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(UInt8)),String OK 114ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Array(String)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Int8)),String OK 107ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 156ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(UInt16)),String OK 148ms
/aggregate functions/state/anyState/Map(UInt16,UInt8) OK 143ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(UInt32)) OK 126ms
/aggregate functions/state/anyLastState/Map(UInt16,UInt8) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(UInt32)),String OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Int16)) OK 88ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Int16)),String OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Int32)) OK 85ms
/aggregate functions/state/anyLastState/Map(UInt16,UInt16) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Int32)),String OK 80ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Int64)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(UInt64)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(UInt64)),String OK 115ms
/aggregate functions/state/anyState/Map(UInt16,UInt16) OK 95ms
/aggregate functions/state/anyHeavyState/Map(UInt8,Tuple(String)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(UInt128)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Int64)),String OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Int128)) OK 83ms
/aggregate functions/state/anyLastState/Map(UInt16,UInt32) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(UInt128)),String OK 97ms
/aggregate functions/state/anyHeavyState/Map(UInt16,UInt8) OK 107ms
/aggregate functions/state/anyState/Map(UInt16,UInt32) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Int128)),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Int8)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Int8)),String OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Float32)) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Float32)),String OK 95ms
/aggregate functions/state/anyLastState/Map(UInt16,UInt64) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Int16)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Int16)),String OK 83ms
/aggregate functions/state/anyHeavyState/Map(UInt16,UInt16) OK 86ms
/aggregate functions/state/anyState/Map(UInt16,UInt64) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Float64)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Int32)) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Float64)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Date)) OK 112ms
/aggregate functions/state/anyLastState/Map(UInt16,UInt128) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Int32)),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Int64)) OK 86ms
/aggregate functions/state/anyHeavyState/Map(UInt16,UInt32) OK 83ms
/aggregate functions/state/anyState/Map(UInt16,UInt128) OK 72ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Date)),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(DateTime)) OK 135ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(DateTime)),String OK 152ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Int64)),String OK 122ms
/aggregate functions/state/anyLastState/Map(UInt16,Int8) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Int128)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Int128)),String OK 134ms
/aggregate functions/state/anyHeavyState/Map(UInt16,UInt64) OK 83ms
/aggregate functions/state/anyState/Map(UInt16,Int8) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Bool)) OK 74ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/anyHeavyState/Map(UInt16,UInt128) OK 103ms
/aggregate functions/state/anyLastState/Map(UInt16,Int16) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Float32)),String OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Bool)),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Float64)) OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(String)) OK 104ms
/aggregate functions/state/anyState/Map(UInt16,Int16) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(String)),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Float64)),String OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Int8) OK 77ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(FixedString(51))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Date)) OK 155ms
/aggregate functions/state/anyLastState/Map(UInt16,Int32) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Date)),String OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(FixedString(51))),String OK 108ms
/aggregate functions/state/anyState/Map(UInt16,Int32) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(UUID)) OK 121ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Int16) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(DateTime)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(UUID)),String OK 92ms
/aggregate functions/state/anyState/Map(UInt16,Int64) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt8))) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(DateTime)),String OK 123ms
/aggregate functions/state/anyLastState/Map(UInt16,Int64) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(UInt8))),String OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Bool)) OK 128ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Int32) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Bool)),String OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt16))) OK 108ms
/aggregate functions/state/anyState/Map(UInt16,Int128) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(String)) OK 147ms
/aggregate functions/state/anyLastState/Map(UInt16,Int128) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(UInt16))),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(String)),String OK 158ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt32))) OK 94ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Int64) OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(FixedString(51))) OK 153ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(UInt32))),String OK 102ms
/aggregate functions/state/anyState/Map(UInt16,Float32) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt64))) OK 113ms
/aggregate functions/state/anyLastState/Map(UInt16,Float32) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(UInt64))),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt128))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(FixedString(51))),String OK 101ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Int128) OK 129ms
/aggregate functions/state/anyState/Map(UInt16,Float64) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(UUID)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(UUID)),String OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(UInt128))),String OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int8))) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt8))) OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(Int8))),String OK 130ms
/aggregate functions/state/anyLastState/Map(UInt16,Float64) OK 121ms
/aggregate functions/state/anyState/Map(UInt16,Decimal128(38)) OK 203ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(UInt8))),String OK 200ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Float32) OK 197ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt16))) OK 201ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int16))) OK 135ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(Int16))),String OK 206ms
/aggregate functions/state/anyLastState/Map(UInt16,Decimal128(38)) OK 213ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int32))) OK 202ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(UInt16))),String OK 228ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Float64) OK 111ms
/aggregate functions/state/anyState/Map(UInt16,Date) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(Int32))),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt32))) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(UInt32))),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(Int64))),String OK 197ms
/aggregate functions/state/anyLastState/Map(UInt16,Date) OK 186ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int128))) OK 174ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt64))) OK 167ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Decimal128(38)) OK 161ms
/aggregate functions/state/anyState/Map(UInt16,DateTime) OK 156ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(UInt64))),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UInt128))) OK 167ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(Int128))),String OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(UInt128))),String OK 122ms
/aggregate functions/state/anyState/Map(UInt16,DateTime64(3)) OK 280ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Date) OK 226ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int8))) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Float32))) OK 122ms
/aggregate functions/state/anyLastState/Map(UInt16,DateTime) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(Float32))),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(Int8))),String OK 187ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Float64))) OK 246ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(Float64))),String OK 248ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int16))) OK 252ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(Int16))),String OK 242ms
/aggregate functions/state/anyLastState/Map(UInt16,DateTime64(3)) OK 217ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Date))) OK 204ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int32))) OK 170ms
/aggregate functions/state/anyHeavyState/Map(UInt16,DateTime) OK 159ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(Date))),String OK 108ms
/aggregate functions/state/anyState/Map(UInt16,Bool) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/anyLastState/Map(UInt16,Bool) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(DateTime))),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(Int32))),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(Int64))),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Bool))) OK 123ms
/aggregate functions/state/anyHeavyState/Map(UInt16,DateTime64(3)) OK 106ms
/aggregate functions/state/anyState/Map(UInt16,String) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(Bool))),String OK 101ms
/aggregate functions/state/anyLastState/Map(UInt16,String) OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(Int128))),String OK 111ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Bool) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Float32))) OK 234ms
/aggregate functions/state/anyState/Map(UInt16,FixedString(51)) OK 194ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(String))),String OK 221ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/state/anyLastState/Map(UInt16,FixedString(51)) OK 192ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(FixedString(51)))),String OK 161ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(Float32))),String OK 173ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Float64))) OK 145ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UUID))) OK 102ms
/aggregate functions/state/anyHeavyState/Map(UInt16,String) OK 112ms
/aggregate functions/state/anyState/Map(UInt16,UUID) OK 295ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,LowCardinality(Nullable(UUID))),String OK 277ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Array(String)) OK 302ms
/aggregate functions/state/anyHeavyState/Map(UInt16,FixedString(51)) OK 254ms
/aggregate functions/state/anyLastState/Map(UInt16,UUID) OK 255ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Array(String)),String OK 281ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(Float64))),String OK 280ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Date))) OK 259ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(Date))),String OK 262ms
/aggregate functions/state/anyHeavyState/Map(UInt16,UUID) OK 222ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(UInt8)) OK 187ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Map(String,LowCardinality(Float64))) OK 197ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(UInt8)) OK 200ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(DateTime))) OK 207ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(DateTime))),String OK 183ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Map(String,LowCardinality(Float64))),String OK 200ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(Bool))) OK 161ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt16,Tuple(String)) OK 183ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(UInt16)) OK 161ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(Bool))),String OK 144ms
/aggregate functions/state/argMinState/datatypes/Map(UInt16,Tuple(String)),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(String))) OK 136ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(UInt16)) OK 113ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(UInt8)) OK 151ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,UInt8) OK 150ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(String))),String OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,UInt8),String OK 134ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(UInt32)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,UInt16) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(FixedString(51)))),String OK 128ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(UInt32)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,LowCardinality(Nullable(UUID))) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,UInt16),String OK 120ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(UInt16)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,UInt32) OK 91ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(UInt64)) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,UInt32),String OK 79ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(UInt64)) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,UInt64) OK 139ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(UInt32)) OK 164ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,LowCardinality(Nullable(UUID))),String OK 159ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Array(String)) OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,UInt64),String OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Array(String)),String OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,UInt128) OK 119ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(UInt128)) OK 119ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(UInt128)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,UInt128),String OK 171ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Map(String,LowCardinality(Float64))) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Map(String,LowCardinality(Float64))),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Int8) OK 175ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(UInt64)) OK 163ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt16,Tuple(String)) OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Int8),String OK 155ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(Int8)) OK 130ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(Int8)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt16,Tuple(String)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,UInt8) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Int16) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,UInt8),String OK 103ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(Int16)) OK 135ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(Int16)) OK 128ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(UInt128)) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Int16),String OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Int32) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,UInt16) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,UInt16),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,UInt32) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Int32),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Int64) OK 100ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(Int32)) OK 107ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(Int32)) OK 117ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(Int8)) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Int64),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,UInt32),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,UInt64) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,UInt64),String OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Int128) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Int128),String OK 179ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(Int64)) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Float32) OK 153ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(Int16)) OK 149ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(Int64)) OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,UInt128) OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,UInt128),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Int8) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Float32),String OK 118ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(Int128)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Int8),String OK 160ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Float64) OK 129ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(Int32)) OK 138ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(Int128)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Int16) OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Float64),String OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Int16),String OK 142ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Decimal128(38)) OK 100ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(Float32)) OK 100ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(Float32)) OK 187ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Decimal128(38)),String OK 156ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(Int64)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Int32) OK 164ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Date) OK 165ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Int32),String OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Int64) OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Date),String OK 129ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(Float64)) OK 133ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(Int128)) OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,DateTime) OK 159ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Int64),String OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,DateTime),String OK 156ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Int128) OK 144ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Int128),String OK 106ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(Float64)) OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,DateTime64(3)) OK 110ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(Float32)) OK 123ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(Date)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Float32) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Float32),String OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,DateTime64(3)),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Bool) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Float64) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Bool),String OK 119ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(Decimal128(38))) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(Float64)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Float64),String OK 108ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(DateTime)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Decimal128(38)) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,String) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,String),String OK 138ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(Decimal128(38))) OK 140ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(Date)) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,FixedString(51)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Decimal128(38)),String OK 113ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(DateTime64(3))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Date) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Date),String OK 81ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(DateTime)) OK 140ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,FixedString(51)),String OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,UUID) OK 143ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,DateTime) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,UUID),String OK 118ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(Date)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,DateTime),String OK 122ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(Bool)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,DateTime64(3)) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(UInt8)) OK 95ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(DateTime)) OK 119ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(DateTime64(3))) OK 164ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(UInt8)),String OK 167ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(String)) OK 176ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,DateTime64(3)),String OK 174ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(UInt16)) OK 172ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Bool) OK 153ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Bool),String OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(UInt16)),String OK 105ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(DateTime64(3))) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,String) OK 161ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(Bool)) OK 161ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(UInt32)) OK 159ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,String),String OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(UInt32)),String OK 137ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(FixedString(51))) OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,FixedString(51)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(UInt64)) OK 116ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(Bool)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,FixedString(51)),String OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,UUID) OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(UInt64)),String OK 153ms
/aggregate functions/state/anyState/Map(UInt16,Nullable(UUID)) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(UInt128)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,UUID),String OK 137ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(String)) OK 146ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(UInt128)),String OK 145ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(String)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(UInt8)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(UInt8)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(Int8)) OK 100ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(UInt8)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(UInt16)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(Int8)),String OK 123ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(FixedString(51))) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(Int16)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(UInt16)),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(UInt32)) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(Int16)),String OK 106ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(UInt16)) OK 98ms
/aggregate functions/state/anyLastState/Map(UInt16,Nullable(UUID)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(UInt32)),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(UInt64)) OK 108ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Nullable(UUID)) OK 82ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(Int32)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(Int32)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(UInt64)),String OK 99ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(UInt32)) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(Int64)) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(UInt8)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(UInt128)) OK 115ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(UInt8)) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(Int64)),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(UInt128)),String OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(Int128)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(Int8)) OK 98ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(UInt64)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(Int128)),String OK 125ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(UInt16)) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(Float32)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(Int8)),String OK 91ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(UInt16)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(Float32)),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(Int16)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(Int16)),String OK 113ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(UInt128)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(Int32)) OK 114ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(UInt32)) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(Float64)) OK 130ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(UInt32)) OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(Float64)),String OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(Decimal128(38))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(Int32)),String OK 119ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Int8)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(Int64)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(Int64)),String OK 117ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(UInt64)) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(Decimal128(38))),String OK 104ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(UInt64)) OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(Date)) OK 135ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(Date)),String OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(Int128)) OK 106ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Int16)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(Int128)),String OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(Float32)) OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(DateTime)) OK 136ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(UInt128)) OK 99ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(UInt128)) OK 192ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(DateTime)),String OK 187ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(DateTime64(3))) OK 153ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Int32)) OK 164ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(Float32)),String OK 176ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(Float64)) OK 163ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Int8)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(Float64)),String OK 153ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(DateTime64(3))),String OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(Bool)) OK 137ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Int64)) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(Decimal128(38))) OK 150ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(Bool)),String OK 137ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Int8)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(Decimal128(38))),String OK 135ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Int16)) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(String)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(Date)) OK 108ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Int16)) OK 98ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Int32)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(String)),String OK 100ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(FixedString(51))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(Date)),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(DateTime)) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(FixedString(51))),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(DateTime)),String OK 86ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Int32)) OK 85ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Int64)) OK 116ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Float32)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Nullable(UUID)) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Nullable(UUID)),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(DateTime64(3))) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(DateTime64(3))),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(Bool)) OK 82ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Int64)) OK 85ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(UInt8)),String OK 76ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Int128)) OK 82ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(UInt16)) OK 159ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(Bool)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(String)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(String)),String OK 95ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Int128)) OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(UInt16)),String OK 139ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(UInt32)) OK 124ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Date)) OK 109ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Float32)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(FixedString(51))),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Nullable(UUID)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(UInt32)),String OK 127ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Float32)) OK 146ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(DateTime)) OK 92ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(UInt64)) OK 140ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Float64)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(UInt64)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Nullable(UUID)),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(UInt8)) OK 116ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Bool)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(UInt8)),String OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(UInt128)) OK 118ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Date)) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(UInt128)),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Int8)) OK 224ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Float64)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(UInt16)) OK 214ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(UInt16)),String OK 91ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(String)) OK 189ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(UInt32)) OK 176ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Int8)),String OK 176ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Int16)) OK 165ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(DateTime)) OK 221ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(UInt32)),String OK 204ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Date)) OK 187ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(UInt64)) OK 174ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Int16)),String OK 178ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(FixedString(51))) OK 165ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(UInt64)),String OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Int32)) OK 164ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Int32)),String OK 116ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(DateTime)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(UInt128)) OK 125ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Bool)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(UInt128)),String OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Int64)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Int8)) OK 164ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Int64)),String OK 119ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(UUID)) OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Int128)) OK 146ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Bool)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Int8)),String OK 106ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(String)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Int16)) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Int128)),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(String)) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Float32)) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Int16)),String OK 98ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Float32)),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Int32)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Int32)),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Float64)) OK 106ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(UUID)) OK 117ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Float64)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Int64)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Int64)),String OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Date)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Int128)) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Date)),String OK 95ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(UUID)) OK 89ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(DateTime)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Int128)),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Float32)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(DateTime)),String OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Bool)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Float32)),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 129ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Float64)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Bool)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(String)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Float64)),String OK 111ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Date)) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(String)),String OK 112ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Date)),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(FixedString(51))) OK 136ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 123ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(FixedString(51))),String OK 141ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(DateTime)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(DateTime)),String OK 132ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(UUID)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Bool)) OK 96ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 169ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(UUID)),String OK 177ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Bool)),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt8))) OK 151ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(String)) OK 136ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 142ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(UInt8))),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(String)),String OK 131ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt16))) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(FixedString(51))),String OK 134ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(UInt16))),String OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt32))) OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(UUID)) OK 147ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(UUID)),String OK 112ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(UInt32))),String OK 115ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt64))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(UInt64))),String OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(UInt8))),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt16))) OK 121ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 146ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(UInt16))),String OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt128))) OK 104ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(UInt128))),String OK 125ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt32))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(UInt32))),String OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int8))) OK 109ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(Int8))),String OK 167ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 180ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt64))) OK 168ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int16))) OK 142ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(UInt64))),String OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(Int16))),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UInt128))) OK 105ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int32))) OK 183ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(Int32))),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(UInt128))),String OK 155ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 153ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int8))) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(Int8))),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int64))) OK 130ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(Date))) OK 120ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(Int64))),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int16))) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(Int16))),String OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int128))) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int32))) OK 131ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 118ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(Int128))),String OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Float32))) OK 122ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(Int32))),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int64))) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(Float32))),String OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Float64))) OK 113ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 97ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(Int64))),String OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(Float64))),String OK 128ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Int128))) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(Int128))),String OK 99ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(String))) OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Date))) OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(Date))),String OK 139ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Float32))) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(Date))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(Float32))),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Float64))) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(DateTime))) OK 100ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(Float64))),String OK 169ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(Date))) OK 155ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(DateTime))),String OK 156ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Bool))) OK 139ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(Bool))),String OK 143ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Date))) OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(Date))),String OK 120ms
/aggregate functions/state/anyState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 130ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 196ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 170ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(String))) OK 172ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(DateTime))) OK 157ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(String))),String OK 178ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(DateTime))),String OK 180ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(Bool))) OK 161ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 141ms
/aggregate functions/state/anyState/Map(UInt16,Array(String)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(Bool))),String OK 158ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(FixedString(51)))),String OK 172ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 161ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UUID))) OK 159ms
/aggregate functions/state/anyState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 164ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(String))) OK 155ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,LowCardinality(Nullable(UUID))),String OK 157ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(String))) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(String))),String OK 154ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 156ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 123ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(String))) OK 144ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Array(String)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(FixedString(51)))),String OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Array(String)),String OK 150ms
/aggregate functions/state/anyState/Map(UInt16,Tuple(String)) OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Map(String,LowCardinality(Float64))) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,LowCardinality(Nullable(UUID))) OK 143ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Map(String,LowCardinality(Float64))),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,LowCardinality(Nullable(UUID))),String OK 99ms
/aggregate functions/state/anyState/Map(UInt32,UInt8) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt32,Tuple(String)) OK 116ms
/aggregate functions/state/anyLastState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 119ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Array(String)) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(UInt32,Tuple(String)),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Array(String)),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,UInt8) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Map(String,LowCardinality(Float64))) OK 102ms
/aggregate functions/state/anyState/Map(UInt32,UInt16) OK 150ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Map(String,LowCardinality(Float64))),String OK 150ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,UInt8),String OK 98ms
/aggregate functions/state/anyLastState/Map(UInt16,Array(String)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt32,Tuple(String)) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,UInt16) OK 134ms
/aggregate functions/state/anyHeavyState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,UInt16),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt32,Tuple(String)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,UInt32) OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,UInt8) OK 124ms
/aggregate functions/state/anyLastState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 161ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,UInt32),String OK 150ms
/aggregate functions/state/anyState/Map(UInt32,UInt32) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,UInt8),String OK 130ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Array(String)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,UInt64) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,UInt16) OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,UInt64),String OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,UInt16),String OK 161ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 209ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,UInt128) OK 158ms
/aggregate functions/state/anyState/Map(UInt32,UInt64) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,UInt32) OK 169ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,UInt128),String OK 233ms
/aggregate functions/state/anyLastState/Map(UInt16,Tuple(String)) OK 199ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,UInt32),String OK 207ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Int8) OK 146ms
/aggregate functions/state/anyState/Map(UInt32,UInt128) OK 208ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,UInt64) OK 158ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Int8),String OK 216ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,UInt64),String OK 203ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Int16) OK 224ms
/aggregate functions/state/anyHeavyState/Map(UInt16,Tuple(String)) OK 207ms
/aggregate functions/state/anyLastState/Map(UInt32,UInt8) OK 182ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,UInt128) OK 189ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Int16),String OK 160ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,UInt128),String OK 169ms
/aggregate functions/state/anyState/Map(UInt32,Int8) OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Int32) OK 158ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Int8) OK 192ms
/aggregate functions/state/anyLastState/Map(UInt32,UInt16) OK 188ms
/aggregate functions/state/anyHeavyState/Map(UInt32,UInt8) OK 189ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Int32),String OK 139ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Int64) OK 152ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Int8),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Int16) OK 126ms
/aggregate functions/state/anyState/Map(UInt32,Int16) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Int64),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Int128) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Int16),String OK 182ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Int128),String OK 163ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Int32) OK 149ms
/aggregate functions/state/anyLastState/Map(UInt32,UInt32) OK 165ms
/aggregate functions/state/anyHeavyState/Map(UInt32,UInt16) OK 215ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Int32),String OK 176ms
/aggregate functions/state/anyState/Map(UInt32,Int32) OK 157ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Float32) OK 151ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Float32),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Int64) OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Float64) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Int64),String OK 165ms
/aggregate functions/state/anyLastState/Map(UInt32,UInt64) OK 175ms
/aggregate functions/state/anyState/Map(UInt32,Int64) OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Int128) OK 148ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Float64),String OK 166ms
/aggregate functions/state/anyHeavyState/Map(UInt32,UInt32) OK 217ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Decimal128(38)) OK 164ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Decimal128(38)),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Int128),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Float32) OK 191ms
/aggregate functions/state/anyState/Map(UInt32,Int128) OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Float32),String OK 120ms
/aggregate functions/state/anyLastState/Map(UInt32,UInt128) OK 160ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Date) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Date),String OK 166ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,DateTime) OK 139ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Float64) OK 120ms
/aggregate functions/state/anyHeavyState/Map(UInt32,UInt64) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Float64),String OK 113ms
/aggregate functions/state/anyState/Map(UInt32,Float32) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,DateTime),String OK 127ms
/aggregate functions/state/anyLastState/Map(UInt32,Int8) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Decimal128(38)) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,DateTime64(3)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Decimal128(38)),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(UInt32,UInt128) OK 151ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,DateTime64(3)),String OK 109ms
/aggregate functions/state/anyState/Map(UInt32,Float64) OK 150ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Date) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Date),String OK 116ms
/aggregate functions/state/anyLastState/Map(UInt32,Int16) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Bool) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,DateTime) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Bool),String OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,String) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,DateTime),String OK 102ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Int8) OK 122ms
/aggregate functions/state/anyState/Map(UInt32,Decimal128(38)) OK 117ms
/aggregate functions/state/anyLastState/Map(UInt32,Int32) OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,DateTime64(3)) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,String),String OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,DateTime64(3)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,FixedString(51)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,FixedString(51)),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Bool) OK 108ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Int16) OK 129ms
/aggregate functions/state/anyState/Map(UInt32,Date) OK 102ms
/aggregate functions/state/anyLastState/Map(UInt32,Int64) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,UUID) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Bool),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,String) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,UUID),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,String),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(UInt8)) OK 79ms
/aggregate functions/state/anyState/Map(UInt32,DateTime) OK 119ms
/aggregate functions/state/anyLastState/Map(UInt32,Int128) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(UInt8)),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,FixedString(51)) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Int32) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,FixedString(51)),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(UInt16)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(UInt16)),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,UUID) OK 98ms
/aggregate functions/state/anyState/Map(UInt32,DateTime64(3)) OK 108ms
/aggregate functions/state/anyLastState/Map(UInt32,Float32) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,UUID),String OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(UInt32)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(UInt8)) OK 105ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Int64) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(UInt32)),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(UInt64)) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(UInt8)),String OK 98ms
/aggregate functions/state/anyLastState/Map(UInt32,Float64) OK 83ms
/aggregate functions/state/anyState/Map(UInt32,Bool) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(UInt64)),String OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(UInt128)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(UInt16)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(UInt16)),String OK 123ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Int128) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(UInt32)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(UInt128)),String OK 98ms
/aggregate functions/state/anyLastState/Map(UInt32,Decimal128(38)) OK 88ms
/aggregate functions/state/anyState/Map(UInt32,String) OK 185ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(Int8)) OK 179ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(Int8)),String OK 171ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(UInt32)),String OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(Int16)) OK 161ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(UInt64)) OK 148ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(UInt64)),String OK 174ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Float32) OK 137ms
/aggregate functions/state/anyLastState/Map(UInt32,Date) OK 238ms
/aggregate functions/state/anyState/Map(UInt32,FixedString(51)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(UInt128)) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(Int16)),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(UInt128)),String OK 96ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Float64) OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(Int32)) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(Int32)),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(Int8)) OK 114ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Decimal128(38)) OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(Int8)),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(Int16)) OK 154ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(Int64)) OK 128ms
/aggregate functions/state/anyState/Map(UInt32,UUID) OK 102ms
/aggregate functions/state/anyLastState/Map(UInt32,DateTime) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(Int64)),String OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(Int128)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(Int16)),String OK 105ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(UInt8)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(Int32)) OK 92ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Date) OK 152ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(Int128)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(Float32)) OK 150ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(Float32)),String OK 140ms
/aggregate functions/state/anyLastState/Map(UInt32,DateTime64(3)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(Int32)),String OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(Int64)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(Int64)),String OK 87ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(UInt16)) OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(Float64)) OK 139ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(Int128)) OK 146ms
/aggregate functions/state/anyLastState/Map(UInt32,Bool) OK 120ms
/aggregate functions/state/anyHeavyState/Map(UInt32,DateTime) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(Int128)),String OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(Float64)),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(Decimal128(38))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(Float32)) OK 113ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(UInt32)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(UInt32,DateTime64(3)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(Float32)),String OK 109ms
/aggregate functions/state/anyLastState/Map(UInt32,String) OK 153ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(Decimal128(38))),String OK 127ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(UInt64)) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(Date)) OK 144ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(Date)),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(Float64)) OK 78ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(Float64)),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(Decimal128(38))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(Decimal128(38))),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(Date)) OK 126ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(UInt128)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(DateTime)) OK 116ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Bool) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(DateTime)),String OK 122ms
/aggregate functions/state/anyLastState/Map(UInt32,FixedString(51)) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/anyHeavyState/Map(UInt32,String) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(Date)),String OK 82ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(Int8)) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(DateTime64(3))),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(DateTime)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(Bool)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(DateTime)),String OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(Bool)),String OK 110ms
/aggregate functions/state/anyLastState/Map(UInt32,UUID) OK 73ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/anyHeavyState/Map(UInt32,FixedString(51)) OK 73ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(UInt8)) OK 137ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(Int16)) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(String)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(DateTime64(3))),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(Bool)) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(String)),String OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(Bool)),String OK 115ms
/aggregate functions/state/anyHeavyState/Map(UInt32,UUID) OK 104ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(Int32)) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(FixedString(51))),String OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(String)) OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Nullable(UUID)) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(UInt16)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(String)),String OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Nullable(UUID)),String OK 108ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(UInt8)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(FixedString(51))) OK 109ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(Int64)) OK 98ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(UInt32)) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(UInt8)) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(UInt8)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(FixedString(51))),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(UInt16)) OK 139ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(UInt16)) OK 157ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Nullable(UUID)) OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Nullable(UUID)),String OK 127ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(Int128)) OK 108ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(UInt64)) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(UInt16)),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(UInt32)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(Float32)) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(UInt32)),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(UInt8)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(UInt16)) OK 128ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(UInt32)) OK 95ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(UInt128)) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(UInt64)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(UInt64)),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(UInt16)),String OK 99ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(Float64)) OK 75ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(UInt32)) OK 89ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(UInt64)) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(UInt128)) OK 152ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(UInt128)),String OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(UInt32)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(UInt64)) OK 105ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(Int8)) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Int8)) OK 122ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(Decimal128(38))) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(UInt64)),String OK 86ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(UInt128)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(UInt128)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(UInt128)),String OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Int8)),String OK 115ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(Int16)) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Int16)) OK 144ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(Date)) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Int16)),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Int8)) OK 108ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(Int8)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Int8)),String OK 116ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(DateTime)) OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Int16)) OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Int32)) OK 104ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(Int32)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Int32)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Int16)),String OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Int64)) OK 87ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(Int16)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Int32)) OK 152ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Int64)),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Int128)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Int32)),String OK 127ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(Int64)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Int128)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Int64)) OK 94ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(Int32)) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Float32)) OK 128ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(Bool)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Int64)),String OK 109ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(Int128)) OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Float32)),String OK 145ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(Int64)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Int128)) OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Float64)) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Int128)),String OK 79ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(String)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Float32)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Float32)),String OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Float64)),String OK 99ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(Int128)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Float64)) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(Float32)) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Date)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Date)),String OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Float64)),String OK 106ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(Float32)) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(DateTime)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Date)) OK 102ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(Float64)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(DateTime)),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Bool)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Date)),String OK 91ms
/aggregate functions/state/anyState/Map(UInt32,Nullable(UUID)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(DateTime)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Bool)),String OK 200ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(DateTime)),String OK 159ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(Float64)) OK 163ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(Decimal128(38))) OK 165ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(String)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Bool)) OK 160ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(String)),String OK 163ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Bool)),String OK 115ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(UInt8)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(FixedString(51))) OK 184ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(String)) OK 168ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(Decimal128(38))) OK 137ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(Date)) OK 152ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(String)),String OK 124ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(UInt16)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(FixedString(51))) OK 148ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(FixedString(51))),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(UUID)) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(UUID)),String OK 74ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(UInt32)) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt8))) OK 123ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(Date)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(FixedString(51))),String OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(UInt8))),String OK 105ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(DateTime)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(UUID)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(UUID)),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt16))) OK 95ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(UInt64)) OK 102ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(DateTime)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt8))) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(UInt16))),String OK 127ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(DateTime64(3))) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt32))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(UInt8))),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(UInt32))),String OK 90ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(UInt16))),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt32))) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt64))) OK 144ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(Bool)) OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(UInt64))),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(UInt32))),String OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt128))) OK 95ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Int8)) OK 102ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(Bool)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(UInt64))),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(UInt128))),String OK 92ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(String)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int8))) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(Int8))),String OK 120ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Int16)) OK 120ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(String)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(UInt128))),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int8))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(Int8))),String OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int16))) OK 107ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(FixedString(51))) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int16))) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(Int16))),String OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int32))) OK 101ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(Int16))),String OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(Int32))),String OK 84ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int32))) OK 108ms
/aggregate functions/state/anyLastState/Map(UInt32,Nullable(UUID)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(Int32))),String OK 83ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Int64)) OK 97ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Nullable(UUID)) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int64))) OK 127ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(Int64))),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int128))) OK 94ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(UInt8)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int64))) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(Int64))),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Int128)) OK 88ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(Int128))),String OK 128ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(UInt8)) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Float32))) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(Float32))),String OK 118ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(UInt16)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(Int128))),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Float32))) OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(Float32))),String OK 123ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Float32)) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Float64))) OK 115ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(UInt16)) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(Float64))),String OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Date))) OK 107ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(UInt32)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Float64))) OK 111ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Float64)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(Float64))),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(UInt32)) OK 144ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(Date))),String OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(DateTime))) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(DateTime))),String OK 118ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Date)) OK 104ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(Date))),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(DateTime))) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(DateTime))),String OK 101ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(UInt128)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Bool))) OK 151ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(DateTime)) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(Bool))),String OK 143ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(UInt64)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(Bool))),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(String))) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(String))) OK 118ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Bool)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(String))),String OK 90ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(UInt128)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(String))),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(FixedString(51)))),String OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(FixedString(51)))),String OK 93ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Int16)) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UUID))) OK 104ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(String)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Int8)) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,LowCardinality(Nullable(UUID))),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,LowCardinality(Nullable(UUID))),String OK 111ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Array(String)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Array(String)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Array(String)),String OK 87ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Int16)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Array(String)),String OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Int64)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Map(String,LowCardinality(Float64))),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Map(String,LowCardinality(Float64))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Map(String,LowCardinality(Float64))),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt64,Tuple(String)) OK 87ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(UUID)) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt64,Tuple(String)) OK 99ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Int32)) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(UInt64,Tuple(String)),String OK 96ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Int128)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt64,Tuple(String)),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,UInt8) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,UInt8) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,UInt8),String OK 98ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 102ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Int64)) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,UInt8),String OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,UInt16) OK 111ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Float32)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,UInt16) OK 159ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,UInt16),String OK 167ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,UInt32) OK 167ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 145ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Int128)) OK 145ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,UInt16),String OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,UInt32) OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,UInt32),String OK 94ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Float64)) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,UInt64) OK 194ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,UInt32),String OK 176ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,UInt64),String OK 176ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 207ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Float32)) OK 198ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,UInt128) OK 186ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,UInt64) OK 179ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,UInt64),String OK 189ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Date)) OK 187ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,UInt128) OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,UInt128),String OK 141ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Int8) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,UInt128),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Int8),String OK 128ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Float64)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Int8) OK 109ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Int8),String OK 172ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Bool)) OK 151ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Int16) OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Int16) OK 146ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Int16),String OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Int16),String OK 144ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Int32) OK 144ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Date)) OK 130ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Int32),String OK 79ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(String)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Int32) OK 156ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(DateTime)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Int32),String OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Int64) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Int64) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Int64),String OK 85ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Int128) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Int128),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Float32) OK 144ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Int64),String OK 122ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(FixedString(51))) OK 134ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Bool)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Int128) OK 110ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Int128),String OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Float32),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Float64) OK 82ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(String)) OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Float32) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Float32),String OK 115ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Float64),String OK 123ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(UUID)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Float64) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Decimal128(38)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Decimal128(38)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Float64),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Decimal128(38)) OK 144ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(FixedString(51))) OK 153ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Date) OK 149ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Decimal128(38)),String OK 103ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Date),String OK 96ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,DateTime) OK 121ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Date) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,DateTime),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Date),String OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,DateTime) OK 114ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,DateTime64(3)) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,DateTime64(3)),String OK 111ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,DateTime),String OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Bool) OK 98ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 145ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Bool),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,DateTime64(3)) OK 134ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 145ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,DateTime64(3)),String OK 145ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,String) OK 131ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(Date))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Bool) OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,String),String OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 139ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,FixedString(51)) OK 144ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Bool),String OK 111ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,FixedString(51)),String OK 135ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,String) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,String),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,UUID) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,FixedString(51)) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,FixedString(51)),String OK 147ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,UUID) OK 101ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,UUID),String OK 121ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(UInt8)) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(UInt8)),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,UUID),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(UInt8)) OK 84ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(String))) OK 111ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(UInt16)) OK 113ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(UInt8)),String OK 82ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(UInt16)),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(UInt32)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(UInt16)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(UInt16)),String OK 81ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(UInt32)) OK 124ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(UInt32)),String OK 92ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(UInt64)) OK 106ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(UInt64)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(UInt32)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(UInt64)) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(UInt128)) OK 84ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(UInt64)),String OK 129ms
/aggregate functions/state/anyState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(UInt128)),String OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(Int8)) OK 134ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(UInt128)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(UInt128)),String OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(Int8)),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(Int8)) OK 157ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 116ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(Int8)),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(Int16)) OK 138ms
/aggregate functions/state/anyState/Map(UInt32,Array(String)) OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(Int16)) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(Int16)),String OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(Int32)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(Int16)),String OK 165ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 146ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(Int32)) OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(Int32)),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(Int32)),String OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(Int64)) OK 107ms
/aggregate functions/state/anyState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 123ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(Int64)),String OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(Int128)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(Int64)) OK 130ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(Int128)),String OK 152ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(Int64)),String OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(Float32)) OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(Int128)) OK 123ms
/aggregate functions/state/anyState/Map(UInt32,Tuple(String)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(Float32)),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(Int128)),String OK 96ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(Float32)) OK 126ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(Float32)),String OK 131ms
/aggregate functions/state/anyState/Map(UInt64,UInt8) OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(Float64)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(Float64)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(Float64)) OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(Decimal128(38))) OK 108ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(Decimal128(38))),String OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(Float64)),String OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(Date)) OK 90ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(Date))) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/anyState/Map(UInt64,UInt16) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(Date)),String OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(Decimal128(38))),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(DateTime)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(Date)) OK 102ms
/aggregate functions/state/anyState/Map(UInt64,UInt32) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(DateTime)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(Date)),String OK 107ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 103ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(DateTime)) OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(DateTime64(3))),String OK 78ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(DateTime)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(Bool)) OK 121ms
/aggregate functions/state/anyState/Map(UInt64,UInt64) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(DateTime64(3))) OK 104ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(Bool)),String OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(DateTime64(3))),String OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(String)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(Bool)) OK 72ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(String))) OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(Bool)),String OK 161ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(String)),String OK 127ms
/aggregate functions/state/anyState/Map(UInt64,UInt128) OK 152ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(String)) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(FixedString(51))) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(FixedString(51))),String OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(String)),String OK 116ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(String))) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(FixedString(51))) OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Nullable(UUID)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Nullable(UUID)),String OK 122ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(UInt8)) OK 109ms
/aggregate functions/state/anyState/Map(UInt64,Int8) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(FixedString(51))),String OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Nullable(UUID)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(UInt8)),String OK 103ms
/aggregate functions/state/anyLastState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Nullable(UUID)),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(UInt16)) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(UInt16)),String OK 104ms
/aggregate functions/state/anyState/Map(UInt64,Int16) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(UInt8)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(UInt8)),String OK 105ms
/aggregate functions/state/anyHeavyState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(UInt16)) OK 167ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(UInt32)),String OK 141ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(UInt64)) OK 158ms
/aggregate functions/state/anyLastState/Map(UInt32,Array(String)) OK 110ms
/aggregate functions/state/anyState/Map(UInt64,Int32) OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(UInt16)),String OK 147ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(UInt32)) OK 129ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Array(String)) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(UInt64)),String OK 112ms
/aggregate functions/state/anyLastState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(UInt128)) OK 108ms
/aggregate functions/state/anyState/Map(UInt64,Int64) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(UInt32)),String OK 102ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(UInt64)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(UInt128)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(UInt64)),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Int8)) OK 146ms
/aggregate functions/state/anyLastState/Map(UInt32,Tuple(String)) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Int8)),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/anyState/Map(UInt64,Int128) OK 117ms
/aggregate functions/state/anyHeavyState/Map(UInt32,Tuple(String)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Int16)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(UInt128)),String OK 116ms
/aggregate functions/state/anyLastState/Map(UInt64,UInt8) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Int8)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Int16)),String OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Int8)),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(UInt64,UInt8) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Int32)),String OK 111ms
/aggregate functions/state/anyState/Map(UInt64,Float32) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Int16)) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Int64)) OK 101ms
/aggregate functions/state/anyLastState/Map(UInt64,UInt16) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Int16)),String OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Int64)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Int32)) OK 94ms
/aggregate functions/state/anyHeavyState/Map(UInt64,UInt16) OK 80ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Int128)) OK 166ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Int32)),String OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Int128)),String OK 113ms
/aggregate functions/state/anyLastState/Map(UInt64,UInt32) OK 94ms
/aggregate functions/state/anyState/Map(UInt64,Float64) OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Float32)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Int64)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Int64)),String OK 134ms
/aggregate functions/state/anyHeavyState/Map(UInt64,UInt32) OK 77ms
/aggregate functions/state/anyState/Map(UInt64,Decimal128(38)) OK 104ms
/aggregate functions/state/anyLastState/Map(UInt64,UInt64) OK 95ms
/aggregate functions/state/anyHeavyState/Map(UInt64,UInt64) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Float32)),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Int128)) OK 163ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Float64)) OK 144ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Int128)),String OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Float64)),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Float32)) OK 125ms
/aggregate functions/state/anyLastState/Map(UInt64,UInt128) OK 94ms
/aggregate functions/state/anyState/Map(UInt64,Date) OK 100ms
/aggregate functions/state/anyHeavyState/Map(UInt64,UInt128) OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Date)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Float32)),String OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Date)),String OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(DateTime)) OK 139ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Float64)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Float64)),String OK 115ms
/aggregate functions/state/anyLastState/Map(UInt64,Int8) OK 118ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Int8) OK 101ms
/aggregate functions/state/anyState/Map(UInt64,DateTime) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(DateTime)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Date)) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Bool)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Date)),String OK 123ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Int16) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(DateTime)) OK 126ms
/aggregate functions/state/anyLastState/Map(UInt64,Int16) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Bool)),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(String)) OK 107ms
/aggregate functions/state/anyState/Map(UInt64,DateTime64(3)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(DateTime)),String OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(String)),String OK 162ms
/aggregate functions/state/anyLastState/Map(UInt64,Int32) OK 152ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(FixedString(51))) OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Bool)) OK 143ms
/aggregate functions/state/anyState/Map(UInt64,Bool) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(FixedString(51))),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Bool)),String OK 82ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Int32) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(String)) OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(String)),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(FixedString(51))) OK 102ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Int64) OK 107ms
/aggregate functions/state/anyState/Map(UInt64,String) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(FixedString(51))),String OK 95ms
/aggregate functions/state/anyLastState/Map(UInt64,Int64) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(UUID)) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(UUID)),String OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Int128) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(UUID)),String OK 150ms
/aggregate functions/state/anyState/Map(UInt64,FixedString(51)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt8))) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(UInt8))),String OK 118ms
/aggregate functions/state/anyLastState/Map(UInt64,Int128) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt16))) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(UInt16))),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(UInt8))),String OK 131ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Float32) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt32))) OK 147ms
/aggregate functions/state/anyState/Map(UInt64,UUID) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt16))) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt64,Float32) OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(UInt16))),String OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(UInt32))),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt64))) OK 127ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Float64) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt32))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(UInt32))),String OK 231ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(UInt8)) OK 217ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(UInt64))),String OK 225ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt64))) OK 219ms
/aggregate functions/state/anyLastState/Map(UInt64,Float64) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt128))) OK 194ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(UInt128))),String OK 211ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Decimal128(38)) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(UInt64))),String OK 205ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Date) OK 156ms
/aggregate functions/state/anyLastState/Map(UInt64,Decimal128(38)) OK 198ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int8))) OK 117ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(UInt16)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UInt128))) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(Int8))),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(UInt128))),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int8))) OK 96ms
/aggregate functions/state/anyHeavyState/Map(UInt64,DateTime) OK 111ms
/aggregate functions/state/anyLastState/Map(UInt64,Date) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(Int8))),String OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(Int16))),String OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int32))) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int16))) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(Int16))),String OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(Int32))),String OK 105ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(UInt32)) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UInt64,DateTime64(3)) OK 87ms
/aggregate functions/state/anyLastState/Map(UInt64,DateTime) OK 75ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int32))) OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int64))) OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(Int32))),String OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(Int64))),String OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int128))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int64))) OK 110ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(UInt64)) OK 92ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Bool) OK 93ms
/aggregate functions/state/anyLastState/Map(UInt64,DateTime64(3)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(Int64))),String OK 126ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(UInt128)) OK 167ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Int128))) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UInt64,String) OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(Int128))),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(Int128))),String OK 152ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Float32))) OK 148ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(Float32))),String OK 145ms
/aggregate functions/state/anyLastState/Map(UInt64,Bool) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(Float32))),String OK 127ms
/aggregate functions/state/anyLastState/Map(UInt64,String) OK 115ms
/aggregate functions/state/anyHeavyState/Map(UInt64,FixedString(51)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(Int8)) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(Float64))),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Date))) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(Float64))),String OK 81ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(Date))),String OK 103ms
/aggregate functions/state/anyHeavyState/Map(UInt64,UUID) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Date))) OK 124ms
/aggregate functions/state/anyLastState/Map(UInt64,FixedString(51)) OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(DateTime))) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(Date))),String OK 92ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(Int16)) OK 83ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(DateTime))),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(DateTime))) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(UInt8)) OK 79ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(Int32)) OK 80ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(DateTime))),String OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(Bool))),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(Bool))) OK 155ms
/aggregate functions/state/anyLastState/Map(UInt64,UUID) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(String))) OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(Bool))),String OK 129ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(UInt16)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(String))),String OK 112ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(Int64)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(String))) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 118ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(UInt8)) OK 132ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(String))),String OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(FixedString(51)))),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 107ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(UInt32)) OK 139ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UUID))) OK 136ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(Int128)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(FixedString(51)))),String OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,LowCardinality(Nullable(UUID))),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,LowCardinality(Nullable(UUID))),String OK 106ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(UInt16)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Array(String)) OK 91ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(UInt64)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Array(String)),String OK 97ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(Float32)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Array(String)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Array(String)),String OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Map(String,LowCardinality(Float64))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Map(String,LowCardinality(Float64))) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Map(String,LowCardinality(Float64))),String OK 114ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(UInt32)) OK 116ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(UInt128)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(UInt128,Tuple(String)) OK 111ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(Float64)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Map(String,LowCardinality(Float64))),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UInt128,Tuple(String)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(UInt128,Tuple(String)),String OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,UInt8) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(UInt128,Tuple(String)),String OK 113ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(UInt64)) OK 121ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(Decimal128(38))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,UInt8) OK 83ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(Int8)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,UInt8),String OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,UInt8),String OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,UInt16) OK 157ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,UInt16) OK 161ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,UInt16),String OK 143ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,UInt16),String OK 116ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(UInt128)) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(Int16)) OK 130ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(Date)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,UInt32) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,UInt32) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,UInt32),String OK 93ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(Int8)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,UInt32),String OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,UInt64) OK 105ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(DateTime)) OK 127ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(Int32)) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,UInt64) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,UInt64),String OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,UInt64),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,UInt128) OK 92ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(Int16)) OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,UInt128) OK 147ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,UInt128),String OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,UInt128),String OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Int8) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Int8) OK 98ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(DateTime64(3))) OK 117ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(Int64)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Int8),String OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Int8),String OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Int16) OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Int16),String OK 107ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(Int128)) OK 105ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(Int32)) OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Int16) OK 146ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(Bool)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Int16),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Int32) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Int32),String OK 102ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(String)) OK 132ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(Float32)) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Int32) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Int64) OK 134ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(Int64)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Int32),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Int64) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Int64),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Int128) OK 84ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(Float64)) OK 73ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Int64),String OK 98ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(FixedString(51))) OK 129ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(Int128)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Int128) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Int128),String OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Float32) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Int128),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Float32),String OK 142ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(Decimal128(38))) OK 141ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Float32) OK 100ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(Float32)) OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Float32),String OK 138ms
/aggregate functions/state/anyState/Map(UInt64,Nullable(UUID)) OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Float64) OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Float64) OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Float64),String OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Decimal128(38)) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Float64),String OK 110ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(Date)) OK 98ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(Float64)) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Decimal128(38)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Decimal128(38)),String OK 94ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(UInt8)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Decimal128(38)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Date) OK 95ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(DateTime)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Date),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Date) OK 127ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(Decimal128(38))) OK 127ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Date),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,DateTime) OK 85ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,DateTime),String OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,DateTime) OK 120ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,DateTime64(3)) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,DateTime),String OK 109ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(Date)) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,DateTime64(3)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,DateTime64(3)),String OK 98ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(UInt32)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Bool) OK 90ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(Bool)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Bool),String OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,DateTime64(3)),String OK 108ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(DateTime)) OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Bool) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,String) OK 111ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(UInt64)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Bool),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,String),String OK 100ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(String)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,FixedString(51)) OK 94ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(DateTime64(3))) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,String) OK 76ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,String),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,FixedString(51)),String OK 113ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(UInt128)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,UUID) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,FixedString(51)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,FixedString(51)),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,UUID),String OK 108ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(Bool)) OK 94ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,UUID) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(UInt8)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(UInt8)),String OK 100ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Int8)) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,UUID),String OK 108ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Nullable(UUID)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(UInt8)) OK 144ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(String)) OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(UInt16)) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(UInt8)),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(UInt16)),String OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(UInt32)) OK 101ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Int16)) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(UInt16)) OK 100ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(UInt8)) OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(UInt16)),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(UInt32)),String OK 94ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(UInt32)) OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(UInt64)) OK 83ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Int32)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(UInt64)),String OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(UInt32)),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(UInt64)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(UInt128)) OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(UInt16)) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(UInt64)),String OK 93ms
/aggregate functions/state/anyLastState/Map(UInt64,Nullable(UUID)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(UInt128)),String OK 101ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Int64)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(Int8)) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(UInt128)) OK 76ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(UInt128)),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(Int8)),String OK 96ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(UInt32)) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(Int8)) OK 124ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(UInt8)) OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(Int16)) OK 109ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Int128)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(Int16)),String OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(Int8)),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(Int32)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(UInt64)) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(Int16)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(Int32)),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(Int64)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(Int16)),String OK 105ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Float32)) OK 77ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(Int32)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(Int64)),String OK 81ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(Int32)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(Int128)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(Int64)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(Int128)),String OK 116ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(UInt32)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(Int64)),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(Float32)) OK 88ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Int8)) OK 87ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Date)) OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(Int128)) OK 211ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(Float32)),String OK 213ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(Int128)),String OK 199ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(Float32)) OK 201ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(UInt64)) OK 181ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(Float64)) OK 186ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(Float64)),String OK 153ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Int16)) OK 160ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(DateTime)) OK 126ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Bool)) OK 154ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(Decimal128(38))) OK 176ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Int32)) OK 152ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(UInt128)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(Float32)),String OK 155ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(Float64)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(Decimal128(38))),String OK 145ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(Float64)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(Date)) OK 131ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Int8)) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(Decimal128(38))) OK 90ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(String)) OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(Decimal128(38))),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(Date)),String OK 111ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Int64)) OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(DateTime)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(Date)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(DateTime)),String OK 111ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Int16)) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(Date)),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(DateTime)) OK 151ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(DateTime)),String OK 159ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(DateTime64(3))) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(DateTime64(3))),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(Bool)) OK 141ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(FixedString(51))) OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Int128)) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(DateTime64(3))) OK 112ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Int32)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(Bool)),String OK 113ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(UUID)) OK 147ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(DateTime64(3))),String OK 160ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(String)) OK 139ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(Bool)) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Float32)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(String)),String OK 133ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Int64)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(Bool)),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(String)) OK 183ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Float64)) OK 184ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 139ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Int128)) OK 148ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(FixedString(51))),String OK 149ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(String)),String OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Nullable(UUID)) OK 157ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(FixedString(51))) OK 158ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Nullable(UUID)),String OK 119ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 159ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Float32)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(UInt8)) OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(FixedString(51))),String OK 143ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(UInt8)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Nullable(UUID)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(UInt16)) OK 172ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Date)) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Nullable(UUID)),String OK 131ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Float64)) OK 207ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(UInt16)),String OK 223ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(UInt8)) OK 202ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(UInt32)) OK 205ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 190ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(UInt8)),String OK 184ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(DateTime)) OK 191ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(UInt16)) OK 195ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(UInt32)),String OK 166ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Date)) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(UInt16)),String OK 104ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(UInt32)) OK 148ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Bool)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(UInt64)) OK 157ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(UInt32)),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(UInt64)),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(UInt128)) OK 140ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(DateTime)) OK 98ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 127ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(UInt64)),String OK 114ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(String)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(UInt128)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(UInt128)),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Int8)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Int8)),String OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(UInt128)),String OK 93ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Bool)) OK 93ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(FixedString(51))) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Int8)) OK 114ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Int16)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Int16)),String OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Int8)),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Int32)) OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Int16)) OK 113ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(String)) OK 118ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(UUID)) OK 109ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Int16)),String OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Int32)),String OK 145ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Int64)) OK 159ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Int32)) OK 184ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Int32)),String OK 157ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Int64)),String OK 141ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(FixedString(51))) OK 148ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Int64)) OK 171ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 162ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Int128)) OK 161ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Int128)),String OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Float32)) OK 150ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Int64)),String OK 137ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(UUID)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Int128)) OK 146ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 131ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Int128)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Float32)),String OK 144ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Float64)) OK 160ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 162ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Float32)) OK 169ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Float64)),String OK 176ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 140ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Float32)),String OK 183ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Float64)) OK 156ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 145ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Date)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Date)),String OK 142ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 126ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 149ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Float64)),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(DateTime)) OK 147ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Date)) OK 145ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Date)),String OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(DateTime)),String OK 139ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Bool)) OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(DateTime)) OK 187ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 148ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Bool)),String OK 155ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(DateTime)),String OK 150ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Bool)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(String)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(String)),String OK 121ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 156ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(Date))) OK 185ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Bool)),String OK 182ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(FixedString(51))) OK 165ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(String)) OK 156ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(String)),String OK 164ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(FixedString(51))),String OK 152ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(UUID)) OK 153ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 130ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(FixedString(51))) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(UUID)),String OK 154ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(FixedString(51))),String OK 112ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt8))) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(UUID)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(UInt8))),String OK 134ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 89ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt16))) OK 116ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(UUID)),String OK 99ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt8))) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(UInt8))),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(UInt16))),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt32))) OK 92ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 93ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(String))) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(UInt32))),String OK 117ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(UInt16))),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt64))) OK 102ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt32))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(UInt64))),String OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(UInt32))),String OK 125ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt128))) OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(UInt128))),String OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt64))) OK 139ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(Int8))) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(UInt64))),String OK 110ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 103ms
/aggregate functions/state/anyState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(UInt128))) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(Int8))),String OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(UInt128))),String OK 109ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(Int16))) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(Int8))) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(Int16))),String OK 87ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(Date))) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(Int8))),String OK 121ms
/aggregate functions/state/anyState/Map(UInt64,Array(String)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(Int32))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(Int32))),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(Int64))) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(Int16))) OK 146ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(Int16))),String OK 120ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 115ms
/aggregate functions/state/anyState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(Int64))),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(Int128))) OK 102ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(Int128))),String OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(Int32))),String OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(Float32))) OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(Int64))),String OK 107ms
/aggregate functions/state/anyState/Map(UInt64,Tuple(String)) OK 108ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(Float32))),String OK 94ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(Int128))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(Int128))),String OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(Float32))) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(Float64))),String OK 88ms
/aggregate functions/state/anyState/Map(UInt128,UInt8) OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(Date))) OK 102ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(String))) OK 110ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(Date))),String OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(Float32))),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(DateTime))) OK 91ms
/aggregate functions/state/anyState/Map(UInt128,UInt16) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(DateTime))),String OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(Float64))),String OK 103ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 118ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(Bool))) OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(Date))) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(Date))),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(Bool))),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/state/anyState/Map(UInt128,UInt32) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(String))) OK 106ms
/aggregate functions/state/anyHeavyState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(DateTime))),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(String))),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(Bool))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(FixedString(51)))),String OK 80ms
/aggregate functions/state/anyState/Map(UInt128,UInt64) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(Bool))),String OK 90ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 136ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Array(String)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(String))) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(String))),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,LowCardinality(Nullable(UUID))) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,LowCardinality(Nullable(UUID))),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Array(String)) OK 90ms
/aggregate functions/state/anyState/Map(UInt128,UInt128) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(FixedString(51)))),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,LowCardinality(Nullable(UUID))) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Array(String)),String OK 87ms
/aggregate functions/state/anyLastState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/anyState/Map(UInt128,Int8) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Map(String,LowCardinality(Float64))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Map(String,LowCardinality(Float64))),String OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,LowCardinality(Nullable(UUID))),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int8,Tuple(String)) OK 186ms
/aggregate functions/state/anyLastState/Map(UInt64,Array(String)) OK 178ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Array(String)) OK 149ms
/aggregate functions/state/anyState/Map(UInt128,Int16) OK 158ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Array(String)),String OK 157ms
/aggregate functions/state/anyHeavyState/Map(UInt64,Tuple(String)) OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(Int8,Tuple(String)),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,UInt8) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Map(String,LowCardinality(Float64))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,UInt8),String OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Map(String,LowCardinality(Float64))),String OK 103ms
/aggregate functions/state/anyHeavyState/Map(UInt128,UInt8) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,UInt16) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int8,Tuple(String)) OK 129ms
/aggregate functions/state/anyState/Map(UInt128,Int32) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Int8,Tuple(String)),String OK 128ms
/aggregate functions/state/anyLastState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,UInt16),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,UInt8) OK 90ms
/aggregate functions/state/anyHeavyState/Map(UInt128,UInt16) OK 79ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,UInt32) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,UInt32),String OK 125ms
/aggregate functions/state/anyState/Map(UInt128,Int64) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,UInt64) OK 112ms
/aggregate functions/state/anyLastState/Map(UInt64,Tuple(String)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,UInt8),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,UInt16) OK 93ms
/aggregate functions/state/anyHeavyState/Map(UInt128,UInt32) OK 78ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,UInt16),String OK 77ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,UInt64),String OK 127ms
/aggregate functions/state/anyState/Map(UInt128,Int128) OK 140ms
/aggregate functions/state/anyLastState/Map(UInt128,UInt8) OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,UInt32) OK 153ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,UInt128) OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,UInt128),String OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,UInt32),String OK 94ms
/aggregate functions/state/anyHeavyState/Map(UInt128,UInt64) OK 77ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,UInt64) OK 122ms
/aggregate functions/state/anyHeavyState/Map(UInt128,UInt128) OK 146ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,UInt64),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Int8) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Int8),String OK 117ms
/aggregate functions/state/anyLastState/Map(UInt128,UInt16) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Int16) OK 99ms
/aggregate functions/state/anyState/Map(UInt128,Float32) OK 82ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,UInt128) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,UInt128),String OK 90ms
/aggregate functions/state/anyState/Map(UInt128,Float64) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Int8) OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Int16),String OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Int32) OK 89ms
/aggregate functions/state/anyLastState/Map(UInt128,UInt32) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Int8),String OK 119ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Int8) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Int16) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Int32),String OK 93ms
/aggregate functions/state/anyState/Map(UInt128,Decimal128(38)) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Int64) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Int64),String OK 150ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Int16),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Int128) OK 99ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Int16) OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Int32) OK 128ms
/aggregate functions/state/anyLastState/Map(UInt128,UInt64) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Int32),String OK 89ms
/aggregate functions/state/anyState/Map(UInt128,Date) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Int128),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Int64) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Float32) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Int64),String OK 99ms
/aggregate functions/state/anyLastState/Map(UInt128,UInt128) OK 100ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Int32) OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Int128) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Float32),String OK 92ms
/aggregate functions/state/anyState/Map(UInt128,DateTime) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Float64) OK 79ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Int128),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Float32) OK 114ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Int64) OK 104ms
/aggregate functions/state/anyLastState/Map(UInt128,Int8) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Float64),String OK 114ms
/aggregate functions/state/anyState/Map(UInt128,DateTime64(3)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Decimal128(38)) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Float32),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Decimal128(38)),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Float64) OK 88ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Int128) OK 167ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Float64),String OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Date) OK 152ms
/aggregate functions/state/anyLastState/Map(UInt128,Int16) OK 156ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Date),String OK 110ms
/aggregate functions/state/anyState/Map(UInt128,Bool) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Decimal128(38)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,DateTime) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Decimal128(38)),String OK 119ms
/aggregate functions/state/anyState/Map(UInt128,String) OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,DateTime),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,DateTime64(3)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Date) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,DateTime64(3)),String OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Date),String OK 122ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Float32) OK 98ms
/aggregate functions/state/anyLastState/Map(UInt128,Int32) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,DateTime) OK 87ms
/aggregate functions/state/anyState/Map(UInt128,FixedString(51)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Bool) OK 80ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Bool),String OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,DateTime),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,DateTime64(3)) OK 117ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Float64) OK 95ms
/aggregate functions/state/anyLastState/Map(UInt128,Int64) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,String) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,DateTime64(3)),String OK 86ms
/aggregate functions/state/anyState/Map(UInt128,UUID) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,String),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,FixedString(51)) OK 92ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Bool) OK 219ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Decimal128(38)) OK 189ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Bool),String OK 200ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,String) OK 200ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,FixedString(51)),String OK 188ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,UUID) OK 195ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(UInt8)) OK 173ms
/aggregate functions/state/anyLastState/Map(UInt128,Int128) OK 166ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,UUID),String OK 156ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Date) OK 170ms
/aggregate functions/state/anyLastState/Map(UInt128,Float32) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,String),String OK 102ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(UInt16)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(UInt8)) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,FixedString(51)) OK 145ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,FixedString(51)),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(UInt8)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(UInt16)) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,UUID) OK 81ms
/aggregate functions/state/anyLastState/Map(UInt128,Float64) OK 107ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(UInt32)) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(UInt16)),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(UInt32)) OK 132ms
/aggregate functions/state/anyHeavyState/Map(UInt128,DateTime) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,UUID),String OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(UInt32)),String OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(UInt8)) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(UInt8)),String OK 89ms
/aggregate functions/state/anyLastState/Map(UInt128,Decimal128(38)) OK 73ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(UInt16)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(UInt64)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(UInt16)),String OK 130ms
/aggregate functions/state/anyHeavyState/Map(UInt128,DateTime64(3)) OK 106ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(UInt64)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(UInt64)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(UInt128)) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(UInt32)) OK 115ms
/aggregate functions/state/anyLastState/Map(UInt128,Date) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(UInt32)),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(UInt128)),String OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(Int8)) OK 105ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Bool) OK 150ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(UInt128)) OK 131ms
/aggregate functions/state/anyLastState/Map(UInt128,DateTime) OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(UInt64)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(Int8)),String OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(UInt64)),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(UInt128)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(Int16)) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(Int16)),String OK 147ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(UInt128)),String OK 115ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(Int8)) OK 103ms
/aggregate functions/state/anyLastState/Map(UInt128,DateTime64(3)) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(Int8)) OK 111ms
/aggregate functions/state/anyHeavyState/Map(UInt128,String) OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(Int32)) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(Int8)),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(Int32)),String OK 113ms
/aggregate functions/state/anyHeavyState/Map(UInt128,FixedString(51)) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(Int16)) OK 143ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(Int16)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(Int16)),String OK 108ms
/aggregate functions/state/anyLastState/Map(UInt128,Bool) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(Int64)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(Int64)),String OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(Int32)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(Int128)) OK 94ms
/aggregate functions/state/anyHeavyState/Map(UInt128,UUID) OK 79ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(Int32)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(Int32)),String OK 136ms
/aggregate functions/state/anyLastState/Map(UInt128,String) OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(Int128)),String OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(Int64)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(Float32)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(Int64)),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(Float32)),String OK 83ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(UInt8)) OK 111ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(Int64)) OK 71ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(Float64)) OK 77ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(Float64)),String OK 155ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(Int128)) OK 122ms
/aggregate functions/state/anyLastState/Map(UInt128,FixedString(51)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(Decimal128(38))) OK 142ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(Int128)),String OK 120ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(UInt16)) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(Float32)) OK 120ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(Int128)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(Decimal128(38))),String OK 98ms
/aggregate functions/state/anyLastState/Map(UInt128,UUID) OK 79ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(Float32)),String OK 167ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(Float64)) OK 159ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(UInt32)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(Float64)),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(Date)) OK 99ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(Float32)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(Date)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(DateTime)) OK 102ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(UInt8)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(Decimal128(38))) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(DateTime)),String OK 129ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(Float64)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(DateTime64(3))) OK 125ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(UInt64)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(DateTime64(3))),String OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(Decimal128(38))),String OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(Date)) OK 99ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(UInt16)) OK 95ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(UInt128)) OK 80ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(Date)),String OK 103ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(Decimal128(38))) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(Bool)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(Bool)),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(String)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(DateTime)) OK 114ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(UInt32)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(DateTime)),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(Int8)) OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(DateTime64(3))) OK 97ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(Date)) OK 175ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(String)),String OK 177ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(DateTime64(3))),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(FixedString(51))) OK 146ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(FixedString(51))),String OK 146ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(UInt64)) OK 78ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(Bool)) OK 146ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(Int16)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(Bool)),String OK 102ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(UInt128)) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(String)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Nullable(UUID)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Nullable(UUID)),String OK 118ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(DateTime)) OK 129ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(Int32)) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(String)),String OK 147ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(UInt8)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(FixedString(51))) OK 92ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(Int8)) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(FixedString(51))),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(UInt8)),String OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Nullable(UUID)) OK 118ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(Int64)) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(UInt16)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(UInt16)),String OK 131ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(DateTime64(3))) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Nullable(UUID)),String OK 112ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(Int16)) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(UInt8)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(UInt8)),String OK 162ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(UInt32)) OK 143ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(Bool)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(UInt32)),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(UInt64)) OK 130ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(Int128)) OK 89ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(Int32)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(UInt16)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(UInt16)),String OK 119ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(Float32)) OK 77ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(String)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(UInt64)),String OK 135ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(Int64)) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(UInt32)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(UInt128)) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(UInt128)),String OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(UInt32)),String OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(UInt64)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(Float64)) OK 93ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(UInt64)),String OK 124ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(Int128)) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(UInt128)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Int8)) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(UInt128)),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Int8)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Int16)) OK 91ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(Decimal128(38))) OK 107ms
/aggregate functions/state/anyState/Map(UInt128,Nullable(UUID)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Int16)),String OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Int8)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Int32)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Int8)),String OK 114ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(Float32)) OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Int16)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Int32)),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(Date)) OK 115ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(UInt8)) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Int16)),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Int64)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Int64)),String OK 144ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Int32)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Int128)) OK 136ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(Float64)) OK 123ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(DateTime)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Int32)),String OK 94ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(UInt16)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Int64)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Int128)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Int64)),String OK 152ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Int128)) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(Decimal128(38))) OK 133ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(UInt32)) OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Float32)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Float32)),String OK 125ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(Bool)) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Int128)),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Float64)) OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Float32)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Float64)),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Date)) OK 107ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(Date)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Float32)),String OK 98ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(UInt64)) OK 93ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(String)) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Float64)) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Float64)),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Date)),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(DateTime)) OK 100ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(UInt128)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Date)) OK 86ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(DateTime)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(DateTime)),String OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Date)),String OK 93ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(DateTime)) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(DateTime)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Bool)) OK 94ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(DateTime64(3))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Bool)),String OK 137ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Int8)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(String)) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Bool)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Nullable(UUID)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Bool)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(String)),String OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(String)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Int16)) OK 99ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(Bool)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(FixedString(51))),String OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(String)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(FixedString(51))) OK 109ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(UInt8)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(UUID)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(FixedString(51))),String OK 143ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(UUID)),String OK 129ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Int32)) OK 117ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(String)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(UUID)) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(UUID)),String OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(UInt16)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(UInt8))),String OK 100ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(FixedString(51))) OK 112ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Int64)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(UInt8))),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(UInt16))),String OK 138ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(UInt32)) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt16))) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt32))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(UInt32))),String OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(UInt16))),String OK 98ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Int128)) OK 140ms
/aggregate functions/state/anyLastState/Map(UInt128,Nullable(UUID)) OK 142ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(UInt64)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt64))) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt32))) OK 161ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(UInt32))),String OK 159ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(UInt64))),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt64))) OK 147ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt128))) OK 126ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Float32)) OK 104ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(UInt8)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(UInt128))),String OK 187ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(UInt128)) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(Int8))) OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(Int8))),String OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(UInt64))),String OK 164ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(UInt128))) OK 123ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(UInt128))),String OK 131ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Float64)) OK 126ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(UInt16)) OK 111ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Int8)) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(Int16))) OK 169ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(Int8))) OK 119ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(UInt32)) OK 154ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(Int16))),String OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(Int8))),String OK 131ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Date)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(Int32))) OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(Int16))) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(Int16))),String OK 175ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Int16)) OK 177ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(Int32))),String OK 172ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(Int32))) OK 170ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(DateTime)) OK 160ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(Int32))),String OK 173ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(Int64))) OK 165ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(Int64))),String OK 143ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(UInt64)) OK 133ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(UInt128)) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(Int64))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(Int128))) OK 148ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Int32)) OK 137ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Bool)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(Int128))),String OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(Int64))),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(Int128))),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(Float32))),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(Float32))) OK 120ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(String)) OK 139ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Int8)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(Float64))) OK 135ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Int64)) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(Float32))),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(Float64))),String OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(Float64))),String OK 137ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(Date))) OK 137ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Int16)) OK 151ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(Date))) OK 162ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(FixedString(51))) OK 162ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Int128)) OK 166ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(Date))),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(DateTime))) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(Date))),String OK 150ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(DateTime))),String OK 95ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Int32)) OK 252ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(Bool))) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(Bool))),String OK 246ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(DateTime))),String OK 248ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(UUID)) OK 105ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Float32)) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(Bool))) OK 242ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(Bool))),String OK 221ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(String))) OK 211ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 205ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(String))),String OK 194ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Float64)) OK 200ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Int64)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 143ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(String))) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(String))),String OK 155ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(FixedString(51)))),String OK 137ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,LowCardinality(Nullable(UUID))) OK 110ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 143ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Date)) OK 112ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Int128)) OK 167ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(FixedString(51)))),String OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,LowCardinality(Nullable(UUID))) OK 148ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,LowCardinality(Nullable(UUID))),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Array(String)) OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,LowCardinality(Nullable(UUID))),String OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Array(String)),String OK 132ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(DateTime)) OK 116ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Map(String,LowCardinality(Float64))) OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Array(String)) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Array(String)),String OK 158ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Float32)) OK 137ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Map(String,LowCardinality(Float64))) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Map(String,LowCardinality(Float64))),String OK 138ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Bool)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int16,Tuple(String)) OK 136ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int16,Tuple(String)),String OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Map(String,LowCardinality(Float64))),String OK 162ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int16,Tuple(String)) OK 120ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Float64)) OK 140ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(String)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,UInt8) OK 144ms
/aggregate functions/state/argMinState/datatypes/Map(Int16,Tuple(String)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,UInt8),String OK 130ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,UInt16) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,UInt8) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,UInt8),String OK 147ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(FixedString(51))) OK 147ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 100ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Date)) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,UInt16) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,UInt16),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,UInt32) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,UInt32),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,UInt16),String OK 83ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 111ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,UInt64) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,UInt32) OK 158ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,UInt32),String OK 112ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(UUID)) OK 139ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,UInt64),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,UInt128) OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,UInt64) OK 127ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Bool)) OK 106ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,UInt128),String OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,UInt64),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Int8) OK 76ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Int8),String OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,UInt128) OK 153ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,UInt128),String OK 149ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 117ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(String)) OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Int16) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Int16),String OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Int8) OK 118ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Int32) OK 116ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Int32),String OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Int8),String OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Int16) OK 103ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(FixedString(51))) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Int16),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Int64) OK 108ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Int64),String OK 107ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Int128) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Int32) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Int32),String OK 113ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(UUID)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Int64) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Int128),String OK 112ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Float32) OK 105ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Float32),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Int64),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Int128) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Int128),String OK 127ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 111ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Float64) OK 115ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(Date))) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Float64),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Decimal128(38)) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Float32) OK 84ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Float32),String OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Float64) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Decimal128(38)),String OK 120ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 138ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Date) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Date),String OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Float64),String OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Decimal128(38)) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Decimal128(38)),String OK 112ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,DateTime) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,DateTime),String OK 118ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Date) OK 114ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,DateTime64(3)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Date),String OK 107ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,DateTime64(3)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,DateTime) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Bool) OK 124ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(String))) OK 90ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Bool),String OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,DateTime),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,DateTime64(3)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,DateTime64(3)),String OK 103ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,String) OK 78ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,String),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Bool) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,FixedString(51)) OK 172ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,FixedString(51)),String OK 126ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Bool),String OK 108ms
/aggregate functions/state/anyState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,String) OK 87ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 149ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,String),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,UUID) OK 101ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 137ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,FixedString(51)) OK 144ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,FixedString(51)),String OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,UUID),String OK 137ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(UInt8)) OK 112ms
/aggregate functions/state/anyState/Map(UInt128,Array(String)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(UInt8)),String OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,UUID) OK 87ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(UInt16)) OK 166ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 174ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,UUID),String OK 162ms
/aggregate functions/state/anyState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(UInt8)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(UInt16)),String OK 153ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(UInt8)),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(UInt32)) OK 122ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 113ms
/aggregate functions/state/anyState/Map(UInt128,Tuple(String)) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(UInt16)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(UInt16)),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(UInt32)),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(UInt32)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(UInt64)) OK 119ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 105ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(Date))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(UInt64)),String OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(UInt32)),String OK 116ms
/aggregate functions/state/anyState/Map(Int8,UInt8) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(UInt64)) OK 167ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(UInt128)) OK 158ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(UInt128)),String OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(UInt64)),String OK 116ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(Int8)) OK 123ms
/aggregate functions/state/anyState/Map(Int8,UInt16) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(UInt128)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(UInt128)),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(Int8)),String OK 131ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 138ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(Int16)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(Int16)),String OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(Int8)) OK 102ms
/aggregate functions/state/anyState/Map(Int8,UInt32) OK 123ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(Int8)),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(Int32)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(Int32)),String OK 150ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(Int16)) OK 151ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(Int16)),String OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(Int64)) OK 139ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(String))) OK 117ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 118ms
/aggregate functions/state/anyState/Map(Int8,UInt64) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(Int32)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(Int64)),String OK 137ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 123ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(Int32)),String OK 153ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(Date))) OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(Int128)) OK 144ms
/aggregate functions/state/anyState/Map(Int8,UInt128) OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(Int128)),String OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(Int64)) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(Int64)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(Int128)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(Float32)) OK 115ms
/aggregate functions/state/anyHeavyState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(Float32)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(Int128)),String OK 99ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/anyState/Map(Int8,Int8) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(Float32)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(Float64)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(Float32)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(Float64)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(Decimal128(38))) OK 109ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 132ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Array(String)) OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(Float64)) OK 123ms
/aggregate functions/state/anyState/Map(Int8,Int16) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(Decimal128(38))),String OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(Float64)),String OK 92ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(Decimal128(38))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(Date)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(Date)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(DateTime)) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(Decimal128(38))),String OK 113ms
/aggregate functions/state/anyState/Map(Int8,Int32) OK 130ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(String))) OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(Date)) OK 137ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(Date)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(DateTime)),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(DateTime64(3))),String OK 92ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(DateTime)) OK 104ms
/aggregate functions/state/anyState/Map(Int8,Int64) OK 137ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(DateTime)),String OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/anyHeavyState/Map(UInt128,Tuple(String)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(Bool)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(Bool)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(String)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(DateTime64(3))),String OK 96ms
/aggregate functions/state/anyLastState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 150ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(Bool)) OK 148ms
/aggregate functions/state/anyHeavyState/Map(Int8,UInt8) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(Bool)),String OK 107ms
/aggregate functions/state/anyState/Map(Int8,Int128) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(String)),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(FixedString(51))) OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(String)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(FixedString(51))),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(String)),String OK 86ms
/aggregate functions/state/anyState/Map(Int8,Float32) OK 121ms
/aggregate functions/state/anyHeavyState/Map(Int8,UInt16) OK 142ms
/aggregate functions/state/anyLastState/Map(UInt128,Array(String)) OK 151ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(FixedString(51))) OK 137ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Nullable(UUID)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Nullable(UUID)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(UInt8)) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(FixedString(51))),String OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Nullable(UUID)) OK 102ms
/aggregate functions/state/anyState/Map(Int8,Float64) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(UInt8)),String OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(UInt16)) OK 156ms
/aggregate functions/state/anyHeavyState/Map(Int8,UInt32) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Nullable(UUID)),String OK 152ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(UInt16)),String OK 143ms
/aggregate functions/state/anyLastState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(UInt8)) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(UInt8)),String OK 108ms
/aggregate functions/state/anyState/Map(Int8,Decimal128(38)) OK 94ms
/aggregate functions/state/anyLastState/Map(UInt128,Tuple(String)) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Int8,UInt64) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(UInt32)) OK 158ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(UInt16)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(UInt32)),String OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(UInt16)),String OK 143ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(UInt64)) OK 144ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(UInt32)) OK 145ms
/aggregate functions/state/anyState/Map(Int8,Date) OK 134ms
/aggregate functions/state/anyLastState/Map(Int8,UInt8) OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int8,UInt128) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(UInt32)),String OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(UInt64)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(UInt128)) OK 157ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(UInt64)) OK 152ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(UInt128)),String OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(UInt64)),String OK 140ms
/aggregate functions/state/anyState/Map(Int8,DateTime) OK 87ms
/aggregate functions/state/anyLastState/Map(Int8,UInt16) OK 100ms
/aggregate functions/state/anyHeavyState/Map(Int8,Int8) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(UInt128)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Int8)) OK 104ms
/aggregate functions/state/anyState/Map(Int8,DateTime64(3)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Int8)),String OK 118ms
/aggregate functions/state/anyLastState/Map(Int8,UInt32) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(UInt128)),String OK 129ms
/aggregate functions/state/anyHeavyState/Map(Int8,Int16) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Int16)) OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Int8)) OK 145ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Int8)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Int16)),String OK 104ms
/aggregate functions/state/anyState/Map(Int8,Bool) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Int32)) OK 98ms
/aggregate functions/state/anyLastState/Map(Int8,UInt64) OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Int16)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Int32)),String OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Int16)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Int64)) OK 117ms
/aggregate functions/state/anyHeavyState/Map(Int8,Int32) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Int32)) OK 113ms
/aggregate functions/state/anyState/Map(Int8,String) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Int64)),String OK 100ms
/aggregate functions/state/anyLastState/Map(Int8,UInt128) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Int32)),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Int64)) OK 124ms
/aggregate functions/state/anyHeavyState/Map(Int8,Int64) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Int128)) OK 221ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Int64)),String OK 228ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Int128)),String OK 239ms
/aggregate functions/state/anyState/Map(Int8,FixedString(51)) OK 204ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Float32)) OK 223ms
/aggregate functions/state/anyLastState/Map(Int8,Int8) OK 216ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Int128)) OK 159ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Int128)),String OK 214ms
/aggregate functions/state/anyHeavyState/Map(Int8,Int128) OK 225ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Float32)),String OK 149ms
/aggregate functions/state/anyState/Map(Int8,UUID) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Float32)) OK 129ms
/aggregate functions/state/anyLastState/Map(Int8,Int16) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Float64)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Float64)),String OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Float32)),String OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Float64)) OK 102ms
/aggregate functions/state/anyHeavyState/Map(Int8,Float32) OK 120ms
/aggregate functions/state/anyState/Map(Int8,Nullable(UInt8)) OK 110ms
/aggregate functions/state/anyLastState/Map(Int8,Int32) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Float64)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Date)) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Date)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Date)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(DateTime)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Date)),String OK 110ms
/aggregate functions/state/anyState/Map(Int8,Nullable(UInt16)) OK 134ms
/aggregate functions/state/anyHeavyState/Map(Int8,Float64) OK 108ms
/aggregate functions/state/anyLastState/Map(Int8,Int64) OK 139ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(DateTime)) OK 148ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(DateTime)),String OK 160ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(DateTime)),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Bool)) OK 162ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Bool)),String OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Bool)) OK 149ms
/aggregate functions/state/anyHeavyState/Map(Int8,Decimal128(38)) OK 205ms
/aggregate functions/state/anyState/Map(Int8,Nullable(UInt32)) OK 166ms
/aggregate functions/state/anyLastState/Map(Int8,Int128) OK 183ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(String)) OK 167ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Bool)),String OK 199ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(String)),String OK 202ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(String)) OK 169ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(FixedString(51))) OK 147ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(String)),String OK 160ms
/aggregate functions/state/anyState/Map(Int8,Nullable(UInt64)) OK 179ms
/aggregate functions/state/anyHeavyState/Map(Int8,Date) OK 172ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(FixedString(51))),String OK 141ms
/aggregate functions/state/anyLastState/Map(Int8,Float32) OK 152ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(UUID)) OK 152ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(FixedString(51))) OK 225ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(FixedString(51))),String OK 186ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(UUID)),String OK 182ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(UUID)) OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt8))) OK 196ms
/aggregate functions/state/anyState/Map(Int8,Nullable(UInt128)) OK 158ms
/aggregate functions/state/anyLastState/Map(Int8,Float64) OK 131ms
/aggregate functions/state/anyHeavyState/Map(Int8,DateTime) OK 164ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(UInt8))),String OK 146ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(UUID)),String OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt8))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt16))) OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(UInt8))),String OK 108ms
/aggregate functions/state/anyLastState/Map(Int8,Decimal128(38)) OK 100ms
/aggregate functions/state/anyState/Map(Int8,Nullable(Int8)) OK 159ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(UInt16))),String OK 153ms
/aggregate functions/state/anyHeavyState/Map(Int8,DateTime64(3)) OK 158ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt32))) OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt16))) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(UInt16))),String OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(UInt32))),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt32))) OK 126ms
/aggregate functions/state/anyLastState/Map(Int8,Date) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt64))) OK 126ms
/aggregate functions/state/anyState/Map(Int8,Nullable(Int16)) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(UInt32))),String OK 145ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(UInt64))),String OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt64))) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt128))) OK 167ms
/aggregate functions/state/anyHeavyState/Map(Int8,Bool) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(UInt64))),String OK 100ms
/aggregate functions/state/anyLastState/Map(Int8,DateTime) OK 109ms
/aggregate functions/state/anyState/Map(Int8,Nullable(Int32)) OK 82ms
/aggregate functions/state/anyHeavyState/Map(Int8,String) OK 186ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(UInt128))) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(UInt128))),String OK 149ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(UInt128))),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(Int8))) OK 152ms
/aggregate functions/state/anyLastState/Map(Int8,DateTime64(3)) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(Int8))) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(Int8))),String OK 101ms
/aggregate functions/state/anyState/Map(Int8,Nullable(Int64)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(Int8))),String OK 96ms
/aggregate functions/state/anyLastState/Map(Int8,Bool) OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(Int16))) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(Int16))) OK 144ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(Int16))),String OK 145ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(Int16))),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(Int32))) OK 118ms
/aggregate functions/state/anyHeavyState/Map(Int8,FixedString(51)) OK 88ms
/aggregate functions/state/anyState/Map(Int8,Nullable(Int128)) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/state/anyLastState/Map(Int8,String) OK 87ms
/aggregate functions/state/anyHeavyState/Map(Int8,UUID) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(Int32))),String OK 145ms
/aggregate functions/state/anyState/Map(Int8,Nullable(Float32)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(Int32))),String OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(Int64))) OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(Int64))) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(Int64))),String OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(Int64))),String OK 76ms
/aggregate functions/state/anyLastState/Map(Int8,FixedString(51)) OK 84ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(UInt8)) OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(Int128))) OK 158ms
/aggregate functions/state/anyState/Map(Int8,Nullable(Float64)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(Int128))),String OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(Int128))),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(Float32))) OK 138ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/state/anyLastState/Map(Int8,UUID) OK 118ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(UInt16)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(Float32))),String OK 95ms
/aggregate functions/state/anyState/Map(Int8,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(Float32))),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(UInt8)) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(Float64))) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(Float64))),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(Float64))),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(UInt32)) OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(Date))) OK 103ms
/aggregate functions/state/anyState/Map(Int8,Nullable(Date)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(Date))),String OK 103ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(UInt16)) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(Date))),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(DateTime))) OK 141ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(UInt64)) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(DateTime))) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(DateTime))),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(DateTime))),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(Bool))) OK 97ms
/aggregate functions/state/anyState/Map(Int8,Nullable(DateTime)) OK 93ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(UInt32)) OK 87ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(UInt128)) OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(Bool))) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(Bool))),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(Bool))),String OK 137ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(String))) OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(String))) OK 109ms
/aggregate functions/state/anyState/Map(Int8,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(String))),String OK 114ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(UInt64)) OK 101ms
/aggregate functions/state/anyState/Map(Int8,Nullable(Bool)) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(String))),String OK 168ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(Int8)) OK 147ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(FixedString(51)))),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(FixedString(51)))),String OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,LowCardinality(Nullable(UUID))) OK 120ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(UInt128)) OK 87ms
/aggregate functions/state/anyState/Map(Int8,Nullable(String)) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,LowCardinality(Nullable(UUID))) OK 123ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(Int8)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,LowCardinality(Nullable(UUID))),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Array(String)) OK 109ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(Int16)) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,LowCardinality(Nullable(UUID))),String OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Array(String)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Array(String)),String OK 89ms
/aggregate functions/state/anyState/Map(Int8,Nullable(FixedString(51))) OK 109ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(Int16)) OK 82ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Array(String)),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(Int32)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Map(String,LowCardinality(Float64))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Map(String,LowCardinality(Float64))),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int32,Tuple(String)) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Map(String,LowCardinality(Float64))) OK 115ms
/aggregate functions/state/anyState/Map(Int8,Nullable(UUID)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Map(String,LowCardinality(Float64))),String OK 118ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(Int32)) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int32,Tuple(String)) OK 86ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(Int64)) OK 80ms
/aggregate functions/state/argMaxState/datatypes/Map(Int32,Tuple(String)),String OK 102ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(UInt8)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,UInt8) OK 128ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,UInt8),String OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(Int32,Tuple(String)),String OK 125ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(Int64)) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,UInt8) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,UInt8),String OK 115ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(Int128)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,UInt16) OK 154ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(UInt16)) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,UInt16) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,UInt16),String OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,UInt16),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,UInt32) OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,UInt32) OK 132ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(Int128)) OK 142ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(Float32)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,UInt32),String OK 109ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(UInt32)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,UInt32),String OK 119ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(Float64)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,UInt64) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,UInt64) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,UInt64),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,UInt64),String OK 92ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(Float32)) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,UInt128) OK 105ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(UInt64)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,UInt128) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(Decimal128(38))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,UInt128),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Int8) OK 99ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(Float64)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,UInt128),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Int8) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Int8),String OK 92ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(UInt128)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Int8),String OK 93ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(Date)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Int16) OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Int16),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Int16) OK 119ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Int16),String OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Int32) OK 92ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Int8)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Int32) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(DateTime)) OK 95ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(Date)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Int32),String OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Int32),String OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Int64) OK 222ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Int64) OK 193ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Int64),String OK 212ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Int16)) OK 193ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Int64),String OK 185ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(DateTime64(3))) OK 177ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(DateTime)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Int128) OK 162ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Int128) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Int128),String OK 162ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(DateTime64(3))) OK 163ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Int128),String OK 149ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Int32)) OK 166ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(Bool)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Float32) OK 164ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Float32) OK 164ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Float32),String OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Float32),String OK 144ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(String)) OK 177ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Float64) OK 166ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Float64) OK 121ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(Bool)) OK 165ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Float64),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Float64),String OK 120ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Int64)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Decimal128(38)) OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Decimal128(38)) OK 143ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Decimal128(38)),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Decimal128(38)),String OK 188ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Date) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Date),String OK 123ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Int128)) OK 159ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Date) OK 150ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(FixedString(51))) OK 121ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(String)) OK 161ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Date),String OK 143ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,DateTime) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,DateTime),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,DateTime) OK 129ms
/aggregate functions/state/anyHeavyState/Map(Int8,Nullable(UUID)) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,DateTime),String OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,DateTime64(3)) OK 102ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Float32)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,DateTime64(3)) OK 114ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(FixedString(51))) OK 143ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,DateTime64(3)),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Bool) OK 165ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,DateTime64(3)),String OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Bool),String OK 139ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(UInt8)) OK 128ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Float64)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Bool) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Bool),String OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,String) OK 92ms
/aggregate functions/state/anyLastState/Map(Int8,Nullable(UUID)) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,String),String OK 158ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(UInt16)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,String) OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,FixedString(51)) OK 139ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Date)) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,FixedString(51)),String OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,String),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,FixedString(51)) OK 95ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(UInt8)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(UInt32)) OK 151ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,FixedString(51)),String OK 135ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(UInt16)) OK 166ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,UUID) OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,UUID) OK 125ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(DateTime)) OK 144ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,UUID),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,UUID),String OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(UInt8)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(UInt8)) OK 212ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(UInt64)) OK 193ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(UInt8)),String OK 171ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(UInt8)),String OK 163ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(UInt16)) OK 185ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(UInt16)),String OK 163ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(UInt16)) OK 164ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Bool)) OK 167ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(UInt32)) OK 171ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(UInt32)) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(UInt16)),String OK 156ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(UInt32)),String OK 161ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(UInt32)) OK 160ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(UInt128)) OK 135ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(String)) OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(UInt64)) OK 140ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(UInt64)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(UInt32)),String OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(UInt64)),String OK 168ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(FixedString(51))) OK 105ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Int8)) OK 152ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(UInt64)) OK 149ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(UInt128)) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(UInt128)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(UInt64)),String OK 278ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(UInt128)),String OK 269ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(UInt128)) OK 90ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(UUID)) OK 217ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(UInt128)),String OK 192ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(Int8)) OK 197ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Int8)) OK 192ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Int16)) OK 298ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(Int8)),String OK 392ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(Int8)) OK 379ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(Int16)) OK 250ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(Int8)),String OK 201ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(Int16)) OK 205ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 200ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(Int16)),String OK 205ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Int16)) OK 207ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Int32)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(Int16)),String OK 150ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(Int32)) OK 154ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(Int32)) OK 151ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Int32)) OK 179ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(Int32)),String OK 169ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(Int32)),String OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(Int64)) OK 147ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Int64)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(Int64)) OK 140ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 164ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(Int64)),String OK 171ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(Int64)),String OK 147ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(Int128)) OK 202ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(Int128)),String OK 197ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(Int128)) OK 166ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Int128)) OK 136ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Int64)) OK 143ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(Int128)),String OK 185ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(Float32)) OK 135ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 160ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(Float32)) OK 172ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Float32)) OK 157ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Int128)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(Float32)),String OK 147ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(Float32)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(Float64)) OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(Float64)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(Float64)),String OK 109ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 110ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Float32)) OK 118ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Float64)) OK 148ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(Float64)),String OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(Decimal128(38))) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(Decimal128(38))) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(Decimal128(38))),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(Decimal128(38))),String OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(Date)) OK 91ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Float64)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(Date)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(Date)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(Date)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(DateTime)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Date)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(DateTime)) OK 80ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(DateTime)),String OK 88ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(DateTime)),String OK 112ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Date)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(DateTime64(3))) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(DateTime64(3))),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(DateTime64(3))) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(DateTime64(3))),String OK 87ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(DateTime)) OK 116ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(Bool)) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(Bool)) OK 89ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(DateTime)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(Bool)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(Bool)),String OK 114ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(Int64))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(String)) OK 146ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(String)),String OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(String)) OK 117ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Bool)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(String)),String OK 96ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Bool)) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(FixedString(51))),String OK 110ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(String)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(FixedString(51))),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Nullable(UUID)) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Nullable(UUID)) OK 104ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(String)) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Nullable(UUID)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Nullable(UUID)),String OK 99ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(Float32))) OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(UInt8)),String OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(UInt8)),String OK 127ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(FixedString(51))) OK 111ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(UInt16)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(Float64))) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(UInt16)),String OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(UInt16)),String OK 78ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(UInt32)) OK 85ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(UUID)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(UInt32)),String OK 121ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(UUID)) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(UInt32)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(UInt32)),String OK 125ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(Date))) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(UInt64)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(UInt64)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(UInt64)),String OK 96ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 145ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(UInt128)) OK 110ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(UInt64)),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(UInt128)),String OK 118ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(UInt128)) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(UInt128)),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Int8)) OK 132ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Int8)),String OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Int8)) OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Int8)),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Int16)) OK 132ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(Bool))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Int16)) OK 129ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Int16)),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Int32)) OK 142ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Int16)),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Int32)) OK 89ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(String))) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Int32)),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Int32)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Int64)) OK 112ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Int64)) OK 128ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 107ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Int64)),String OK 146ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Int64)),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Int128)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Int128)) OK 120ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Int128)),String OK 114ms
/aggregate functions/state/anyState/Map(Int8,LowCardinality(Nullable(UUID))) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Int128)),String OK 108ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(Int8))) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Float32)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Float32)) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Float32)),String OK 99ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Float32)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Float64)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Float64)) OK 147ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Float64)),String OK 152ms
/aggregate functions/state/anyState/Map(Int8,Array(String)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(Int16))) OK 139ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Float64)),String OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Date)) OK 97ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Date)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Date)),String OK 93ms
/aggregate functions/state/anyState/Map(Int8,Map(String,LowCardinality(Float64))) OK 123ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(Int16))) OK 155ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Date)),String OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(DateTime)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(DateTime)),String OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(DateTime)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Bool)) OK 136ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(Int32))) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(DateTime)),String OK 136ms
/aggregate functions/state/anyState/Map(Int8,Tuple(String)) OK 78ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Bool)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Bool)) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Bool)),String OK 113ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(Int32))) OK 108ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(String)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(String)),String OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(String)) OK 113ms
/aggregate functions/state/anyState/Map(Int16,UInt8) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(Int128))) OK 119ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(Int64))) OK 140ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(String)),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(FixedString(51))),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(FixedString(51))) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(FixedString(51))),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(UUID)) OK 81ms
/aggregate functions/state/anyState/Map(Int16,UInt16) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(UUID)),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt8))) OK 152ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(Float32))) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(UUID)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(UUID)),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(UInt8))),String OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt8))) OK 114ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(Int128))) OK 124ms
/aggregate functions/state/anyState/Map(Int16,UInt32) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(Float64))) OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(UInt16))),String OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(UInt8))),String OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt16))) OK 150ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(UInt16))),String OK 109ms
/aggregate functions/state/anyState/Map(Int16,UInt64) OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt32))) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(UInt32))),String OK 92ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/anyState/Map(Int16,UInt128) OK 126ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(Float64))) OK 138ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt64))) OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt32))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(UInt64))),String OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(UInt32))),String OK 110ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt64))) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt128))) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(UInt128))),String OK 109ms
/aggregate functions/state/anyState/Map(Int16,Int8) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(UInt64))),String OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(UInt128))) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(Int8))) OK 123ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(Date))) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(UInt128))),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(Int8))),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(Int16))) OK 164ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(Int8))) OK 163ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(Int8))),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(Int16))),String OK 139ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 151ms
/aggregate functions/state/anyState/Map(Int16,Int16) OK 85ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(Bool))) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(Int16))) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/state/anyState/Map(Int16,Int32) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(Int16))),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(Int32))),String OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(String))) OK 138ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(Int64))) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(Int64))),String OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(Int32))),String OK 115ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(Bool))) OK 120ms
/aggregate functions/state/anyState/Map(Int16,Int64) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(Int64))) OK 127ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(Int64))),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(Int128))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(Int128))),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(Int128))) OK 102ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(String))) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 107ms
/aggregate functions/state/anyState/Map(Int16,Int128) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(Float32))),String OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(Int128))),String OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(Float64))),String OK 78ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(Float32))),String OK 106ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 100ms
/aggregate functions/state/anyHeavyState/Map(Int8,LowCardinality(Nullable(UUID))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(Float64))) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(Float64))),String OK 92ms
/aggregate functions/state/anyState/Map(Int16,Float32) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(Date))),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/state/anyLastState/Map(Int8,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/state/anyHeavyState/Map(Int8,Array(String)) OK 82ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(DateTime))),String OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(Date))),String OK 107ms
/aggregate functions/state/anyState/Map(Int16,Float64) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(DateTime))) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(Bool))) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(Bool))),String OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(DateTime))),String OK 101ms
/aggregate functions/state/anyLastState/Map(Int8,Array(String)) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Int8,Map(String,LowCardinality(Float64))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(String))) OK 117ms
/aggregate functions/state/anyState/Map(Int16,Decimal128(38)) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(Bool))) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(String))),String OK 79ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(Bool))),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(String))) OK 98ms
/aggregate functions/state/anyLastState/Map(Int8,Map(String,LowCardinality(Float64))) OK 99ms
/aggregate functions/state/anyHeavyState/Map(Int8,Tuple(String)) OK 94ms
/aggregate functions/state/anyState/Map(Int16,Date) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(FixedString(51)))),String OK 82ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(String))),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,LowCardinality(Nullable(UUID))) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,LowCardinality(Nullable(UUID))),String OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(FixedString(51)))),String OK 96ms
/aggregate functions/state/anyLastState/Map(Int8,Tuple(String)) OK 75ms
/aggregate functions/state/anyHeavyState/Map(Int16,UInt8) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Array(String)) OK 95ms
/aggregate functions/state/anyState/Map(Int16,DateTime) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Array(String)),String OK 86ms
/aggregate functions/state/anyLastState/Map(Int16,UInt8) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Map(String,LowCardinality(Float64))) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,LowCardinality(Nullable(UUID))),String OK 97ms
/aggregate functions/state/anyHeavyState/Map(Int16,UInt16) OK 201ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Array(String)) OK 205ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Map(String,LowCardinality(Float64))),String OK 193ms
/aggregate functions/state/anyState/Map(Int16,DateTime64(3)) OK 182ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Array(String)),String OK 175ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int64,Tuple(String)) OK 170ms
/aggregate functions/state/anyLastState/Map(Int16,UInt16) OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(Int64,Tuple(String)),String OK 154ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Map(String,LowCardinality(Float64))) OK 204ms
/aggregate functions/state/anyLastState/Map(Int16,UInt32) OK 117ms
/aggregate functions/state/anyHeavyState/Map(Int16,UInt32) OK 108ms
/aggregate functions/state/anyState/Map(Int16,Bool) OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,UInt8) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Map(String,LowCardinality(Float64))),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int64,Tuple(String)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,UInt8),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,UInt16) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Int64,Tuple(String)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,UInt16),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,UInt32) OK 99ms
/aggregate functions/state/anyHeavyState/Map(Int16,UInt64) OK 115ms
/aggregate functions/state/anyLastState/Map(Int16,UInt64) OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,UInt8) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,UInt8),String OK 114ms
/aggregate functions/state/anyState/Map(Int16,String) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,UInt32),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,UInt16) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,UInt64) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,UInt64),String OK 123ms
/aggregate functions/state/anyState/Map(Int16,FixedString(51)) OK 141ms
/aggregate functions/state/anyHeavyState/Map(Int16,UInt128) OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,UInt128) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,UInt16),String OK 120ms
/aggregate functions/state/anyLastState/Map(Int16,UInt128) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,UInt32) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,UInt32),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,UInt128),String OK 151ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Int8) OK 128ms
/aggregate functions/state/anyLastState/Map(Int16,Int8) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Int8),String OK 87ms
/aggregate functions/state/anyHeavyState/Map(Int16,Int8) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,UInt64) OK 139ms
/aggregate functions/state/anyState/Map(Int16,UUID) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,UInt64),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,UInt128) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Int16) OK 96ms
/aggregate functions/state/anyHeavyState/Map(Int16,Int16) OK 80ms
/aggregate functions/state/anyLastState/Map(Int16,Int16) OK 113ms
/aggregate functions/state/anyState/Map(Int16,Nullable(UInt8)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Int16),String OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,UInt128),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Int32) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Int8) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Int8),String OK 88ms
/aggregate functions/state/anyHeavyState/Map(Int16,Int32) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Int32),String OK 83ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Int64) OK 90ms
/aggregate functions/state/anyLastState/Map(Int16,Int32) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Int16) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Int64),String OK 134ms
/aggregate functions/state/anyState/Map(Int16,Nullable(UInt16)) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Int16),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Int32) OK 120ms
/aggregate functions/state/anyHeavyState/Map(Int16,Int64) OK 81ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Int128) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Int128),String OK 82ms
/aggregate functions/state/anyLastState/Map(Int16,Int64) OK 108ms
/aggregate functions/state/anyState/Map(Int16,Nullable(UInt32)) OK 115ms
/aggregate functions/state/anyHeavyState/Map(Int16,Int128) OK 135ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Int32),String OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Int64) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Float32) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Int64),String OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Float32),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Float64) OK 118ms
/aggregate functions/state/anyLastState/Map(Int16,Int128) OK 75ms
/aggregate functions/state/anyState/Map(Int16,Nullable(UInt64)) OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Int128) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Float64),String OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Int128),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Decimal128(38)) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Int16,Float32) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Float32) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Decimal128(38)),String OK 93ms
/aggregate functions/state/anyLastState/Map(Int16,Float32) OK 83ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Date) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Float32),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Date),String OK 117ms
/aggregate functions/state/anyState/Map(Int16,Nullable(UInt128)) OK 108ms
/aggregate functions/state/anyHeavyState/Map(Int16,Float64) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Float64) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Float64),String OK 121ms
/aggregate functions/state/anyLastState/Map(Int16,Float64) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,DateTime) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,DateTime),String OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Decimal128(38)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Int16,Decimal128(38)) OK 139ms
/aggregate functions/state/anyState/Map(Int16,Nullable(Int8)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,DateTime64(3)) OK 155ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Decimal128(38)),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,DateTime64(3)),String OK 143ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Date) OK 99ms
/aggregate functions/state/anyLastState/Map(Int16,Decimal128(38)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Bool) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Date),String OK 77ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,DateTime) OK 148ms
/aggregate functions/state/anyState/Map(Int16,Nullable(Int16)) OK 160ms
/aggregate functions/state/anyLastState/Map(Int16,Date) OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,DateTime),String OK 141ms
/aggregate functions/state/anyHeavyState/Map(Int16,Date) OK 157ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Bool),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,String) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,String),String OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,DateTime64(3)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,FixedString(51)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,DateTime64(3)),String OK 123ms
/aggregate functions/state/anyLastState/Map(Int16,DateTime) OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Bool) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,FixedString(51)),String OK 125ms
/aggregate functions/state/anyState/Map(Int16,Nullable(Int32)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Bool),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,UUID) OK 123ms
/aggregate functions/state/anyHeavyState/Map(Int16,DateTime) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,UUID),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,String) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,String),String OK 137ms
/aggregate functions/state/anyState/Map(Int16,Nullable(Int64)) OK 106ms
/aggregate functions/state/anyLastState/Map(Int16,DateTime64(3)) OK 99ms
/aggregate functions/state/anyHeavyState/Map(Int16,DateTime64(3)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(UInt8)) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,FixedString(51)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(UInt8)),String OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(UInt16)) OK 75ms
/aggregate functions/state/anyState/Map(Int16,Nullable(Int128)) OK 119ms
/aggregate functions/state/anyLastState/Map(Int16,Bool) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,FixedString(51)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(UInt16)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(UInt32)) OK 114ms
/aggregate functions/state/anyHeavyState/Map(Int16,Bool) OK 141ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,UUID) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,UUID),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(UInt32)),String OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(UInt8)) OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(UInt64)) OK 100ms
/aggregate functions/state/anyState/Map(Int16,Nullable(Float32)) OK 93ms
/aggregate functions/state/anyLastState/Map(Int16,String) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(UInt64)),String OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(UInt8)),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(UInt16)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(Int16,String) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(UInt128)) OK 90ms
/aggregate functions/state/anyState/Map(Int16,Nullable(Float64)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(UInt128)),String OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(UInt16)),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(Int8)) OK 126ms
/aggregate functions/state/anyLastState/Map(Int16,FixedString(51)) OK 137ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(UInt32)) OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(UInt32)),String OK 134ms
/aggregate functions/state/anyHeavyState/Map(Int16,FixedString(51)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(Int8)),String OK 105ms
/aggregate functions/state/anyState/Map(Int16,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(Int16)) OK 129ms
/aggregate functions/state/anyHeavyState/Map(Int16,UUID) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(UInt64)) OK 162ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(Int16)),String OK 160ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(Int32)) OK 134ms
/aggregate functions/state/anyLastState/Map(Int16,UUID) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(UInt64)),String OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(UInt128)) OK 116ms
/aggregate functions/state/anyState/Map(Int16,Nullable(Date)) OK 126ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(UInt8)) OK 78ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(Int32)),String OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(UInt128)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(Int64)) OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(Int8)) OK 105ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(UInt8)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(Int8)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(Int64)),String OK 103ms
/aggregate functions/state/anyState/Map(Int16,Nullable(DateTime)) OK 89ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(UInt16)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(Int128)) OK 154ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(Int16)) OK 151ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(UInt16)) OK 145ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(Int16)),String OK 142ms
/aggregate functions/state/anyState/Map(Int16,Nullable(DateTime64(3))) OK 143ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(Int32)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(Int128)),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(Float32)) OK 102ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(UInt32)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(Float32)),String OK 155ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(Int32)),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(Float64)) OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(Int64)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(Float64)),String OK 120ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(UInt32)) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(Int64)),String OK 107ms
/aggregate functions/state/anyState/Map(Int16,Nullable(Bool)) OK 83ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(UInt64)) OK 109ms
/aggregate functions/state/anyState/Map(Int16,Nullable(String)) OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(Int128)) OK 157ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(Int128)),String OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(Float32)) OK 150ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(Decimal128(38))) OK 111ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(UInt128)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(Decimal128(38))),String OK 136ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(UInt64)) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(Date)) OK 83ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(Float32)),String OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(Date)),String OK 124ms
/aggregate functions/state/anyState/Map(Int16,Nullable(FixedString(51))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(DateTime)) OK 82ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(Int8)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(Float64)) OK 118ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(UInt128)) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(Float64)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(DateTime)),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(Int16)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(DateTime64(3))),String OK 112ms
/aggregate functions/state/anyState/Map(Int16,Nullable(UUID)) OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(Decimal128(38))) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(Bool)) OK 124ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(Int8)) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(Decimal128(38))),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(Date)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(Bool)),String OK 90ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(UInt8)) OK 96ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(Int32)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(Date)),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(String)) OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(DateTime)) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(DateTime)),String OK 137ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(Int16)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(String)),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(Int64)) OK 77ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(FixedString(51))),String OK 82ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(DateTime64(3))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Nullable(UUID)) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(DateTime64(3))),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Nullable(UUID)),String OK 111ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(Int32)) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(Bool)) OK 94ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(UInt32)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(Int128)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(UInt8)) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(Bool)),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(UInt8)),String OK 97ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(Int64)) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(String)) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(String)),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(UInt16)) OK 106ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(UInt64)) OK 94ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(Float32)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(UInt16)),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(FixedString(51))) OK 83ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(Int128)) OK 78ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(FixedString(51))),String OK 153ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(UInt128)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(UInt32)),String OK 110ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(Float64)) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Nullable(UUID)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(UInt64)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Nullable(UUID)),String OK 114ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(Float32)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(UInt64)),String OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(UInt128)) OK 103ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(Decimal128(38))) OK 100ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Int8)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(UInt8)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(UInt128)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(UInt8)),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(UInt16)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Int8)) OK 113ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(Float64)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Int8)),String OK 84ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(Date)) OK 97ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Int16)) OK 112ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(Decimal128(38))) OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Int16)) OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(UInt16)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(UInt32)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(UInt32)),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Int16)),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Int32)) OK 94ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(DateTime)) OK 79ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Int32)) OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(UInt64)) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(UInt64)),String OK 117ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(Date)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Int32)),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Int64)) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(UInt128)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Int64)),String OK 111ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(DateTime64(3))) OK 97ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(DateTime)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(UInt128)),String OK 181ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Int128)) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Int8)) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Int8)),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Int128)),String OK 156ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Int64)) OK 146ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(Bool)) OK 143ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Float32)) OK 93ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(DateTime64(3))) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Int16)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Float32)),String OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Int16)),String OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Float64)) OK 97ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Int128)) OK 86ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(String)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Float64)),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Int32)),String OK 204ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Int64)) OK 199ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Date)) OK 103ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(Bool)) OK 187ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Date)),String OK 188ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Float32)) OK 184ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Int64)),String OK 173ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(FixedString(51))) OK 163ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(DateTime)) OK 153ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(DateTime)),String OK 208ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Int128)) OK 113ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(String)) OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Int128)),String OK 139ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Bool)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Bool)),String OK 115ms
/aggregate functions/state/anyHeavyState/Map(Int16,Nullable(UUID)) OK 77ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Float64)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Float32)) OK 111ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(UInt8)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Float32)),String OK 143ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(String)) OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(String)),String OK 136ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Date)) OK 133ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(FixedString(51))) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Float64)) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Float64)),String OK 94ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/anyLastState/Map(Int16,Nullable(UUID)) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Date)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(FixedString(51))),String OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Date)),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(UUID)) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(DateTime)) OK 82ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(DateTime)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(UUID)),String OK 112ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(UInt32)) OK 87ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(DateTime)),String OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Bool)) OK 190ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt8))) OK 171ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Bool)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Bool)),String OK 172ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(UInt8))),String OK 110ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(UInt64)) OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt16))) OK 100ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(String)) OK 95ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(UInt32)) OK 130ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(String)) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(UInt16))),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt32))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(UInt32))),String OK 145ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(UInt128)) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(String)),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(FixedString(51))) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(FixedString(51))),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt64))) OK 108ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(UInt64)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(UInt64))),String OK 89ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(UUID)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(UUID)),String OK 128ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Int8)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt128))) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt8))) OK 122ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(UInt128)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(UInt128))),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(Int8))) OK 106ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(UUID)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(UInt8))),String OK 74ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(Int8))),String OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt16))) OK 151ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Int16)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(Int16))) OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(UInt16))),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(Int16))),String OK 134ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Int8)) OK 134ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt32))) OK 111ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Int32)) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(UInt32))),String OK 91ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(Int32))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(Int32))),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(Int64))) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(UInt64))),String OK 81ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Int16)) OK 103ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 94ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Int64)) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(UInt128))) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(UInt128))),String OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(Int8))) OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(Int64))),String OK 134ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Int32)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(Int128))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(Int128))),String OK 94ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(Int8))),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Int128)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(Float32))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(Float32))),String OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(Int16))) OK 102ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(Int16))),String OK 117ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Int64)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(Float64))) OK 120ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Float32)) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(Int32))),String OK 279ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(Float64))),String OK 267ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Int128)) OK 245ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(Int64))) OK 269ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(Int64))),String OK 227ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(Date))) OK 255ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Float64)) OK 229ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(Int8))) OK 230ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(Date))),String OK 241ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(Int128))) OK 160ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Float32)) OK 141ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Date)) OK 145ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(Int16))) OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(DateTime))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(DateTime))),String OK 143ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(Int128))),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(Bool))) OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(Float32))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(Bool))),String OK 166ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(Float32))),String OK 138ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Float64)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(Float64))) OK 145ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(DateTime)) OK 143ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(Float64))),String OK 148ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(Int32))) OK 139ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(String))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(String))),String OK 122ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Date)) OK 79ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(Date))) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(FixedString(51)))),String OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(Date))),String OK 108ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Bool)) OK 108ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(DateTime))) OK 101ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(DateTime))),String OK 121ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(Int128))) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,LowCardinality(Nullable(UUID))),String OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(Bool))) OK 115ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(String)) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(Bool))),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Array(String)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Array(String)),String OK 118ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Bool)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(String))),String OK 108ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(String)) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 102ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(Float32))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Map(String,LowCardinality(Float64))),String OK 109ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Int128,Tuple(String)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(Int128,Tuple(String)),String OK 88ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(FixedString(51)))),String OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,LowCardinality(Nullable(UUID))) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,LowCardinality(Nullable(UUID))),String OK 100ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(FixedString(51))) OK 111ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(Float64))) OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(UUID)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,UInt8) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,UInt8),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,UInt16) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Array(String)) OK 80ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Array(String)),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Map(String,LowCardinality(Float64))) OK 130ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(Date))) OK 109ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(UUID)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,UInt16),String OK 119ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,UInt32) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Map(String,LowCardinality(Float64))),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,UInt32),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Int128,Tuple(String)) OK 77ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,UInt64) OK 104ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(Int128,Tuple(String)),String OK 140ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,UInt8) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,UInt64),String OK 122ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 105ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,UInt128) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Date,UInt8),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,UInt128),String OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,UInt16) OK 129ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 104ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Int8) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Date,UInt16),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Int8),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,UInt32) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Int16) OK 110ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(String))) OK 132ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 134ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 147ms
/aggregate functions/state/argMinState/datatypes/Map(Date,UInt32),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,UInt64) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Int16),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Int32) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(Date,UInt64),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Int32),String OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,UInt128) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(Date,UInt128),String OK 121ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 154ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Int64) OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Int8) OK 123ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Int64),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Int128) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Int8),String OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Int16) OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Int128),String OK 78ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Int16),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Float32) OK 141ms
/aggregate functions/state/anyState/Map(Int16,LowCardinality(Nullable(UUID))) OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Float32),String OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Int32) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Int32),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Float64) OK 105ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Int64) OK 75ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Int64),String OK 100ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(Int8))) OK 136ms
/aggregate functions/state/anyState/Map(Int16,Array(String)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Float64),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Decimal128(38)) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Int128) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Decimal128(38)),String OK 105ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Int128),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Float32) OK 81ms
/aggregate functions/state/anyState/Map(Int16,Map(String,LowCardinality(Float64))) OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Float32),String OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(Int64))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Date) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Date),String OK 95ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(Int16))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,DateTime) OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Float64) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Float64),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Decimal128(38)) OK 119ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(Int128))) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,DateTime),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,DateTime64(3)) OK 125ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(Int32))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,DateTime64(3)),String OK 106ms
/aggregate functions/state/anyState/Map(Int16,Tuple(String)) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Decimal128(38)),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Date) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Date),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Bool) OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Bool),String OK 109ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,String) OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(Float32))) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,DateTime) OK 139ms
/aggregate functions/state/anyState/Map(Int32,UInt8) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Date,DateTime),String OK 92ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(Int128))) OK 119ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(Float64))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,String),String OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,FixedString(51)) OK 140ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,DateTime64(3)) OK 124ms
/aggregate functions/state/anyState/Map(Int32,UInt16) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,FixedString(51)),String OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(Date,DateTime64(3)),String OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Bool) OK 92ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(Date))) OK 116ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(Float32))) OK 153ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Bool),String OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,UUID) OK 128ms
/aggregate functions/state/anyState/Map(Int32,UInt32) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,String) OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,UUID),String OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Date,String),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(UInt8)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(UInt8)),String OK 306ms
/aggregate functions/state/anyState/Map(Int32,UInt64) OK 282ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,FixedString(51)) OK 281ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(UInt16)) OK 251ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(UInt16)),String OK 275ms
/aggregate functions/state/argMinState/datatypes/Map(Date,FixedString(51)),String OK 249ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(Float64))) OK 264ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,UUID) OK 267ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(Bool))) OK 161ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(UInt32)) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(Date,UUID),String OK 123ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(String))) OK 129ms
/aggregate functions/state/anyState/Map(Int32,UInt128) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(UInt8)) OK 86ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(UInt32)),String OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(UInt8)),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(UInt64)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(UInt16)) OK 83ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 102ms
/aggregate functions/state/anyState/Map(Int32,Int8) OK 203ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(UInt64)),String OK 215ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(UInt16)),String OK 190ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(UInt128)) OK 190ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(UInt32)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(UInt128)),String OK 187ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(UInt32)),String OK 154ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(Bool))) OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(UInt64)) OK 191ms
/aggregate functions/state/anyHeavyState/Map(Int16,LowCardinality(Nullable(UUID))) OK 210ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(UInt64)),String OK 129ms
/aggregate functions/state/anyState/Map(Int32,Int16) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(Int8)) OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(Int8)),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(Int16)) OK 123ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(String))) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(UInt128)) OK 92ms
/aggregate functions/state/anyState/Map(Int32,Int32) OK 78ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(UInt128)),String OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(Int8)) OK 142ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(Int8)),String OK 144ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 148ms
/aggregate functions/state/anyHeavyState/Map(Int16,Array(String)) OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(Int16)),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(Int32)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(Int32)),String OK 132ms
/aggregate functions/state/anyState/Map(Int32,Int64) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(Int16)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(Int16)),String OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(Int64)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(Int64)),String OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(Int32)) OK 149ms
/aggregate functions/state/anyHeavyState/Map(Int16,Map(String,LowCardinality(Float64))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(Int128)) OK 94ms
/aggregate functions/state/anyLastState/Map(Int16,LowCardinality(Nullable(UUID))) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(Int32)),String OK 130ms
/aggregate functions/state/anyState/Map(Int32,Int128) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(Int128)),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(Float32)) OK 118ms
/aggregate functions/state/anyHeavyState/Map(Int16,Tuple(String)) OK 93ms
/aggregate functions/state/anyLastState/Map(Int16,Array(String)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(Float32)),String OK 79ms
/aggregate functions/state/anyState/Map(Int32,Float32) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(Int64)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(Int64)),String OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(Int128)) OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(Float64)) OK 118ms
/aggregate functions/state/anyHeavyState/Map(Int32,UInt8) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(Float64)),String OK 97ms
/aggregate functions/state/anyLastState/Map(Int16,Map(String,LowCardinality(Float64))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(Decimal128(38))) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(Int128)),String OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(Float32)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(Float32)),String OK 90ms
/aggregate functions/state/anyState/Map(Int32,Float64) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(Decimal128(38))),String OK 119ms
/aggregate functions/state/anyHeavyState/Map(Int32,UInt16) OK 165ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(Date)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(Date)),String OK 128ms
/aggregate functions/state/anyLastState/Map(Int16,Tuple(String)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(Float64)) OK 144ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(Float64)),String OK 102ms
/aggregate functions/state/anyState/Map(Int32,Decimal128(38)) OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(Decimal128(38))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(DateTime)) OK 124ms
/aggregate functions/state/anyLastState/Map(Int32,UInt8) OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(DateTime)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(Decimal128(38))),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(DateTime64(3))) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(Date)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(Date)),String OK 102ms
/aggregate functions/state/anyState/Map(Int32,Date) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Int32,UInt32) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(DateTime64(3))),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(Bool)) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(DateTime)) OK 139ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(Bool)),String OK 98ms
/aggregate functions/state/anyLastState/Map(Int32,UInt16) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(DateTime)),String OK 127ms
/aggregate functions/state/anyHeavyState/Map(Int32,UInt64) OK 93ms
/aggregate functions/state/anyState/Map(Int32,DateTime) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(DateTime64(3))) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(String)) OK 132ms
/aggregate functions/state/anyLastState/Map(Int32,UInt32) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int32,UInt128) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(String)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(FixedString(51))) OK 140ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(DateTime64(3))),String OK 127ms
/aggregate functions/state/anyState/Map(Int32,DateTime64(3)) OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(Bool)) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(Bool)),String OK 90ms
/aggregate functions/state/anyLastState/Map(Int32,UInt64) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(FixedString(51))),String OK 131ms
/aggregate functions/state/anyHeavyState/Map(Int32,Int8) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(String)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(String)),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Nullable(UUID)) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(FixedString(51))) OK 92ms
/aggregate functions/state/anyState/Map(Int32,Bool) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Nullable(UUID)),String OK 92ms
/aggregate functions/state/anyLastState/Map(Int32,UInt128) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(UInt8)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(FixedString(51))),String OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Nullable(UUID)) OK 117ms
/aggregate functions/state/anyHeavyState/Map(Int32,Int16) OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(UInt8)),String OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Nullable(UUID)),String OK 110ms
/aggregate functions/state/anyState/Map(Int32,String) OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(UInt16)) OK 95ms
/aggregate functions/state/anyLastState/Map(Int32,Int8) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(UInt16)),String OK 150ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(UInt8)) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(UInt8)),String OK 113ms
/aggregate functions/state/anyHeavyState/Map(Int32,Int32) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(UInt16)) OK 125ms
/aggregate functions/state/anyState/Map(Int32,FixedString(51)) OK 132ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(UInt32)),String OK 86ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(UInt64)) OK 110ms
/aggregate functions/state/anyLastState/Map(Int32,Int16) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(UInt64)),String OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(UInt16)),String OK 92ms
/aggregate functions/state/anyHeavyState/Map(Int32,Int64) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(UInt32)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(UInt128)) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(UInt32)),String OK 110ms
/aggregate functions/state/anyState/Map(Int32,UUID) OK 76ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(UInt128)),String OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(UInt64)) OK 98ms
/aggregate functions/state/anyLastState/Map(Int32,Int32) OK 100ms
/aggregate functions/state/anyState/Map(Int32,Nullable(UInt8)) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(UInt64)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Int8)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Int8)),String OK 105ms
/aggregate functions/state/anyHeavyState/Map(Int32,Int128) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Int16)) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(UInt128)),String OK 84ms
/aggregate functions/state/anyLastState/Map(Int32,Int64) OK 74ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Int8)) OK 156ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Int8)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Int16)),String OK 102ms
/aggregate functions/state/anyState/Map(Int32,Nullable(UInt16)) OK 140ms
/aggregate functions/state/anyHeavyState/Map(Int32,Float32) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Int32)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Int32)),String OK 111ms
/aggregate functions/state/anyLastState/Map(Int32,Int128) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Int16)) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Int16)),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Int64)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Int64)),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Int128)) OK 129ms
/aggregate functions/state/anyHeavyState/Map(Int32,Float64) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Int32)) OK 131ms
/aggregate functions/state/anyState/Map(Int32,Nullable(UInt32)) OK 114ms
/aggregate functions/state/anyLastState/Map(Int32,Float32) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Int32)),String OK 145ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Int64)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Int128)),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Float32)) OK 110ms
/aggregate functions/state/anyLastState/Map(Int32,Float64) OK 113ms
/aggregate functions/state/anyHeavyState/Map(Int32,Decimal128(38)) OK 116ms
/aggregate functions/state/anyState/Map(Int32,Nullable(UInt64)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Float32)),String OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Int64)),String OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Int128)) OK 135ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Int128)),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Float64)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Float64)),String OK 127ms
/aggregate functions/state/anyLastState/Map(Int32,Decimal128(38)) OK 111ms
/aggregate functions/state/anyState/Map(Int32,Nullable(UInt128)) OK 119ms
/aggregate functions/state/anyHeavyState/Map(Int32,Date) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Date)) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Float32)) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Float32)),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Float64)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Date)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(DateTime)) OK 106ms
/aggregate functions/state/anyLastState/Map(Int32,Date) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(DateTime)),String OK 94ms
/aggregate functions/state/anyState/Map(Int32,Nullable(Int8)) OK 103ms
/aggregate functions/state/anyHeavyState/Map(Int32,DateTime) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Float64)),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Date)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Date)),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Bool)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Bool)),String OK 101ms
/aggregate functions/state/anyLastState/Map(Int32,DateTime) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(String)) OK 110ms
/aggregate functions/state/anyState/Map(Int32,Nullable(Int16)) OK 93ms
/aggregate functions/state/anyHeavyState/Map(Int32,DateTime64(3)) OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(DateTime)) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(DateTime)),String OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Bool)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(String)),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/anyLastState/Map(Int32,DateTime64(3)) OK 150ms
/aggregate functions/state/anyHeavyState/Map(Int32,Bool) OK 98ms
/aggregate functions/state/anyState/Map(Int32,Nullable(Int32)) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Bool)),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(FixedString(51))),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(String)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(UUID)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(String)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(UUID)),String OK 256ms
/aggregate functions/state/anyState/Map(Int32,Nullable(Int64)) OK 89ms
/aggregate functions/state/anyHeavyState/Map(Int32,String) OK 208ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(UInt8))) OK 212ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(FixedString(51))) OK 203ms
/aggregate functions/state/anyLastState/Map(Int32,Bool) OK 169ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(FixedString(51))),String OK 168ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(UUID)) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(UInt8))),String OK 171ms
/aggregate functions/state/anyState/Map(Int32,Nullable(Int128)) OK 157ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(UUID)),String OK 168ms
/aggregate functions/state/anyHeavyState/Map(Int32,FixedString(51)) OK 168ms
/aggregate functions/state/anyLastState/Map(Int32,String) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(UInt16))) OK 158ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(UInt8))) OK 155ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(UInt16))),String OK 120ms
/aggregate functions/state/anyState/Map(Int32,Nullable(Float32)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(UInt8))),String OK 138ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(UInt32))) OK 110ms
/aggregate functions/state/anyState/Map(Int32,Nullable(Float64)) OK 136ms
/aggregate functions/state/anyLastState/Map(Int32,FixedString(51)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(UInt32))),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(UInt64))) OK 142ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(UInt16))) OK 122ms
/aggregate functions/state/anyHeavyState/Map(Int32,UUID) OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(UInt64))),String OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(UInt16))),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(UInt32))) OK 139ms
/aggregate functions/state/anyLastState/Map(Int32,UUID) OK 90ms
/aggregate functions/state/anyState/Map(Int32,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(UInt128))) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(UInt32))),String OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(UInt128))),String OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(UInt64))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(Int8))) OK 120ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(UInt8)) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(UInt64))),String OK 108ms
/aggregate functions/state/anyState/Map(Int32,Nullable(Date)) OK 93ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(UInt8)) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(UInt128))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(Int8))),String OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(UInt128))),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(Int16))) OK 133ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(UInt16)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(Int16))),String OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(Int8))) OK 122ms
/aggregate functions/state/anyState/Map(Int32,Nullable(DateTime)) OK 107ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(UInt16)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(Int8))),String OK 163ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(UInt32)) OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(Int32))) OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(Int16))) OK 149ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(Int32))),String OK 123ms
/aggregate functions/state/anyState/Map(Int32,Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(Int64))) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(Int16))),String OK 119ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(UInt32)) OK 102ms
/aggregate functions/state/anyState/Map(Int32,Nullable(Bool)) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(Int64))),String OK 137ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(UInt64)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(Int128))) OK 141ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(Int32))) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(Int128))),String OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(Int32))),String OK 148ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(UInt64)) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(Int64))) OK 115ms
/aggregate functions/state/anyState/Map(Int32,Nullable(String)) OK 111ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(UInt128)) OK 86ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(UInt128)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(Float32))) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(Float32))),String OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(Int64))),String OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(Int128))) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(Float64))) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(Int128))),String OK 106ms
/aggregate functions/state/anyState/Map(Int32,Nullable(FixedString(51))) OK 108ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(Int8)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(Float64))),String OK 84ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(Int8)) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(Float32))) OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(Date))) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(Float32))),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(Date))),String OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/state/anyState/Map(Int32,Nullable(UUID)) OK 113ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(Int16)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(DateTime))) OK 91ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(Int16)) OK 78ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(Float64))),String OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(Date))) OK 145ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(DateTime))),String OK 151ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(Bool))) OK 148ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(UInt8)) OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(Date))),String OK 140ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(Int32)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(Bool))),String OK 100ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(Int32)) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(DateTime))) OK 143ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(String))) OK 213ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(DateTime))),String OK 247ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(Int64)) OK 227ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(Int64)) OK 206ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(String))),String OK 203ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(UInt16)) OK 207ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 223ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(Bool))) OK 217ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(Bool))),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(FixedString(51)))),String OK 110ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(Int128)) OK 166ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,LowCardinality(Nullable(UUID))) OK 131ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(UInt32)) OK 146ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(Int128)) OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(String))) OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,LowCardinality(Nullable(UUID))),String OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(String))),String OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Array(String)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Array(String)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Map(String,LowCardinality(Float64))) OK 163ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(FixedString(51)))),String OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,LowCardinality(Nullable(UUID))) OK 142ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(Float32)) OK 121ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(UInt64)) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(Date,LowCardinality(Nullable(UUID))),String OK 81ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(Float32)) OK 128ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Map(String,LowCardinality(Float64))),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Date,Tuple(String)) OK 92ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Array(String)) OK 85ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(Float64)) OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Array(String)),String OK 134ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(UInt128)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Date,Tuple(String)),String OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Map(String,LowCardinality(Float64))) OK 119ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(Float64)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,UInt8) OK 145ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,UInt8),String OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Map(String,LowCardinality(Float64))),String OK 121ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,UInt16) OK 112ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(Decimal128(38))) OK 110ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Int8)) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Date,Tuple(String)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Date,Tuple(String)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,UInt16),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,UInt32) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,UInt8) OK 92ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(Date)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,UInt32),String OK 126ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(Date)) OK 114ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Int16)) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,UInt8),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,UInt16) OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,UInt64) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,UInt64),String OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,UInt16),String OK 121ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(DateTime)) OK 103ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(DateTime)) OK 170ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,UInt128) OK 173ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Int32)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,UInt32) OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,UInt128),String OK 150ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(DateTime64(3))) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Int8) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,UInt32),String OK 140ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,UInt64) OK 85ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Int64)) OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,UInt64),String OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Int8),String OK 142ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,UInt128) OK 117ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(Bool)) OK 111ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(DateTime64(3))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Int16) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Int16),String OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,UInt128),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Int8) OK 97ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Int128)) OK 126ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(String)) OK 144ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Int8),String OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Int16) OK 137ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Int32) OK 116ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(Bool)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Int32),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Int64) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Int16),String OK 92ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Int32) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Int64),String OK 141ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(FixedString(51))) OK 128ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(String)) OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Int128) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Int32),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Int128),String OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Int64) OK 114ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Float64)) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Int64),String OK 76ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Float32) OK 161ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Int128) OK 153ms
/aggregate functions/state/anyLastState/Map(Int32,Nullable(UUID)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Float32),String OK 127ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(FixedString(51))) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Float64) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Int128),String OK 111ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Date)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Float32) OK 106ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(UInt8)) OK 158ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Float64),String OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Float32),String OK 151ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Decimal128(38)) OK 121ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(DateTime)) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Decimal128(38)),String OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Float64) OK 103ms
/aggregate functions/state/anyHeavyState/Map(Int32,Nullable(UUID)) OK 143ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Float64),String OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Date) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Date),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Decimal128(38)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,DateTime) OK 97ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(UInt16)) OK 132ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Bool)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Decimal128(38)),String OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Date) OK 124ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(UInt8)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,DateTime),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,DateTime64(3)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,DateTime64(3)),String OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Date),String OK 125ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(String)) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,DateTime) OK 117ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(UInt32)) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,DateTime),String OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(UInt16)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Bool) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Bool),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,DateTime64(3)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,String) OK 88ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(FixedString(51))) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,DateTime64(3)),String OK 110ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(UInt32)) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Bool) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,String),String OK 111ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(UInt64)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,FixedString(51)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,FixedString(51)),String OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Bool),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,String) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,String),String OK 156ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(UInt128)) OK 159ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(UUID)) OK 150ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(UInt64)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,UUID) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,UUID),String OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,FixedString(51)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(UInt8)) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,FixedString(51)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(UInt8)),String OK 109ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(UInt128)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(UInt16)) OK 162ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,UUID) OK 125ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 126ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Int8)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,UUID),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(UInt16)),String OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(UInt8)) OK 120ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Int8)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(UInt32)) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(UInt8)),String OK 114ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Int16)) OK 133ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(UInt32)),String OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(UInt16)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(UInt64)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(UInt16)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(UInt64)),String OK 93ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Int16)) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(UInt32)) OK 109ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(UInt128)) OK 127ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Int32)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(UInt32)),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(UInt128)),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(Int8)) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(UInt64)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Int32)) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(UInt64)),String OK 116ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 104ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Int64)) OK 146ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(Int8)),String OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(Int16)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(UInt128)) OK 136ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Int64)) OK 139ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(Int16)),String OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(UInt128)),String OK 110ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(Int8)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(Int32)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(Int32)),String OK 90ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Int128)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(Int8)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(Int16)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(Int64)) OK 88ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Int128)) OK 97ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(Int64)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(Int128)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(Int16)),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(Int32)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(Int128)),String OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(Int32)),String OK 99ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Float32)) OK 110ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Float32)) OK 100ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(Int16))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(Float32)) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(Int64)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(Float32)),String OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(Int64)),String OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(Int128)) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(Float64)) OK 95ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Float64)) OK 123ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(Int32))) OK 112ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Float64)) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(Float64)),String OK 88ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(Int128)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Date)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(Decimal128(38))),String OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(Float32)) OK 116ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(Int64))) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(Float32)),String OK 92ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Date)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(Date)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(Date)),String OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(Float64)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(DateTime)) OK 84ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(DateTime)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(Float64)),String OK 114ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(Int128))) OK 95ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(DateTime)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(DateTime)),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(Decimal128(38))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(Decimal128(38))),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(DateTime64(3))),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(Float32))) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(Bool)) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(Date)) OK 103ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Bool)) OK 123ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(Date)),String OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(Bool)),String OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(DateTime)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(String)) OK 117ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(String)) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(DateTime)),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(String)),String OK 132ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(Float64))) OK 127ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(String)) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(DateTime64(3))) OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(FixedString(51))) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(DateTime64(3))),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(FixedString(51))),String OK 128ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(FixedString(51))) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(Bool)) OK 118ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(Bool)),String OK 145ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Nullable(UUID)) OK 115ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(Date))) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Nullable(UUID)),String OK 132ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(UUID)) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(String)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(String)),String OK 93ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(UUID)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(UInt8)),String OK 150ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(UInt16)) OK 157ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(FixedString(51))) OK 107ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 135ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(FixedString(51))),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(UInt16)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Nullable(UUID)) OK 107ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Nullable(UUID)),String OK 165ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 164ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 151ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(UInt8)) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(UInt8)),String OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(UInt32)) OK 131ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(Bool))) OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(UInt32)),String OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(UInt64)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(UInt64)),String OK 73ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(UInt16)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(UInt128)) OK 221ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 208ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(String))) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(UInt16)),String OK 195ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 210ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(UInt32)) OK 188ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(UInt128)),String OK 204ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Int8)) OK 186ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(UInt32)),String OK 133ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 160ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(UInt64)) OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(UInt64)),String OK 111ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Int8)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Int16)) OK 122ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Int16)),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/anyState/Map(Int32,LowCardinality(Nullable(UUID))) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(UInt128)),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Int8)) OK 117ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Int32)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Int32)),String OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Int8)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Int64)) OK 115ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 105ms
/aggregate functions/state/anyState/Map(Int32,Array(String)) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Int16)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(Int8))) OK 143ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Int16)),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Int64)),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Int128)) OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Int32)) OK 108ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(Int8))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Int128)),String OK 99ms
/aggregate functions/state/anyState/Map(Int32,Map(String,LowCardinality(Float64))) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Int32)),String OK 80ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Int64)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Float32)) OK 96ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(Int16))) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Int64)),String OK 108ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(Int16))) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Float32)),String OK 90ms
/aggregate functions/state/anyState/Map(Int32,Tuple(String)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Float64)) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Int128)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Float64)),String OK 144ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Date)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Int128)),String OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Float32)) OK 121ms
/aggregate functions/state/anyState/Map(Int64,UInt8) OK 89ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(Int32))) OK 118ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Date)),String OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Float32)),String OK 102ms
/aggregate functions/state/anyState/Map(Int64,UInt16) OK 70ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(Int64))) OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(DateTime)) OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Float64)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(DateTime)),String OK 122ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Float64)),String OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Bool)) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Date)) OK 111ms
/aggregate functions/state/anyState/Map(Int64,UInt32) OK 96ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Date)),String OK 80ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(Int128))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Bool)),String OK 139ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(String)) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(DateTime)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(DateTime)),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(String)),String OK 131ms
/aggregate functions/state/anyState/Map(Int64,UInt64) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Bool)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(Float32))) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(FixedString(51))) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Bool)),String OK 94ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(FixedString(51))),String OK 96ms
/aggregate functions/state/anyState/Map(Int64,UInt128) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(String)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(UUID)) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(String)),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(Float64))) OK 92ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(Float64))) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(UUID)),String OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(FixedString(51))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt8))) OK 104ms
/aggregate functions/state/anyState/Map(Int64,Int8) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(FixedString(51))),String OK 110ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(UInt8))),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(UUID)) OK 89ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(Date))) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(UUID)),String OK 79ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(UInt16))),String OK 152ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt8))) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(UInt8))),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt32))) OK 136ms
/aggregate functions/state/anyState/Map(Int64,Int16) OK 126ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt16))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(UInt32))),String OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(UInt16))),String OK 170ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt32))) OK 105ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(Bool))) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(UInt32))),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt64))) OK 106ms
/aggregate functions/state/anyState/Map(Int64,Int32) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(UInt64))),String OK 92ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt128))) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt64))) OK 261ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(String))) OK 365ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(UInt128))),String OK 390ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(UInt64))),String OK 359ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int8))) OK 376ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(String))) OK 228ms
/aggregate functions/state/anyState/Map(Int64,Int64) OK 357ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(Int8))),String OK 384ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UInt128))) OK 285ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 210ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(UInt128))),String OK 214ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int8))) OK 190ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 162ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(Int8))),String OK 172ms
/aggregate functions/state/anyState/Map(Int64,Int128) OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int16))) OK 151ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(Int16))),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int32))) OK 121ms
/aggregate functions/state/anyHeavyState/Map(Int32,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int16))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(Int32))),String OK 139ms
/aggregate functions/state/anyState/Map(Int64,Float32) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int64))) OK 131ms
/aggregate functions/state/anyLastState/Map(Int32,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(Int16))),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(Int64))),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int32))) OK 103ms
/aggregate functions/state/anyHeavyState/Map(Int32,Array(String)) OK 75ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(Int32))),String OK 92ms
/aggregate functions/state/anyLastState/Map(Int32,Array(String)) OK 120ms
/aggregate functions/state/anyState/Map(Int64,Float64) OK 135ms
/aggregate functions/state/anyHeavyState/Map(Int32,Map(String,LowCardinality(Float64))) OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int128))) OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int64))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(Int128))),String OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(Int64))),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Int128))) OK 114ms
/aggregate functions/state/anyLastState/Map(Int32,Map(String,LowCardinality(Float64))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(Float32))),String OK 110ms
/aggregate functions/state/anyState/Map(Int64,Decimal128(38)) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(Int128))),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Float64))) OK 129ms
/aggregate functions/state/anyHeavyState/Map(Int32,Tuple(String)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(Float64))),String OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Float32))) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(Float32))),String OK 87ms
/aggregate functions/state/anyLastState/Map(Int32,Tuple(String)) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(Date))),String OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Float64))) OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(Float64))),String OK 123ms
/aggregate functions/state/anyState/Map(Int64,Date) OK 116ms
/aggregate functions/state/anyHeavyState/Map(Int64,UInt8) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/state/anyLastState/Map(Int64,UInt8) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(DateTime))),String OK 80ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(Date))),String OK 165ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Bool))) OK 158ms
/aggregate functions/state/anyHeavyState/Map(Int64,UInt16) OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(Bool))),String OK 120ms
/aggregate functions/state/anyState/Map(Int64,DateTime) OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(DateTime))) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(DateTime))),String OK 89ms
/aggregate functions/state/anyLastState/Map(Int64,UInt16) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(String))) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(Bool))) OK 149ms
/aggregate functions/state/anyState/Map(Int64,DateTime64(3)) OK 158ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(String))),String OK 152ms
/aggregate functions/state/anyHeavyState/Map(Int64,UInt32) OK 137ms
/aggregate functions/state/anyLastState/Map(Int64,UInt32) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(Bool))),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(FixedString(51)))),String OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(String))) OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,LowCardinality(Nullable(UUID))),String OK 80ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(String))),String OK 136ms
/aggregate functions/state/anyHeavyState/Map(Int64,UInt64) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 106ms
/aggregate functions/state/anyLastState/Map(Int64,UInt64) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Array(String)) OK 109ms
/aggregate functions/state/anyState/Map(Int64,Bool) OK 78ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(FixedString(51)))),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Array(String)),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/state/anyState/Map(Int64,String) OK 82ms
/aggregate functions/state/anyLastState/Map(Int64,UInt128) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,LowCardinality(Nullable(UUID))) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,LowCardinality(Nullable(UUID))),String OK 132ms
/aggregate functions/state/anyHeavyState/Map(Int64,UInt128) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Map(String,LowCardinality(Float64))),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Array(String)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(DateTime,Tuple(String)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/Map(DateTime,Tuple(String)),String OK 87ms
/aggregate functions/state/anyState/Map(Int64,FixedString(51)) OK 90ms
/aggregate functions/state/anyLastState/Map(Int64,Int8) OK 81ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Array(String)),String OK 73ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,UInt8) OK 146ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Map(String,LowCardinality(Float64))) OK 143ms
/aggregate functions/state/anyHeavyState/Map(Int64,Int8) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Map(String,LowCardinality(Float64))),String OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,UInt8),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,UInt16) OK 97ms
/aggregate functions/state/anyState/Map(Int64,UUID) OK 118ms
/aggregate functions/state/anyLastState/Map(Int64,Int16) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(DateTime,Tuple(String)) OK 105ms
/aggregate functions/state/anyHeavyState/Map(Int64,Int16) OK 157ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,UInt16),String OK 138ms
/aggregate functions/state/anyLastState/Map(Int64,Int32) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,UInt32) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,UInt32),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(DateTime,Tuple(String)),String OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,UInt8) OK 111ms
/aggregate functions/state/anyState/Map(Int64,Nullable(UInt8)) OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,UInt8),String OK 116ms
/aggregate functions/state/anyLastState/Map(Int64,Int64) OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,UInt16) OK 73ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,UInt64) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,UInt16),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,UInt64),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,UInt32) OK 104ms
/aggregate functions/state/anyHeavyState/Map(Int64,Int32) OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,UInt128) OK 88ms
/aggregate functions/state/anyState/Map(Int64,Nullable(UInt16)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,UInt32),String OK 88ms
/aggregate functions/state/anyLastState/Map(Int64,Int128) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,UInt128),String OK 82ms
/aggregate functions/state/anyHeavyState/Map(Int64,Int64) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Int8) OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Int8),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,UInt64) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,UInt64),String OK 102ms
/aggregate functions/state/anyState/Map(Int64,Nullable(UInt32)) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,UInt128) OK 101ms
/aggregate functions/state/anyLastState/Map(Int64,Float32) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Int16) OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int64,Int128) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Int16),String OK 88ms
/aggregate functions/state/anyState/Map(Int64,Nullable(UInt64)) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,UInt128),String OK 139ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Int8) OK 113ms
/aggregate functions/state/anyLastState/Map(Int64,Float64) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Int32) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Int8),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Int32),String OK 124ms
/aggregate functions/state/anyHeavyState/Map(Int64,Float32) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Int64) OK 85ms
/aggregate functions/state/anyState/Map(Int64,Nullable(UInt128)) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Int16) OK 133ms
/aggregate functions/state/anyLastState/Map(Int64,Decimal128(38)) OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Int16),String OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Int32) OK 143ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Int64),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Int128) OK 110ms
/aggregate functions/state/anyHeavyState/Map(Int64,Float64) OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Int128),String OK 121ms
/aggregate functions/state/anyState/Map(Int64,Nullable(Int8)) OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Float32) OK 83ms
/aggregate functions/state/anyLastState/Map(Int64,Date) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Int32),String OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Int64) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Float32),String OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Int64),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Float64) OK 103ms
/aggregate functions/state/anyHeavyState/Map(Int64,Decimal128(38)) OK 88ms
/aggregate functions/state/anyState/Map(Int64,Nullable(Int16)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Float64),String OK 84ms
/aggregate functions/state/anyLastState/Map(Int64,DateTime) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Decimal128(38)) OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Int128) OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Int128),String OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Float32) OK 124ms
/aggregate functions/state/anyHeavyState/Map(Int64,Date) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Decimal128(38)),String OK 115ms
/aggregate functions/state/anyState/Map(Int64,Nullable(Int32)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Date) OK 92ms
/aggregate functions/state/anyLastState/Map(Int64,DateTime64(3)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Float32),String OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Float64) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Date),String OK 124ms
/aggregate functions/state/anyHeavyState/Map(Int64,DateTime) OK 212ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,DateTime) OK 232ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Float64),String OK 215ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,DateTime),String OK 87ms
/aggregate functions/state/anyState/Map(Int64,Nullable(Int64)) OK 204ms
/aggregate functions/state/anyLastState/Map(Int64,Bool) OK 196ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Decimal128(38)) OK 167ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Decimal128(38)),String OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,DateTime64(3)) OK 144ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,DateTime64(3)),String OK 136ms
/aggregate functions/state/anyHeavyState/Map(Int64,DateTime64(3)) OK 147ms
/aggregate functions/state/anyLastState/Map(Int64,String) OK 109ms
/aggregate functions/state/anyState/Map(Int64,Nullable(Int128)) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Date) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Date),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Bool) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,DateTime) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Bool),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,String) OK 99ms
/aggregate functions/state/anyLastState/Map(Int64,FixedString(51)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,DateTime),String OK 111ms
/aggregate functions/state/anyState/Map(Int64,Nullable(Float32)) OK 143ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,String),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,FixedString(51)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,FixedString(51)),String OK 121ms
/aggregate functions/state/anyHeavyState/Map(Int64,Bool) OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,DateTime64(3)) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,DateTime64(3)),String OK 102ms
/aggregate functions/state/anyLastState/Map(Int64,UUID) OK 75ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Bool) OK 77ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,UUID) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Bool),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,UUID),String OK 99ms
/aggregate functions/state/anyState/Map(Int64,Nullable(Float64)) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,String) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(UInt8)) OK 111ms
/aggregate functions/state/anyHeavyState/Map(Int64,String) OK 89ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(UInt8)) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,String),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(UInt8)),String OK 116ms
/aggregate functions/state/anyHeavyState/Map(Int64,FixedString(51)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(UInt16)) OK 139ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,FixedString(51)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,FixedString(51)),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(UInt16)),String OK 118ms
/aggregate functions/state/anyState/Map(Int64,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(UInt16)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,UUID) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,UUID),String OK 95ms
/aggregate functions/state/anyState/Map(Int64,Nullable(Date)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(UInt32)) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(UInt8)) OK 108ms
/aggregate functions/state/anyHeavyState/Map(Int64,UUID) OK 134ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(UInt32)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(UInt32)),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(UInt64)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(UInt8)),String OK 90ms
/aggregate functions/state/anyState/Map(Int64,Nullable(DateTime)) OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(UInt16)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(UInt64)),String OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(UInt16)),String OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(UInt128)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(UInt32)) OK 100ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(UInt64)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(UInt128)),String OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(UInt8)) OK 78ms
/aggregate functions/state/anyState/Map(Int64,Nullable(DateTime64(3))) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(UInt32)),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(Int8)) OK 115ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(UInt16)) OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(UInt64)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(Int8)),String OK 138ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(Int16)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(UInt64)),String OK 113ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(UInt128)) OK 106ms
/aggregate functions/state/anyState/Map(Int64,Nullable(Bool)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(UInt128)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(Int16)),String OK 91ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(UInt32)) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(UInt128)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(Int32)) OK 114ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(Int8)) OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(Int8)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(Int32)),String OK 108ms
/aggregate functions/state/anyState/Map(Int64,Nullable(String)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(Int8)),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(Int64)) OK 94ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(UInt64)) OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(Int16)) OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(Int64)),String OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(Int16)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(Int128)) OK 143ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(Int16)) OK 119ms
/aggregate functions/state/anyState/Map(Int64,Nullable(FixedString(51))) OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(Int128)),String OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(Int32)) OK 110ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(UInt128)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(Int32)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(Float32)) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(Int64)) OK 85ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(Int32)) OK 303ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(Int64)),String OK 304ms
/aggregate functions/state/anyState/Map(Int64,Nullable(UUID)) OK 286ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(Float32)),String OK 308ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(Float64)) OK 292ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(Int128)) OK 290ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(Int8)) OK 275ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(Float64)),String OK 254ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(Int128)),String OK 223ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(Float32)) OK 178ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(Decimal128(38))) OK 177ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(UInt8)) OK 177ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(Int64)) OK 151ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(Int16)) OK 165ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(Float32)),String OK 170ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(Decimal128(38))),String OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(Float64)) OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(Date)) OK 155ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(Date)),String OK 127ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(Int128)) OK 140ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(Float64)),String OK 139ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(Decimal128(38))) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(DateTime)) OK 130ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(Int32)) OK 133ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(DateTime)),String OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(Decimal128(38))),String OK 82ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(Date)) OK 150ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(Date)),String OK 153ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(DateTime64(3))) OK 152ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(DateTime64(3))),String OK 120ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(Float32)) OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(DateTime)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(Bool)) OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(Int64)) OK 126ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(UInt64)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(Bool)),String OK 135ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(Float64)) OK 156ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(String)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(DateTime)),String OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(DateTime64(3))) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(DateTime64(3))),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(String)),String OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(Int128)) OK 77ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(UInt128)) OK 83ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(Float32)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(FixedString(51))) OK 100ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Int8)) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(Bool)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(FixedString(51))),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Nullable(UUID)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(Bool)),String OK 109ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(Decimal128(38))) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(String)) OK 99ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(Float64)) OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Nullable(UUID)),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(UInt8)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(String)),String OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(UInt8)),String OK 126ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Int16)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(FixedString(51))) OK 130ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(Date)) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(FixedString(51))),String OK 92ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Int32)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(UInt16)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Nullable(UUID)) OK 138ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(Date)) OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(UInt32)) OK 148ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Nullable(UUID)),String OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(UInt8)) OK 125ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(DateTime)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(UInt32)),String OK 113ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Int64)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(UInt64)) OK 83ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(UInt8)),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(UInt16)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(UInt16)),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(UInt64)),String OK 157ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(DateTime)) OK 144ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(DateTime64(3))) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(UInt128)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(UInt128)),String OK 152ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Int128)) OK 145ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(UInt32)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Int8)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(UInt32)),String OK 87ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(Bool)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(UInt64)) OK 86ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(DateTime64(3))) OK 143ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Int8)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(UInt64)),String OK 115ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Float32)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Int16)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(UInt128)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Int16)),String OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(UInt128)),String OK 122ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(String)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Int32)) OK 135ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Float64)) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Int8)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Int32)),String OK 85ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(Bool)) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Int8)),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Int64)) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Int16)) OK 105ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(FixedString(51))) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Int64)),String OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Int16)),String OK 139ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Date)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Int128)) OK 123ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(String)) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Int32)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Int128)),String OK 118ms
/aggregate functions/state/anyLastState/Map(Int64,Nullable(UUID)) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Int32)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Float32)) OK 103ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(DateTime)) OK 95ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(FixedString(51))) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Int64)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Float32)),String OK 159ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Int64)),String OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Int128)) OK 140ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(UInt8)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Float64)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Float64)),String OK 113ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Bool)) OK 108ms
/aggregate functions/state/anyHeavyState/Map(Int64,Nullable(UUID)) OK 88ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Int128)),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Float32)) OK 110ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Date)) OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Float32)),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Date)),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(DateTime)) OK 114ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(UInt8)) OK 95ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(String)) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Float64)) OK 126ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(UInt32)) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Float64)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(DateTime)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Date)) OK 111ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(UInt16)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Bool)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Bool)),String OK 120ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(FixedString(51))) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Date)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(DateTime)) OK 95ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(UInt64)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(String)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(DateTime)),String OK 108ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(UInt32)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(String)),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(FixedString(51))) OK 115ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(UUID)) OK 92ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(UInt128)) OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Bool)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Bool)),String OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(FixedString(51))),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(String)) OK 84ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(UInt64)) OK 111ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 147ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Int8)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(UUID)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(String)),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(UUID)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(FixedString(51))) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt8))) OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(FixedString(51))),String OK 94ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(UInt128)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(UInt8))),String OK 96ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Int16)) OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt16))) OK 168ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(UUID)) OK 111ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(UUID)),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(UInt16))),String OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Int8)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt32))) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(UInt8))),String OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt16))) OK 113ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Int32)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(UInt16))),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(UInt32))),String OK 130ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt64))) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(UInt64))),String OK 116ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Int16)) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt32))) OK 144ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(UInt32))),String OK 149ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Int64)) OK 157ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt64))) OK 166ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt128))) OK 128ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(UInt128))),String OK 131ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Int32)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(Int8))) OK 129ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Int64)) OK 224ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(UInt64))),String OK 256ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 242ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(UInt128))) OK 228ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(Int8))),String OK 233ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Int128)) OK 202ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(Int16))) OK 212ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(Int16))),String OK 197ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(UInt128))),String OK 216ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Int128)) OK 228ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Float32)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(Int32))) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(Int8))) OK 205ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(Int32))),String OK 181ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(Int8))) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(Int64))) OK 219ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(Int8))),String OK 188ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(Int16))) OK 185ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(Int16))) OK 164ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(Int64))),String OK 167ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Float64)) OK 139ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(Int128))) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(Int16))),String OK 109ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Float32)) OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(Int32))) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(Int32))),String OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(Int128))),String OK 119ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Date)) OK 92ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(Int32))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(Float32))) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(Int64))) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(Float32))),String OK 123ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(Int64))),String OK 145ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(Int128))) OK 117ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(DateTime)) OK 118ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Float64)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(Float64))) OK 116ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(Int64))) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(Float64))),String OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(Int128))),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(Date))) OK 157ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(Float32))) OK 162ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Date)) OK 150ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Bool)) OK 149ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(Date))),String OK 153ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(Float32))),String OK 132ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(Int128))) OK 138ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(DateTime))) OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(Float64))) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(DateTime))),String OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(Float64))),String OK 139ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(DateTime)) OK 126ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(String)) OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(Date))) OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(Bool))) OK 98ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(Bool))),String OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(Date))),String OK 100ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(Float64))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(String))) OK 152ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(String))),String OK 130ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Bool)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 146ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(FixedString(51))) OK 150ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(DateTime))) OK 152ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(DateTime))),String OK 144ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(Bool))) OK 132ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(Date))) OK 273ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(String)) OK 246ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(FixedString(51)))),String OK 292ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,LowCardinality(Nullable(UUID))) OK 251ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,LowCardinality(Nullable(UUID))),String OK 285ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(Bool))),String OK 289ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(UUID)) OK 301ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(String))) OK 269ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(String))),String OK 258ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(FixedString(51))) OK 295ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 278ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Array(String)) OK 275ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Array(String)),String OK 269ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 264ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(FixedString(51)))),String OK 247ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Map(String,LowCardinality(Float64))) OK 234ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,LowCardinality(Nullable(UUID))) OK 246ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 221ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(Bool))) OK 128ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(UUID)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Map(String,LowCardinality(Float64))),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(Bool,Tuple(String)) OK 142ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,LowCardinality(Nullable(UUID))),String OK 145ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 139ms
/aggregate functions/state/argMaxState/datatypes/Map(Bool,Tuple(String)),String OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Array(String)) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Array(String)),String OK 84ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,UInt8) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Map(String,LowCardinality(Float64))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(String,UInt8),String OK 108ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,UInt16) OK 184ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Map(String,LowCardinality(Float64))),String OK 176ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 166ms
/aggregate functions/state/argMinState/datatypes/String,Map(Bool,Tuple(String)) OK 155ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(String,UInt16),String OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(Bool,Tuple(String)),String OK 130ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 177ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,UInt32) OK 184ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,UInt8) OK 185ms
/aggregate functions/state/argMaxState/datatypes/Map(String,UInt32),String OK 122ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 181ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 127ms
/aggregate functions/state/argMinState/datatypes/Map(String,UInt8),String OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,UInt64) OK 160ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,UInt16) OK 145ms
/aggregate functions/state/anyState/Map(Int64,LowCardinality(Nullable(UUID))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(String,UInt64),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,UInt128) OK 104ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(String,UInt16),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,UInt32) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(String,UInt128),String OK 151ms
/aggregate functions/state/argMinState/datatypes/Map(String,UInt32),String OK 124ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 105ms
/aggregate functions/state/anyState/Map(Int64,Array(String)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Int8) OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Int8),String OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,UInt64) OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/state/anyState/Map(Int64,Map(String,LowCardinality(Float64))) OK 135ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(Int8))) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(String,UInt64),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,UInt128) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Int16) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Int16),String OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(String,UInt128),String OK 103ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(Int8))) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Int32) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Int8) OK 112ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(String,Int8),String OK 93ms
/aggregate functions/state/anyState/Map(Int64,Tuple(String)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Int32),String OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Int16) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Int64) OK 126ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Int64),String OK 110ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(Int32))) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(String,Int16),String OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Int32) OK 90ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(Int32))) OK 138ms
/aggregate functions/state/anyState/Map(Int128,UInt8) OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Int128) OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(String,Int32),String OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Int128),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Float32) OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Int64) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(String,Int64),String OK 112ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(Int64))) OK 101ms
/aggregate functions/state/anyState/Map(Int128,UInt16) OK 84ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(Int64))) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Float32),String OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Float64) OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Float64),String OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Int128) OK 148ms
/aggregate functions/state/argMinState/datatypes/Map(String,Int128),String OK 133ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Float32) OK 124ms
/aggregate functions/state/anyState/Map(Int128,UInt32) OK 102ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Decimal128(38)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Decimal128(38)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(String,Float32),String OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Float64) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Date) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(String,Float64),String OK 96ms
/aggregate functions/state/anyState/Map(Int128,UInt64) OK 82ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(Float64))) OK 88ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Date),String OK 104ms
/aggregate functions/state/anyState/Map(Int128,UInt128) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Decimal128(38)) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(String,Decimal128(38)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,DateTime) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(String,DateTime),String OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Date) OK 113ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(Float64))) OK 106ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(Date))) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,DateTime64(3)) OK 80ms
/aggregate functions/state/argMinState/datatypes/Map(String,Date),String OK 140ms
/aggregate functions/state/anyState/Map(Int128,Int8) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(String,DateTime64(3)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,DateTime) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(Date))) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(String,DateTime),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Bool) OK 115ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Bool),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,DateTime64(3)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(String,DateTime64(3)),String OK 162ms
/aggregate functions/state/anyState/Map(Int128,Int16) OK 128ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Bool) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,String) OK 84ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(Bool))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(String,String),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,FixedString(51)) OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(String,Bool),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(String,FixedString(51)),String OK 91ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(Bool))) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,String) OK 115ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,UUID) OK 94ms
/aggregate functions/state/anyState/Map(Int128,Int32) OK 83ms
/aggregate functions/state/argMinState/datatypes/Map(String,String),String OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(String,UUID),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,FixedString(51)) OK 78ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(UInt8)) OK 87ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 127ms
/aggregate functions/state/anyState/Map(Int128,Int64) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(UInt8)),String OK 119ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(String))) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(String,FixedString(51)),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,UUID) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(UInt16)) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(String,UUID),String OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(UInt16)),String OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 115ms
/aggregate functions/state/anyState/Map(Int128,Int128) OK 90ms
/aggregate functions/state/anyLastState/Map(Int64,LowCardinality(Nullable(UUID))) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(UInt32)) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(UInt8)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(UInt32)),String OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(UInt8)),String OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(UInt16)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(UInt64)) OK 123ms
/aggregate functions/state/anyState/Map(Int128,Float32) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(UInt64)),String OK 79ms
/aggregate functions/state/anyHeavyState/Map(Int64,LowCardinality(Nullable(UUID))) OK 119ms
/aggregate functions/state/anyLastState/Map(Int64,Array(String)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(UInt128)) OK 123ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(UInt16)),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(UInt32)) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(UInt32)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(UInt128)),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(Int8)) OK 77ms
/aggregate functions/state/anyState/Map(Int128,Float64) OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(UInt64)) OK 115ms
/aggregate functions/state/anyHeavyState/Map(Int64,Array(String)) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(UInt64)),String OK 126ms
/aggregate functions/state/anyLastState/Map(Int64,Map(String,LowCardinality(Float64))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(Int8)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(Int16)) OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(UInt128)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(Int16)),String OK 101ms
/aggregate functions/state/anyState/Map(Int128,Decimal128(38)) OK 93ms
/aggregate functions/state/anyHeavyState/Map(Int64,Map(String,LowCardinality(Float64))) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(UInt128)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(Int32)) OK 125ms
/aggregate functions/state/anyLastState/Map(Int64,Tuple(String)) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(Int8)) OK 152ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(Int8)),String OK 137ms
/aggregate functions/state/anyState/Map(Int128,Date) OK 141ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(Int32)),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(Int64)) OK 105ms
/aggregate functions/state/anyHeavyState/Map(Int64,Tuple(String)) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(Int16)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(Int64)),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(Int128)) OK 113ms
/aggregate functions/state/anyLastState/Map(Int128,UInt8) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(Int128)),String OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(Int16)),String OK 101ms
/aggregate functions/state/anyState/Map(Int128,DateTime) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(Int32)) OK 85ms
/aggregate functions/state/anyHeavyState/Map(Int128,UInt8) OK 72ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(Int32)),String OK 109ms
/aggregate functions/state/anyLastState/Map(Int128,UInt16) OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(Float32)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(Float32)),String OK 201ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(Float64)) OK 187ms
/aggregate functions/state/anyState/Map(Int128,DateTime64(3)) OK 193ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(Int64)) OK 167ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(Int64)),String OK 178ms
/aggregate functions/state/anyHeavyState/Map(Int128,UInt16) OK 169ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(Int128)) OK 256ms
/aggregate functions/state/anyLastState/Map(Int128,UInt32) OK 245ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(Float64)),String OK 272ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(Int128)),String OK 191ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(Decimal128(38))) OK 167ms
/aggregate functions/state/anyHeavyState/Map(Int128,UInt32) OK 166ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(Float32)) OK 180ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(Decimal128(38))),String OK 150ms
/aggregate functions/state/anyState/Map(Int128,Bool) OK 177ms
/aggregate functions/state/anyLastState/Map(Int128,UInt64) OK 160ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(Float32)),String OK 166ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(Date)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(Date)),String OK 149ms
/aggregate functions/state/anyHeavyState/Map(Int128,UInt64) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(Float64)) OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(DateTime)) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(Float64)),String OK 97ms
/aggregate functions/state/anyState/Map(Int128,String) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(Decimal128(38))) OK 153ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(DateTime)),String OK 111ms
/aggregate functions/state/anyState/Map(Int128,FixedString(51)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Int128,UInt128) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(DateTime64(3))) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(Decimal128(38))),String OK 104ms
/aggregate functions/state/anyLastState/Map(Int128,UInt128) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(DateTime64(3))),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(Date)) OK 107ms
/aggregate functions/state/anyLastState/Map(Int128,Int8) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(Bool)) OK 127ms
/aggregate functions/state/anyState/Map(Int128,UUID) OK 154ms
/aggregate functions/state/anyHeavyState/Map(Int128,Int8) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(Date)),String OK 144ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(Bool)),String OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(DateTime)) OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(String)) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(DateTime)),String OK 133ms
/aggregate functions/state/anyLastState/Map(Int128,Int16) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(String)),String OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int128,Int16) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(FixedString(51))),String OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(DateTime64(3))) OK 110ms
/aggregate functions/state/anyState/Map(Int128,Nullable(UInt8)) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(DateTime64(3))),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(Bool)) OK 87ms
/aggregate functions/state/anyLastState/Map(Int128,Int32) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Nullable(UUID)) OK 124ms
/aggregate functions/state/anyHeavyState/Map(Int128,Int32) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Nullable(UUID)),String OK 84ms
/aggregate functions/state/anyState/Map(Int128,Nullable(UInt16)) OK 123ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(Bool)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(String)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(String)),String OK 101ms
/aggregate functions/state/anyLastState/Map(Int128,Int64) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(UInt8)) OK 100ms
/aggregate functions/state/anyHeavyState/Map(Int128,Int64) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(UInt8)),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(FixedString(51))) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(FixedString(51))),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Nullable(UUID)) OK 125ms
/aggregate functions/state/anyLastState/Map(Int128,Int128) OK 129ms
/aggregate functions/state/anyState/Map(Int128,Nullable(UInt32)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(UInt16)),String OK 95ms
/aggregate functions/state/anyHeavyState/Map(Int128,Int128) OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(UInt32)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(UInt32)),String OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(String,Nullable(UUID)),String OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(UInt64)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(UInt8)),String OK 110ms
/aggregate functions/state/anyLastState/Map(Int128,Float32) OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(UInt64)),String OK 121ms
/aggregate functions/state/anyState/Map(Int128,Nullable(UInt64)) OK 118ms
/aggregate functions/state/anyHeavyState/Map(Int128,Float32) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(UInt128)) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(UInt128)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(UInt16)),String OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(UInt32)) OK 144ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Int8)) OK 144ms
/aggregate functions/state/anyHeavyState/Map(Int128,Float64) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Int8)),String OK 91ms
/aggregate functions/state/anyState/Map(Int128,Nullable(UInt128)) OK 113ms
/aggregate functions/state/anyLastState/Map(Int128,Float64) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(UInt32)),String OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Int16)) OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(UInt64)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Int16)),String OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(UInt64)),String OK 114ms
/aggregate functions/state/anyLastState/Map(Int128,Decimal128(38)) OK 131ms
/aggregate functions/state/anyHeavyState/Map(Int128,Decimal128(38)) OK 128ms
/aggregate functions/state/anyState/Map(Int128,Nullable(Int8)) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(UInt128)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Int32)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Int32)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(UInt128)),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Int64)) OK 164ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Int8)) OK 122ms
/aggregate functions/state/anyState/Map(Int128,Nullable(Int16)) OK 151ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Int8)),String OK 153ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Int64)),String OK 91ms
/aggregate functions/state/anyLastState/Map(Int128,Date) OK 112ms
/aggregate functions/state/anyHeavyState/Map(Int128,Date) OK 139ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Int128)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Int16)),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Int128)),String OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Int32)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Float32)) OK 95ms
/aggregate functions/state/anyLastState/Map(Int128,DateTime) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Float32)),String OK 99ms
/aggregate functions/state/anyState/Map(Int128,Nullable(Int32)) OK 92ms
/aggregate functions/state/anyHeavyState/Map(Int128,DateTime) OK 76ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Int32)),String OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Int64)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Int64)),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Float64)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Float64)),String OK 120ms
/aggregate functions/state/anyLastState/Map(Int128,DateTime64(3)) OK 101ms
/aggregate functions/state/anyHeavyState/Map(Int128,DateTime64(3)) OK 96ms
/aggregate functions/state/anyState/Map(Int128,Nullable(Int64)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Date)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Int128)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Int128)),String OK 74ms
/aggregate functions/state/anyLastState/Map(Int128,Bool) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Int128,Bool) OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Float32)) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Date)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/anyState/Map(Int128,Nullable(Int128)) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Float32)),String OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(DateTime)),String OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Float64)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Bool)) OK 104ms
/aggregate functions/state/anyLastState/Map(Int128,String) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Bool)),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(String)) OK 110ms
/aggregate functions/state/anyState/Map(Int128,Nullable(Float32)) OK 94ms
/aggregate functions/state/anyHeavyState/Map(Int128,String) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Float64)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Date)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Date)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(String)),String OK 94ms
/aggregate functions/state/anyLastState/Map(Int128,FixedString(51)) OK 113ms
/aggregate functions/state/anyState/Map(Int128,Nullable(Float64)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(FixedString(51))) OK 192ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(FixedString(51))),String OK 200ms
/aggregate functions/state/anyHeavyState/Map(Int128,FixedString(51)) OK 181ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(DateTime)) OK 182ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(DateTime)),String OK 187ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Bool)) OK 156ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(UUID)) OK 213ms
/aggregate functions/state/anyState/Map(Int128,Nullable(Decimal128(38))) OK 222ms
/aggregate functions/state/anyLastState/Map(Int128,UUID) OK 209ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Bool)),String OK 154ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(UUID)),String OK 186ms
/aggregate functions/state/anyHeavyState/Map(Int128,UUID) OK 153ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(String)) OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(UInt8))) OK 167ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(String)),String OK 156ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(UInt8))),String OK 108ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(UInt8)) OK 120ms
/aggregate functions/state/anyState/Map(Int128,Nullable(Date)) OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(UInt8)) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(FixedString(51))),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(UUID)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(UInt16))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(UInt16))),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/state/anyState/Map(Int128,Nullable(DateTime)) OK 113ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(UInt16)) OK 96ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(UInt16)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(UUID)),String OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(UInt8))),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(UInt32))),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(UInt64))) OK 132ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(UInt64))),String OK 118ms
/aggregate functions/state/anyState/Map(Int128,Nullable(DateTime64(3))) OK 93ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(UInt32)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(UInt32)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(UInt16))),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(UInt32))) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(UInt128))) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(UInt128))),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(Int8))) OK 99ms
/aggregate functions/state/anyState/Map(Int128,Nullable(Bool)) OK 98ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(UInt64)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(UInt32))),String OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(UInt64)) OK 81ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(UInt64))),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(Int8))),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(Int16))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(Int16))),String OK 104ms
/aggregate functions/state/anyState/Map(Int128,Nullable(String)) OK 124ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(UInt128)) OK 129ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(UInt128)) OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(UInt128))) OK 138ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(UInt128))),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(Int32))),String OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/state/anyState/Map(Int128,Nullable(FixedString(51))) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(Int8))),String OK 117ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(Int8)) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(Int16))) OK 93ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(Int8)) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(Int16))),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(Int64))),String OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(Int128))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(Int128))),String OK 89ms
/aggregate functions/state/anyState/Map(Int128,Nullable(UUID)) OK 82ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(Int32))) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(Int32))),String OK 159ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(Int16)) OK 148ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(Int16)) OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(Float32))) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(Int64))) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(Float32))),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(Float64))) OK 104ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(UInt8)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(Int64))),String OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(Float64))),String OK 81ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(Date))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(Date))),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(Int128))) OK 118ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(Int32)) OK 121ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(Int32)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(Int128))),String OK 94ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(UInt16)) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(DateTime))) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(DateTime))),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(Bool))) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(Float32))),String OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(Float64))) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(Float64))),String OK 116ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(Int64)) OK 95ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(Int64)) OK 115ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(UInt32)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(Bool))),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(String))),String OK 114ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(Int128)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(Date))) OK 136ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(Date))),String OK 132ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(DateTime))) OK 108ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(Int128)) OK 109ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(UInt64)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(FixedString(51)))) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(FixedString(51)))),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,LowCardinality(Nullable(UUID))) OK 121ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(Float32)) OK 131ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(UInt128)) OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(DateTime))),String OK 160ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(Float32)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(String,LowCardinality(Nullable(UUID))),String OK 147ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(Bool))) OK 135ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(Bool))),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Array(String)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Array(String)),String OK 118ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Int8)) OK 126ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(Float64)) OK 117ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(Float64)) OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(String))) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(String))),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Map(String,LowCardinality(Float64))) OK 179ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Map(String,LowCardinality(Float64))),String OK 172ms
/aggregate functions/state/argMaxState/datatypes/String,Map(String,Tuple(String)) OK 205ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(FixedString(51)))),String OK 184ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(Decimal128(38))) OK 186ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Int16)) OK 185ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(Decimal128(38))) OK 163ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,LowCardinality(Nullable(UUID))) OK 183ms
/aggregate functions/state/argMinState/datatypes/Map(String,LowCardinality(Nullable(UUID))),String OK 191ms
/aggregate functions/state/argMaxState/datatypes/Map(String,Tuple(String)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),UInt8) OK 99ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(Date)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Array(String)) OK 139ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(Date)) OK 103ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Int32)) OK 132ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),UInt8),String OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(String,Array(String)),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),UInt16) OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),UInt16),String OK 96ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(DateTime)) OK 92ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(DateTime)) OK 165ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),UInt32) OK 146ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),UInt32),String OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(String,Map(String,LowCardinality(Float64))),String OK 144ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),UInt64) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(String,Tuple(String)) OK 121ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Int64)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(String,Tuple(String)),String OK 96ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),UInt64),String OK 84ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Int128)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),UInt128) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),UInt8) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),UInt128),String OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),UInt8),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),UInt16) OK 95ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(Bool)) OK 76ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Int8) OK 88ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Float32)) OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),UInt16),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Int8),String OK 106ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(String)) OK 99ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(Bool)) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),UInt32) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Int16) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),UInt32),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Int16),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),UInt64) OK 135ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Float64)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Int32) OK 135ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(FixedString(51))) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),UInt64),String OK 142ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(String)) OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),UInt128) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Int32),String OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Int64) OK 118ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Date)) OK 79ms
/aggregate functions/state/anyLastState/Map(Int128,Nullable(UUID)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),UInt128),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Int8) OK 132ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Int64),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Int128) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Int8),String OK 90ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(FixedString(51))) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Int128),String OK 114ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(DateTime)) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Int16) OK 74ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(UInt8)) OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Float32) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Int16),String OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Float32),String OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Int32) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int128,Nullable(UUID)) OK 125ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Bool)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Float64) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Int32),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Float64),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Decimal128(38)) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Int64) OK 143ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(String)) OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Int64),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Decimal128(38)),String OK 82ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(UInt16)) OK 111ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(UInt8)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Int128) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Date) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Date),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),DateTime) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Int128),String OK 92ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(UInt32)) OK 88ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(FixedString(51))) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Float32) OK 94ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(UInt16)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Float32),String OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),DateTime),String OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),DateTime64(3)) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Float64) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),DateTime64(3)),String OK 105ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(UInt64)) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Float64),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Decimal128(38)) OK 92ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(UInt32)) OK 99ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(UUID)) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Decimal128(38)),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Bool) OK 161ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Bool),String OK 164ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),String) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Date) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Date),String OK 135ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(UInt64)) OK 106ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(UInt128)) OK 105ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),DateTime) OK 179ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),String),String OK 176ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),DateTime),String OK 176ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(UInt128)) OK 136ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Int8)) OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),FixedString(51)) OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),DateTime64(3)) OK 129ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),FixedString(51)),String OK 130ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 108ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Int8)) OK 114ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Int16)) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),DateTime64(3)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),UUID) OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Bool) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),UUID),String OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Bool),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(UInt8)) OK 99ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Int16)) OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),String) OK 142ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),String),String OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(UInt8)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(UInt16)) OK 103ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Int32)) OK 92ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),FixedString(51)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(UInt16)),String OK 111ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(UInt32)) OK 185ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Int64)) OK 162ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),FixedString(51)),String OK 164ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(UInt32)),String OK 166ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Int32)) OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),UUID) OK 161ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),UUID),String OK 165ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(UInt64)) OK 158ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(Int8))) OK 130ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Int128)) OK 185ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(Int16))) OK 166ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Int64)) OK 159ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(UInt8)) OK 186ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(UInt64)),String OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(UInt128)) OK 156ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(UInt8)),String OK 156ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(UInt128)),String OK 165ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(UInt16)) OK 169ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(Int8)) OK 152ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Int128)) OK 179ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(Int32))) OK 164ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(Int8)),String OK 166ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(UInt16)),String OK 147ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Float32)) OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(Int16)) OK 156ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(UInt32)) OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(UInt32)),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(UInt64)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(Int16)),String OK 246ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(UInt64)),String OK 245ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Float64)) OK 211ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(Int64))) OK 201ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(UInt128)) OK 222ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(Int32)) OK 188ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Float32)) OK 204ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(Int32)),String OK 205ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(UInt128)),String OK 165ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(Int64)) OK 123ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(Int128))) OK 119ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Date)) OK 133ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Float64)) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(Int64)),String OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(Int8)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(Int128)) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(Int8)),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(Int16)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(Int128)),String OK 142ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(Float32))) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(Int16)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(Float32)) OK 89ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(DateTime)) OK 144ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Date)) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(Int32)) OK 82ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(Float32)),String OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(Int32)),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(Float64)) OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(Int64)) OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(Int64)),String OK 117ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(Float64))) OK 116ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(DateTime)) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(Float64)),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(Int128)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(Decimal128(38))) OK 92ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Bool)) OK 88ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Bool)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(Decimal128(38))),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(Date)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(Int128)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(Float32)) OK 94ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(Date))) OK 103ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(String)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(Date)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(Float32)),String OK 83ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(String)) OK 70ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(Float64)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(Float64)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(DateTime)) OK 131ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(DateTime)),String OK 105ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(FixedString(51))) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(Decimal128(38))) OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(DateTime64(3))) OK 103ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(FixedString(51))) OK 129ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(Decimal128(38))),String OK 141ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(Date)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(DateTime64(3))),String OK 112ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(Bool))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(Bool)) OK 90ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(UUID)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(Bool)),String OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(Date)),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(UUID)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(String)) OK 130ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(String))) OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(DateTime)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(String)),String OK 108ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 127ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(DateTime)),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(FixedString(51))) OK 118ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(DateTime64(3))) OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(DateTime64(3))),String OK 160ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(FixedString(51))),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(Bool)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Nullable(UUID)) OK 126ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Nullable(UUID)),String OK 134ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(Bool)),String OK 136ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 88ms
/aggregate functions/state/anyState/Map(Int128,LowCardinality(Nullable(UUID))) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(String)) OK 123ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(UInt8)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(UInt8)),String OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(String)),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(UInt16)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(FixedString(51))) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(UInt16)),String OK 91ms
/aggregate functions/state/anyState/Map(Int128,Array(String)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(UInt32)) OK 109ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(FixedString(51))),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Nullable(UUID)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Nullable(UUID)),String OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(UInt32)),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(UInt64)) OK 94ms
/aggregate functions/state/anyState/Map(Int128,Map(String,LowCardinality(Float64))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(UInt64)),String OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(UInt8)) OK 209ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(UInt8)),String OK 85ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(UInt16)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(UInt128)) OK 183ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(UInt128)),String OK 164ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(UInt16)),String OK 187ms
/aggregate functions/state/anyState/Map(Int128,Tuple(String)) OK 170ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(Int16))) OK 169ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(Int8))) OK 184ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Int8)) OK 168ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(UInt32)) OK 188ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(UInt32)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Int8)),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Int16)) OK 79ms
/aggregate functions/state/anyState/Map(Date,UInt8) OK 83ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(Int32))) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(UInt64)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Int16)),String OK 132ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(Int16))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Int32)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Int32)),String OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(UInt64)),String OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(UInt128)) OK 102ms
/aggregate functions/state/anyState/Map(Date,UInt16) OK 80ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(Int64))) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(UInt128)),String OK 163ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Int8)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Int64)) OK 103ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(Int32))) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Int8)),String OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Int64)),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Int128)) OK 105ms
/aggregate functions/state/anyState/Map(Date,UInt32) OK 115ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Int16)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Int128)),String OK 113ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(Int64))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Float32)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Int16)),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Float32)),String OK 111ms
/aggregate functions/state/anyState/Map(Date,UInt64) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Int32)) OK 114ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(Float32))) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Float64)) OK 154ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(Int128))) OK 142ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Float64)),String OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Int32)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Date)) OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Int64)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Int64)),String OK 115ms
/aggregate functions/state/anyState/Map(Date,UInt128) OK 109ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(Float64))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Date)),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Int128)) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Int128)),String OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(DateTime)) OK 139ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(Float32))) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(DateTime)),String OK 125ms
/aggregate functions/state/anyState/Map(Date,Int8) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Float32)) OK 126ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(Date))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Bool)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Float32)),String OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Float64)) OK 146ms
/aggregate functions/state/anyState/Map(Date,Int16) OK 150ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Bool)),String OK 156ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(Float64))) OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(String)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Float64)),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(String)),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Date)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(FixedString(51))) OK 132ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(Bool))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(FixedString(51))),String OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Date)),String OK 97ms
/aggregate functions/state/anyState/Map(Date,Int32) OK 89ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(Date))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(UUID)) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(DateTime)) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(DateTime)),String OK 101ms
/aggregate functions/state/anyState/Map(Date,Int64) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Bool)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(UUID)),String OK 136ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(String))) OK 137ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 114ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 128ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt8))),String OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Bool)),String OK 92ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(String)) OK 107ms
/aggregate functions/state/anyState/Map(Date,Int128) OK 80ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(String)),String OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 176ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(FixedString(51))) OK 186ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt16))),String OK 177ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 158ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(FixedString(51))),String OK 173ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(Bool))) OK 167ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 154ms
/aggregate functions/state/anyState/Map(Date,Float32) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(UUID)) OK 115ms
/aggregate functions/state/anyState/Map(Date,Float64) OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt32))),String OK 147ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 154ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(UUID)),String OK 132ms
/aggregate functions/state/anyHeavyState/Map(Int128,LowCardinality(Nullable(UUID))) OK 143ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt64))),String OK 165ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 157ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(String))) OK 147ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt8))),String OK 147ms
/aggregate functions/state/anyState/Map(Date,Decimal128(38)) OK 141ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 163ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 132ms
/aggregate functions/state/anyHeavyState/Map(Int128,Array(String)) OK 176ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt128))),String OK 158ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 154ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt16))),String OK 155ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 158ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 159ms
/aggregate functions/state/anyState/Map(Date,Date) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int8))),String OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt32))),String OK 164ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 122ms
/aggregate functions/state/anyLastState/Map(Int128,LowCardinality(Nullable(UUID))) OK 159ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 115ms
/aggregate functions/state/anyHeavyState/Map(Int128,Map(String,LowCardinality(Float64))) OK 153ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt64))),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int16))),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 113ms
/aggregate functions/state/anyState/Map(Date,DateTime) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int32))),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UInt128))),String OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 129ms
/aggregate functions/state/anyLastState/Map(Int128,Array(String)) OK 114ms
/aggregate functions/state/anyHeavyState/Map(Int128,Tuple(String)) OK 95ms
/aggregate functions/state/anyState/Map(Date,DateTime64(3)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int64))),String OK 76ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int8))),String OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int128))),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 107ms
/aggregate functions/state/anyState/Map(Date,Bool) OK 110ms
/aggregate functions/state/anyHeavyState/Map(Date,UInt8) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 95ms
/aggregate functions/state/anyLastState/Map(Int128,Map(String,LowCardinality(Float64))) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int16))),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Float32))),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Float64))),String OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int32))),String OK 110ms
/aggregate functions/state/anyState/Map(Date,String) OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 126ms
/aggregate functions/state/anyLastState/Map(Int128,Tuple(String)) OK 126ms
/aggregate functions/state/anyHeavyState/Map(Date,UInt16) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int64))),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Date))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Date))),String OK 104ms
/aggregate functions/state/anyState/Map(Date,FixedString(51)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/anyHeavyState/Map(Date,UInt32) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Int128))),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(DateTime))),String OK 86ms
/aggregate functions/state/anyLastState/Map(Date,UInt8) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 102ms
/aggregate functions/state/anyState/Map(Date,UUID) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Float32))),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Bool))),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(String))) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 116ms
/aggregate functions/state/anyHeavyState/Map(Date,UInt64) OK 117ms
/aggregate functions/state/anyLastState/Map(Date,UInt16) OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Float64))),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(String))),String OK 105ms
/aggregate functions/state/anyState/Map(Date,Nullable(UInt8)) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))),String OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Date))),String OK 129ms
/aggregate functions/state/anyHeavyState/Map(Date,UInt128) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 114ms
/aggregate functions/state/anyState/Map(Date,Nullable(UInt16)) OK 122ms
/aggregate functions/state/anyLastState/Map(Date,UInt32) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UUID))),String OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(DateTime))),String OK 105ms
/aggregate functions/state/anyHeavyState/Map(Date,Int8) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Array(String)) OK 156ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(Bool))),String OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Array(String)),String OK 122ms
/aggregate functions/state/anyState/Map(Date,Nullable(UInt32)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 117ms
/aggregate functions/state/anyLastState/Map(Date,UInt64) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(String))) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(String))),String OK 139ms
/aggregate functions/state/anyHeavyState/Map(Date,Int16) OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))),String OK 117ms
/aggregate functions/state/anyState/Map(Date,Nullable(UInt64)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Map(String,LowCardinality(Float64))),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(FixedString(51),Tuple(String)) OK 75ms
/aggregate functions/state/argMaxState/datatypes/Map(FixedString(51),Tuple(String)),String OK 95ms
/aggregate functions/state/anyLastState/Map(Date,UInt128) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,UInt8) OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,UInt8),String OK 151ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),LowCardinality(Nullable(UUID))),String OK 110ms
/aggregate functions/state/anyHeavyState/Map(Date,Int32) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Array(String)) OK 125ms
/aggregate functions/state/anyState/Map(Date,Nullable(UInt128)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,UInt16) OK 97ms
/aggregate functions/state/anyLastState/Map(Date,Int8) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,UInt16),String OK 83ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Array(String)),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,UInt32) OK 151ms
/aggregate functions/state/anyHeavyState/Map(Date,Int64) OK 133ms
/aggregate functions/state/anyLastState/Map(Date,Int16) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Map(String,LowCardinality(Float64))),String OK 99ms
/aggregate functions/state/anyState/Map(Date,Nullable(Int8)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,UInt32),String OK 86ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,UInt64) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(FixedString(51),Tuple(String)) OK 82ms
/aggregate functions/state/anyLastState/Map(Date,Int32) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(FixedString(51),Tuple(String)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,UInt64),String OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,UInt8) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,UInt128) OK 90ms
/aggregate functions/state/anyState/Map(Date,Nullable(Int16)) OK 100ms
/aggregate functions/state/anyHeavyState/Map(Date,Int128) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,UInt128),String OK 88ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,UInt8),String OK 89ms
/aggregate functions/state/anyLastState/Map(Date,Int64) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Int8) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,UInt16) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,UInt16),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(Date,Float32) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Int8),String OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Int16) OK 110ms
/aggregate functions/state/anyState/Map(Date,Nullable(Int32)) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,UInt32) OK 94ms
/aggregate functions/state/anyLastState/Map(Date,Int128) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,UInt32),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Int16),String OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,UInt64) OK 119ms
/aggregate functions/state/anyHeavyState/Map(Date,Float64) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Int32) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,UInt64),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Int32),String OK 136ms
/aggregate functions/state/anyState/Map(Date,Nullable(Int64)) OK 78ms
/aggregate functions/state/anyLastState/Map(Date,Float32) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,UInt128) OK 85ms
/aggregate functions/state/anyState/Map(Date,Nullable(Int128)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Int64) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,UInt128),String OK 88ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Int64),String OK 88ms
/aggregate functions/state/anyHeavyState/Map(Date,Decimal128(38)) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Int8) OK 109ms
/aggregate functions/state/anyLastState/Map(Date,Float64) OK 81ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Int128) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Int8),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Int16) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Int128),String OK 84ms
/aggregate functions/state/anyState/Map(Date,Nullable(Float32)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Float32) OK 92ms
/aggregate functions/state/anyLastState/Map(Date,Decimal128(38)) OK 99ms
/aggregate functions/state/anyHeavyState/Map(Date,Date) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Float32),String OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Int16),String OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Int32) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Float64) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Float64),String OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Int32),String OK 93ms
/aggregate functions/state/anyLastState/Map(Date,Date) OK 109ms
/aggregate functions/state/anyState/Map(Date,Nullable(Float64)) OK 109ms
/aggregate functions/state/anyHeavyState/Map(Date,DateTime) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Int64) OK 191ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Decimal128(38)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Int64),String OK 184ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Decimal128(38)),String OK 180ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Date) OK 157ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Int128) OK 148ms
/aggregate functions/state/anyHeavyState/Map(Date,DateTime64(3)) OK 194ms
/aggregate functions/state/anyLastState/Map(Date,DateTime) OK 185ms
/aggregate functions/state/anyState/Map(Date,Nullable(Decimal128(38))) OK 171ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Date),String OK 175ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Int128),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Float32) OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,DateTime) OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Float32),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,DateTime),String OK 94ms
/aggregate functions/state/anyState/Map(Date,Nullable(Date)) OK 116ms
/aggregate functions/state/anyHeavyState/Map(Date,Bool) OK 113ms
/aggregate functions/state/anyLastState/Map(Date,DateTime64(3)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,DateTime64(3)) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Float64) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,DateTime64(3)),String OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Float64),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Bool) OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Decimal128(38)) OK 103ms
/aggregate functions/state/anyLastState/Map(Date,Bool) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Bool),String OK 121ms
/aggregate functions/state/anyState/Map(Date,Nullable(DateTime)) OK 102ms
/aggregate functions/state/anyHeavyState/Map(Date,String) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,String) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,String),String OK 167ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Decimal128(38)),String OK 156ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Date) OK 128ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Date),String OK 132ms
/aggregate functions/state/anyState/Map(Date,Nullable(DateTime64(3))) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Date,FixedString(51)) OK 106ms
/aggregate functions/state/anyLastState/Map(Date,String) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,FixedString(51)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,FixedString(51)),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,DateTime) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,DateTime),String OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,DateTime64(3)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,UUID) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,UUID),String OK 99ms
/aggregate functions/state/anyLastState/Map(Date,FixedString(51)) OK 128ms
/aggregate functions/state/anyState/Map(Date,Nullable(Bool)) OK 127ms
/aggregate functions/state/anyHeavyState/Map(Date,UUID) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(UInt8)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,DateTime64(3)),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Bool) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Bool),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(UInt8)),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(UInt16)) OK 79ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(UInt8)) OK 112ms
/aggregate functions/state/anyLastState/Map(Date,UUID) OK 97ms
/aggregate functions/state/anyState/Map(Date,Nullable(String)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(UInt16)),String OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,String) OK 110ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,String),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,FixedString(51)) OK 218ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(UInt32)) OK 217ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(UInt32)),String OK 219ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(UInt8)) OK 223ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(UInt64)) OK 258ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(UInt16)) OK 252ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,FixedString(51)),String OK 216ms
/aggregate functions/state/anyState/Map(Date,Nullable(FixedString(51))) OK 225ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,UUID) OK 230ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,UUID),String OK 132ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(UInt64)),String OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(UInt128)) OK 112ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(UInt16)) OK 80ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(UInt8)) OK 83ms
/aggregate functions/state/anyState/Map(Date,Nullable(UUID)) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(UInt8)),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(UInt128)),String OK 98ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(UInt32)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(Int8)) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(UInt16)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(Int8)),String OK 92ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(UInt32)) OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(UInt16)),String OK 86ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(UInt8)) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(Int16)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(UInt64)) OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(UInt32)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(Int16)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(Int32)) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(UInt32)),String OK 91ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(UInt64)) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(UInt64)) OK 92ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(Int32)),String OK 77ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(UInt64)),String OK 151ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(Int64)) OK 155ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(UInt128)) OK 131ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(UInt128)) OK 145ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(UInt128)),String OK 135ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(UInt128)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(Int64)),String OK 119ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(Int128)) OK 115ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(Int8)) OK 134ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(Int8)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(Int128)),String OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(Int8)),String OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(Int16)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(Float32)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(Int8)) OK 139ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(Float32)),String OK 82ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(UInt128)) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(Int16)),String OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(Float64)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(Float64)),String OK 130ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(Int16)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(Decimal128(38))) OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(Int32)) OK 103ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Int8)) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(Int32)),String OK 98ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(Int16)) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(Int64)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(Decimal128(38))),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(Date)) OK 117ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Int16)) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(Int64)),String OK 121ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(Int32)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(Date)),String OK 90ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(Int32)) OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(Int128)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(Int128)),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(DateTime)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(DateTime)),String OK 138ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(DateTime64(3))) OK 152ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Int32)) OK 116ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(Int64)) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(Float32)) OK 145ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(Float32)),String OK 146ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(Int64)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(DateTime64(3))),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(Float64)) OK 77ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(Int128)) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(Float64)),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(Bool)) OK 109ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Int64)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(Bool)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(String)) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(Int128)) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(Decimal128(38))),String OK 97ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Int128)) OK 118ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(Float32)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(String)),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(Date)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(FixedString(51))) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(Date)),String OK 107ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(Float32)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(FixedString(51))),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(DateTime)) OK 104ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Float32)) OK 120ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(Float64)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(DateTime)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Nullable(UUID)) OK 144ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Nullable(UUID)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(UInt8)) OK 130ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(Float64)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(DateTime64(3))),String OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(Bool)) OK 147ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Float64)) OK 130ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(Decimal128(38))) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(Bool)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(UInt8)),String OK 104ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(Decimal128(38))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(UInt16)) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(String)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(UInt16)),String OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(String)),String OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(UInt32)) OK 105ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(Date)) OK 131ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(Date)) OK 127ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Date)) OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(FixedString(51))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(UInt32)),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(FixedString(51))),String OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(UInt64)),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(UInt128)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(UInt128)),String OK 150ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Nullable(UUID)) OK 139ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(DateTime)) OK 96ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(DateTime)) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Nullable(UUID)),String OK 95ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(DateTime)) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(UInt8)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Int8)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Int8)),String OK 118ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(DateTime64(3))) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(UInt8)),String OK 94ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Bool)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(DateTime64(3))) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(UInt16)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Int16)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(UInt16)),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Int16)),String OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(UInt32)) OK 101ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(Bool)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Int32)) OK 109ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(String)) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(UInt32)),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(UInt64)) OK 99ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(Bool)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Int32)),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Int64)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(UInt64)),String OK 89ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(String)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Int64)),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(UInt128)) OK 150ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(UInt128)),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Int128)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(String)) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Int128)),String OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Int8)) OK 93ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(UUID)) OK 93ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(FixedString(51))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Float32)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Int8)),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Float32)),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Float64)) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Int16)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Int16)),String OK 96ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/anyLastState/Map(Date,Nullable(UUID)) OK 82ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Int32)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Float64)),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Date)) OK 115ms
/aggregate functions/state/anyHeavyState/Map(Date,Nullable(UUID)) OK 105ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(UInt16))) OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Int32)),String OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Int64)) OK 89ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(UInt8)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Date)),String OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(DateTime)) OK 129ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(UInt8)) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Int64)),String OK 152ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(DateTime)),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Int128)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Int128)),String OK 135ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(UInt16)) OK 132ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Bool)) OK 92ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(UInt16)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Bool)),String OK 145ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(UInt64))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(String)) OK 128ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(String)),String OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(UInt32)) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Float32)),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Float64)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Float64)),String OK 108ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(UInt32)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(FixedString(51))) OK 129ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(UInt128))) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(FixedString(51))),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Date)) OK 122ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(UInt64)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Date)),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(UUID)) OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(DateTime)) OK 101ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(UInt64)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(UUID)),String OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(DateTime)),String OK 165ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(UInt128)) OK 154ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt8))) OK 172ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(Int8))) OK 147ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(UInt8))),String OK 152ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Bool)) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Bool)),String OK 96ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(UInt128)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt16))) OK 92ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(String)) OK 212ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Int8)) OK 195ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(Int16))) OK 168ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(String)),String OK 195ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(UInt16))),String OK 191ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(FixedString(51))) OK 161ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Int8)) OK 190ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt32))) OK 156ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(UInt32))),String OK 166ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(FixedString(51))),String OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt64))) OK 122ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Int16)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(UInt64))),String OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(UUID)) OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt128))) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(UUID)),String OK 121ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Int16)) OK 92ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(Int64))) OK 124ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Int32)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(UInt128))),String OK 178ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(Int8))) OK 171ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Int32)) OK 147ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt8))) OK 174ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(Int8))),String OK 168ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(UInt8))),String OK 153ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt16))) OK 113ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(Int128))) OK 108ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Int64)) OK 104ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(UInt16))),String OK 77ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Int64)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(Int16))) OK 162ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(Int16))),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt32))) OK 116ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(Int32))) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(UInt32))),String OK 146ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Int128)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt64))) OK 117ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Int128)) OK 85ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(Float64))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(Int32))),String OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(UInt64))),String OK 95ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Float32)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(Int64))),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(UInt128))) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(UInt128))),String OK 93ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Float32)) OK 95ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(Int8))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(Int128))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(Int128))),String OK 110ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Float64)) OK 95ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(Int8))),String OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(Int16))) OK 106ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Float64)) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(Float32))) OK 110ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Date)) OK 131ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(Int16))),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(Float32))),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(Float64))) OK 110ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Date)) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(Int32))) OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(Int32))),String OK 102ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(Bool))) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(Float64))),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(DateTime)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(Date))) OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(Date))),String OK 94ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(DateTime)) OK 88ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(Int64))),String OK 100ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(String))) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(Int128))),String OK 84ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Bool)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(DateTime))),String OK 123ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Bool)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(Float32))) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(Float32))),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(Bool))) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(Float64))) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(Bool))),String OK 104ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(String)) OK 210ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(String)) OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(String))) OK 165ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(Float64))),String OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(Date))) OK 159ms
/aggregate functions/state/anyState/Map(Date,LowCardinality(Nullable(UUID))) OK 153ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(String))),String OK 159ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(Date))),String OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(DateTime))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(FixedString(51)))),String OK 75ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(FixedString(51))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,LowCardinality(Nullable(UUID))) OK 111ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(DateTime))),String OK 97ms
/aggregate functions/state/anyState/Map(Date,Array(String)) OK 99ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(FixedString(51))) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,LowCardinality(Nullable(UUID))),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Array(String)) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(Bool))),String OK 91ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(UUID)) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(String))) OK 127ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(String))),String OK 115ms
/aggregate functions/state/anyState/Map(Date,Map(String,LowCardinality(Float64))) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Array(String)),String OK 93ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(UUID)) OK 81ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Map(String,LowCardinality(Float64))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Map(String,LowCardinality(Float64))),String OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(UInt8))) OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(UUID,Tuple(String)) OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(FixedString(51)))),String OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,LowCardinality(Nullable(UUID))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(UUID,Tuple(String)),String OK 107ms
/aggregate functions/state/anyState/Map(Date,Tuple(String)) OK 152ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),UInt8) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,LowCardinality(Nullable(UUID))),String OK 127ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(UInt16))) OK 129ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),UInt8),String OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Array(String)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),UInt16) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Array(String)),String OK 83ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),UInt16),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Map(String,LowCardinality(Float64))) OK 123ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/state/anyState/Map(DateTime,UInt8) OK 79ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),UInt32) OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Map(String,LowCardinality(Float64))),String OK 164ms
/aggregate functions/state/argMinState/datatypes/String,Map(UUID,Tuple(String)) OK 175ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(UInt32))) OK 168ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),UInt32),String OK 181ms
/aggregate functions/state/anyState/Map(DateTime,UInt16) OK 143ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(UInt64))) OK 154ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),UInt64) OK 146ms
/aggregate functions/state/argMinState/datatypes/Map(UUID,Tuple(String)),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),UInt64),String OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),UInt8) OK 143ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),UInt8),String OK 178ms
/aggregate functions/state/anyState/Map(DateTime,UInt32) OK 179ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(UInt64))) OK 151ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),UInt16) OK 174ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),UInt128) OK 134ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(UInt128))) OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),UInt128),String OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Int8) OK 146ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),UInt16),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Int8),String OK 163ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Int16) OK 132ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(UInt128))) OK 130ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(Int8))) OK 137ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Int16),String OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),UInt32) OK 95ms
/aggregate functions/state/anyState/Map(DateTime,UInt64) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),UInt32),String OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),UInt64) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),UInt64),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Int32) OK 114ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(Int8))) OK 125ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(Int16))) OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),UInt128) OK 108ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Int32),String OK 124ms
/aggregate functions/state/anyState/Map(DateTime,UInt128) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Int64) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),UInt128),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Int8) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Int64),String OK 177ms
/aggregate functions/state/anyState/Map(DateTime,Int8) OK 159ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Int8),String OK 103ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(Int16))) OK 119ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(Int32))) OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Int128) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Int128),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Int16) OK 135ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Int16),String OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Int32) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Float32) OK 100ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(Int32))) OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Float32),String OK 103ms
/aggregate functions/state/anyState/Map(DateTime,Int16) OK 101ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(Int64))) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Int32),String OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Float64) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Int64) OK 75ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Int64),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Float64),String OK 121ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(Int64))) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Decimal128(38)) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Int128) OK 110ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/state/anyState/Map(DateTime,Int32) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Int128),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Decimal128(38)),String OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Float32) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Date) OK 98ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(Int128))) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Date),String OK 118ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(Float32))) OK 152ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Float32),String OK 145ms
/aggregate functions/state/anyState/Map(DateTime,Int64) OK 137ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Float64) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),DateTime) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),DateTime),String OK 90ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(Float32))) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Float64),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),DateTime64(3)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Decimal128(38)) OK 99ms
/aggregate functions/state/anyState/Map(DateTime,Int128) OK 109ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(Float64))) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Decimal128(38)),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),DateTime64(3)),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Bool) OK 91ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Date) OK 83ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Date),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Bool),String OK 162ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(Date))) OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),String) OK 164ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),DateTime) OK 149ms
/aggregate functions/state/anyState/Map(DateTime,Float32) OK 160ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),String),String OK 142ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(Date))) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),DateTime),String OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),DateTime64(3)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),FixedString(51)) OK 155ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(DateTime))) OK 136ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(DateTime))) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),DateTime64(3)),String OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),FixedString(51)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),UUID) OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Bool) OK 90ms
/aggregate functions/state/anyState/Map(DateTime,Float64) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Bool),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),String) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),UUID),String OK 154ms
/aggregate functions/state/anyState/Map(DateTime,Decimal128(38)) OK 149ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(Bool))) OK 146ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(Bool))) OK 133ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(UInt8)) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),String),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(UInt8)),String OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),FixedString(51)) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),FixedString(51)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(UInt16)) OK 77ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),UUID) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(UInt16)),String OK 97ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(String))) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(UInt32)) OK 113ms
/aggregate functions/state/anyState/Map(DateTime,Date) OK 102ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(String))) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),UUID),String OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(UInt32)),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(UInt8)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(UInt64)) OK 169ms
/aggregate functions/state/anyState/Map(DateTime,DateTime) OK 218ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(UInt8)),String OK 185ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(UInt64)),String OK 206ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 208ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 212ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(UInt16)) OK 191ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(UInt128)) OK 156ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(UInt16)),String OK 169ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(UInt128)),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(UInt32)) OK 78ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(Int8)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(Int8)),String OK 107ms
/aggregate functions/state/anyState/Map(DateTime,DateTime64(3)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(UInt32)),String OK 92ms
/aggregate functions/state/anyHeavyState/Map(Date,LowCardinality(Nullable(UUID))) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(UInt64)) OK 118ms
/aggregate functions/state/anyLastState/Map(Date,LowCardinality(Nullable(UUID))) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(Int16)) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(UInt64)),String OK 209ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(UInt128)) OK 173ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(Int16)),String OK 175ms
/aggregate functions/state/anyLastState/Map(Date,Array(String)) OK 163ms
/aggregate functions/state/anyState/Map(DateTime,Bool) OK 160ms
/aggregate functions/state/anyHeavyState/Map(Date,Array(String)) OK 154ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(Int32)) OK 141ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(UInt128)),String OK 151ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(Int32)),String OK 222ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(Int8)) OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(Int64)) OK 135ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(Int8)),String OK 118ms
/aggregate functions/state/anyLastState/Map(Date,Map(String,LowCardinality(Float64))) OK 140ms
/aggregate functions/state/anyHeavyState/Map(Date,Map(String,LowCardinality(Float64))) OK 124ms
/aggregate functions/state/anyState/Map(DateTime,String) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(Int64)),String OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(Int16)) OK 88ms
/aggregate functions/state/anyState/Map(DateTime,FixedString(51)) OK 82ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(Int16)),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(Int128)) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(Int32)) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(Int32)),String OK 131ms
/aggregate functions/state/anyHeavyState/Map(Date,Tuple(String)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(Int128)),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(Float32)) OK 102ms
/aggregate functions/state/anyLastState/Map(Date,Tuple(String)) OK 80ms
/aggregate functions/state/anyState/Map(DateTime,UUID) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(Int64)) OK 92ms
/aggregate functions/state/anyLastState/Map(DateTime,UInt8) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(Float32)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(Int64)),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(Float64)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(Float64)),String OK 139ms
/aggregate functions/state/anyHeavyState/Map(DateTime,UInt8) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(Int128)) OK 103ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(UInt8)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(Int128)),String OK 113ms
/aggregate functions/state/anyLastState/Map(DateTime,UInt16) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(Decimal128(38))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(Decimal128(38))),String OK 123ms
/aggregate functions/state/anyHeavyState/Map(DateTime,UInt16) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(Float32)) OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(Float32)),String OK 115ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(UInt16)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(Date)) OK 92ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(Float64)) OK 98ms
/aggregate functions/state/anyLastState/Map(DateTime,UInt32) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(Date)),String OK 91ms
/aggregate functions/state/anyHeavyState/Map(DateTime,UInt32) OK 114ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(DateTime)) OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(Float64)),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(Decimal128(38))) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(DateTime)),String OK 111ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(UInt32)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(Decimal128(38))),String OK 109ms
/aggregate functions/state/anyLastState/Map(DateTime,UInt64) OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(DateTime64(3))) OK 93ms
/aggregate functions/state/anyHeavyState/Map(DateTime,UInt64) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(DateTime64(3))),String OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(Date)) OK 106ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(UInt64)) OK 158ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(Date)),String OK 136ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(Bool)) OK 147ms
/aggregate functions/state/anyLastState/Map(DateTime,UInt128) OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(DateTime)) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(Bool)),String OK 133ms
/aggregate functions/state/anyHeavyState/Map(DateTime,UInt128) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(DateTime)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(String)) OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(DateTime64(3))) OK 142ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(DateTime64(3))),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(String)),String OK 95ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(UInt128)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(FixedString(51))) OK 110ms
/aggregate functions/state/anyLastState/Map(DateTime,Int8) OK 92ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Int8) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(Bool)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(FixedString(51))),String OK 115ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(Int8)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Nullable(UUID)) OK 84ms
/aggregate functions/state/anyLastState/Map(DateTime,Int16) OK 118ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Int16) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Nullable(UUID)),String OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(Bool)),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(String)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(String)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt8)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(UInt8)),String OK 89ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(Int16)) OK 91ms
/aggregate functions/state/anyLastState/Map(DateTime,Int32) OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(FixedString(51))) OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt16)) OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(FixedString(51))),String OK 97ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Int32) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Nullable(UUID)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(UInt16)),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt32)) OK 103ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(Int32)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(UInt32)),String OK 130ms
/aggregate functions/state/anyLastState/Map(DateTime,Int64) OK 135ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Nullable(UUID)),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt8)) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt64)) OK 156ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Int64) OK 134ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(UInt8)),String OK 111ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(Int64)) OK 132ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(UInt64)),String OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt16)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt128)) OK 108ms
/aggregate functions/state/anyLastState/Map(DateTime,Int128) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(UInt16)),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Int128) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt32)) OK 108ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(Int128)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(UInt128)),String OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Int8)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Int8)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(UInt32)),String OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt64)) OK 110ms
/aggregate functions/state/anyLastState/Map(DateTime,Float32) OK 136ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Float32) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Int16)) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(UInt64)),String OK 103ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(Float32)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Int16)),String OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(UInt128)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Int32)) OK 78ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(UInt128)),String OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Int32)),String OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Int8)) OK 102ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(Float64)) OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Int64)) OK 136ms
/aggregate functions/state/anyLastState/Map(DateTime,Float64) OK 126ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Float64) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Int64)),String OK 118ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Int8)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Int16)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Int16)),String OK 142ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(Decimal128(38))) OK 157ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Int128)) OK 154ms
/aggregate functions/state/anyLastState/Map(DateTime,Decimal128(38)) OK 132ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Decimal128(38)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Int128)),String OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Int32)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Float32)) OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Int32)),String OK 100ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Date) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Int64)) OK 136ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Float32)),String OK 139ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Int64)),String OK 98ms
/aggregate functions/state/anyLastState/Map(DateTime,Date) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Float64)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Float64)),String OK 93ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(Date)) OK 117ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Int128)) OK 114ms
/aggregate functions/state/anyHeavyState/Map(DateTime,DateTime) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Int128)),String OK 110ms
/aggregate functions/state/anyLastState/Map(DateTime,DateTime) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Float32)) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Date)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Date)),String OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(DateTime)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Float32)),String OK 117ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(DateTime)) OK 89ms
/aggregate functions/state/anyHeavyState/Map(DateTime,DateTime64(3)) OK 93ms
/aggregate functions/state/anyLastState/Map(DateTime,DateTime64(3)) OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Float64)) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Float64)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(DateTime)),String OK 138ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(DateTime64(3))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Bool)) OK 140ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Bool)),String OK 139ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Bool) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Date)) OK 116ms
/aggregate functions/state/anyLastState/Map(DateTime,Bool) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Date)),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(Bool)) OK 101ms
/aggregate functions/state/anyHeavyState/Map(DateTime,String) OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(String)) OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(DateTime)),String OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(String)),String OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 125ms
/aggregate functions/state/anyLastState/Map(DateTime,String) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Bool)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Bool)),String OK 129ms
/aggregate functions/state/anyHeavyState/Map(DateTime,FixedString(51)) OK 215ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(String)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(FixedString(51))),String OK 282ms
/aggregate functions/state/anyLastState/Map(DateTime,FixedString(51)) OK 246ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(String)) OK 272ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(String)),String OK 235ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(UUID)) OK 249ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(UUID)),String OK 258ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 225ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(FixedString(51))) OK 205ms
/aggregate functions/state/anyHeavyState/Map(DateTime,UUID) OK 113ms
/aggregate functions/state/anyLastState/Map(DateTime,UUID) OK 155ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(FixedString(51))),String OK 154ms
/aggregate functions/state/anyState/Map(DateTime,Nullable(UUID)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 126ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(UInt8)) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(UUID)) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))),String OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(UUID)),String OK 118ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 99ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(UInt16)) OK 181ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(UInt8)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 126ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))),String OK 153ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(UInt8)) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))),String OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))),String OK 77ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 143ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))),String OK 117ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(UInt16)) OK 99ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(UInt16)) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 103ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(UInt32)) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 94ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(UInt32)) OK 117ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(UInt32)) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))),String OK 147ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))),String OK 147ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 122ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(UInt64)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int8))),String OK 98ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))),String OK 101ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(UInt64)) OK 79ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 153ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(UInt128)) OK 149ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int8))),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int16))),String OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 125ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(UInt128)) OK 201ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(UInt128)) OK 199ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int32))),String OK 127ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int16))),String OK 145ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 140ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(Int8)) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int32))),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int64))),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 149ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 128ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Int8)) OK 148ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(Int8)) OK 135ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int128))),String OK 144ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int64))),String OK 228ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(Int16)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 125ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Int128))),String OK 192ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 209ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Float32))),String OK 183ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(Int16)) OK 197ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(Int32)) OK 187ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 210ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Int16)) OK 199ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Float64))),String OK 194ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Float32))),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 106ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(Int64)) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Float64))),String OK 130ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(Int32)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Date))),String OK 93ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Int32)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 121ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Date))),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 94ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Int64)) OK 96ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(Int64)) OK 120ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(Int128)) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))),String OK 122ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Bool))),String OK 124ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(String))),String OK 96ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Int128)) OK 97ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(Int128)) OK 127ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(Bool))),String OK 159ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(Float32)) OK 178ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 162ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(String))),String OK 149ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 122ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Float32)) OK 124ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(Float32)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UUID))),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Array(String)) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Array(String)),String OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))),String OK 95ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(Float64)) OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 151ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Float64)) OK 95ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(Float64)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Map(String,LowCardinality(Float64))),String OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),LowCardinality(Nullable(UUID))),String OK 92ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Date)) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Array(String)) OK 122ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(Decimal128(38))) OK 112ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(Decimal128(38))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(String),Tuple(String)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(String),Tuple(String)),String OK 93ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Array(String)),String OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),UInt8) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 90ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(DateTime)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),UInt8),String OK 109ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(Date)) OK 108ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(Date)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Map(String,LowCardinality(Float64))),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),UInt16) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(String),Tuple(String)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),UInt16),String OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(String),Tuple(String)),String OK 89ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Bool)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),UInt32) OK 91ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(DateTime)) OK 95ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(DateTime)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),UInt32),String OK 162ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),UInt8) OK 111ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),UInt64) OK 166ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),UInt8),String OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),UInt16) OK 97ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(String)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),UInt64),String OK 101ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),UInt16),String OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),UInt32) OK 102ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),UInt32),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),UInt128) OK 129ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(FixedString(51))) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),UInt128),String OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Int8) OK 93ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(Bool)) OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),UInt64) OK 133ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(Bool)) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),UInt64),String OK 113ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(String)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Int8),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),UInt128) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Int16) OK 115ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(UUID)) OK 115ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(String)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Int16),String OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),UInt128),String OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Int8) OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Int32) OK 93ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(FixedString(51))) OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Int8),String OK 115ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(FixedString(51))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Int32),String OK 94ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Int16) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Int16),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Int64) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Int64),String OK 101ms
/aggregate functions/state/anyLastState/Map(DateTime,Nullable(UUID)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Int128) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Int32) OK 114ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 151ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Nullable(UUID)) OK 149ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Int32),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Int128),String OK 143ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Int64) OK 127ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Float32) OK 129ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(UInt8)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Float32),String OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Int64),String OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Int128) OK 87ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 113ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(UInt8)) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Int128),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Float64) OK 84ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(UInt16)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Float64),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Float32) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Float32),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Decimal128(38)),String OK 128ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(UInt16)) OK 127ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Date) OK 89ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(UInt32)) OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Float64) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Date),String OK 100ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Float64),String OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),DateTime) OK 137ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Decimal128(38)),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),DateTime),String OK 132ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(UInt32)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 125ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(UInt64)) OK 94ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Date) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Date),String OK 105ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 128ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(UInt128)) OK 160ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),DateTime64(3)),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),DateTime) OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Bool) OK 111ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(UInt64)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Bool),String OK 132ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),DateTime),String OK 129ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 125ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),DateTime64(3)),String OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),String) OK 122ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),String),String OK 121ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Int8)) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Bool) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),FixedString(51)) OK 140ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Bool),String OK 134ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Int8)) OK 112ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),FixedString(51)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),UUID) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),String) OK 91ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Int16)) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),String),String OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),FixedString(51)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),UUID),String OK 104ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 91ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Int16)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),FixedString(51)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt8)),String OK 94ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Int32)) OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),UUID) OK 90ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),UUID),String OK 98ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Int32)) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt16)),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 93ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Int64)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt8)),String OK 93ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt32)),String OK 88ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Int64)) OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt16)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 96ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Int128)) OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt64)),String OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt32)),String OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 98ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 100ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Int128)) OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt128)),String OK 87ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Float32)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt64)),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int8)),String OK 106ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(Date))) OK 131ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Float32)) OK 87ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UInt128)),String OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 114ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Float64)) OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int16)),String OK 108ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int8)),String OK 112ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Float64)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 111ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int32)),String OK 95ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Date)) OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int16)),String OK 83ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Date)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int64)),String OK 123ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int32)),String OK 118ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 97ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 96ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(DateTime)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int128)),String OK 109ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int64)),String OK 123ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Bool)) OK 123ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(String))) OK 147ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 144ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Int128)),String OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Float32)),String OK 87ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Float64)),String OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Float32)),String OK 122ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(String)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 98ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 102ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(String)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 200ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Float64)),String OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 208ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(FixedString(51))) OK 198ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))),String OK 182ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(FixedString(51))) OK 179ms
/aggregate functions/state/anyState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 173ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Date)),String OK 165ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 173ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 203ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(DateTime)),String OK 140ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Date)),String OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 119ms
/aggregate functions/state/anyState/Map(DateTime,Array(String)) OK 99ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(UUID)) OK 117ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(UUID)) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))),String OK 82ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(DateTime)),String OK 94ms
/aggregate functions/state/anyState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))),String OK 131ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 132ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Bool)),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(String)) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 79ms
/aggregate functions/state/anyState/Map(DateTime,Tuple(String)) OK 77ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(String)),String OK 124ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(Bool)),String OK 111ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(String)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))),String OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(String)),String OK 107ms
/aggregate functions/state/anyState/Map(Bool,UInt8) OK 121ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UUID)),String OK 130ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 114ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))),String OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 94ms
/aggregate functions/state/anyState/Map(Bool,UInt16) OK 99ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 115ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Nullable(UUID)),String OK 135ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)),String OK 130ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 107ms
/aggregate functions/state/anyState/Map(Bool,UInt32) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 121ms
/aggregate functions/state/anyState/Map(Bool,UInt64) OK 160ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 95ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 146ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)),String OK 145ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)),String OK 93ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)),String OK 87ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)),String OK 119ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 122ms
/aggregate functions/state/anyState/Map(Bool,UInt128) OK 90ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)),String OK 94ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 85ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)),String OK 81ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)),String OK 96ms
/aggregate functions/state/anyState/Map(Bool,Int8) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)),String OK 126ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 103ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 96ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)),String OK 119ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 107ms
/aggregate functions/state/anyState/Map(Bool,Int16) OK 95ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)),String OK 92ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)),String OK 154ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 117ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)),String OK 120ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 110ms
/aggregate functions/state/anyState/Map(Bool,Int32) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)),String OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)),String OK 100ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 109ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 126ms
/aggregate functions/state/anyState/Map(Bool,Int64) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)),String OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 89ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/state/anyState/Map(Bool,Int128) OK 81ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)),String OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)),String OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)),String OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Date)),String OK 108ms
/aggregate functions/state/anyState/Map(Bool,Float32) OK 90ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 94ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 106ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)),String OK 95ms
/aggregate functions/state/anyState/Map(Bool,Float64) OK 92ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)),String OK 97ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Date)),String OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 88ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 89ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 117ms
/aggregate functions/state/anyState/Map(Bool,Decimal128(38)) OK 120ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(String)),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 85ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 94ms
/aggregate functions/state/anyState/Map(Bool,Date) OK 93ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(String)),String OK 138ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)),String OK 112ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 119ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/state/anyState/Map(Bool,DateTime) OK 97ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))),String OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)),String OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 131ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))),String OK 119ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 100ms
/aggregate functions/state/anyState/Map(Bool,DateTime64(3)) OK 111ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 142ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))),String OK 135ms
/aggregate functions/state/anyLastState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 112ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 103ms
/aggregate functions/state/anyState/Map(Bool,Bool) OK 130ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))),String OK 127ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))),String OK 114ms
/aggregate functions/state/anyHeavyState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 163ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))),String OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))),String OK 139ms
/aggregate functions/state/anyLastState/Map(DateTime,Array(String)) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 117ms
/aggregate functions/state/anyState/Map(Bool,String) OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 133ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))),String OK 99ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Array(String)) OK 106ms
/aggregate functions/state/anyLastState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))),String OK 160ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))),String OK 131ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 93ms
/aggregate functions/state/anyState/Map(Bool,FixedString(51)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))),String OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 119ms
/aggregate functions/state/anyLastState/Map(DateTime,Tuple(String)) OK 105ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/anyHeavyState/Map(DateTime,Tuple(String)) OK 77ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))),String OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 101ms
/aggregate functions/state/anyState/Map(Bool,UUID) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 119ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))),String OK 114ms
/aggregate functions/state/anyLastState/Map(Bool,UInt8) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))),String OK 93ms
/aggregate functions/state/anyHeavyState/Map(Bool,UInt8) OK 93ms
/aggregate functions/state/anyState/Map(Bool,Nullable(UInt8)) OK 86ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))),String OK 143ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 112ms
/aggregate functions/state/anyLastState/Map(Bool,UInt16) OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))),String OK 116ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/anyHeavyState/Map(Bool,UInt16) OK 90ms
/aggregate functions/state/anyState/Map(Bool,Nullable(UInt16)) OK 82ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 146ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))),String OK 153ms
/aggregate functions/state/anyHeavyState/Map(Bool,UInt32) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 113ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))),String OK 127ms
/aggregate functions/state/anyLastState/Map(Bool,UInt32) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 124ms
/aggregate functions/state/anyState/Map(Bool,Nullable(UInt32)) OK 73ms
/aggregate functions/state/anyState/Map(Bool,Nullable(UInt64)) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/state/anyLastState/Map(Bool,UInt64) OK 98ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))),String OK 97ms
/aggregate functions/state/anyHeavyState/Map(Bool,UInt64) OK 107ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))),String OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 122ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))),String OK 90ms
/aggregate functions/state/anyState/Map(Bool,Nullable(UInt128)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))),String OK 84ms
/aggregate functions/state/anyLastState/Map(Bool,UInt128) OK 84ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 128ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 117ms
/aggregate functions/state/anyHeavyState/Map(Bool,UInt128) OK 101ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))),String OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/state/anyState/Map(Bool,Nullable(Int8)) OK 93ms
/aggregate functions/state/anyLastState/Map(Bool,Int8) OK 89ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))),String OK 81ms
/aggregate functions/state/anyHeavyState/Map(Bool,Int8) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 167ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))),String OK 159ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 133ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))),String OK 143ms
/aggregate functions/state/anyState/Map(Bool,Nullable(Int16)) OK 115ms
/aggregate functions/state/anyLastState/Map(Bool,Int16) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/state/anyHeavyState/Map(Bool,Int16) OK 103ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))),String OK 124ms
/aggregate functions/state/anyLastState/Map(Bool,Int32) OK 200ms
/aggregate functions/state/anyState/Map(Bool,Nullable(Int32)) OK 200ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 187ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 186ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))),String OK 203ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Array(String)) OK 186ms
/aggregate functions/state/anyHeavyState/Map(Bool,Int32) OK 162ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 226ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))),String OK 171ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Array(String)),String OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Array(String)) OK 138ms
/aggregate functions/state/anyLastState/Map(Bool,Int64) OK 97ms
/aggregate functions/state/anyState/Map(Bool,Nullable(Int64)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Bool,Int64) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))),String OK 84ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Array(String)),String OK 86ms
/aggregate functions/state/anyLastState/Map(Bool,Int128) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Map(LowCardinality(FixedString(51)),Tuple(String)) OK 81ms
/aggregate functions/state/argMaxState/datatypes/Map(LowCardinality(FixedString(51)),Tuple(String)),String OK 143ms
/aggregate functions/state/anyHeavyState/Map(Bool,Int128) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(UInt8) OK 118ms
/aggregate functions/state/anyState/Map(Bool,Nullable(Int128)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 117ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))),String OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Map(LowCardinality(FixedString(51)),Tuple(String)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/Nullable(UInt8),String OK 86ms
/aggregate functions/state/anyLastState/Map(Bool,Float32) OK 87ms
/aggregate functions/state/anyState/Map(Bool,Nullable(Float32)) OK 126ms
/aggregate functions/state/argMinState/datatypes/Map(LowCardinality(FixedString(51)),Tuple(String)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(UInt16) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(UInt8) OK 88ms
/aggregate functions/state/anyHeavyState/Map(Bool,Float32) OK 79ms
/aggregate functions/state/argMaxState/datatypes/Nullable(UInt16),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(UInt32) OK 137ms
/aggregate functions/state/argMinState/datatypes/Nullable(UInt8),String OK 108ms
/aggregate functions/state/anyLastState/Map(Bool,Float64) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Bool,Float64) OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(UInt16) OK 104ms
/aggregate functions/state/argMinState/datatypes/Nullable(UInt16),String OK 148ms
/aggregate functions/state/anyState/Map(Bool,Nullable(Float64)) OK 136ms
/aggregate functions/state/argMaxState/datatypes/Nullable(UInt32),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(UInt64) OK 117ms
/aggregate functions/state/anyLastState/Map(Bool,Decimal128(38)) OK 98ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(UInt32) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Nullable(UInt64),String OK 101ms
/aggregate functions/state/anyHeavyState/Map(Bool,Decimal128(38)) OK 93ms
/aggregate functions/state/argMinState/datatypes/Nullable(UInt32),String OK 93ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(UInt64) OK 139ms
/aggregate functions/state/anyLastState/Map(Bool,Date) OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(UInt128) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Nullable(UInt128),String OK 96ms
/aggregate functions/state/anyState/Map(Bool,Nullable(Decimal128(38))) OK 125ms
/aggregate functions/state/argMinState/datatypes/Nullable(UInt64),String OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(Int8) OK 116ms
/aggregate functions/state/anyHeavyState/Map(Bool,Date) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(UInt128) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Nullable(Int8),String OK 84ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(Int16) OK 93ms
/aggregate functions/state/anyHeavyState/Map(Bool,DateTime) OK 116ms
/aggregate functions/state/anyLastState/Map(Bool,DateTime) OK 101ms
/aggregate functions/state/argMinState/datatypes/Nullable(UInt128),String OK 138ms
/aggregate functions/state/anyState/Map(Bool,Nullable(Date)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/Nullable(Int16),String OK 116ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(Int8) OK 110ms
/aggregate functions/state/argMinState/datatypes/Nullable(Int8),String OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(Int32) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Nullable(Int32),String OK 77ms
/aggregate functions/state/anyLastState/Map(Bool,DateTime64(3)) OK 95ms
/aggregate functions/state/anyHeavyState/Map(Bool,DateTime64(3)) OK 78ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(Int16) OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(Int64) OK 129ms
/aggregate functions/state/argMinState/datatypes/Nullable(Int16),String OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(Int32) OK 98ms
/aggregate functions/state/anyState/Map(Bool,Nullable(DateTime)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/Nullable(Int64),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(Int128) OK 108ms
/aggregate functions/state/anyHeavyState/Map(Bool,Bool) OK 112ms
/aggregate functions/state/anyLastState/Map(Bool,Bool) OK 103ms
/aggregate functions/state/argMinState/datatypes/Nullable(Int32),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(Int64) OK 88ms
/aggregate functions/state/argMinState/datatypes/Nullable(Int64),String OK 101ms
/aggregate functions/state/argMaxState/datatypes/Nullable(Int128),String OK 99ms
/aggregate functions/state/anyState/Map(Bool,Nullable(DateTime64(3))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(Float32) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Nullable(Float32),String OK 101ms
/aggregate functions/state/anyLastState/Map(Bool,String) OK 103ms
/aggregate functions/state/anyHeavyState/Map(Bool,String) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(Int128) OK 83ms
/aggregate functions/state/argMinState/datatypes/Nullable(Int128),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(Float32) OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(Float64) OK 128ms
/aggregate functions/state/anyState/Map(Bool,Nullable(Bool)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Nullable(Float64),String OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(Decimal128(38)) OK 114ms
/aggregate functions/state/argMinState/datatypes/Nullable(Float32),String OK 108ms
/aggregate functions/state/anyLastState/Map(Bool,FixedString(51)) OK 95ms
/aggregate functions/state/anyHeavyState/Map(Bool,FixedString(51)) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(Float64) OK 81ms
/aggregate functions/state/argMinState/datatypes/Nullable(Float64),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/Nullable(Decimal128(38)),String OK 93ms
/aggregate functions/state/anyState/Map(Bool,Nullable(String)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(Date) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Nullable(Date),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(Decimal128(38)) OK 100ms
/aggregate functions/state/anyLastState/Map(Bool,UUID) OK 109ms
/aggregate functions/state/argMinState/datatypes/Nullable(Decimal128(38)),String OK 91ms
/aggregate functions/state/anyHeavyState/Map(Bool,UUID) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(Date) OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(DateTime) OK 106ms
/aggregate functions/state/argMaxState/datatypes/Nullable(DateTime),String OK 85ms
/aggregate functions/state/anyState/Map(Bool,Nullable(FixedString(51))) OK 91ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(DateTime64(3)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Nullable(Date),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(DateTime) OK 119ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(UInt8)) OK 93ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(UInt8)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Nullable(DateTime),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/Nullable(DateTime64(3)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(Bool) OK 94ms
/aggregate functions/state/anyState/Map(Bool,Nullable(UUID)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Nullable(Bool),String OK 94ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(UInt16)) OK 177ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(DateTime64(3)) OK 210ms
/aggregate functions/state/argMinState/datatypes/Nullable(DateTime64(3)),String OK 180ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(UInt16)) OK 171ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(Bool) OK 170ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(String) OK 167ms
/aggregate functions/state/argMaxState/datatypes/Nullable(String),String OK 153ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(UInt8)) OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(FixedString(51)) OK 116ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(UInt32)) OK 153ms
/aggregate functions/state/argMaxState/datatypes/Nullable(FixedString(51)),String OK 133ms
/aggregate functions/state/argMinState/datatypes/Nullable(Bool),String OK 147ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(UInt16)) OK 171ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(UInt32)) OK 159ms
/aggregate functions/state/argMaxState/datatypes/String,Nullable(UUID) OK 162ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(String) OK 164ms
/aggregate functions/state/argMaxState/datatypes/Nullable(UUID),String OK 137ms
/aggregate functions/state/argMinState/datatypes/Nullable(String),String OK 145ms
/aggregate functions/state/argMaxState/datatypes/String,Array(UInt8) OK 273ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(UInt64)) OK 262ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(FixedString(51)) OK 240ms
/aggregate functions/state/argMaxState/datatypes/Array(UInt8),String OK 250ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(UInt64)) OK 257ms
/aggregate functions/state/argMinState/datatypes/Nullable(FixedString(51)),String OK 250ms
/aggregate functions/state/argMaxState/datatypes/String,Array(UInt16) OK 231ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(UInt32)) OK 223ms
/aggregate functions/state/argMinState/datatypes/String,Nullable(UUID) OK 236ms
/aggregate functions/state/argMinState/datatypes/Nullable(UUID),String OK 291ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(UInt64)) OK 261ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(UInt128)) OK 282ms
/aggregate functions/state/argMaxState/datatypes/Array(UInt16),String OK 263ms
/aggregate functions/state/argMaxState/datatypes/String,Array(UInt32) OK 292ms
/aggregate functions/state/argMaxState/datatypes/Array(UInt32),String OK 285ms
/aggregate functions/state/argMinState/datatypes/String,Array(UInt8) OK 283ms
/aggregate functions/state/argMinState/datatypes/Array(UInt8),String OK 268ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(UInt128)) OK 280ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(UInt128)) OK 144ms
/aggregate functions/state/argMaxState/datatypes/String,Array(UInt64) OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Array(UInt16) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(Int8)) OK 127ms
/aggregate functions/state/argMinState/datatypes/Array(UInt16),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/Array(UInt64),String OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Array(UInt128) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Array(UInt32) OK 126ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(Int8)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Array(UInt32),String OK 135ms
/aggregate functions/state/argMaxState/datatypes/Array(UInt128),String OK 159ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Int8) OK 124ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Int8)) OK 137ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(Int16)) OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Array(UInt64) OK 114ms
/aggregate functions/state/argMaxState/datatypes/Array(Int8),String OK 135ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(Int16)) OK 124ms
/aggregate functions/state/argMinState/datatypes/Array(UInt64),String OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Array(UInt128) OK 240ms
/aggregate functions/state/argMinState/datatypes/Array(UInt128),String OK 245ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Int16) OK 208ms
/aggregate functions/state/argMinState/datatypes/String,Array(Int8) OK 215ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(Int32)) OK 198ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Int16)) OK 170ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(Int32)) OK 212ms
/aggregate functions/state/argMaxState/datatypes/Array(Int16),String OK 211ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Int32) OK 199ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Int32)) OK 145ms
/aggregate functions/state/argMaxState/datatypes/Array(Int32),String OK 151ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(Int64)) OK 158ms
/aggregate functions/state/argMinState/datatypes/Array(Int8),String OK 133ms
/aggregate functions/state/argMinState/datatypes/String,Array(Int16) OK 143ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Int64) OK 134ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(Int64)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/Array(Int64),String OK 108ms
/aggregate functions/state/argMinState/datatypes/Array(Int16),String OK 107ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Int64)) OK 155ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(Int128)) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Int128) OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Array(Int32) OK 123ms
/aggregate functions/state/argMinState/datatypes/Array(Int32),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/Array(Int128),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Float32) OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Array(Int64) OK 111ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(Int128)) OK 88ms
/aggregate functions/state/argMinState/datatypes/Array(Int64),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/Array(Float32),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(Float32)) OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Array(Int128) OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Float64) OK 145ms
/aggregate functions/state/argMinState/datatypes/Array(Int128),String OK 136ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(Float32)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/Array(Float64),String OK 123ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Int128)) OK 123ms
/aggregate functions/state/argMinState/datatypes/String,Array(Float32) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Decimal128(38)) OK 92ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(Float64)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Array(Float32),String OK 88ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(Float64)) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Array(Decimal128(38)),String OK 94ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Float32)) OK 103ms
/aggregate functions/state/argMinState/datatypes/String,Array(Float64) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Date) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Array(Date),String OK 124ms
/aggregate functions/state/argMinState/datatypes/Array(Float64),String OK 106ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Array(Decimal128(38)) OK 106ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/String,Array(DateTime) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Array(DateTime),String OK 112ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Float64)) OK 81ms
/aggregate functions/state/argMinState/datatypes/Array(Decimal128(38)),String OK 89ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(Date)) OK 80ms
/aggregate functions/state/argMinState/datatypes/String,Array(Date) OK 122ms
/aggregate functions/state/argMinState/datatypes/Array(Date),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Array(DateTime64(3)) OK 92ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(Date)) OK 96ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Date)) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Array(DateTime) OK 96ms
/aggregate functions/state/argMaxState/datatypes/Array(DateTime64(3)),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Bool) OK 116ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(DateTime)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Array(Bool),String OK 110ms
/aggregate functions/state/argMinState/datatypes/Array(DateTime),String OK 114ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(DateTime)) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Array(DateTime64(3)) OK 111ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(DateTime)) OK 120ms
/aggregate functions/state/argMinState/datatypes/Array(DateTime64(3)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Array(String) OK 96ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(DateTime64(3))) OK 85ms
/aggregate functions/state/argMaxState/datatypes/Array(String),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Array(FixedString(51)) OK 86ms
/aggregate functions/state/argMinState/datatypes/String,Array(Bool) OK 140ms
/aggregate functions/state/argMinState/datatypes/Array(Bool),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/Array(FixedString(51)),String OK 118ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(DateTime64(3))) OK 125ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Bool)) OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Array(String) OK 121ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(Bool)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Array(UUID) OK 91ms
/aggregate functions/state/argMaxState/datatypes/Array(UUID),String OK 83ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(String)) OK 209ms
/aggregate functions/state/argMinState/datatypes/Array(String),String OK 219ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(UInt8)) OK 202ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(UInt8)),String OK 91ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(String)) OK 96ms
/aggregate functions/state/argMinState/datatypes/String,Array(FixedString(51)) OK 184ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(Bool)) OK 192ms
/aggregate functions/state/argMinState/datatypes/Array(FixedString(51)),String OK 186ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(UInt16)) OK 186ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(UInt16)),String OK 152ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(FixedString(51))) OK 152ms
/aggregate functions/state/argMinState/datatypes/String,Array(UUID) OK 131ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(FixedString(51))) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(UInt32)) OK 102ms
/aggregate functions/state/argMinState/datatypes/Array(UUID),String OK 113ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(String)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(UInt8)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(UInt32)),String OK 76ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(UInt64)) OK 86ms
/aggregate functions/state/anyHeavyState/Map(Bool,Nullable(UUID)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(UInt64)),String OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(UInt128)) OK 109ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(FixedString(51))) OK 127ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(UUID)) OK 115ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(UInt8)),String OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(UInt16)) OK 94ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(UInt16)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(UInt128)),String OK 111ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(UInt8)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(Int8)) OK 94ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(Int8)),String OK 131ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(UInt32)) OK 117ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(UInt32)),String OK 114ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 118ms
/aggregate functions/state/anyLastState/Map(Bool,Nullable(UUID)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(UInt64)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(Int16)) OK 107ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(UInt16)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(Int16)),String OK 79ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(UInt64)),String OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(UInt128)) OK 128ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(Int32)) OK 94ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 104ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(UInt8)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(Int32)),String OK 92ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(UInt32)) OK 95ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(UInt128)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(Int64)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(Int64)),String OK 109ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(Int128)) OK 147ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 123ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(UInt64)) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(Int8)) OK 126ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(UInt16)) OK 103ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(Int8)),String OK 113ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(Int16)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(Int128)),String OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(Float32)) OK 79ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(UInt128)) OK 119ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(UInt32)) OK 133ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 100ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(Int16)),String OK 109ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(Int32)) OK 126ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(Int32)),String OK 105ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(Float32)),String OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(Float64)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(Float64)),String OK 89ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 133ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Int8)) OK 97ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(Int64)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(Decimal128(38))) OK 124ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(Int64)),String OK 99ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(UInt64)) OK 139ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(Decimal128(38))),String OK 144ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(Int128)) OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(Date)) OK 117ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(Int128)),String OK 95ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(Float32)) OK 95ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(Date)),String OK 90ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(DateTime)) OK 119ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(UInt128)) OK 89ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(Float32)),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(DateTime)),String OK 86ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Int32)) OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(Float64)) OK 224ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(Int16))) OK 212ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(Float64)),String OK 191ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(DateTime64(3))) OK 183ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Int8)) OK 162ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(DateTime64(3))),String OK 181ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Int64)) OK 140ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(Bool)) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(Decimal128(38))) OK 148ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(Bool)),String OK 184ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Int128)) OK 170ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(String)) OK 151ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(Decimal128(38))),String OK 189ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Int16)) OK 158ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(Date)) OK 154ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(Int32))) OK 167ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(Date)),String OK 136ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(String)),String OK 155ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(FixedString(51))) OK 182ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(DateTime)) OK 153ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Int32)) OK 122ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Float32)) OK 156ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(DateTime)),String OK 127ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(FixedString(51))),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Nullable(UUID)) OK 143ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(Int64))) OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(DateTime64(3))) OK 116ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Int64)) OK 85ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(DateTime64(3))),String OK 117ms
/aggregate functions/state/argMaxState/datatypes/Array(Nullable(UUID)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(Bool)) OK 209ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(Bool)),String OK 152ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Float64)) OK 108ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(UInt8)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(UInt8)),String OK 95ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(Int128))) OK 229ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Int128)) OK 141ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(String)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(UInt16)) OK 105ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Date)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(UInt16)),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(UInt32)) OK 91ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(String)),String OK 104ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Float32)) OK 349ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(FixedString(51))) OK 380ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(UInt32)),String OK 350ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(UInt64)) OK 338ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(FixedString(51))),String OK 345ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(UInt64)),String OK 305ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(DateTime)) OK 350ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(Float32))) OK 330ms
/aggregate functions/state/argMinState/datatypes/String,Array(Nullable(UUID)) OK 327ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(UInt128)) OK 138ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Float64)) OK 252ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(UInt128)),String OK 249ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Int8)) OK 246ms
/aggregate functions/state/argMinState/datatypes/Array(Nullable(UUID)),String OK 246ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(UInt8)),String OK 191ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Bool)) OK 220ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(UInt8)) OK 208ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(Float64))) OK 214ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Int8)),String OK 112ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(UInt16)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Int16)) OK 136ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(UInt16)),String OK 156ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(Date))) OK 142ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Date)) OK 138ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(String)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Int16)),String OK 126ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Int32)) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(UInt32)) OK 97ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(UInt32)),String OK 79ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(UInt64)) OK 235ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Int32)),String OK 218ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Int64)) OK 190ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(DateTime)) OK 182ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 204ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(FixedString(51))) OK 200ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Int64)),String OK 206ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(UInt64)),String OK 206ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(UInt128)) OK 158ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Bool)) OK 160ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Int128)) OK 136ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(UInt128)),String OK 129ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Int128)),String OK 104ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(UUID)) OK 93ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(Bool))) OK 127ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Int8)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Float32)) OK 116ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Int8)),String OK 84ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Int16)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Float32)),String OK 133ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Int16)),String OK 110ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Float64)) OK 153ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Float64)),String OK 152ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(String))) OK 134ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Int32)) OK 131ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(String)) OK 93ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 100ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Int32)),String OK 89ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Int64)) OK 89ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Date)) OK 92ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 115ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Int64)),String OK 97ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Date)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(DateTime)) OK 105ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Int128)) OK 101ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Int128)),String OK 113ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(UUID)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(DateTime)),String OK 106ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Float32)) OK 141ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Bool)) OK 111ms
/aggregate functions/state/anyState/Map(Bool,LowCardinality(Nullable(UUID))) OK 124ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Bool)),String OK 114ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Float32)),String OK 88ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Float64)) OK 95ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(String)) OK 93ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 125ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Float64)),String OK 135ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(String)),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(FixedString(51))) OK 131ms
/aggregate functions/state/anyState/Map(Bool,Array(String)) OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Date)) OK 100ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Date)),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(FixedString(51))),String OK 106ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 105ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(Int8))) OK 166ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(DateTime)) OK 173ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(UUID)) OK 154ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(DateTime)),String OK 148ms
/aggregate functions/state/anyState/Map(Bool,Map(String,LowCardinality(Float64))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(UUID)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(UInt8))) OK 128ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 136ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Bool)) OK 88ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(UInt8))),String OK 114ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Bool)),String OK 93ms
/aggregate functions/state/anyState/Map(Bool,Tuple(String)) OK 94ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(Int16))) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(UInt16))) OK 122ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(String)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(UInt16))),String OK 103ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(String)),String OK 83ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(FixedString(51))) OK 118ms
/aggregate functions/state/anyState/Map(String,UInt8) OK 101ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(UInt32))) OK 99ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 96ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(FixedString(51))),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(UInt32))),String OK 198ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(UUID)) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(Int32))) OK 191ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(UInt64))) OK 188ms
/aggregate functions/state/anyState/Map(String,UInt16) OK 161ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(UInt64))),String OK 158ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(UUID)),String OK 162ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(Int8))) OK 148ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(UInt8))) OK 216ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(UInt8))),String OK 197ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(Int64))) OK 132ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(UInt128))),String OK 107ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(Int8))) OK 113ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(Int16))) OK 99ms
/aggregate functions/state/anyState/Map(String,UInt32) OK 102ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(Int8))),String OK 90ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(UInt16))),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(Int16))) OK 111ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(UInt32))) OK 111ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(Int32))) OK 122ms
/aggregate functions/state/anyState/Map(String,UInt64) OK 108ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(Int128))) OK 128ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(Int16))),String OK 116ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(UInt32))),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(Int32))) OK 90ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(Int32))),String OK 92ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(UInt64))),String OK 96ms
/aggregate functions/state/anyState/Map(String,UInt128) OK 100ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(UInt128))) OK 128ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(Int64))) OK 129ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(Float32))) OK 113ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(Int64))),String OK 114ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(UInt128))),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(Int128))) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/state/anyState/Map(String,Int8) OK 90ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(Int128))) OK 96ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(Int8))),String OK 127ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(Float64))) OK 101ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(Int128))),String OK 121ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(Float32))) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(Float32))),String OK 104ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(Int16))),String OK 134ms
/aggregate functions/state/anyState/Map(String,Int16) OK 117ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(Float32))) OK 106ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(Date))) OK 201ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(Int32))) OK 182ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(Float64))) OK 164ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(Int32))),String OK 169ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(Float64))),String OK 132ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(Date))) OK 134ms
/aggregate functions/state/anyState/Map(String,Int32) OK 124ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(Float64))) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(Int64))) OK 121ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(Date))),String OK 160ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(DateTime))) OK 170ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(Date))) OK 167ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(DateTime))),String OK 172ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(Int64))),String OK 165ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(Int128))) OK 165ms
/aggregate functions/state/anyState/Map(String,Int64) OK 140ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(Int128))),String OK 117ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(Float32))) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(Bool))) OK 145ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(Bool))) OK 111ms
/aggregate functions/state/anyState/Map(String,Int128) OK 127ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(Bool))),String OK 138ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 98ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(Float32))),String OK 125ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(String))) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(Float64))) OK 114ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(String))) OK 132ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(Bool))) OK 152ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(Float64))),String OK 134ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(String))),String OK 102ms
/aggregate functions/state/anyState/Map(String,Float32) OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(FixedString(51)))) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(Date))) OK 118ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(Date))),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(FixedString(51)))),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,Array(LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/anyState/Map(String,Float64) OK 102ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 159ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(DateTime))) OK 145ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(DateTime))),String OK 152ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(Bool))) OK 118ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(String))) OK 132ms
/aggregate functions/state/argMaxState/datatypes/Array(LowCardinality(Nullable(UUID))),String OK 117ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Array(String)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/Array(Array(String)),String OK 95ms
/aggregate functions/state/anyState/Map(String,Decimal128(38)) OK 81ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(Bool))),String OK 180ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Map(String,LowCardinality(Float64))) OK 135ms
/aggregate functions/state/argMaxState/datatypes/Array(Map(String,LowCardinality(Float64))),String OK 155ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(String))) OK 148ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 118ms
/aggregate functions/state/anyHeavyState/Map(Bool,LowCardinality(Nullable(UUID))) OK 156ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(String))),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,Array(Tuple(String)) OK 106ms
/aggregate functions/state/anyState/Map(String,Date) OK 141ms
/aggregate functions/state/argMaxState/datatypes/Array(Tuple(String)),String OK 108ms
/aggregate functions/state/anyLastState/Map(Bool,LowCardinality(Nullable(UUID))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(UInt8) OK 108ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(FixedString(51)))) OK 121ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(UInt8),String OK 106ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(FixedString(51)))),String OK 117ms
/aggregate functions/state/anyHeavyState/Map(Bool,Array(String)) OK 84ms
/aggregate functions/state/argMinState/datatypes/String,Array(LowCardinality(Nullable(UUID))) OK 109ms
/aggregate functions/state/anyState/Map(String,DateTime) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(UInt16) OK 105ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(UInt16),String OK 90ms
/aggregate functions/state/anyLastState/Map(Bool,Array(String)) OK 97ms
/aggregate functions/state/anyHeavyState/Map(Bool,Map(String,LowCardinality(Float64))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(UInt32) OK 124ms
/aggregate functions/state/anyState/Map(String,DateTime64(3)) OK 99ms
/aggregate functions/state/argMinState/datatypes/Array(LowCardinality(Nullable(UUID))),String OK 118ms
/aggregate functions/state/argMinState/datatypes/String,Array(Array(String)) OK 93ms
/aggregate functions/state/argMinState/datatypes/Array(Array(String)),String OK 96ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(UInt32),String OK 95ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(UInt64) OK 116ms
/aggregate functions/state/anyLastState/Map(Bool,Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/state/anyHeavyState/Map(Bool,Tuple(String)) OK 143ms
/aggregate functions/state/anyState/Map(String,Bool) OK 94ms
/aggregate functions/state/argMinState/datatypes/String,Array(Map(String,LowCardinality(Float64))) OK 121ms
/aggregate functions/state/argMinState/datatypes/Array(Map(String,LowCardinality(Float64))),String OK 112ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(UInt64),String OK 121ms
/aggregate functions/state/argMinState/datatypes/String,Array(Tuple(String)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(UInt128) OK 97ms
/aggregate functions/state/anyLastState/Map(Bool,Tuple(String)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(UInt128),String OK 120ms
/aggregate functions/state/anyState/Map(String,String) OK 103ms
/aggregate functions/state/anyHeavyState/Map(String,UInt8) OK 107ms
/aggregate functions/state/argMinState/datatypes/Array(Tuple(String)),String OK 112ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(UInt8) OK 135ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Int8) OK 116ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(UInt8),String OK 104ms
/aggregate functions/state/anyLastState/Map(String,UInt8) OK 116ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Int8),String OK 113ms
/aggregate functions/state/anyState/Map(String,FixedString(51)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Int16) OK 94ms
/aggregate functions/state/anyHeavyState/Map(String,UInt16) OK 110ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(UInt16) OK 115ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(UInt16),String OK 132ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Int16),String OK 104ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(UInt32) OK 113ms
/aggregate functions/state/anyLastState/Map(String,UInt16) OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Int32) OK 102ms
/aggregate functions/state/anyState/Map(String,UUID) OK 89ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Int32),String OK 93ms
/aggregate functions/state/anyHeavyState/Map(String,UInt32) OK 96ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(UInt32),String OK 145ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Int64) OK 117ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Int64),String OK 111ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(UInt64) OK 130ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(UInt64),String OK 134ms
/aggregate functions/state/anyState/Map(String,Nullable(UInt8)) OK 109ms
/aggregate functions/state/anyLastState/Map(String,UInt32) OK 102ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Int128) OK 113ms
/aggregate functions/state/anyHeavyState/Map(String,UInt64) OK 92ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Int128),String OK 150ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Float32) OK 155ms
/aggregate functions/state/anyLastState/Map(String,UInt64) OK 98ms
/aggregate functions/state/anyState/Map(String,Nullable(UInt16)) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(UInt128) OK 128ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(UInt128),String OK 144ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Float32),String OK 135ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Int8) OK 87ms
/aggregate functions/state/anyHeavyState/Map(String,UInt128) OK 109ms
/aggregate functions/state/anyLastState/Map(String,UInt128) OK 97ms
/aggregate functions/state/anyState/Map(String,Nullable(UInt32)) OK 100ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Int8),String OK 100ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Float64) OK 99ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Int16) OK 133ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Float64),String OK 119ms
/aggregate functions/state/anyHeavyState/Map(String,Int8) OK 92ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Date) OK 101ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Int16),String OK 104ms
/aggregate functions/state/anyLastState/Map(String,Int8) OK 115ms
/aggregate functions/state/anyState/Map(String,Nullable(UInt64)) OK 105ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Int32) OK 109ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Date),String OK 93ms
/aggregate functions/state/anyHeavyState/Map(String,Int16) OK 129ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(DateTime) OK 111ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Int32),String OK 114ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(DateTime),String OK 86ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Int64) OK 93ms
/aggregate functions/state/anyState/Map(String,Nullable(UInt128)) OK 90ms
/aggregate functions/state/anyLastState/Map(String,Int16) OK 174ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Int64),String OK 191ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Bool) OK 75ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Bool),String OK 140ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Int128) OK 133ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(String) OK 133ms
/aggregate functions/state/anyHeavyState/Map(String,Int32) OK 117ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Int128),String OK 137ms
/aggregate functions/state/anyState/Map(String,Nullable(Int8)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(String),String OK 112ms
/aggregate functions/state/anyLastState/Map(String,Int32) OK 213ms
/aggregate functions/state/anyHeavyState/Map(String,Int64) OK 207ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(FixedString(51)) OK 135ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Float32) OK 103ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(FixedString(51)),String OK 105ms
/aggregate functions/state/anyState/Map(String,Nullable(Int16)) OK 202ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Float32),String OK 192ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Float64) OK 179ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(UUID) OK 168ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Float64),String OK 163ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(UUID),String OK 162ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(UInt8)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(UInt8)),String OK 136ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Date) OK 121ms
/aggregate functions/state/anyHeavyState/Map(String,Int128) OK 122ms
/aggregate functions/state/anyLastState/Map(String,Int64) OK 104ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Date),String OK 93ms
/aggregate functions/state/anyState/Map(String,Nullable(Int32)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(UInt16)) OK 84ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(DateTime) OK 93ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(UInt16)),String OK 96ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(DateTime),String OK 118ms
/aggregate functions/state/anyLastState/Map(String,Int128) OK 119ms
/aggregate functions/state/anyState/Map(String,Nullable(Int64)) OK 118ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Bool) OK 117ms
/aggregate functions/state/anyHeavyState/Map(String,Float32) OK 88ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(UInt32)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(UInt32)),String OK 130ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Bool),String OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(UInt64)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(String,Float64) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(String) OK 134ms
/aggregate functions/state/anyLastState/Map(String,Float32) OK 105ms
/aggregate functions/state/anyState/Map(String,Nullable(Int128)) OK 110ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(String),String OK 120ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(UInt64)),String OK 103ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(UInt128)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(UInt128)),String OK 101ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(FixedString(51)) OK 105ms
/aggregate functions/state/anyHeavyState/Map(String,Decimal128(38)) OK 110ms
/aggregate functions/state/anyLastState/Map(String,Float64) OK 100ms
/aggregate functions/state/anyState/Map(String,Nullable(Float32)) OK 190ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(Int8)) OK 205ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(FixedString(51)),String OK 173ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(UUID) OK 182ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(Int8)),String OK 175ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(Int16)) OK 159ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(UUID),String OK 147ms
/aggregate functions/state/anyLastState/Map(String,Decimal128(38)) OK 209ms
/aggregate functions/state/anyHeavyState/Map(String,Date) OK 229ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(UInt8)) OK 134ms
/aggregate functions/state/anyState/Map(String,Nullable(Float64)) OK 104ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(UInt8)),String OK 139ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(Int16)),String OK 102ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(UInt16)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(Int32)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(Int32)),String OK 113ms
/aggregate functions/state/anyState/Map(String,Nullable(Decimal128(38))) OK 148ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(Int64)) OK 123ms
/aggregate functions/state/anyLastState/Map(String,Date) OK 143ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(Int64)),String OK 140ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(UInt16)),String OK 134ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(UInt32)) OK 134ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(Int128)) OK 103ms
/aggregate functions/state/anyHeavyState/Map(String,DateTime) OK 126ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(UInt32)),String OK 99ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(Int128)),String OK 116ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(Float32)) OK 156ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(UInt64)) OK 153ms
/aggregate functions/state/anyState/Map(String,Nullable(Date)) OK 120ms
/aggregate functions/state/anyLastState/Map(String,DateTime) OK 120ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(Float32)),String OK 136ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(UInt64)),String OK 134ms
/aggregate functions/state/anyHeavyState/Map(String,DateTime64(3)) OK 77ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(UInt128)) OK 89ms
/aggregate functions/state/anyHeavyState/Map(String,Bool) OK 89ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(Float64)) OK 130ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(UInt128)),String OK 132ms
/aggregate functions/state/anyState/Map(String,Nullable(DateTime)) OK 90ms
/aggregate functions/state/anyLastState/Map(String,DateTime64(3)) OK 93ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(Float64)),String OK 106ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(Date)) OK 181ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(Int8)) OK 102ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(Int8)),String OK 143ms
/aggregate functions/state/anyHeavyState/Map(String,String) OK 146ms
/aggregate functions/state/anyState/Map(String,Nullable(DateTime64(3))) OK 126ms
/aggregate functions/state/anyLastState/Map(String,Bool) OK 125ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(Date)),String OK 131ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(Int16)) OK 117ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(Int16)),String OK 123ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(DateTime)) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(Int32)) OK 90ms
/aggregate functions/state/anyHeavyState/Map(String,FixedString(51)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(DateTime)),String OK 131ms
/aggregate functions/state/anyState/Map(String,Nullable(Bool)) OK 97ms
/aggregate functions/state/anyLastState/Map(String,String) OK 125ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(Int32)),String OK 146ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(Bool)) OK 115ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(Bool)),String OK 97ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(Int64)) OK 135ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(Int64)),String OK 113ms
/aggregate functions/state/anyState/Map(String,Nullable(String)) OK 85ms
/aggregate functions/state/anyHeavyState/Map(String,UUID) OK 124ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(String)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(String)),String OK 98ms
/aggregate functions/state/anyLastState/Map(String,FixedString(51)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(FixedString(51))) OK 107ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(Int128)) OK 109ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(Int128)),String OK 114ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(Float32)) OK 115ms
/aggregate functions/state/anyState/Map(String,Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/anyLastState/Map(String,UUID) OK 84ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(FixedString(51))),String OK 104ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(UInt8)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/String,LowCardinality(Nullable(UUID)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/LowCardinality(Nullable(UUID)),String OK 109ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(Float32)),String OK 110ms
/aggregate functions/state/anyState/Map(String,Nullable(UUID)) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(Float64)) OK 120ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(Float64)),String OK 106ms
/aggregate functions/state/anyLastState/Map(String,Nullable(UInt8)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/String,Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 772ms
/aggregate functions/state/argMaxState/datatypes/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)),String OK 814ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(UInt16)) OK 141ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(Date)) OK 177ms
/aggregate functions/state/anyState/Map(String,LowCardinality(UInt8)) OK 153ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(Date)),String OK 185ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(DateTime)) OK 187ms
/aggregate functions/state/anyLastState/Map(String,Nullable(UInt16)) OK 171ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(UInt32)) OK 87ms
/aggregate functions/state/anyState/Map(String,LowCardinality(UInt16)) OK 124ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(DateTime)),String OK 128ms
/aggregate functions/state/anyLastState/Map(String,Nullable(UInt32)) OK 116ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(Bool)) OK 98ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(Bool)),String OK 113ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(UInt64)) OK 111ms
/aggregate functions/state/anyState/Map(String,LowCardinality(UInt32)) OK 79ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(String)) OK 104ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(String)),String OK 115ms
/aggregate functions/state/anyLastState/Map(String,Nullable(UInt64)) OK 104ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(FixedString(51))) OK 102ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(UInt128)) OK 80ms
/aggregate functions/state/anyState/Map(String,LowCardinality(UInt64)) OK 83ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(FixedString(51))),String OK 145ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(Int8)) OK 155ms
/aggregate functions/state/anyLastState/Map(String,Nullable(UInt128)) OK 126ms
/aggregate functions/state/argMinState/datatypes/String,LowCardinality(Nullable(UUID)) OK 145ms
/aggregate functions/state/argMinState/datatypes/LowCardinality(Nullable(UUID)),String OK 116ms
/aggregate functions/state/anyState/Map(String,LowCardinality(UInt128)) OK 115ms
/aggregate functions/state/argMinState/datatypes/String,Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 809ms
/aggregate functions/state/anyLastState/Map(String,Nullable(Int8)) OK 113ms
/aggregate functions/state/argMinState/datatypes/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)),String OK 866ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(Int16)) OK 146ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Int8)) OK 153ms
/aggregate functions/state/anyLastState/Map(String,Nullable(Int16)) OK 113ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(Int32)) OK 231ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Int16)) OK 232ms
/aggregate functions/state/anyLastState/Map(String,Nullable(Int32)) OK 213ms
/aggregate functions/state/argMaxState/datatypes/permutations OK 21s 837ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(Int64)) OK 348ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Int32)) OK 362ms
/aggregate functions/state/anyLastState/Map(String,Nullable(Int64)) OK 347ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(Int128)) OK 477ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Int64)) OK 480ms
/aggregate functions/state/anyLastState/Map(String,Nullable(Int128)) OK 482ms
/aggregate functions/state/argMinState/datatypes/permutations OK 21s 536ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,UInt64 OK 1s 11ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 441ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 883ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(Float32)) OK 1s 881ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Int128)) OK 1s 861ms
/aggregate functions/state/anyLastState/Map(String,Nullable(Float32)) OK 1s 853ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,UInt64 OK 1s 874ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Nullable(UInt64) OK 2s 294ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Nullable(Int64) OK 2s 765ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Nullable(Float64) OK 2s 277ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Nullable(Float32) OK 1s 916ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Nullable(Decimal128(38)) OK 1s 306ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(Float64)) OK 1s 312ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Float32)) OK 1s 422ms
/aggregate functions/state/anyLastState/Map(String,Nullable(Float64)) OK 1s 317ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Nullable(Float64) OK 868ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Nullable(Float32) OK 461ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Nullable(DateTime) OK 144ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Nullable(Decimal128(38)) OK 183ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(Decimal128(38))) OK 127ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Nullable(DateTime) OK 202ms
/aggregate functions/state/anyLastState/Map(String,Nullable(Decimal128(38))) OK 216ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Nullable(Date) OK 112ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Nullable(Date) OK 96ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Map(String,LowCardinality(Float64)) OK 136ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Float64)) OK 114ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(Date)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 111ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Map(String,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 134ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Date)) OK 119ms
/aggregate functions/state/anyLastState/Map(String,Nullable(Date)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,LowCardinality(Float64) OK 117ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 122ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(DateTime)) OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,LowCardinality(Float64) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,LowCardinality(DateTime) OK 79ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 109ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(DateTime64(3))) OK 152ms
/aggregate functions/state/anyLastState/Map(String,Nullable(DateTime)) OK 115ms
/aggregate functions/state/anyState/Map(String,LowCardinality(DateTime)) OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,LowCardinality(DateTime) OK 102ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,LowCardinality(Date) OK 90ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,LowCardinality(Date) OK 133ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Int64 OK 120ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Float64 OK 124ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Int64 OK 91ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Float32 OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Float64 OK 119ms
/aggregate functions/state/anyLastState/Map(String,Nullable(DateTime64(3))) OK 91ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Bool)) OK 91ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(Bool)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Decimal128(38) OK 126ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Float32 OK 111ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,DateTime OK 92ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Decimal128(38) OK 94ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Date OK 89ms
/aggregate functions/state/anyLastState/Map(String,Nullable(Bool)) OK 112ms
/aggregate functions/state/anyState/Map(String,LowCardinality(String)) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,DateTime OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/UInt64,Array(String) OK 123ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(String)) OK 130ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Date OK 122ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),UInt64 OK 97ms
/aggregate functions/state/argMinState/datatypes/permutations/UInt64,Array(String) OK 79ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 91ms
/aggregate functions/state/anyLastState/Map(String,Nullable(String)) OK 90ms
/aggregate functions/state/anyState/Map(String,LowCardinality(FixedString(51))) OK 103ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),UInt64 OK 89ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 101ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 149ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Nullable(Float64) OK 163ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 143ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 143ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(FixedString(51))) OK 133ms
/aggregate functions/state/anyLastState/Map(String,Nullable(FixedString(51))) OK 122ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Nullable(Float64) OK 127ms
/aggregate functions/state/anyState/Map(String,LowCardinality(UUID)) OK 117ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 118ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Nullable(Decimal128(38)) OK 145ms
/aggregate functions/state/anyHeavyState/Map(String,Nullable(UUID)) OK 149ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Nullable(DateTime) OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Nullable(Decimal128(38)) OK 126ms
/aggregate functions/state/anyLastState/Map(String,Nullable(UUID)) OK 145ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Nullable(Date) OK 86ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(UInt8))) OK 126ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Nullable(DateTime) OK 129ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Nullable(Date) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Map(String,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 162ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Map(String,LowCardinality(Float64)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 119ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(UInt16))) OK 116ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 88ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(UInt8)) OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 131ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float64) OK 111ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(UInt16)) OK 143ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float64) OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 124ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 95ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(UInt16)) OK 104ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),LowCardinality(DateTime) OK 116ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),LowCardinality(DateTime) OK 97ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),LowCardinality(Date) OK 99ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Int64 OK 102ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),LowCardinality(Date) OK 111ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(UInt32)) OK 119ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Int64 OK 106ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(UInt32)) OK 113ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Float64 OK 117ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Float64 OK 114ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Float32 OK 99ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(UInt128))) OK 95ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Decimal128(38) OK 81ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Float32 OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Decimal128(38) OK 96ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(UInt64)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(UInt64)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),DateTime OK 135ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),DateTime OK 125ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Date OK 110ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(Int8))) OK 116ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(UInt64),Array(String) OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Date OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(UInt64),Array(String) OK 86ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(UInt128)) OK 96ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),UInt64 OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),UInt64 OK 127ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 134ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(Int16))) OK 150ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 117ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 146ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 141ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Int8)) OK 134ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Int8)) OK 131ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Nullable(Float64) OK 104ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Nullable(Float64) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Nullable(Decimal128(38)) OK 98ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 97ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Nullable(Decimal128(38)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Int16)) OK 98ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Int16)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Nullable(DateTime) OK 131ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Nullable(Date) OK 111ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Nullable(DateTime) OK 110ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Map(String,LowCardinality(Float64)) OK 115ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(Int64))) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Nullable(Date) OK 109ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Map(String,LowCardinality(Float64)) OK 97ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Int32)) OK 102ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Int32)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 95ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),LowCardinality(Float64) OK 84ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(Int128))) OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),LowCardinality(Float64) OK 136ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Int64)) OK 125ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Int64)) OK 95ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),LowCardinality(DateTime) OK 114ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),LowCardinality(Date) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 121ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(Float32))) OK 96ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),LowCardinality(DateTime) OK 91ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Int128)) OK 96ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Int128)) OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),LowCardinality(Date) OK 91ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Int64 OK 89ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Float64 OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Float32 OK 116ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(Float64))) OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Int64 OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Float64 OK 110ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Float32)) OK 108ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Float32 OK 98ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Float32)) OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Decimal128(38) OK 90ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),DateTime OK 115ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Date OK 121ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Decimal128(38) OK 97ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Float64)) OK 157ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(Date))) OK 122ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),DateTime OK 114ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Float64)) OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Date OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Int64),Array(String) OK 102ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),UInt64 OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Int64),Array(String) OK 119ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),UInt64 OK 149ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Nullable(UInt64) OK 135ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Nullable(UInt64) OK 102ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(DateTime))) OK 129ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Nullable(Int64) OK 105ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Date)) OK 105ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Date)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Nullable(Float64) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Nullable(Int64) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Nullable(Float64) OK 134ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Nullable(Float32) OK 107ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(DateTime)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Nullable(Decimal128(38)) OK 129ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Nullable(Float32) OK 126ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(Bool))) OK 133ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(DateTime)) OK 129ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Nullable(DateTime) OK 118ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Nullable(Decimal128(38)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Nullable(Date) OK 94ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Bool)) OK 186ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Nullable(DateTime) OK 193ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Map(String,LowCardinality(Float64)) OK 181ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Nullable(Date) OK 179ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),LowCardinality(UInt64) OK 150ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Bool)) OK 162ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(String))) OK 153ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Map(String,LowCardinality(Float64)) OK 146ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),LowCardinality(Int64) OK 240ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),LowCardinality(Float64) OK 118ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(String)) OK 168ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),LowCardinality(UInt64) OK 102ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(String)) OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),LowCardinality(Int64) OK 122ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),LowCardinality(Float32) OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),LowCardinality(Float64) OK 147ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),LowCardinality(Float32) OK 131ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),LowCardinality(DateTime) OK 141ms
/aggregate functions/state/anyState/Map(String,LowCardinality(Nullable(UUID))) OK 121ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),LowCardinality(Date) OK 142ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),LowCardinality(DateTime) OK 126ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Int64 OK 93ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),LowCardinality(Date) OK 101ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(UUID)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Float64 OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Int64 OK 111ms
/aggregate functions/state/anyState/Map(String,Array(String)) OK 145ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Float32 OK 118ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Float64 OK 121ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(UUID)) OK 105ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Float32 OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Decimal128(38) OK 116ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(UInt8))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),DateTime OK 78ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Decimal128(38) OK 79ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),DateTime OK 154ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(UInt8))) OK 139ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Date OK 147ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Date OK 144ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(UInt16))) OK 138ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float64),Array(String) OK 93ms
/aggregate functions/state/anyState/Map(String,Map(String,LowCardinality(Float64))) OK 118ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),UInt64 OK 115ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float64),Array(String) OK 113ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 73ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(UInt16))) OK 136ms
/aggregate functions/state/anyState/Map(String,Tuple(String)) OK 156ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),UInt64 OK 110ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 94ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(UInt32))) OK 99ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 114ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Nullable(Float64) OK 133ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 122ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 122ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Nullable(Decimal128(38)) OK 124ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(UInt64))) OK 124ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Nullable(Float64) OK 125ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 115ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Nullable(Decimal128(38)) OK 98ms
/aggregate functions/state/anyState/Map(FixedString(51),UInt8) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Nullable(DateTime) OK 111ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Nullable(Date) OK 92ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(UInt64))) OK 111ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Map(String,LowCardinality(Float64)) OK 187ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(UInt128))) OK 187ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Nullable(DateTime) OK 170ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Nullable(Date) OK 180ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Map(String,LowCardinality(Float64)) OK 164ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 170ms
/aggregate functions/state/anyState/Map(FixedString(51),UInt16) OK 150ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 165ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(UInt128))) OK 161ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 138ms
/aggregate functions/state/anyState/Map(FixedString(51),UInt32) OK 126ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),LowCardinality(Float64) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 109ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(Int8))) OK 156ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),LowCardinality(Float64) OK 107ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 144ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),LowCardinality(DateTime) OK 109ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),LowCardinality(Date) OK 85ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 142ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),LowCardinality(DateTime) OK 133ms
/aggregate functions/state/anyState/Map(FixedString(51),UInt64) OK 120ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Int64 OK 109ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),LowCardinality(Date) OK 127ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Float64 OK 111ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(Int16))) OK 115ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(Int16))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Float32 OK 104ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Decimal128(38) OK 123ms
/aggregate functions/state/anyState/Map(FixedString(51),UInt128) OK 202ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Int64 OK 171ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Float64 OK 160ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Float32 OK 177ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),DateTime OK 180ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(Int32))) OK 178ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(Int32))) OK 154ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Date OK 172ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Float32),Array(String) OK 104ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Decimal128(38) OK 87ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),DateTime OK 97ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(Int64))) OK 160ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Date OK 150ms
/aggregate functions/state/anyState/Map(FixedString(51),Int8) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),UInt64 OK 122ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(Int64))) OK 136ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(UInt64) OK 96ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Int64) OK 130ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Float32),Array(String) OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),UInt64 OK 94ms
/aggregate functions/state/anyState/Map(FixedString(51),Int16) OK 91ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Float64) OK 89ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Float32) OK 145ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(UInt64) OK 134ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(Int128))) OK 106ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(Int128))) OK 110ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Decimal128(38)) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Int64) OK 140ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Float64) OK 100ms
/aggregate functions/state/anyState/Map(FixedString(51),Int32) OK 113ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(DateTime) OK 110ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Date) OK 109ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(Float32))) OK 119ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(Float32))) OK 109ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Float32) OK 117ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Map(String,LowCardinality(Float64)) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Decimal128(38)) OK 124ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(DateTime) OK 94ms
/aggregate functions/state/anyState/Map(FixedString(51),Int64) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(UInt64) OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Int64) OK 89ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(Float64))) OK 111ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(Float64))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Float64) OK 126ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Date) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Map(String,LowCardinality(Float64)) OK 115ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(UInt64) OK 114ms
/aggregate functions/state/anyState/Map(FixedString(51),Int128) OK 118ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Float32) OK 119ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(DateTime) OK 91ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Int64) OK 122ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Date) OK 102ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Float64) OK 138ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Float32) OK 131ms
/aggregate functions/state/anyState/Map(FixedString(51),Float32) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Int64 OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Float64 OK 124ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(DateTime))) OK 112ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(DateTime))) OK 104ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Float32 OK 85ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(DateTime) OK 84ms
/aggregate functions/state/anyState/Map(FixedString(51),Float64) OK 134ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Date) OK 128ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Int64 OK 102ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Decimal128(38) OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),DateTime OK 142ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(Bool))) OK 136ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(Bool))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Date OK 129ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Float64 OK 117ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Float32 OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Decimal128(38)),Array(String) OK 107ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(String))) OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Decimal128(38) OK 83ms
/aggregate functions/state/anyState/Map(FixedString(51),Decimal128(38)) OK 92ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(String))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),UInt64 OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),DateTime OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Nullable(UInt64) OK 109ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Date OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Decimal128(38)),Array(String) OK 119ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Nullable(Int64) OK 115ms
/aggregate functions/state/anyState/Map(FixedString(51),Date) OK 114ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 112ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),UInt64 OK 114ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Nullable(Float64) OK 121ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Nullable(Float32) OK 91ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Nullable(UInt64) OK 96ms
/aggregate functions/state/anyHeavyState/Map(String,LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Nullable(Int64) OK 90ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Nullable(Decimal128(38)) OK 100ms
/aggregate functions/state/anyState/Map(FixedString(51),DateTime) OK 102ms
/aggregate functions/state/anyLastState/Map(String,LowCardinality(Nullable(UUID))) OK 130ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Nullable(DateTime) OK 96ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Nullable(Float64) OK 119ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Nullable(Float32) OK 124ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Nullable(Date) OK 124ms
/aggregate functions/state/anyHeavyState/Map(String,Array(String)) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Nullable(Decimal128(38)) OK 102ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Map(String,LowCardinality(Float64)) OK 98ms
/aggregate functions/state/anyState/Map(FixedString(51),DateTime64(3)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),LowCardinality(UInt64) OK 86ms
/aggregate functions/state/anyLastState/Map(String,Array(String)) OK 130ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Nullable(DateTime) OK 204ms
/aggregate functions/state/anyHeavyState/Map(String,Map(String,LowCardinality(Float64))) OK 90ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Nullable(Date) OK 95ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),LowCardinality(Int64) OK 97ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Map(String,LowCardinality(Float64)) OK 193ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),LowCardinality(Float64) OK 174ms
/aggregate functions/state/anyState/Map(FixedString(51),Bool) OK 177ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),LowCardinality(Float32) OK 169ms
/aggregate functions/state/anyHeavyState/Map(String,Tuple(String)) OK 189ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),LowCardinality(UInt64) OK 165ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),LowCardinality(DateTime) OK 167ms
/aggregate functions/state/anyLastState/Map(String,Map(String,LowCardinality(Float64))) OK 150ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),LowCardinality(Int64) OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),LowCardinality(Date) OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),LowCardinality(Float64) OK 115ms
/aggregate functions/state/anyState/Map(FixedString(51),String) OK 118ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Int64 OK 81ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),LowCardinality(Float32) OK 111ms
/aggregate functions/state/anyLastState/Map(String,Tuple(String)) OK 111ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Float64 OK 95ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),UInt8) OK 103ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Float32 OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),LowCardinality(DateTime) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Decimal128(38) OK 99ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),LowCardinality(Date) OK 96ms
/aggregate functions/state/anyState/Map(FixedString(51),FixedString(51)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),DateTime OK 91ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Int64 OK 90ms
/aggregate functions/state/anyLastState/Map(FixedString(51),UInt8) OK 97ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),UInt16) OK 97ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Date OK 89ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Float64 OK 103ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(DateTime),Array(String) OK 85ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Float32 OK 114ms
/aggregate functions/state/anyState/Map(FixedString(51),UUID) OK 111ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),UInt64 OK 92ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Decimal128(38) OK 100ms
/aggregate functions/state/anyLastState/Map(FixedString(51),UInt16) OK 95ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),UInt32) OK 80ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Nullable(UInt64) OK 94ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Nullable(Int64) OK 96ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),DateTime OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Date OK 78ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(UInt8)) OK 83ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Nullable(Float64) OK 90ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),UInt64) OK 111ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(DateTime),Array(String) OK 85ms
/aggregate functions/state/anyLastState/Map(FixedString(51),UInt32) OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Nullable(Float32) OK 89ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Nullable(Decimal128(38)) OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),UInt64 OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Nullable(UInt64) OK 94ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(UInt16)) OK 89ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Nullable(DateTime) OK 83ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Nullable(Int64) OK 83ms
/aggregate functions/state/anyLastState/Map(FixedString(51),UInt64) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Nullable(Date) OK 97ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),UInt128) OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Map(String,LowCardinality(Float64)) OK 116ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Nullable(Float64) OK 91ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(UInt32)) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Nullable(Float32) OK 114ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),LowCardinality(UInt64) OK 87ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Nullable(Decimal128(38)) OK 89ms
/aggregate functions/state/anyLastState/Map(FixedString(51),UInt128) OK 78ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),LowCardinality(Int64) OK 109ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Int8) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Nullable(DateTime) OK 98ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(UInt64)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),LowCardinality(Float64) OK 113ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),LowCardinality(Float32) OK 90ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Nullable(Date) OK 111ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Map(String,LowCardinality(Float64)) OK 90ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Int8) OK 95ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),LowCardinality(DateTime) OK 89ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Int16) OK 90ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),LowCardinality(UInt64) OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),LowCardinality(Date) OK 106ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(UInt128)) OK 121ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),LowCardinality(Int64) OK 137ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Int64 OK 124ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Int16) OK 121ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),LowCardinality(Float64) OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Float64 OK 99ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Int32) OK 99ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),LowCardinality(Float32) OK 87ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Float32 OK 86ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(Int8)) OK 132ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),LowCardinality(DateTime) OK 115ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Decimal128(38) OK 97ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Int32) OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),LowCardinality(Date) OK 122ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),DateTime OK 109ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Int64) OK 97ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Int64 OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Date OK 110ms
/aggregate functions/state/argMaxState/datatypes/permutations/Nullable(Date),Array(String) OK 100ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Float64 OK 110ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Int128) OK 99ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(Int16)) OK 133ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),UInt64 OK 126ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Int64) OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Float32 OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Decimal128(38) OK 107ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(UInt64) OK 94ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Int64) OK 81ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Float32) OK 91ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),DateTime OK 112ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Date OK 102ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Int128) OK 116ms
/aggregate functions/state/argMinState/datatypes/permutations/Nullable(Date),Array(String) OK 116ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Float64) OK 94ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(Int32)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Float32) OK 89ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Decimal128(38)) OK 91ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Float64) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),UInt64 OK 99ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(UInt64) OK 124ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(DateTime) OK 129ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Date) OK 105ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Float32) OK 111ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(Int64)) OK 83ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Int64) OK 84ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Map(String,LowCardinality(Float64)) OK 94ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Decimal128(38)) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Float64) OK 90ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(Int128)) OK 102ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Float32) OK 125ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(UInt64) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Decimal128(38)) OK 103ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Float64) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Int64) OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Float64) OK 112ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Date) OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(DateTime) OK 81ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(Float32)) OK 81ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Float32) OK 116ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Date) OK 141ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Map(String,LowCardinality(Float64)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(DateTime) OK 133ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Date) OK 102ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Decimal128(38)) OK 119ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),DateTime) OK 108ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(UInt64) OK 95ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(Float64)) OK 92ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Int64 OK 161ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Int64) OK 168ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Float64 OK 151ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Float64) OK 149ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),DateTime64(3)) OK 146ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Float32) OK 143ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Date) OK 140ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Float32 OK 127ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(Decimal128(38))) OK 130ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Decimal128(38) OK 110ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),DateTime OK 126ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Date OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(DateTime) OK 146ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(Date)) OK 90ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Bool) OK 87ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Date) OK 145ms
/aggregate functions/state/anyLastState/Map(FixedString(51),DateTime) OK 112ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Int64 OK 105ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),String) OK 124ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(DateTime)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/permutations/Map(String,LowCardinality(Float64)),Array(String) OK 148ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 105ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Float64 OK 120ms
/aggregate functions/state/anyLastState/Map(FixedString(51),DateTime64(3)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Float32 OK 104ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Decimal128(38) OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 136ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),FixedString(51)) OK 153ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(DateTime64(3))) OK 119ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float64) OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),DateTime OK 96ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Bool) OK 125ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Date OK 116ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 113ms
/aggregate functions/state/argMinState/datatypes/permutations/Map(String,LowCardinality(Float64)),Array(String) OK 80ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 114ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(Bool)) OK 156ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Nullable(Decimal128(38)) OK 135ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Nullable(DateTime) OK 89ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 104ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Nullable(Date) OK 129ms
/aggregate functions/state/anyLastState/Map(FixedString(51),String) OK 126ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),UUID) OK 134ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float64) OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Map(String,LowCardinality(Float64)) OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Nullable(Decimal128(38)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 105ms
/aggregate functions/state/anyLastState/Map(FixedString(51),FixedString(51)) OK 113ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 99ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(String)) OK 113ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(UInt8)) OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Nullable(DateTime) OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float64) OK 85ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Nullable(Date) OK 112ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Map(String,LowCardinality(Float64)) OK 101ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(DateTime) OK 129ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 128ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(UInt16)) OK 111ms
/aggregate functions/state/anyLastState/Map(FixedString(51),UUID) OK 112ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(FixedString(51))) OK 180ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Date) OK 86ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 160ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float64) OK 156ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Float64 OK 162ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(UInt32)) OK 202ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(UInt8)) OK 169ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 159ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 194ms
/aggregate functions/state/anyState/Map(FixedString(51),Nullable(UUID)) OK 112ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Decimal128(38) OK 97ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(DateTime) OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Date) OK 91ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),DateTime OK 83ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Date OK 80ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(UInt16)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(UInt64),Array(String) OK 123ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(UInt8)) OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 91ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(UInt64)) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Float64 OK 105ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 83ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 84ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(UInt32)) OK 83ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Decimal128(38) OK 100ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),DateTime OK 116ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(UInt128)) OK 118ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 145ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Date OK 132ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(UInt16)) OK 138ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Nullable(Float64) OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 110ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(UInt64)) OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(UInt64),Array(String) OK 80ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 106ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(Int8)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Nullable(Decimal128(38)) OK 103ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Nullable(DateTime) OK 99ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Nullable(Date) OK 82ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(UInt32)) OK 94ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(UInt128)) OK 97ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 92ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Nullable(Float64) OK 106ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(Int16)) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Map(String,LowCardinality(Float64)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 104ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(UInt64)) OK 89ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 110ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(Int8)) OK 103ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Nullable(Decimal128(38)) OK 95ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(Int32)) OK 78ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Nullable(DateTime) OK 84ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float64) OK 88ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(UInt128)) OK 144ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 103ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),LowCardinality(DateTime) OK 103ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Nullable(Date) OK 125ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(Int16)) OK 84ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Map(String,LowCardinality(Float64)) OK 130ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(Int64)) OK 103ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 92ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Date) OK 90ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(Int32)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Int64 OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Float64 OK 102ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 126ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Int8)) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float64) OK 102ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 91ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(Int128)) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Float32 OK 81ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(Int64)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Decimal128(38) OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),DateTime OK 107ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Int16)) OK 90ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Date OK 119ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),LowCardinality(DateTime) OK 109ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Date) OK 95ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(Float32)) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Int64 OK 78ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(Int128)) OK 84ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Int64),Array(String) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),UInt64 OK 84ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Int32)) OK 90ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Float64 OK 139ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Float32 OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Decimal128(38) OK 139ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Nullable(UInt64) OK 126ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(Float64)) OK 104ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(Float32)) OK 121ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Nullable(Int64) OK 110ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Nullable(Float64) OK 94ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Int64)) OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),DateTime OK 81ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(Decimal128(38))) OK 138ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Date OK 103ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Nullable(Float32) OK 107ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(Float64)) OK 109ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Int64),Array(String) OK 96ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Nullable(Decimal128(38)) OK 114ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Int128)) OK 107ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Nullable(DateTime) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),UInt64 OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Nullable(UInt64) OK 133ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Nullable(Int64) OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Nullable(Date) OK 137ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(Decimal128(38))) OK 127ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Map(String,LowCardinality(Float64)) OK 131ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(Date)) OK 113ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Float32)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),LowCardinality(UInt64) OK 86ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Nullable(Float64) OK 92ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Nullable(Float32) OK 117ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Int64) OK 114ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Float64)) OK 129ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Nullable(Decimal128(38)) OK 129ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(DateTime)) OK 115ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(Date)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float64) OK 101ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float32) OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Nullable(DateTime) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Nullable(Date) OK 136ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),LowCardinality(DateTime) OK 111ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Date) OK 119ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Int64 OK 122ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Map(String,LowCardinality(Float64)) OK 149ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(DateTime64(3))) OK 83ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Date)) OK 116ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),LowCardinality(UInt64) OK 78ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(DateTime)) OK 133ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(Bool)) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Int64) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Float64 OK 104ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Float32 OK 103ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float64) OK 92ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Decimal128(38) OK 103ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(DateTime)) OK 96ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float32) OK 88ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(String)) OK 86ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),LowCardinality(DateTime) OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),DateTime OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Date) OK 118ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Date OK 109ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Bool)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float64),Array(String) OK 113ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(Bool)) OK 103ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Int64 OK 107ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Float64 OK 83ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 122ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Float32 OK 107ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 119ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(String)) OK 101ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(String)) OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Decimal128(38) OK 139ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Nullable(UUID)) OK 129ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),DateTime OK 89ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Nullable(Float64) OK 78ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Date OK 112ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(FixedString(51))) OK 117ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float64),Array(String) OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Nullable(Decimal128(38)) OK 104ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 92ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Nullable(DateTime) OK 92ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(UUID)) OK 77ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 117ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 124ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Nullable(UUID)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Nullable(Date) OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Map(String,LowCardinality(Float64)) OK 127ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(UInt16)) OK 102ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Nullable(Float64) OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 102ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 135ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 109ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Nullable(Decimal128(38)) OK 125ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(UInt32)) OK 126ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(UInt8)) OK 147ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Nullable(DateTime) OK 135ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float64) OK 143ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 127ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),LowCardinality(DateTime) OK 117ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 122ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Nullable(Date) OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Map(String,LowCardinality(Float64)) OK 105ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 122ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Date) OK 114ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(UInt16)) OK 110ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Int64 OK 115ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(UInt128)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Float64 OK 113ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float64) OK 93ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Float32 OK 162ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(UInt32)) OK 148ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 148ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Decimal128(38) OK 147ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),LowCardinality(DateTime) OK 191ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),DateTime OK 192ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Date) OK 211ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 195ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Int8)) OK 193ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(UInt64)) OK 131ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Int64 OK 116ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Date OK 122ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Float32),Array(String) OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Float64 OK 143ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),UInt64 OK 147ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Nullable(UInt64) OK 121ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Float32 OK 131ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 108ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Int16)) OK 130ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Nullable(Int64) OK 127ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(UInt128)) OK 121ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Decimal128(38) OK 87ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),DateTime OK 87ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Nullable(Float64) OK 165ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 136ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Date OK 121ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Float32),Array(String) OK 95ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Nullable(Float32) OK 99ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Int8)) OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Nullable(Decimal128(38)) OK 79ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Int32)) OK 82ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),UInt64 OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Nullable(DateTime) OK 98ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Int64)) OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Nullable(UInt64) OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Nullable(Date) OK 109ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Int16)) OK 104ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Nullable(Int64) OK 107ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Map(String,LowCardinality(Float64)) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Nullable(Float64) OK 83ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(UInt64) OK 78ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Int128)) OK 126ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Nullable(Float32) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Int64) OK 122ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Int32)) OK 127ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Nullable(Decimal128(38)) OK 122ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 109ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Nullable(DateTime) OK 118ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float64) OK 86ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float32) OK 87ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Float32)) OK 125ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(DateTime) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Nullable(Date) OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Date) OK 126ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Int64)) OK 116ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Map(String,LowCardinality(Float64)) OK 137ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Int64 OK 141ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(UInt64) OK 89ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 141ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Float64 OK 136ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Int64) OK 124ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float64) OK 108ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Float64)) OK 116ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Float32 OK 83ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Int128)) OK 87ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float32) OK 94ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Decimal128(38) OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),DateTime OK 117ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Float32)) OK 138ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(DateTime) OK 138ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Date) OK 122ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Date)) OK 100ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 103ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Date OK 126ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(DateTime),Array(String) OK 115ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Int64 OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),UInt64 OK 132ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(DateTime)) OK 101ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 167ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Float64 OK 119ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Float32 OK 142ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Float64)) OK 85ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Decimal128(38) OK 143ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Nullable(UInt64) OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Nullable(Int64) OK 82ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Bool)) OK 90ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Date)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Nullable(Float64) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Nullable(Float32) OK 113ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),DateTime OK 83ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Nullable(Decimal128(38)) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Date OK 87ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(DateTime),Array(String) OK 93ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(String)) OK 85ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),UInt64 OK 170ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Nullable(DateTime) OK 147ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(DateTime)) OK 132ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Nullable(Date) OK 153ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Map(String,LowCardinality(Float64)) OK 92ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Nullable(UInt64) OK 131ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 126ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Nullable(Int64) OK 106ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),LowCardinality(UInt64) OK 90ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Bool)) OK 150ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Nullable(Float64) OK 105ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(UUID)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),LowCardinality(Int64) OK 116ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Nullable(Float32) OK 137ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Nullable(Decimal128(38)) OK 122ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),LowCardinality(Float64) OK 75ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),LowCardinality(Float32) OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),LowCardinality(DateTime) OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Nullable(DateTime) OK 87ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),LowCardinality(Date) OK 110ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Nullable(Date) OK 117ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Int64 OK 82ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(String)) OK 115ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Map(String,LowCardinality(Float64)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Float64 OK 86ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),LowCardinality(UInt64) OK 101ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Float32 OK 107ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Decimal128(38) OK 129ms
/aggregate functions/state/anyState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 139ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),LowCardinality(Int64) OK 127ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),LowCardinality(Float64) OK 130ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),DateTime OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),LowCardinality(Float32) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Date OK 91ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(UUID)) OK 82ms
/aggregate functions/state/argMaxState/datatypes/permutations/LowCardinality(Date),Array(String) OK 105ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),LowCardinality(DateTime) OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,UInt64 OK 95ms
/aggregate functions/state/anyState/Map(FixedString(51),Array(String)) OK 102ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),LowCardinality(Date) OK 105ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Int64 OK 105ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Nullable(UInt64) OK 99ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Nullable(Int64) OK 95ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Nullable(Float64) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Float64 OK 111ms
/aggregate functions/state/anyState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Float32 OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Decimal128(38) OK 101ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 126ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Nullable(Float32) OK 121ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Nullable(Decimal128(38)) OK 86ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Nullable(DateTime) OK 90ms
/aggregate functions/state/anyState/Map(FixedString(51),Tuple(String)) OK 79ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),DateTime OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Date OK 105ms
/aggregate functions/state/argMinState/datatypes/permutations/LowCardinality(Date),Array(String) OK 85ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 96ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Nullable(Date) OK 81ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Map(String,LowCardinality(Float64)) OK 99ms
/aggregate functions/state/anyState/Map(UUID,UInt8) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 78ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,UInt64 OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Nullable(UInt64) OK 86ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Nullable(Int64) OK 104ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,LowCardinality(Int64) OK 97ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 110ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 96ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,LowCardinality(Float64) OK 95ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,LowCardinality(Float32) OK 102ms
/aggregate functions/state/anyState/Map(UUID,UInt16) OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Nullable(Float64) OK 86ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Nullable(Float32) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Nullable(Decimal128(38)) OK 82ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,LowCardinality(DateTime) OK 102ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 144ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,LowCardinality(Date) OK 119ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 112ms
/aggregate functions/state/anyState/Map(UUID,UInt32) OK 82ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Int64 OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Nullable(DateTime) OK 112ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Nullable(Date) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Map(String,LowCardinality(Float64)) OK 97ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Float64 OK 86ms
/aggregate functions/state/anyState/Map(UUID,UInt64) OK 85ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Float32 OK 78ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 103ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Decimal128(38) OK 96ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 83ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,LowCardinality(Int64) OK 103ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,LowCardinality(Float64) OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,DateTime OK 100ms
/aggregate functions/state/anyState/Map(UUID,UInt128) OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Date OK 88ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,LowCardinality(Float32) OK 158ms
/aggregate functions/state/argMaxState/datatypes/permutations/Int64,Array(String) OK 177ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,LowCardinality(DateTime) OK 149ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,LowCardinality(Date) OK 150ms
/aggregate functions/state/anyState/Map(UUID,Int8) OK 141ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,UInt64 OK 144ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Nullable(UInt64) OK 121ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 159ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 202ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Int64 OK 103ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Float64 OK 110ms
/aggregate functions/state/anyState/Map(UUID,Int16) OK 111ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Nullable(Int64) OK 113ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Float32 OK 116ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Nullable(Float64) OK 95ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Nullable(Float32) OK 88ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Decimal128(38) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Nullable(Decimal128(38)) OK 148ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Nullable(DateTime) OK 104ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,DateTime OK 132ms
/aggregate functions/state/anyState/Map(UUID,Int32) OK 119ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Nullable(Date) OK 115ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 133ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Date OK 77ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 102ms
/aggregate functions/state/argMinState/datatypes/permutations/Int64,Array(String) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,UInt64 OK 97ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Map(String,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/anyState/Map(UUID,Int64) OK 119ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,LowCardinality(UInt64) OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Nullable(UInt64) OK 89ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,LowCardinality(Int64) OK 95ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Nullable(Int64) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,LowCardinality(Float64) OK 87ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Nullable(Float64) OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Nullable(Float32) OK 87ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,LowCardinality(Float32) OK 113ms
/aggregate functions/state/anyState/Map(UUID,Int128) OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,LowCardinality(DateTime) OK 93ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,LowCardinality(Date) OK 86ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Nullable(Decimal128(38)) OK 82ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Nullable(DateTime) OK 85ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Nullable(Date) OK 82ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/anyState/Map(UUID,Float32) OK 141ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Int64 OK 107ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 135ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Float64 OK 133ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Float32 OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Map(String,LowCardinality(Float64)) OK 131ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,LowCardinality(UInt64) OK 115ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,LowCardinality(Int64) OK 98ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Decimal128(38) OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,DateTime OK 109ms
/aggregate functions/state/anyState/Map(UUID,Float64) OK 94ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Date OK 104ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,LowCardinality(Float64) OK 117ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,LowCardinality(Float32) OK 100ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 108ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,LowCardinality(DateTime) OK 132ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float64,Array(String) OK 114ms
/aggregate functions/state/anyState/Map(UUID,Decimal128(38)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,UInt64 OK 97ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Nullable(UInt64) OK 77ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,LowCardinality(Date) OK 109ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Int64 OK 97ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Float64 OK 91ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Nullable(Int64) OK 80ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Nullable(Float64) OK 90ms
/aggregate functions/state/anyState/Map(UUID,Date) OK 99ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Nullable(Float32) OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Float32 OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Decimal128(38) OK 119ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 107ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Nullable(Decimal128(38)) OK 108ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,DateTime OK 107ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Array(String)) OK 148ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Nullable(DateTime) OK 149ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Nullable(Date) OK 127ms
/aggregate functions/state/anyState/Map(UUID,DateTime) OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Date OK 108ms
/aggregate functions/state/anyLastState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/state/argMinState/datatypes/permutations/Float64,Array(String) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Map(String,LowCardinality(Float64)) OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,UInt64 OK 112ms
/aggregate functions/state/anyState/Map(UUID,DateTime64(3)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 91ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,LowCardinality(Int64) OK 90ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Array(String)) OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Nullable(UInt64) OK 84ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Nullable(Int64) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,LowCardinality(Float64) OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Nullable(Float64) OK 92ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,LowCardinality(Float32) OK 88ms
/aggregate functions/state/anyHeavyState/Map(FixedString(51),Tuple(String)) OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,LowCardinality(DateTime) OK 99ms
/aggregate functions/state/anyState/Map(UUID,Bool) OK 83ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Nullable(Float32) OK 91ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Nullable(Decimal128(38)) OK 86ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Nullable(DateTime) OK 112ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,LowCardinality(Date) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Int64 OK 103ms
/aggregate functions/state/anyHeavyState/Map(UUID,UInt8) OK 92ms
/aggregate functions/state/anyState/Map(UUID,String) OK 97ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Float64 OK 91ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Nullable(Date) OK 93ms
/aggregate functions/state/anyLastState/Map(FixedString(51),Tuple(String)) OK 83ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Map(String,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 95ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Float32 OK 99ms
/aggregate functions/state/anyHeavyState/Map(UUID,UInt16) OK 131ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Decimal128(38) OK 97ms
/aggregate functions/state/anyState/Map(UUID,FixedString(51)) OK 140ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,DateTime OK 94ms
/aggregate functions/state/anyLastState/Map(UUID,UInt8) OK 90ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,LowCardinality(Int64) OK 100ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,LowCardinality(Float64) OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,LowCardinality(Float32) OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Date OK 97ms
/aggregate functions/state/argMaxState/datatypes/permutations/Float32,Array(String) OK 112ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),UInt64 OK 115ms
/aggregate functions/state/anyLastState/Map(UUID,UInt16) OK 118ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,LowCardinality(DateTime) OK 107ms
/aggregate functions/state/anyHeavyState/Map(UUID,UInt32) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,LowCardinality(Date) OK 87ms
/aggregate functions/state/anyState/Map(UUID,UUID) OK 92ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Int64 OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Nullable(UInt64) OK 79ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Nullable(Int64) OK 134ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Nullable(Float64) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UUID,UInt64) OK 128ms
/aggregate functions/state/anyLastState/Map(UUID,UInt32) OK 100ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Float64 OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Float32 OK 101ms
/aggregate functions/state/anyState/Map(UUID,Nullable(UInt8)) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Decimal128(38) OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Nullable(Float32) OK 97ms
/aggregate functions/state/anyLastState/Map(UUID,UInt64) OK 163ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Nullable(Decimal128(38)) OK 159ms
/aggregate functions/state/anyState/Map(UUID,Nullable(UInt16)) OK 128ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,DateTime OK 128ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Nullable(DateTime) OK 127ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Date OK 149ms
/aggregate functions/state/anyHeavyState/Map(UUID,UInt128) OK 82ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Nullable(Date) OK 99ms
/aggregate functions/state/argMinState/datatypes/permutations/Float32,Array(String) OK 80ms
/aggregate functions/state/anyHeavyState/Map(UUID,Int8) OK 82ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),UInt64 OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Map(String,LowCardinality(Float64)) OK 110ms
/aggregate functions/state/anyState/Map(UUID,Nullable(UInt32)) OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Nullable(UInt64) OK 97ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),LowCardinality(UInt64) OK 104ms
/aggregate functions/state/anyLastState/Map(UUID,UInt128) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),LowCardinality(Int64) OK 105ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Nullable(Int64) OK 87ms
/aggregate functions/state/anyHeavyState/Map(UUID,Int16) OK 84ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Nullable(Float64) OK 111ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Nullable(Float32) OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),LowCardinality(Float64) OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),LowCardinality(Float32) OK 127ms
/aggregate functions/state/anyState/Map(UUID,Nullable(UInt64)) OK 111ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Nullable(Decimal128(38)) OK 120ms
/aggregate functions/state/anyLastState/Map(UUID,Int8) OK 120ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),LowCardinality(DateTime) OK 97ms
/aggregate functions/state/anyHeavyState/Map(UUID,Int32) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Nullable(DateTime) OK 91ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Nullable(Date) OK 92ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),LowCardinality(Date) OK 158ms
/aggregate functions/state/anyState/Map(UUID,Nullable(UInt128)) OK 156ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Int64 OK 117ms
/aggregate functions/state/anyHeavyState/Map(UUID,Int64) OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Float64 OK 90ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Map(String,LowCardinality(Float64)) OK 101ms
/aggregate functions/state/anyLastState/Map(UUID,Int16) OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),LowCardinality(UInt64) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),LowCardinality(Int64) OK 91ms
/aggregate functions/state/anyHeavyState/Map(UUID,Int128) OK 113ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Float32 OK 124ms
/aggregate functions/state/anyLastState/Map(UUID,Int32) OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),LowCardinality(Float64) OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Decimal128(38) OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),DateTime OK 106ms
/aggregate functions/state/anyState/Map(UUID,Nullable(Int8)) OK 100ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),LowCardinality(Float32) OK 83ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),LowCardinality(DateTime) OK 82ms
/aggregate functions/state/anyHeavyState/Map(UUID,Float32) OK 116ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),LowCardinality(Date) OK 102ms
/aggregate functions/state/anyLastState/Map(UUID,Int64) OK 106ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Date OK 110ms
/aggregate functions/state/argMaxState/datatypes/permutations/Decimal128(38),Array(String) OK 112ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Int64 OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Float64 OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,UInt64 OK 95ms
/aggregate functions/state/anyState/Map(UUID,Nullable(Int16)) OK 103ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Float32 OK 127ms
/aggregate functions/state/anyLastState/Map(UUID,Int128) OK 117ms
/aggregate functions/state/anyHeavyState/Map(UUID,Float64) OK 111ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Nullable(UInt64) OK 176ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Nullable(Int64) OK 161ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Nullable(Float64) OK 173ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Decimal128(38) OK 174ms
/aggregate functions/state/anyState/Map(UUID,Nullable(Int32)) OK 169ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),DateTime OK 173ms
/aggregate functions/state/anyHeavyState/Map(UUID,Decimal128(38)) OK 98ms
/aggregate functions/state/anyLastState/Map(UUID,Float32) OK 105ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Date OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Nullable(Float32) OK 89ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Nullable(Decimal128(38)) OK 126ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Nullable(DateTime) OK 126ms
/aggregate functions/state/anyState/Map(UUID,Nullable(Int64)) OK 133ms
/aggregate functions/state/argMinState/datatypes/permutations/Decimal128(38),Array(String) OK 89ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,UInt64 OK 123ms
/aggregate functions/state/anyHeavyState/Map(UUID,Date) OK 124ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Nullable(UInt64) OK 111ms
/aggregate functions/state/anyLastState/Map(UUID,Float64) OK 117ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Nullable(Date) OK 82ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Nullable(Int64) OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Map(String,LowCardinality(Float64)) OK 117ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,LowCardinality(UInt64) OK 132ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Nullable(Float64) OK 119ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Nullable(Float32) OK 111ms
/aggregate functions/state/anyState/Map(UUID,Nullable(Int128)) OK 90ms
/aggregate functions/state/anyHeavyState/Map(UUID,DateTime) OK 82ms
/aggregate functions/state/anyLastState/Map(UUID,Decimal128(38)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,LowCardinality(Int64) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Nullable(Decimal128(38)) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UUID,DateTime64(3)) OK 85ms
/aggregate functions/state/anyState/Map(UUID,Nullable(Float32)) OK 87ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,LowCardinality(Float64) OK 85ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Nullable(DateTime) OK 121ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,LowCardinality(Float32) OK 113ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Nullable(Date) OK 133ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,LowCardinality(DateTime) OK 96ms
/aggregate functions/state/anyLastState/Map(UUID,Date) OK 119ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Map(String,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/anyHeavyState/Map(UUID,Bool) OK 100ms
/aggregate functions/state/anyState/Map(UUID,Nullable(Float64)) OK 98ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,LowCardinality(Date) OK 86ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Int64 OK 101ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Float64 OK 100ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,LowCardinality(UInt64) OK 104ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,LowCardinality(Int64) OK 114ms
/aggregate functions/state/anyLastState/Map(UUID,DateTime) OK 102ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,LowCardinality(Float64) OK 93ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Float32 OK 99ms
/aggregate functions/state/anyHeavyState/Map(UUID,String) OK 92ms
/aggregate functions/state/anyState/Map(UUID,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Decimal128(38) OK 103ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,DateTime OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,LowCardinality(Float32) OK 117ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,LowCardinality(DateTime) OK 153ms
/aggregate functions/state/anyLastState/Map(UUID,DateTime64(3)) OK 139ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,LowCardinality(Date) OK 113ms
/aggregate functions/state/anyState/Map(UUID,Nullable(Date)) OK 131ms
/aggregate functions/state/anyHeavyState/Map(UUID,FixedString(51)) OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Date OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/DateTime,Array(String) OK 84ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,UInt64 OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Int64 OK 126ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Nullable(UInt64) OK 100ms
/aggregate functions/state/anyHeavyState/Map(UUID,UUID) OK 104ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Float64 OK 108ms
/aggregate functions/state/anyLastState/Map(UUID,Bool) OK 101ms
/aggregate functions/state/anyState/Map(UUID,Nullable(DateTime)) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Float32 OK 99ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Nullable(Int64) OK 94ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Nullable(Float64) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Nullable(Float32) OK 106ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(UInt8)) OK 127ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Decimal128(38) OK 126ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,DateTime OK 97ms
/aggregate functions/state/anyLastState/Map(UUID,String) OK 108ms
/aggregate functions/state/anyState/Map(UUID,Nullable(DateTime64(3))) OK 114ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Date OK 92ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Nullable(Decimal128(38)) OK 91ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Nullable(DateTime) OK 80ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Nullable(Date) OK 87ms
/aggregate functions/state/argMinState/datatypes/permutations/DateTime,Array(String) OK 122ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,UInt64 OK 145ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Map(String,LowCardinality(Float64)) OK 101ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(UInt16)) OK 107ms
/aggregate functions/state/anyLastState/Map(UUID,FixedString(51)) OK 130ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Nullable(UInt64) OK 82ms
/aggregate functions/state/anyState/Map(UUID,Nullable(Bool)) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,LowCardinality(UInt64) OK 94ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,LowCardinality(Int64) OK 88ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Nullable(Int64) OK 101ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,LowCardinality(Float64) OK 110ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Nullable(Float64) OK 97ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(UInt32)) OK 76ms
/aggregate functions/state/anyLastState/Map(UUID,UUID) OK 105ms
/aggregate functions/state/anyState/Map(UUID,Nullable(String)) OK 119ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Nullable(Float32) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,LowCardinality(Float32) OK 89ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,LowCardinality(DateTime) OK 98ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(UInt64)) OK 84ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Nullable(Decimal128(38)) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Nullable(DateTime) OK 105ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,LowCardinality(Date) OK 102ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Int64 OK 101ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(UInt8)) OK 99ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Nullable(Date) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Float64 OK 77ms
/aggregate functions/state/anyState/Map(UUID,Nullable(FixedString(51))) OK 117ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(UInt128)) OK 95ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Map(String,LowCardinality(Float64)) OK 86ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,LowCardinality(UInt64) OK 92ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Float32 OK 81ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Decimal128(38) OK 114ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,DateTime OK 138ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(UInt16)) OK 134ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(Int8)) OK 108ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,LowCardinality(Int64) OK 117ms
/aggregate functions/state/anyState/Map(UUID,Nullable(UUID)) OK 125ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,LowCardinality(Float64) OK 108ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Date OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,LowCardinality(Float32) OK 103ms
/aggregate functions/state/argMaxState/datatypes/permutations/Date,Array(String) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),UInt64 OK 110ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(UInt32)) OK 134ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(Int16)) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,LowCardinality(DateTime) OK 115ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,LowCardinality(Date) OK 85ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(UInt8)) OK 114ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Nullable(UInt64) OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Int64 OK 88ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Nullable(Int64) OK 76ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(Int32)) OK 116ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Float64 OK 101ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Nullable(Float64) OK 123ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Float32 OK 109ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Nullable(Float32) OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Decimal128(38) OK 120ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(UInt64)) OK 121ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(UInt16)) OK 120ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Nullable(Decimal128(38)) OK 109ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,DateTime OK 78ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(Int64)) OK 77ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Date OK 136ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Nullable(DateTime) OK 110ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Nullable(Date) OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/Date,Array(String) OK 120ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Map(String,LowCardinality(Float64)) OK 102ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(UInt128)) OK 84ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(UInt32)) OK 103ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),UInt64 OK 94ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(Int128)) OK 83ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(Int8)) OK 119ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),LowCardinality(UInt64) OK 126ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),LowCardinality(Int64) OK 127ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),LowCardinality(Float64) OK 95ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(UInt64)) OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Nullable(UInt64) OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Nullable(Int64) OK 135ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(Float32)) OK 127ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Nullable(Float64) OK 102ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),LowCardinality(Float32) OK 157ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(Int16)) OK 126ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Nullable(Float32) OK 100ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),LowCardinality(DateTime) OK 130ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),LowCardinality(Date) OK 127ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(UInt128)) OK 92ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Nullable(Decimal128(38)) OK 98ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Nullable(DateTime) OK 92ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(Float64)) OK 106ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Nullable(Date) OK 83ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Int8)) OK 142ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Map(String,LowCardinality(Float64)) OK 126ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(Int32)) OK 111ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),LowCardinality(UInt64) OK 123ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Int64 OK 86ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Float64 OK 120ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Float32 OK 105ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),LowCardinality(Int64) OK 86ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Decimal128(38) OK 86ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(Date)) OK 111ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(Int64)) OK 101ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),LowCardinality(Float64) OK 140ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),DateTime OK 138ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Int16)) OK 107ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),LowCardinality(Float32) OK 91ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Date OK 120ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),LowCardinality(DateTime) OK 85ms
/aggregate functions/state/argMaxState/datatypes/permutations/Array(String),Array(String) OK 86ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(Int128)) OK 118ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(DateTime)) OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),LowCardinality(Date) OK 108ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Int64 OK 104ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Float64 OK 85ms
/aggregate functions/state/avgState OK 7s 447ms
/aggregate functions/state/avgState/constant OK 62ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Int64)) OK 119ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(Float32)) OK 94ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Float32 OK 110ms
/aggregate functions/state/avgState/zero rows OK 47ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Decimal128(38) OK 93ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),DateTime OK 89ms
/aggregate functions/state/avgState/single row OK 61ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(Bool)) OK 77ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(Float64)) OK 163ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Date OK 170ms
/aggregate functions/state/argMinState/datatypes/permutations/Array(String),Array(String) OK 161ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Int128)) OK 163ms
/aggregate functions/state/avgState/with group by OK 43ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(String)) OK 130ms
/aggregate functions/state/avgState/some negative values OK 118ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Float32)) OK 76ms
/aggregate functions/state/avgState/NULL value handling OK 43ms
/aggregate functions/state/avgWeightedState XFail 576us
/aggregate functions/state/corrState OK 10s 394ms
/aggregate functions/state/corrState/constant OK 44ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/avgState/single NULL value OK 42ms
/aggregate functions/state/corrState/zero rows OK 41ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(Date)) OK 80ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/anyHeavyState/Map(UUID,Nullable(UUID)) OK 75ms
/aggregate functions/state/avgState/return type OK 40ms
/aggregate functions/state/corrState/single row OK 38ms
/aggregate functions/state/avgState/doc example OK 45ms
/aggregate functions/state/corrState/with group by OK 40ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Date)) OK 78ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(DateTime)) OK 72ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(UInt8)) OK 68ms
/aggregate functions/state/corrState/some negative values OK 39ms
/aggregate functions/state/avgState/inf OK 42ms
/aggregate functions/state/corrState/NULL value handling OK 45ms
/aggregate functions/state/avgState/-inf OK 41ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(UInt16)) OK 96ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(DateTime)) OK 93ms
/aggregate functions/state/corrState/single NULL value OK 63ms
/aggregate functions/state/avgState/nan OK 61ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(Bool)) OK 89ms
/aggregate functions/state/corrState/inf, -inf, nan OK 410ms
/aggregate functions/state/avgState/inf, -inf, nan OK 44ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(UInt32)) OK 73ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Bool)) OK 71ms
/aggregate functions/state/avgState/UInt8 OK 72ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(UInt64)) OK 95ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(String)) OK 78ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(String)) OK 87ms
/aggregate functions/state/avgState/UInt16 OK 80ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/avgState/UInt32 OK 69ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(UUID)) OK 85ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Int8)) OK 80ms
/aggregate functions/state/anyLastState/Map(UUID,Nullable(UUID)) OK 73ms
/aggregate functions/state/avgState/UInt64 OK 83ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(UInt8)) OK 74ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 67ms
/aggregate functions/state/avgState/Int8 OK 72ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Int32)) OK 98ms
/aggregate functions/state/corrState/return type OK 43ms
/aggregate functions/state/avgState/Int16 OK 71ms
/aggregate functions/state/corrState/example OK 45ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/avgState/Int32 OK 77ms
/aggregate functions/state/corrState/datatypes OK 9s 580ms
/aggregate functions/state/corrState/datatypes/Float64,UInt8 OK 557ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Int64)) OK 553ms
/aggregate functions/state/corrState/datatypes/UInt8,Float64 OK 1s 5ms
/aggregate functions/state/corrState/datatypes/Float64,UInt16 OK 1s 402ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 1s 373ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(UInt64)) OK 1s 346ms
/aggregate functions/state/avgState/Int64 OK 1s 359ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Int128)) OK 870ms
/aggregate functions/state/corrState/datatypes/UInt16,Float64 OK 875ms
/aggregate functions/state/corrState/datatypes/Float64,UInt32 OK 404ms
/aggregate functions/state/corrState/datatypes/UInt32,Float64 OK 94ms
/aggregate functions/state/corrState/datatypes/Float64,UInt64 OK 102ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(UInt128)) OK 118ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Float32)) OK 85ms
/aggregate functions/state/corrState/datatypes/UInt64,Float64 OK 85ms
/aggregate functions/state/avgState/Float32 OK 105ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(Int8))) OK 103ms
/aggregate functions/state/corrState/datatypes/Float64,Int8 OK 83ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Float64)) OK 94ms
/aggregate functions/state/corrState/datatypes/Int8,Float64 OK 95ms
/aggregate functions/state/corrState/datatypes/Float64,Int16 OK 79ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Int8)) OK 82ms
/aggregate functions/state/avgState/Float64 OK 77ms
/aggregate functions/state/corrState/datatypes/Int16,Float64 OK 85ms
/aggregate functions/state/corrState/datatypes/Float64,Int32 OK 118ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(Int16))) OK 96ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Date)) OK 109ms
/aggregate functions/state/corrState/datatypes/Int32,Float64 OK 89ms
/aggregate functions/state/avgState/Decimal128(38) OK 92ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Int16)) OK 103ms
/aggregate functions/state/corrState/datatypes/Float64,Int64 OK 72ms
/aggregate functions/state/corrState/datatypes/Int64,Float64 OK 101ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(Int32))) OK 109ms
/aggregate functions/state/avgState/Nullable(UInt8) OK 89ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/corrState/datatypes/Float64,Float32 OK 92ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Int32)) OK 71ms
/aggregate functions/state/corrState/datatypes/Float32,Float64 OK 73ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Int64)) OK 100ms
/aggregate functions/state/avgState/Nullable(UInt16) OK 84ms
/aggregate functions/state/corrState/datatypes/Float64,Float64 OK 99ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Bool)) OK 86ms
/aggregate functions/state/corrState/datatypes/Float64,Float64 OK 71ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/state/corrState/datatypes/Float64,Nullable(UInt8) OK 85ms
/aggregate functions/state/corrState/datatypes/Nullable(UInt8),Float64 OK 106ms
/aggregate functions/state/avgState/Nullable(UInt32) OK 110ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(String)) OK 86ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(Int128))) OK 101ms
/aggregate functions/state/corrState/datatypes/Float64,Nullable(UInt16) OK 80ms
/aggregate functions/state/corrState/datatypes/Nullable(UInt16),Float64 OK 88ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Float32)) OK 103ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/state/corrState/datatypes/Float64,Nullable(UInt32) OK 86ms
/aggregate functions/state/corrState/datatypes/Nullable(UInt32),Float64 OK 98ms
/aggregate functions/state/corrState/datatypes/Float64,Nullable(UInt64) OK 94ms
/aggregate functions/state/avgState/Nullable(UInt64) OK 88ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(UUID)) OK 128ms
/aggregate functions/state/corrState/datatypes/Nullable(UInt64),Float64 OK 103ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Float64)) OK 87ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/state/avgState/Nullable(Int8) OK 94ms
/aggregate functions/state/corrState/datatypes/Float64,Nullable(Int8) OK 87ms
/aggregate functions/state/corrState/datatypes/Nullable(Int8),Float64 OK 77ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(Date))) OK 107ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Date)) OK 108ms
/aggregate functions/state/corrState/datatypes/Float64,Nullable(Int16) OK 88ms
/aggregate functions/state/corrState/datatypes/Nullable(Int16),Float64 OK 87ms
/aggregate functions/state/corrState/datatypes/Float64,Nullable(Int32) OK 92ms
/aggregate functions/state/avgState/Nullable(Int16) OK 70ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/state/avgState/Nullable(Int32) OK 93ms
/aggregate functions/state/corrState/datatypes/Nullable(Int32),Float64 OK 103ms
/aggregate functions/state/corrState/datatypes/Float64,Nullable(Int64) OK 117ms
/aggregate functions/state/corrState/datatypes/Nullable(Int64),Float64 OK 100ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 104ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(DateTime)) OK 96ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/state/avgState/Nullable(Int64) OK 74ms
/aggregate functions/state/corrState/datatypes/Float64,Nullable(Float32) OK 93ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 100ms
/aggregate functions/state/corrState/datatypes/Nullable(Float32),Float64 OK 91ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Bool)) OK 84ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/state/corrState/datatypes/Float64,Nullable(Float64) OK 92ms
/aggregate functions/state/avgState/Nullable(Float32) OK 73ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/state/corrState/datatypes/Nullable(Float64),Float64 OK 96ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(String)) OK 77ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(UInt8) OK 83ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/state/corrState/datatypes/LowCardinality(UInt8),Float64 OK 89ms
/aggregate functions/state/avgState/Nullable(Float64) OK 72ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(UInt16) OK 75ms
/aggregate functions/state/corrState/datatypes/LowCardinality(UInt16),Float64 OK 102ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 94ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(UInt32) OK 84ms
/aggregate functions/state/avgState/Nullable(Decimal128(38)) OK 90ms
/aggregate functions/state/corrState/datatypes/LowCardinality(UInt32),Float64 OK 76ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(UUID)) OK 77ms
/aggregate functions/state/anyState/Map(UUID,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(UInt64) OK 84ms
/aggregate functions/state/corrState/datatypes/LowCardinality(UInt64),Float64 OK 90ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/state/avgState/LowCardinality(UInt8) OK 71ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Int8) OK 73ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/anyState/Map(UUID,Array(String)) OK 80ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/avgState/LowCardinality(UInt16) OK 71ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Int8),Float64 OK 75ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Int16) OK 80ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Int16),Float64 OK 93ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/state/anyState/Map(UUID,Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/state/avgState/LowCardinality(UInt32) OK 76ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Int32) OK 87ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Int32),Float64 OK 78ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Int64) OK 74ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/state/avgState/LowCardinality(UInt64) OK 82ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/state/anyState/Map(UUID,Tuple(String)) OK 80ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Int64),Float64 OK 78ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Float32) OK 82ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Float32),Float64 OK 166ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 94ms
/aggregate functions/state/avgState/LowCardinality(Int8) OK 161ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(Int128))) OK 162ms
/aggregate functions/state/anyState/Map(LowCardinality(String),UInt8) OK 158ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Float64) OK 159ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Float64),Float64 OK 142ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 99ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 189ms
/aggregate functions/state/avgState/LowCardinality(Int16) OK 91ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 85ms
/aggregate functions/state/anyState/Map(LowCardinality(String),UInt16) OK 90ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(Float32))) OK 96ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 83ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 111ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 86ms
/aggregate functions/state/avgState/LowCardinality(Int32) OK 82ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 90ms
/aggregate functions/state/anyState/Map(LowCardinality(String),UInt32) OK 93ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/state/avgState/LowCardinality(Int64) OK 97ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 111ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 81ms
/aggregate functions/state/anyState/Map(LowCardinality(String),UInt64) OK 93ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 74ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 109ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 84ms
/aggregate functions/state/avgState/LowCardinality(Float32) OK 86ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/state/anyState/Map(LowCardinality(String),UInt128) OK 94ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 77ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 83ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/avgState/LowCardinality(Float64) OK 96ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 96ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(Bool))) OK 98ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 74ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Int8) OK 74ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 96ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 78ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Int16) OK 78ms
/aggregate functions/state/avgState/LowCardinality(Nullable(UInt8)) OK 82ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 107ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(Float32))) OK 120ms
/aggregate functions/state/corrState/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 78ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Int32) OK 72ms
/aggregate functions/state/corrState/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 73ms
/aggregate functions/state/avgState/LowCardinality(Nullable(UInt16)) OK 189ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 159ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Int64) OK 310ms
/aggregate functions/state/corrState/datatypes/permutations OK 5s 848ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(Float64))) OK 374ms
/aggregate functions/state/anyHeavyState/Map(UUID,LowCardinality(Nullable(UUID))) OK 328ms
/aggregate functions/state/avgState/LowCardinality(Nullable(UInt32)) OK 289ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Int128) OK 380ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(Date))) OK 343ms
/aggregate functions/state/avgState/LowCardinality(Nullable(UInt64)) OK 290ms
/aggregate functions/state/anyHeavyState/Map(UUID,Array(String)) OK 305ms
/aggregate functions/state/corrState/datatypes/permutations/UInt64,UInt64 OK 512ms
/aggregate functions/state/corrState/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 33ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Float32) OK 76ms
/aggregate functions/state/corrState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 465ms
/aggregate functions/state/avgState/LowCardinality(Nullable(Int8)) OK 1s 454ms
/aggregate functions/state/anyHeavyState/Map(UUID,Map(String,LowCardinality(Float64))) OK 1s 405ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 1s 413ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Float64) OK 1s 397ms
/aggregate functions/state/corrState/datatypes/permutations/UInt64,Nullable(Float32) OK 971ms
/aggregate functions/state/corrState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 451ms
/aggregate functions/state/anyHeavyState/Map(UUID,Tuple(String)) OK 91ms
/aggregate functions/state/avgState/LowCardinality(Nullable(Int16)) OK 87ms
/aggregate functions/state/corrState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 86ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Decimal128(38)) OK 106ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(Bool))) OK 95ms
/aggregate functions/state/corrState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 92ms
/aggregate functions/state/corrState/datatypes/permutations/UInt64,Int64 OK 93ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),UInt8) OK 85ms
/aggregate functions/state/avgState/LowCardinality(Nullable(Int32)) OK 84ms
/aggregate functions/state/corrState/datatypes/permutations/UInt64,Float32 OK 74ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(UInt64),UInt64 OK 87ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 79ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Date) OK 73ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 98ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),UInt16) OK 90ms
/aggregate functions/state/avgState/LowCardinality(Nullable(Int64)) OK 72ms
/aggregate functions/state/anyState/Map(LowCardinality(String),DateTime) OK 85ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 89ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 91ms
/aggregate functions/state/avgState/LowCardinality(Nullable(Float32)) OK 73ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),UInt32) OK 94ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 85ms
/aggregate functions/state/anyLastState/Map(UUID,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/state/anyState/Map(LowCardinality(String),DateTime64(3)) OK 89ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 90ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(UInt64),Int64 OK 88ms
/aggregate functions/state/avgState/LowCardinality(Nullable(Float64)) OK 92ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(UInt64),Float32 OK 117ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),UInt64) OK 91ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Bool) OK 110ms
/aggregate functions/state/anyLastState/Map(UUID,Array(String)) OK 87ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Int64),UInt64 OK 92ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 75ms
/aggregate functions/state/corrStableState OK 10s 781ms
/aggregate functions/state/corrStableState/constant OK 59ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),UInt128) OK 79ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 94ms
/aggregate functions/state/anyLastState/Map(UUID,Map(String,LowCardinality(Float64))) OK 99ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 89ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 77ms
/aggregate functions/state/corrStableState/zero rows OK 40ms
/aggregate functions/state/anyState/Map(LowCardinality(String),String) OK 84ms
/aggregate functions/state/corrStableState/single row OK 65ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Int8) OK 75ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 100ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 91ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Int64),Int64 OK 78ms
/aggregate functions/state/anyLastState/Map(UUID,Tuple(String)) OK 92ms
/aggregate functions/state/anyState/Map(LowCardinality(String),FixedString(51)) OK 71ms
/aggregate functions/state/corrStableState/with group by OK 44ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Int16) OK 76ms
/aggregate functions/state/corrStableState/some negative values OK 46ms
/aggregate functions/state/anyState/Map(LowCardinality(String),UUID) OK 83ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Int64),Float32 OK 111ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Float32),UInt64 OK 110ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 101ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),UInt8) OK 71ms
/aggregate functions/state/corrStableState/NULL value handling OK 56ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Int32) OK 73ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(UInt8)) OK 92ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),UInt16) OK 81ms
/aggregate functions/state/corrStableState/single NULL value OK 51ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 78ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 85ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 79ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Int64) OK 72ms
/aggregate functions/state/corrStableState/inf, -inf, nan OK 542ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),UInt32) OK 111ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(UInt16)) OK 102ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 102ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Int128) OK 98ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 84ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Float32),Int64 OK 88ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(UInt32)) OK 89ms
/aggregate functions/state/corrState/datatypes/permutations/Nullable(Float32),Float32 OK 84ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),UInt64) OK 106ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 81ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Float32) OK 101ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 83ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 92ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(UInt64)) OK 83ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 90ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 94ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),UInt128) OK 75ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Float64) OK 82ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(UInt128)) OK 74ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 109ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 103ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Int8) OK 94ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 85ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Decimal128(38)) OK 76ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(Int8)) OK 83ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Date) OK 129ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 135ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Int16) OK 135ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 124ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 108ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(Int16)) OK 145ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 112ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),DateTime) OK 104ms
/aggregate functions/state/corrStableState/return type OK 57ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 112ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 102ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Int32) OK 95ms
/aggregate functions/state/corrStableState/example OK 63ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(Int32)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),DateTime64(3)) OK 103ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 115ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Int64) OK 114ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 99ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Int64),Int64 OK 96ms
/aggregate functions/state/corrStableState/datatypes OK 9s 751ms
/aggregate functions/state/corrStableState/datatypes/Float64,UInt8 OK 486ms
/aggregate functions/state/corrStableState/datatypes/UInt8,Float64 OK 955ms
/aggregate functions/state/corrStableState/datatypes/Float64,UInt16 OK 1s 496ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(Int64)) OK 1s 459ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Bool) OK 1s 402ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Int64),Float32 OK 1s 386ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 1s 389ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 1s 429ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Int128) OK 1s 411ms
/aggregate functions/state/corrStableState/datatypes/UInt16,Float64 OK 1s 2ms
/aggregate functions/state/corrStableState/datatypes/Float64,UInt32 OK 536ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 94ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 91ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),String) OK 93ms
/aggregate functions/state/corrStableState/datatypes/UInt32,Float64 OK 115ms
/aggregate functions/state/corrStableState/datatypes/Float64,UInt64 OK 112ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(Int128)) OK 94ms
/aggregate functions/state/corrStableState/datatypes/UInt64,Float64 OK 86ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Float32) OK 78ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 87ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 86ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 89ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),FixedString(51)) OK 77ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Float64) OK 104ms
/aggregate functions/state/corrStableState/datatypes/Float64,Int8 OK 104ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(Float32)) OK 109ms
/aggregate functions/state/corrStableState/datatypes/Int8,Float64 OK 105ms
/aggregate functions/state/corrStableState/datatypes/Float64,Int16 OK 107ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Float32),Int64 OK 93ms
/aggregate functions/state/corrState/datatypes/permutations/LowCardinality(Float32),Float32 OK 78ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),UUID) OK 89ms
/aggregate functions/state/corrState/datatypes/permutations/Int64,UInt64 OK 87ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Decimal128(38)) OK 89ms
/aggregate functions/state/corrStableState/datatypes/Int16,Float64 OK 102ms
/aggregate functions/state/corrState/datatypes/permutations/Int64,Nullable(UInt64) OK 89ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(Float64)) OK 107ms
/aggregate functions/state/corrStableState/datatypes/Float64,Int32 OK 77ms
/aggregate functions/state/corrStableState/datatypes/Int32,Float64 OK 93ms
/aggregate functions/state/corrState/datatypes/permutations/Int64,Nullable(Int64) OK 90ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(UInt8)) OK 91ms
/aggregate functions/state/corrState/datatypes/permutations/Int64,Nullable(Float32) OK 80ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Date) OK 90ms
/aggregate functions/state/corrStableState/datatypes/Float64,Int64 OK 100ms
/aggregate functions/state/corrState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 83ms
/aggregate functions/state/corrStableState/datatypes/Int64,Float64 OK 94ms
/aggregate functions/state/corrStableState/datatypes/Float64,Float32 OK 79ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 87ms
/aggregate functions/state/corrState/datatypes/permutations/Int64,LowCardinality(Int64) OK 92ms
/aggregate functions/state/corrState/datatypes/permutations/Int64,LowCardinality(Float32) OK 80ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(UInt16)) OK 85ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),DateTime) OK 94ms
/aggregate functions/state/corrState/datatypes/permutations/Int64,Int64 OK 79ms
/aggregate functions/state/corrStableState/datatypes/Float32,Float64 OK 93ms
/aggregate functions/state/corrStableState/datatypes/Float64,Float64 OK 102ms
/aggregate functions/state/corrStableState/datatypes/Float64,Float64 OK 80ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(Date)) OK 85ms
/aggregate functions/state/corrState/datatypes/permutations/Int64,Float32 OK 98ms
/aggregate functions/state/corrState/datatypes/permutations/Float32,UInt64 OK 82ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(UInt32)) OK 83ms
/aggregate functions/state/corrState/datatypes/permutations/Float32,Nullable(UInt64) OK 86ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),DateTime64(3)) OK 92ms
/aggregate functions/state/corrStableState/datatypes/Float64,Nullable(UInt8) OK 90ms
/aggregate functions/state/corrStableState/datatypes/Nullable(UInt8),Float64 OK 87ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(DateTime)) OK 98ms
/aggregate functions/state/corrStableState/datatypes/Float64,Nullable(UInt16) OK 102ms
/aggregate functions/state/corrState/datatypes/permutations/Float32,Nullable(Int64) OK 102ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(UInt64)) OK 87ms
/aggregate functions/state/corrState/datatypes/permutations/Float32,Nullable(Float32) OK 73ms
/aggregate functions/state/corrState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 82ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Bool) OK 106ms
/aggregate functions/state/corrStableState/datatypes/Nullable(UInt16),Float64 OK 84ms
/aggregate functions/state/corrStableState/datatypes/Float64,Nullable(UInt32) OK 74ms
/aggregate functions/state/corrState/datatypes/permutations/Float32,LowCardinality(Int64) OK 89ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 92ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(UInt128)) OK 91ms
/aggregate functions/state/corrStableState/datatypes/Nullable(UInt32),Float64 OK 120ms
/aggregate functions/state/corrState/datatypes/permutations/Float32,LowCardinality(Float32) OK 123ms
/aggregate functions/state/corrState/datatypes/permutations/Float32,Int64 OK 96ms
/aggregate functions/state/corrStableState/datatypes/Float64,Nullable(UInt64) OK 96ms
/aggregate functions/state/corrStableState/datatypes/Nullable(UInt64),Float64 OK 90ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),String) OK 82ms
/aggregate functions/state/corrState/datatypes/permutations/Float32,Float32 OK 81ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(Bool)) OK 87ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(Int8)) OK 92ms
/aggregate functions/state/corrStableState/datatypes/Float64,Nullable(Int8) OK 85ms
/aggregate functions/state/corrStableState/datatypes/Nullable(Int8),Float64 OK 90ms
/aggregate functions/state/corrStableState/datatypes/Float64,Nullable(Int16) OK 80ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),FixedString(51)) OK 94ms
/aggregate functions/state/countState OK 950ms
/aggregate functions/state/countState/distinct expr OK 307ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(String)) OK 89ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(Int16)) OK 81ms
/aggregate functions/state/corrStableState/datatypes/Nullable(Int16),Float64 OK 85ms
/aggregate functions/state/corrStableState/datatypes/Float64,Nullable(Int32) OK 87ms
/aggregate functions/state/corrStableState/datatypes/Nullable(Int32),Float64 OK 88ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),UUID) OK 81ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(Int32)) OK 93ms
/aggregate functions/state/corrStableState/datatypes/Float64,Nullable(Int64) OK 75ms
/aggregate functions/state/corrStableState/datatypes/Nullable(Int64),Float64 OK 78ms
/aggregate functions/state/corrStableState/datatypes/Float64,Nullable(Float32) OK 77ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(UInt8)) OK 74ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Nullable(UUID)) OK 110ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(Int64)) OK 105ms
/aggregate functions/state/corrStableState/datatypes/Nullable(Float32),Float64 OK 89ms
/aggregate functions/state/corrStableState/datatypes/Float64,Nullable(Float64) OK 80ms
/aggregate functions/state/corrStableState/datatypes/Nullable(Float64),Float64 OK 75ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(UInt16)) OK 78ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 94ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(UInt8) OK 88ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(Int128)) OK 73ms
/aggregate functions/state/countState/expr OK 256ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(UInt8),Float64 OK 90ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(UInt16) OK 81ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(UInt32)) OK 78ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(Float32)) OK 85ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(UInt16),Float64 OK 101ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(UInt32) OK 85ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(UInt64)) OK 73ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(UInt32),Float64 OK 81ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(Float64)) OK 74ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(UInt128)) OK 100ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 100ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(UInt64) OK 75ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(UInt64),Float64 OK 101ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Int8) OK 95ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 95ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Int8),Float64 OK 82ms
/aggregate functions/state/countState/zero parameters OK 384ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(Int8)) OK 90ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Int16) OK 77ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Int16),Float64 OK 81ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(Date)) OK 77ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Int32) OK 74ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 108ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Int32),Float64 OK 110ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(Int16)) OK 101ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Int64) OK 110ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(DateTime)) OK 96ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Int64),Float64 OK 95ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(Int32)) OK 98ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Int8)) OK 92ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Float32) OK 80ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Float32),Float64 OK 78ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Float64) OK 73ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Float64),Float64 OK 112ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 85ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Int16)) OK 112ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(Int64)) OK 112ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(Bool)) OK 97ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 92ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 80ms
/aggregate functions/state/covarPopState OK 12s 745ms
/aggregate functions/state/covarPopState/constant OK 45ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 98ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Int32)) OK 80ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(Int128)) OK 83ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 88ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(String)) OK 90ms
/aggregate functions/state/covarPopState/zero rows OK 51ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 75ms
/aggregate functions/state/covarPopState/single row OK 42ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Int64)) OK 105ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(Float32)) OK 86ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 87ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 97ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 92ms
/aggregate functions/state/covarPopState/with group by OK 51ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 78ms
/aggregate functions/state/covarPopState/some negative values OK 50ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(Float64)) OK 108ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 108ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Int128)) OK 90ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Nullable(UUID)) OK 84ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 100ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 86ms
/aggregate functions/state/covarPopState/NULL value handling OK 47ms
/aggregate functions/state/covarPopState/single NULL value OK 44ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 110ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Float32)) OK 90ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 105ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 96ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 84ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 99ms
/aggregate functions/state/covarPopState/inf, -inf, nan OK 2s 429ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Float64)) OK 80ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 92ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 170ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(Date)) OK 162ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 79ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Date)) OK 108ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 144ms
/aggregate functions/state/corrStableState/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 134ms
/aggregate functions/state/corrStableState/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 140ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(DateTime)) OK 147ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 356ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 346ms
/aggregate functions/state/corrStableState/datatypes/permutations OK 5s 909ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 360ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Bool)) OK 388ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 351ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(Bool)) OK 251ms
/aggregate functions/state/corrStableState/datatypes/permutations/UInt64,UInt64 OK 511ms
/aggregate functions/state/corrStableState/datatypes/permutations/UInt64,Nullable(UInt64) OK 942ms
/aggregate functions/state/corrStableState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 443ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(String)) OK 1s 416ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Int8)) OK 1s 435ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(String)) OK 1s 421ms
/aggregate functions/state/corrStableState/datatypes/permutations/UInt64,Nullable(Float32) OK 921ms
/aggregate functions/state/corrStableState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 497ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 113ms
/aggregate functions/state/corrStableState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 126ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 106ms
/aggregate functions/state/corrStableState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 99ms
/aggregate functions/state/covarPopState/return type OK 41ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Int16)) OK 89ms
/aggregate functions/state/corrStableState/datatypes/permutations/UInt64,Int64 OK 103ms
/aggregate functions/state/covarPopState/example OK 62ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Int32)) OK 89ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(UUID)) OK 100ms
/aggregate functions/state/corrStableState/datatypes/permutations/UInt64,Float32 OK 93ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Nullable(UUID)) OK 88ms
/aggregate functions/state/covarPopState/datatypes OK 9s 876ms
/aggregate functions/state/covarPopState/datatypes/Float64,UInt8 OK 491ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(UInt64),UInt64 OK 491ms
/aggregate functions/state/covarPopState/datatypes/UInt8,Float64 OK 945ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 938ms
/aggregate functions/state/covarPopState/datatypes/Float64,UInt16 OK 1s 402ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Int64)) OK 1s 321ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 1s 301ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 1s 314ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 1s 305ms
/aggregate functions/state/covarPopState/datatypes/UInt16,Float64 OK 926ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 917ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 470ms
/aggregate functions/state/covarPopState/datatypes/Float64,UInt32 OK 458ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 117ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 128ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Int128)) OK 112ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 106ms
/aggregate functions/state/covarPopState/datatypes/UInt32,Float64 OK 116ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 118ms
/aggregate functions/state/covarPopState/datatypes/Float64,UInt64 OK 77ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(UInt64),Int64 OK 116ms
/aggregate functions/state/covarPopState/datatypes/UInt64,Float64 OK 110ms
/aggregate functions/state/covarPopState/datatypes/Float64,Int8 OK 125ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 126ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(UInt64),Float32 OK 130ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Float32)) OK 131ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 122ms
/aggregate functions/state/covarPopState/datatypes/Int8,Float64 OK 106ms
/aggregate functions/state/covarPopState/datatypes/Float64,Int16 OK 79ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Int64),UInt64 OK 111ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 91ms
/aggregate functions/state/covarPopState/datatypes/Int16,Float64 OK 76ms
/aggregate functions/state/covarPopState/datatypes/Float64,Int32 OK 116ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 126ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 126ms
/aggregate functions/state/covarPopState/datatypes/Int32,Float64 OK 118ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 94ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Float64)) OK 98ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 75ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 102ms
/aggregate functions/state/covarPopState/datatypes/Float64,Int64 OK 101ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 75ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 92ms
/aggregate functions/state/covarPopState/datatypes/Int64,Float64 OK 114ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Date)) OK 103ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 98ms
/aggregate functions/state/covarPopState/datatypes/Float64,Float32 OK 111ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Int64),Int64 OK 107ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 97ms
/aggregate functions/state/covarPopState/datatypes/Float32,Float64 OK 88ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Int64),Float32 OK 87ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Float32),UInt64 OK 77ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 138ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 130ms
/aggregate functions/state/covarPopState/datatypes/Float64,Float64 OK 130ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Int8)) OK 101ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 102ms
/aggregate functions/state/covarPopState/datatypes/Float64,Float64 OK 107ms
/aggregate functions/state/covarPopState/datatypes/Float64,Nullable(UInt8) OK 106ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 85ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 85ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Int16)) OK 102ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 134ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 120ms
/aggregate functions/state/covarPopState/datatypes/Nullable(UInt8),Float64 OK 93ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 106ms
/aggregate functions/state/covarPopState/datatypes/Float64,Nullable(UInt16) OK 110ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Bool)) OK 113ms
/aggregate functions/state/covarPopState/datatypes/Nullable(UInt16),Float64 OK 94ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 80ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Int32)) OK 87ms
/aggregate functions/state/covarPopState/datatypes/Float64,Nullable(UInt32) OK 79ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Float32),Int64 OK 70ms
/aggregate functions/state/covarPopState/datatypes/Nullable(UInt32),Float64 OK 132ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 131ms
/aggregate functions/state/corrStableState/datatypes/permutations/Nullable(Float32),Float32 OK 105ms
/aggregate functions/state/covarPopState/datatypes/Float64,Nullable(UInt64) OK 113ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(String)) OK 105ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 125ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 94ms
/aggregate functions/state/covarPopState/datatypes/Nullable(UInt64),Float64 OK 85ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Int64)) OK 96ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 98ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/covarPopState/datatypes/Float64,Nullable(Int8) OK 101ms
/aggregate functions/state/covarPopState/datatypes/Nullable(Int8),Float64 OK 98ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 115ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 92ms
/aggregate functions/state/covarPopState/datatypes/Float64,Nullable(Int16) OK 97ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 90ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Int128)) OK 87ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 94ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(UUID)) OK 80ms
/aggregate functions/state/covarPopState/datatypes/Nullable(Int16),Float64 OK 85ms
/aggregate functions/state/covarPopState/datatypes/Float64,Nullable(Int32) OK 84ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 114ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 108ms
/aggregate functions/state/covarPopState/datatypes/Nullable(Int32),Float64 OK 98ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Float32)) OK 82ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 86ms
/aggregate functions/state/covarPopState/datatypes/Float64,Nullable(Int64) OK 89ms
/aggregate functions/state/covarPopState/datatypes/Nullable(Int64),Float64 OK 90ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Float64)) OK 88ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/state/covarPopState/datatypes/Float64,Nullable(Float32) OK 82ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 102ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 91ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 106ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 107ms
/aggregate functions/state/covarPopState/datatypes/Nullable(Float32),Float64 OK 75ms
/aggregate functions/state/covarPopState/datatypes/Float64,Nullable(Float64) OK 80ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Date)) OK 108ms
/aggregate functions/state/covarPopState/datatypes/Nullable(Float64),Float64 OK 85ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 92ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 105ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(UInt8) OK 87ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(UInt8),Float64 OK 84ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 84ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(UInt16) OK 84ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 107ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 96ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 97ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Int64),Int64 OK 86ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(UInt16),Float64 OK 87ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(UInt32) OK 103ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Int64),Float32 OK 82ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(UInt32),Float64 OK 89ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Bool)) OK 111ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 104ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 106ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 100ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(UInt64) OK 96ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 84ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(UInt64),Float64 OK 92ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Int8) OK 80ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 105ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(String)) OK 99ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 108ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 86ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Int8),Float64 OK 98ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 114ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 98ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Int16) OK 92ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Int16),Float64 OK 95ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 172ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 190ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 181ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Int32) OK 183ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Float32),Int64 OK 176ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 176ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Int32),Float64 OK 177ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Int64) OK 158ms
/aggregate functions/state/corrStableState/datatypes/permutations/LowCardinality(Float32),Float32 OK 166ms
/aggregate functions/state/corrStableState/datatypes/permutations/Int64,UInt64 OK 112ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 135ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Int64),Float64 OK 126ms
/aggregate functions/state/corrStableState/datatypes/permutations/Int64,Nullable(UInt64) OK 89ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(UUID)) OK 125ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Float32) OK 90ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 128ms
/aggregate functions/state/corrStableState/datatypes/permutations/Int64,Nullable(Int64) OK 109ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Float32),Float64 OK 100ms
/aggregate functions/state/corrStableState/datatypes/permutations/Int64,Nullable(Float32) OK 83ms
/aggregate functions/state/corrStableState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 79ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Float64) OK 88ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Float64),Float64 OK 115ms
/aggregate functions/state/corrStableState/datatypes/permutations/Int64,LowCardinality(Int64) OK 101ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 92ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/state/anyState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 99ms
/aggregate functions/state/corrStableState/datatypes/permutations/Int64,LowCardinality(Float32) OK 88ms
/aggregate functions/state/corrStableState/datatypes/permutations/Int64,Int64 OK 80ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 80ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Array(String)) OK 101ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 114ms
/aggregate functions/state/corrStableState/datatypes/permutations/Int64,Float32 OK 92ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 99ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 95ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 101ms
/aggregate functions/state/corrStableState/datatypes/permutations/Float32,UInt64 OK 86ms
/aggregate functions/state/corrStableState/datatypes/permutations/Float32,Nullable(UInt64) OK 91ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 83ms
/aggregate functions/state/corrStableState/datatypes/permutations/Float32,Nullable(Int64) OK 87ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 110ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 118ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 95ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 118ms
/aggregate functions/state/corrStableState/datatypes/permutations/Float32,Nullable(Float32) OK 96ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 101ms
/aggregate functions/state/corrStableState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 88ms
/aggregate functions/state/corrStableState/datatypes/permutations/Float32,LowCardinality(Int64) OK 82ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 135ms
/aggregate functions/state/anyState/Map(LowCardinality(String),Tuple(String)) OK 90ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 98ms
/aggregate functions/state/corrStableState/datatypes/permutations/Float32,LowCardinality(Float32) OK 94ms
/aggregate functions/state/corrStableState/datatypes/permutations/Float32,Int64 OK 118ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 124ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 116ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 106ms
/aggregate functions/state/corrStableState/datatypes/permutations/Float32,Float32 OK 88ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),UInt8) OK 108ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 91ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 83ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 86ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/covarPopStableState OK 12s 721ms
/aggregate functions/state/covarPopStableState/constant OK 42ms
/aggregate functions/state/covarPopStableState/zero rows OK 59ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 76ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),UInt16) OK 105ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 87ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 96ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 86ms
/aggregate functions/state/covarPopStableState/single row OK 49ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 75ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 96ms
/aggregate functions/state/covarPopStableState/with group by OK 47ms
/aggregate functions/state/covarPopState/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 78ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),UInt32) OK 208ms
/aggregate functions/state/covarPopState/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 83ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/covarPopStableState/some negative values OK 40ms
/aggregate functions/state/covarPopStableState/NULL value handling OK 328ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 327ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 405ms
/aggregate functions/state/covarPopState/datatypes/permutations OK 5s 945ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),UInt64) OK 343ms
/aggregate functions/state/covarPopStableState/single NULL value OK 346ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 376ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 295ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),UInt128) OK 289ms
/aggregate functions/state/covarPopStableState/inf, -inf, nan OK 1s 835ms
/aggregate functions/state/covarPopState/datatypes/permutations/UInt64,UInt64 OK 560ms
/aggregate functions/state/covarPopState/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 36ms
/aggregate functions/state/covarPopState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 481ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 1s 476ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 1s 461ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Int8) OK 1s 403ms
/aggregate functions/state/covarPopState/datatypes/permutations/UInt64,Nullable(Float32) OK 916ms
/aggregate functions/state/covarPopState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 423ms
/aggregate functions/state/covarPopState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 75ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Int16) OK 80ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Array(String)) OK 130ms
/aggregate functions/state/covarPopState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 107ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 92ms
/aggregate functions/state/covarPopState/datatypes/permutations/UInt64,Int64 OK 98ms
/aggregate functions/state/covarPopState/datatypes/permutations/UInt64,Float32 OK 90ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Int32) OK 84ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(UInt64),UInt64 OK 80ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 72ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 98ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 71ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Int64) OK 92ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 77ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 92ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 79ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(String),Tuple(String)) OK 79ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Int128) OK 89ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 79ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(UInt64),Int64 OK 82ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(UInt64),Float32 OK 83ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),UInt8) OK 89ms
/aggregate functions/state/covarPopStableState/return type OK 59ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Float32) OK 85ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Int64),UInt64 OK 85ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 71ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 79ms
/aggregate functions/state/covarPopStableState/example OK 47ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),UInt16) OK 78ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Float64) OK 83ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 81ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 84ms
/aggregate functions/state/covarPopStableState/datatypes OK 9s 863ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,UInt8 OK 511ms
/aggregate functions/state/covarPopStableState/datatypes/UInt8,Float64 OK 909ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,UInt16 OK 1s 377ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 1s 370ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),UInt32) OK 1s 389ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 1s 349ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 1s 347ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 1s 348ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Int64),Int64 OK 1s 301ms
/aggregate functions/state/covarPopStableState/datatypes/UInt16,Float64 OK 869ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,UInt32 OK 494ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Int64),Float32 OK 89ms
/aggregate functions/state/covarPopStableState/datatypes/UInt32,Float64 OK 82ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,UInt64 OK 77ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Float32),UInt64 OK 106ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 110ms
/aggregate functions/state/covarPopStableState/datatypes/UInt64,Float64 OK 113ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Date) OK 94ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 98ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),UInt64) OK 101ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Int8 OK 96ms
/aggregate functions/state/covarPopStableState/datatypes/Int8,Float64 OK 80ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 94ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 101ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),DateTime) OK 114ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Array(String)) OK 113ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 85ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Int16 OK 90ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),UInt128) OK 90ms
/aggregate functions/state/covarPopStableState/datatypes/Int16,Float64 OK 86ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Int32 OK 111ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 79ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 110ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Float32),Int64 OK 96ms
/aggregate functions/state/covarPopStableState/datatypes/Int32,Float64 OK 95ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Int8) OK 90ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 105ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 103ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Int64 OK 89ms
/aggregate functions/state/covarPopState/datatypes/permutations/Nullable(Float32),Float32 OK 80ms
/aggregate functions/state/covarPopStableState/datatypes/Int64,Float64 OK 80ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 89ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Int16) OK 88ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Float32 OK 92ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 125ms
/aggregate functions/state/covarPopStableState/datatypes/Float32,Float64 OK 124ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 122ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Bool) OK 90ms
/aggregate functions/state/anyLastState/Map(LowCardinality(String),Tuple(String)) OK 190ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Float64 OK 170ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 144ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Int32) OK 143ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Float64 OK 141ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),String) OK 122ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 172ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Nullable(UInt8) OK 170ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 180ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),UInt8) OK 118ms
/aggregate functions/state/covarPopStableState/datatypes/Nullable(UInt8),Float64 OK 102ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 97ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Int64) OK 99ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 103ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Nullable(UInt16) OK 82ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 77ms
/aggregate functions/state/covarPopStableState/datatypes/Nullable(UInt16),Float64 OK 111ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Nullable(UInt32) OK 121ms
/aggregate functions/state/covarPopStableState/datatypes/Nullable(UInt32),Float64 OK 113ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 97ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 99ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Int128) OK 111ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),UInt16) OK 79ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),UUID) OK 70ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 87ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 97ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),UInt32) OK 114ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 97ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Nullable(UInt64) OK 112ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 116ms
/aggregate functions/state/covarPopStableState/datatypes/Nullable(UInt64),Float64 OK 116ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Nullable(Int8) OK 102ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Float32) OK 105ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 83ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 89ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 91ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),UInt64) OK 112ms
/aggregate functions/state/covarPopStableState/datatypes/Nullable(Int8),Float64 OK 123ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Nullable(Int16) OK 104ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 92ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Float64) OK 108ms
/aggregate functions/state/covarPopStableState/datatypes/Nullable(Int16),Float64 OK 98ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Int64),Int64 OK 97ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 80ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Int64),Float32 OK 73ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 118ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),UInt128) OK 98ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Nullable(Int32) OK 97ms
/aggregate functions/state/covarPopStableState/datatypes/Nullable(Int32),Float64 OK 102ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 102ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 103ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Nullable(Int64) OK 78ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 89ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 85ms
/aggregate functions/state/covarPopStableState/datatypes/Nullable(Int64),Float64 OK 92ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Int8) OK 101ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Nullable(Float32) OK 114ms
/aggregate functions/state/covarPopStableState/datatypes/Nullable(Float32),Float64 OK 114ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 103ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 94ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Date) OK 93ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 106ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 100ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,Nullable(Float64) OK 78ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Int16) OK 104ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 150ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),DateTime) OK 149ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Float32),Int64 OK 152ms
/aggregate functions/state/covarPopStableState/datatypes/Nullable(Float64),Float64 OK 151ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(UInt8) OK 121ms
/aggregate functions/state/covarPopState/datatypes/permutations/LowCardinality(Float32),Float32 OK 138ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 134ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(UInt8),Float64 OK 89ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Int32) OK 101ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(UInt16) OK 107ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(UInt16),Float64 OK 109ms
/aggregate functions/state/covarPopState/datatypes/permutations/Int64,UInt64 OK 113ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 84ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 106ms
/aggregate functions/state/covarPopState/datatypes/permutations/Int64,Nullable(UInt64) OK 131ms
/aggregate functions/state/covarPopState/datatypes/permutations/Int64,Nullable(Int64) OK 129ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(UInt32) OK 108ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Int64) OK 98ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Bool) OK 80ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(UInt32),Float64 OK 113ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(UInt64) OK 99ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 83ms
/aggregate functions/state/covarPopState/datatypes/permutations/Int64,Nullable(Float32) OK 96ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(UInt64),Float64 OK 83ms
/aggregate functions/state/covarPopState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 78ms
/aggregate functions/state/covarPopState/datatypes/permutations/Int64,LowCardinality(Int64) OK 82ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Int128) OK 80ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),String) OK 83ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 112ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Int8) OK 105ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Int8),Float64 OK 114ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Int16) OK 100ms
/aggregate functions/state/covarPopState/datatypes/permutations/Int64,LowCardinality(Float32) OK 121ms
/aggregate functions/state/covarPopState/datatypes/permutations/Int64,Int64 OK 112ms
/aggregate functions/state/covarPopState/datatypes/permutations/Int64,Float32 OK 103ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Float32) OK 101ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 85ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 91ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Int16),Float64 OK 120ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Int32) OK 96ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Int32),Float64 OK 98ms
/aggregate functions/state/covarPopState/datatypes/permutations/Float32,UInt64 OK 105ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Float64) OK 105ms
/aggregate functions/state/covarPopState/datatypes/permutations/Float32,Nullable(UInt64) OK 81ms
/aggregate functions/state/covarPopState/datatypes/permutations/Float32,Nullable(Int64) OK 85ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),UUID) OK 100ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 89ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Int64) OK 96ms
/aggregate functions/state/covarPopState/datatypes/permutations/Float32,Nullable(Float32) OK 110ms
/aggregate functions/state/covarPopState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 95ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Int64),Float64 OK 116ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Float32) OK 104ms
/aggregate functions/state/covarPopState/datatypes/permutations/Float32,LowCardinality(Int64) OK 95ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 90ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 104ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 79ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Float32),Float64 OK 81ms
/aggregate functions/state/covarPopState/datatypes/permutations/Float32,LowCardinality(Float32) OK 95ms
/aggregate functions/state/covarPopState/datatypes/permutations/Float32,Int64 OK 98ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Date) OK 99ms
/aggregate functions/state/covarPopState/datatypes/permutations/Float32,Float32 OK 105ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Float64) OK 81ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Float64),Float64 OK 92ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 112ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 101ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 85ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 118ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),DateTime) OK 105ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 108ms
/aggregate functions/state/covarSampState OK 12s 875ms
/aggregate functions/state/covarSampState/constant OK 78ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 86ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 75ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 80ms
/aggregate functions/state/covarSampState/zero rows OK 44ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 96ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 89ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 94ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 93ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 93ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 90ms
/aggregate functions/state/covarSampState/single row OK 61ms
/aggregate functions/state/covarSampState/with group by OK 55ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 92ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Bool) OK 120ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 76ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 95ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/covarSampState/some negative values OK 44ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 82ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 71ms
/aggregate functions/state/covarSampState/NULL value handling OK 39ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 83ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 87ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 93ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),String) OK 85ms
/aggregate functions/state/covarSampState/single NULL value OK 41ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 85ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 81ms
/aggregate functions/state/covarSampState/inf, -inf, nan OK 2s 259ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 88ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 89ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 83ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 85ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 85ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 81ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 103ms
/aggregate functions/state/covarPopStableState/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 89ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),UUID) OK 94ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 73ms
/aggregate functions/state/covarPopStableState/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 76ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 470ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 463ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 591ms
/aggregate functions/state/covarPopStableState/datatypes/permutations OK 5s 919ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 264ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 250ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 133ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/UInt64,UInt64 OK 542ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/UInt64,Nullable(UInt64) OK 950ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 347ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 1s 269ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 1s 285ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 1s 287ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/UInt64,Nullable(Float32) OK 808ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 415ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 75ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 151ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 155ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/UInt64,Int64 OK 150ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 146ms
/aggregate functions/state/covarSampState/return type OK 53ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/UInt64,Float32 OK 159ms
/aggregate functions/state/covarSampState/example OK 126ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 157ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(UInt64),UInt64 OK 102ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 82ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 78ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 93ms
/aggregate functions/state/covarSampState/datatypes OK 10s 69ms
/aggregate functions/state/covarSampState/datatypes/Float64,UInt8 OK 452ms
/aggregate functions/state/covarSampState/datatypes/UInt8,Float64 OK 876ms
/aggregate functions/state/covarSampState/datatypes/Float64,UInt16 OK 1s 365ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 1s 319ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 1s 331ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 1s 337ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 1s 323ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 1s 320ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 1s 302ms
/aggregate functions/state/covarSampState/datatypes/UInt16,Float64 OK 892ms
/aggregate functions/state/covarSampState/datatypes/Float64,UInt32 OK 482ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 140ms
/aggregate functions/state/covarSampState/datatypes/UInt32,Float64 OK 136ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 89ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 112ms
/aggregate functions/state/covarSampState/datatypes/Float64,UInt64 OK 112ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 90ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 111ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(UInt64),Int64 OK 79ms
/aggregate functions/state/covarSampState/datatypes/UInt64,Float64 OK 90ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 82ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(UInt64),Float32 OK 88ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 83ms
/aggregate functions/state/covarSampState/datatypes/Float64,Int8 OK 112ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 119ms
/aggregate functions/state/covarSampState/datatypes/Int8,Float64 OK 121ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Int64),UInt64 OK 107ms
/aggregate functions/state/covarSampState/datatypes/Float64,Int16 OK 107ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 108ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 95ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 83ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 73ms
/aggregate functions/state/covarSampState/datatypes/Int16,Float64 OK 115ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 111ms
/aggregate functions/state/covarSampState/datatypes/Float64,Int32 OK 85ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 90ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 105ms
/aggregate functions/state/covarSampState/datatypes/Int32,Float64 OK 90ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 100ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 79ms
/aggregate functions/state/covarSampState/datatypes/Float64,Int64 OK 91ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 91ms
/aggregate functions/state/covarSampState/datatypes/Int64,Float64 OK 133ms
/aggregate functions/state/covarSampState/datatypes/Float64,Float32 OK 101ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 121ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Int64),Int64 OK 86ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 84ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 97ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Int64),Float32 OK 108ms
/aggregate functions/state/covarSampState/datatypes/Float32,Float64 OK 90ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 85ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Float32),UInt64 OK 83ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 83ms
/aggregate functions/state/covarSampState/datatypes/Float64,Float64 OK 83ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 132ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 122ms
/aggregate functions/state/covarSampState/datatypes/Float64,Float64 OK 108ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 112ms
/aggregate functions/state/covarSampState/datatypes/Float64,Nullable(UInt8) OK 89ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 92ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 93ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 88ms
/aggregate functions/state/covarSampState/datatypes/Nullable(UInt8),Float64 OK 86ms
/aggregate functions/state/covarSampState/datatypes/Float64,Nullable(UInt16) OK 94ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 127ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 109ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 134ms
/aggregate functions/state/covarSampState/datatypes/Nullable(UInt16),Float64 OK 113ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 110ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 109ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 80ms
/aggregate functions/state/covarSampState/datatypes/Float64,Nullable(UInt32) OK 108ms
/aggregate functions/state/covarSampState/datatypes/Nullable(UInt32),Float64 OK 80ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Float32),Int64 OK 76ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 134ms
/aggregate functions/state/covarSampState/datatypes/Float64,Nullable(UInt64) OK 118ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 98ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Nullable(Float32),Float32 OK 110ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 110ms
/aggregate functions/state/covarSampState/datatypes/Nullable(UInt64),Float64 OK 94ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 87ms
/aggregate functions/state/covarSampState/datatypes/Float64,Nullable(Int8) OK 86ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 76ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 126ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 111ms
/aggregate functions/state/covarSampState/datatypes/Nullable(Int8),Float64 OK 109ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 119ms
/aggregate functions/state/covarSampState/datatypes/Float64,Nullable(Int16) OK 117ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 102ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 115ms
/aggregate functions/state/covarSampState/datatypes/Nullable(Int16),Float64 OK 109ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 95ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 135ms
/aggregate functions/state/covarSampState/datatypes/Float64,Nullable(Int32) OK 129ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 118ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 110ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 108ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 93ms
/aggregate functions/state/covarSampState/datatypes/Nullable(Int32),Float64 OK 90ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/covarSampState/datatypes/Float64,Nullable(Int64) OK 107ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 115ms
/aggregate functions/state/covarSampState/datatypes/Nullable(Int64),Float64 OK 99ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 114ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 118ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 119ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 115ms
/aggregate functions/state/covarSampState/datatypes/Float64,Nullable(Float32) OK 102ms
/aggregate functions/state/covarSampState/datatypes/Nullable(Float32),Float64 OK 74ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 95ms
/aggregate functions/state/covarSampState/datatypes/Float64,Nullable(Float64) OK 77ms
/aggregate functions/state/covarSampState/datatypes/Nullable(Float64),Float64 OK 77ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 132ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 115ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 118ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(UInt8) OK 122ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 101ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 103ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 94ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(UInt8),Float64 OK 81ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(UInt16) OK 84ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 85ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 100ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 90ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 107ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Int64),Int64 OK 107ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 106ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(UInt16),Float64 OK 76ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(UInt32) OK 140ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(UInt32),Float64 OK 133ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Int64),Float32 OK 85ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(UInt64) OK 82ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 154ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 127ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 130ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 104ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 107ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(UInt64),Float64 OK 94ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Int8) OK 85ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 85ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Int8),Float64 OK 88ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 88ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 117ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 110ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 125ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 122ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Int16) OK 112ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 96ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Int16),Float64 OK 97ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Int32) OK 92ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 78ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 140ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 118ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Float32),Int64 OK 121ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Int32),Float64 OK 121ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Int64) OK 104ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Int64),Float64 OK 99ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/LowCardinality(Float32),Float32 OK 104ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Int64,UInt64 OK 96ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 124ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 132ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Float32) OK 122ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Float32),Float64 OK 124ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Int64,Nullable(UInt64) OK 118ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Int64,Nullable(Int64) OK 80ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Float64) OK 105ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Int64,Nullable(Float32) OK 74ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 76ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Int64,LowCardinality(Int64) OK 87ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 75ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 117ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Float64),Float64 OK 94ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 95ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 97ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Int64,LowCardinality(Float32) OK 107ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 85ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Int64,Int64 OK 83ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 92ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Int64,Float32 OK 78ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 91ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 187ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 206ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 195ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Float32,UInt64 OK 177ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Float32,Nullable(UInt64) OK 164ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Float32,Nullable(Int64) OK 163ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 152ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 110ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 137ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 110ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Float32,Nullable(Float32) OK 118ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 111ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 105ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 101ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 89ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Float32,LowCardinality(Int64) OK 85ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 74ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 94ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Float32,LowCardinality(Float32) OK 93ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 92ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 119ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 109ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Float32,Int64 OK 105ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 88ms
/aggregate functions/state/covarPopStableState/datatypes/permutations/Float32,Float32 OK 100ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 76ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 72ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 100ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 116ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/state/covarSampStableState OK 11s 862ms
/aggregate functions/state/covarSampStableState/constant OK 65ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 82ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 80ms
/aggregate functions/state/covarSampStableState/zero rows OK 59ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 89ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 77ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 70ms
/aggregate functions/state/covarSampState/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 97ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 75ms
/aggregate functions/state/covarSampStableState/single row OK 57ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 90ms
/aggregate functions/state/covarSampState/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 102ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 97ms
/aggregate functions/state/covarSampStableState/with group by OK 43ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 137ms
/aggregate functions/state/covarSampStableState/some negative values OK 142ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 158ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 426ms
/aggregate functions/state/covarSampState/datatypes/permutations OK 6s 75ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 470ms
/aggregate functions/state/covarSampStableState/NULL value handling OK 397ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 367ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 279ms
/aggregate functions/state/covarSampStableState/single NULL value OK 209ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 246ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 229ms
/aggregate functions/state/covarSampState/datatypes/permutations/UInt64,UInt64 OK 620ms
/aggregate functions/state/covarSampState/datatypes/permutations/UInt64,Nullable(UInt64) OK 987ms
/aggregate functions/state/covarSampState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 452ms
/aggregate functions/state/covarSampStableState/inf, -inf, nan OK 1s 809ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 1s 430ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 1s 395ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 1s 368ms
/aggregate functions/state/covarSampState/datatypes/permutations/UInt64,Nullable(Float32) OK 833ms
/aggregate functions/state/covarSampState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 445ms
/aggregate functions/state/covarSampState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 76ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 79ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 121ms
/aggregate functions/state/covarSampState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 89ms
/aggregate functions/state/covarSampState/datatypes/permutations/UInt64,Int64 OK 78ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/state/covarSampState/datatypes/permutations/UInt64,Float32 OK 84ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(UInt64),UInt64 OK 88ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 77ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 82ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 83ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 84ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 72ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Array(String)) OK 91ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 83ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 79ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(UInt64),Int64 OK 79ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(UInt64),Float32 OK 78ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 93ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Int64),UInt64 OK 84ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 71ms
/aggregate functions/state/anyState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 98ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 96ms
/aggregate functions/state/covarSampStableState/return type OK 44ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 89ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 90ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 88ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/state/covarSampStableState/example OK 47ms
/aggregate functions/state/anyState/Nullable(UInt8) OK 102ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 103ms
/aggregate functions/state/covarSampStableState/datatypes OK 8s 981ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,UInt8 OK 570ms
/aggregate functions/state/covarSampStableState/datatypes/UInt8,Float64 OK 1s 19ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,UInt16 OK 1s 496ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 1s 485ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 1s 490ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 1s 454ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Int64),Int64 OK 1s 480ms
/aggregate functions/state/anyState/Nullable(UInt16) OK 1s 416ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 1s 420ms
/aggregate functions/state/covarSampStableState/datatypes/UInt16,Float64 OK 931ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,UInt32 OK 471ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Int64),Float32 OK 135ms
/aggregate functions/state/covarSampStableState/datatypes/UInt32,Float64 OK 102ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Float32),UInt64 OK 94ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,UInt64 OK 88ms
/aggregate functions/state/covarSampStableState/datatypes/UInt64,Float64 OK 110ms
/aggregate functions/state/anyState/Nullable(UInt32) OK 88ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 115ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 107ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Int8 OK 82ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 91ms
/aggregate functions/state/covarSampStableState/datatypes/Int8,Float64 OK 84ms
/aggregate functions/state/anyState/Nullable(UInt64) OK 90ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Int16 OK 120ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 108ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 111ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 112ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 107ms
/aggregate functions/state/covarSampStableState/datatypes/Int16,Float64 OK 91ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Int32 OK 81ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 86ms
/aggregate functions/state/anyState/Nullable(UInt128) OK 77ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 98ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 102ms
/aggregate functions/state/covarSampStableState/datatypes/Int32,Float64 OK 102ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Float32),Int64 OK 84ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 79ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Int64 OK 100ms
/aggregate functions/state/covarSampStableState/datatypes/Int64,Float64 OK 101ms
/aggregate functions/state/anyState/Nullable(Int8) OK 102ms
/aggregate functions/state/covarSampState/datatypes/permutations/Nullable(Float32),Float32 OK 85ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 89ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 85ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Float32 OK 86ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 93ms
/aggregate functions/state/covarSampStableState/datatypes/Float32,Float64 OK 103ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Float64 OK 78ms
/aggregate functions/state/anyState/Nullable(Int16) OK 98ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 100ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 87ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Float64 OK 94ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Nullable(UInt8) OK 91ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 91ms
/aggregate functions/state/covarSampStableState/datatypes/Nullable(UInt8),Float64 OK 101ms
/aggregate functions/state/anyState/Nullable(Int32) OK 101ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 105ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 93ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 82ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Nullable(UInt16) OK 88ms
/aggregate functions/state/covarSampStableState/datatypes/Nullable(UInt16),Float64 OK 89ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 92ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Nullable(UInt32) OK 75ms
/aggregate functions/state/anyState/Nullable(Int64) OK 79ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 92ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 91ms
/aggregate functions/state/covarSampStableState/datatypes/Nullable(UInt32),Float64 OK 88ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Array(String)) OK 128ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Nullable(UInt64) OK 88ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 182ms
/aggregate functions/state/covarSampStableState/datatypes/Nullable(UInt64),Float64 OK 103ms
/aggregate functions/state/anyState/Nullable(Int128) OK 96ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 158ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 145ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 132ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Nullable(Int8) OK 135ms
/aggregate functions/state/covarSampStableState/datatypes/Nullable(Int8),Float64 OK 128ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 189ms
/aggregate functions/state/anyState/Nullable(Float32) OK 197ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Nullable(Int16) OK 200ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 130ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 125ms
/aggregate functions/state/covarSampStableState/datatypes/Nullable(Int16),Float64 OK 99ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Int64),Int64 OK 100ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 99ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Nullable(Int32) OK 78ms
/aggregate functions/state/covarSampStableState/datatypes/Nullable(Int32),Float64 OK 101ms
/aggregate functions/state/anyHeavyState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 103ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Nullable(Int64) OK 133ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Int64),Float32 OK 130ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 97ms
/aggregate functions/state/anyState/Nullable(Float64) OK 119ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 92ms
/aggregate functions/state/covarSampStableState/datatypes/Nullable(Int64),Float64 OK 87ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 120ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Nullable(Float32) OK 102ms
/aggregate functions/state/anyHeavyState/Nullable(UInt8) OK 89ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 109ms
/aggregate functions/state/covarSampStableState/datatypes/Nullable(Float32),Float64 OK 78ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 97ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 107ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,Nullable(Float64) OK 99ms
/aggregate functions/state/anyState/Nullable(Decimal128(38)) OK 117ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 106ms
/aggregate functions/state/covarSampStableState/datatypes/Nullable(Float64),Float64 OK 81ms
/aggregate functions/state/anyHeavyState/Nullable(UInt16) OK 85ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(UInt8) OK 85ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 101ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 101ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(UInt8),Float64 OK 98ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 102ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Float32),Int64 OK 86ms
/aggregate functions/state/anyState/Nullable(Date) OK 86ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(UInt16) OK 83ms
/aggregate functions/state/anyHeavyState/Nullable(UInt32) OK 82ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(UInt16),Float64 OK 83ms
/aggregate functions/state/covarSampState/datatypes/permutations/LowCardinality(Float32),Float32 OK 87ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(UInt32) OK 84ms
/aggregate functions/state/covarSampState/datatypes/permutations/Int64,UInt64 OK 92ms
/aggregate functions/state/anyState/Nullable(DateTime) OK 92ms
/aggregate functions/state/covarSampState/datatypes/permutations/Int64,Nullable(UInt64) OK 90ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(UInt32),Float64 OK 95ms
/aggregate functions/state/anyHeavyState/Nullable(UInt64) OK 97ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(UInt64) OK 122ms
/aggregate functions/state/covarSampState/datatypes/permutations/Int64,Nullable(Int64) OK 101ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(UInt64),Float64 OK 110ms
/aggregate functions/state/covarSampState/datatypes/permutations/Int64,Nullable(Float32) OK 86ms
/aggregate functions/state/anyState/Nullable(DateTime64(3)) OK 91ms
/aggregate functions/state/covarSampState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 84ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Int8) OK 88ms
/aggregate functions/state/anyHeavyState/Nullable(UInt128) OK 83ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Int8),Float64 OK 86ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Array(String)) OK 87ms
/aggregate functions/state/covarSampState/datatypes/permutations/Int64,LowCardinality(Int64) OK 86ms
/aggregate functions/state/covarSampState/datatypes/permutations/Int64,LowCardinality(Float32) OK 88ms
/aggregate functions/state/covarSampState/datatypes/permutations/Int64,Int64 OK 103ms
/aggregate functions/state/anyState/Nullable(Bool) OK 87ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Int16) OK 88ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Int16),Float64 OK 92ms
/aggregate functions/state/anyHeavyState/Nullable(Int8) OK 92ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Int32) OK 155ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 153ms
/aggregate functions/state/covarSampState/datatypes/permutations/Int64,Float32 OK 141ms
/aggregate functions/state/covarSampState/datatypes/permutations/Float32,UInt64 OK 120ms
/aggregate functions/state/anyState/Nullable(String) OK 119ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Int32),Float64 OK 102ms
/aggregate functions/state/covarSampState/datatypes/permutations/Float32,Nullable(UInt64) OK 96ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Int64) OK 107ms
/aggregate functions/state/anyHeavyState/Nullable(Int16) OK 78ms
/aggregate functions/state/anyHeavyState/Nullable(Int32) OK 128ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Int64),Float64 OK 129ms
/aggregate functions/state/covarSampState/datatypes/permutations/Float32,Nullable(Int64) OK 133ms
/aggregate functions/state/covarSampState/datatypes/permutations/Float32,Nullable(Float32) OK 134ms
/aggregate functions/state/covarSampState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 116ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Float32) OK 106ms
/aggregate functions/state/anyState/Nullable(FixedString(51)) OK 106ms
/aggregate functions/state/anyLastState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 122ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Float32),Float64 OK 116ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Float64) OK 118ms
/aggregate functions/state/anyState/Nullable(UUID) OK 115ms
/aggregate functions/state/anyHeavyState/Nullable(Int64) OK 87ms
/aggregate functions/state/covarSampState/datatypes/permutations/Float32,LowCardinality(Int64) OK 89ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Float64),Float64 OK 97ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 89ms
/aggregate functions/state/covarSampState/datatypes/permutations/Float32,LowCardinality(Float32) OK 107ms
/aggregate functions/state/anyLastState/Nullable(UInt8) OK 101ms
/aggregate functions/state/covarSampState/datatypes/permutations/Float32,Int64 OK 83ms
/aggregate functions/state/anyHeavyState/Nullable(Int128) OK 96ms
/aggregate functions/state/covarSampState/datatypes/permutations/Float32,Float32 OK 100ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 92ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 92ms
/aggregate functions/state/anyState/Array(UInt8) OK 83ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 93ms
/aggregate functions/state/anyLastState/Nullable(UInt16) OK 89ms
/aggregate functions/state/anyHeavyState/Nullable(Float32) OK 95ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 101ms
/aggregate functions/state/anyState/Array(UInt16) OK 87ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 78ms
/aggregate functions/state/deltaSumState OK 8s 764ms
/aggregate functions/state/deltaSumState/constant OK 66ms
/aggregate functions/state/anyLastState/Nullable(UInt32) OK 81ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 81ms
/aggregate functions/state/deltaSumState/zero rows OK 52ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 110ms
/aggregate functions/state/anyHeavyState/Nullable(Float64) OK 97ms
/aggregate functions/state/anyState/Array(UInt32) OK 73ms
/aggregate functions/state/anyLastState/Nullable(UInt64) OK 97ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 78ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 96ms
/aggregate functions/state/deltaSumState/with group by OK 52ms
/aggregate functions/state/anyState/Array(UInt64) OK 69ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 84ms
/aggregate functions/state/deltaSumState/inf OK 43ms
/aggregate functions/state/anyHeavyState/Nullable(Decimal128(38)) OK 92ms
/aggregate functions/state/anyLastState/Nullable(UInt128) OK 87ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 77ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 103ms
/aggregate functions/state/deltaSumState/-inf OK 43ms
/aggregate functions/state/anyState/Array(UInt128) OK 71ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 81ms
/aggregate functions/state/deltaSumState/nan OK 56ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 100ms
/aggregate functions/state/anyHeavyState/Nullable(Date) OK 88ms
/aggregate functions/state/anyLastState/Nullable(Int8) OK 74ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 85ms
/aggregate functions/state/anyState/Array(Int8) OK 86ms
/aggregate functions/state/deltaSumState/inf, -inf, nan OK 56ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 85ms
/aggregate functions/state/anyLastState/Nullable(Int16) OK 79ms
/aggregate functions/state/anyHeavyState/Nullable(DateTime) OK 108ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 103ms
/aggregate functions/state/deltaSumState/UInt8 OK 87ms
/aggregate functions/state/covarSampStableState/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 92ms
/aggregate functions/state/anyState/Array(Int16) OK 87ms
/aggregate functions/state/covarSampStableState/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 79ms
/aggregate functions/state/anyLastState/Nullable(Int32) OK 69ms
/aggregate functions/state/deltaSumState/UInt16 OK 232ms
/aggregate functions/state/anyHeavyState/Nullable(DateTime64(3)) OK 170ms
/aggregate functions/state/anyState/Array(Int32) OK 153ms
/aggregate functions/state/anyLastState/Nullable(Int64) OK 437ms
/aggregate functions/state/covarSampStableState/datatypes/permutations OK 5s 8ms
/aggregate functions/state/anyState/Array(Int64) OK 326ms
/aggregate functions/state/anyHeavyState/Nullable(Bool) OK 308ms
/aggregate functions/state/deltaSumState/UInt32 OK 366ms
/aggregate functions/state/anyLastState/Nullable(Int128) OK 262ms
/aggregate functions/state/anyHeavyState/Nullable(String) OK 224ms
/aggregate functions/state/anyState/Array(Int128) OK 244ms
/aggregate functions/state/deltaSumState/UInt64 OK 177ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/UInt64,UInt64 OK 594ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 1ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 480ms
/aggregate functions/state/anyLastState/Nullable(Float32) OK 74ms
/aggregate functions/state/anyHeavyState/Nullable(FixedString(51)) OK 1s 473ms
/aggregate functions/state/anyState/Array(Float32) OK 1s 448ms
/aggregate functions/state/deltaSumState/UInt128 OK 1s 392ms
/aggregate functions/state/anyLastState/Nullable(Float64) OK 1s 395ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/UInt64,Nullable(Float32) OK 896ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 470ms
/aggregate functions/state/deltaSumState/Int8 OK 119ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 109ms
/aggregate functions/state/anyLastState/Nullable(Decimal128(38)) OK 86ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 94ms
/aggregate functions/state/anyState/Array(Float64) OK 80ms
/aggregate functions/state/anyHeavyState/Nullable(UUID) OK 97ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/UInt64,Int64 OK 78ms
/aggregate functions/state/anyLastState/Nullable(Date) OK 85ms
/aggregate functions/state/anyState/Array(Decimal128(38)) OK 75ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/UInt64,Float32 OK 107ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(UInt64),UInt64 OK 80ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 87ms
/aggregate functions/state/deltaSumState/Int16 OK 79ms
/aggregate functions/state/anyHeavyState/Array(UInt8) OK 68ms
/aggregate functions/state/anyState/Array(Date) OK 77ms
/aggregate functions/state/anyLastState/Nullable(DateTime) OK 78ms
/aggregate functions/state/anyHeavyState/Array(UInt16) OK 95ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 99ms
/aggregate functions/state/deltaSumState/Int32 OK 83ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 92ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 77ms
/aggregate functions/state/anyState/Array(DateTime) OK 79ms
/aggregate functions/state/anyLastState/Nullable(DateTime64(3)) OK 76ms
/aggregate functions/state/deltaSumState/Int64 OK 103ms
/aggregate functions/state/anyHeavyState/Array(UInt32) OK 120ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 97ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 83ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(UInt64),Int64 OK 71ms
/aggregate functions/state/anyState/Array(DateTime64(3)) OK 82ms
/aggregate functions/state/anyLastState/Nullable(Bool) OK 73ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(UInt64),Float32 OK 88ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Int64),UInt64 OK 86ms
/aggregate functions/state/deltaSumState/Int128 OK 156ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 81ms
/aggregate functions/state/anyHeavyState/Array(UInt64) OK 157ms
/aggregate functions/state/anyLastState/Nullable(String) OK 152ms
/aggregate functions/state/anyState/Array(Bool) OK 148ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 106ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 168ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 184ms
/aggregate functions/state/deltaSumState/Float32 OK 103ms
/aggregate functions/state/anyHeavyState/Array(UInt128) OK 84ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 92ms
/aggregate functions/state/anyLastState/Nullable(FixedString(51)) OK 94ms
/aggregate functions/state/anyState/Array(String) OK 73ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 76ms
/aggregate functions/state/anyState/Array(FixedString(51)) OK 111ms
/aggregate functions/state/deltaSumState/Float64 OK 88ms
/aggregate functions/state/anyHeavyState/Array(Int8) OK 95ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Int64),Int64 OK 84ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Int64),Float32 OK 78ms
/aggregate functions/state/anyLastState/Nullable(UUID) OK 89ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Float32),UInt64 OK 74ms
/aggregate functions/state/deltaSumState/Nullable(UInt8) OK 85ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 105ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 100ms
/aggregate functions/state/anyHeavyState/Array(Int16) OK 79ms
/aggregate functions/state/anyLastState/Array(UInt8) OK 81ms
/aggregate functions/state/anyState/Array(UUID) OK 82ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 75ms
/aggregate functions/state/deltaSumState/Nullable(UInt16) OK 107ms
/aggregate functions/state/anyHeavyState/Array(Int32) OK 89ms
/aggregate functions/state/anyLastState/Array(UInt16) OK 102ms
/aggregate functions/state/anyState/Array(Nullable(UInt8)) OK 95ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 86ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 78ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 83ms
/aggregate functions/state/anyHeavyState/Array(Int64) OK 85ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Float32),Int64 OK 113ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Nullable(Float32),Float32 OK 103ms
/aggregate functions/state/deltaSumState/Nullable(UInt32) OK 96ms
/aggregate functions/state/anyState/Array(Nullable(UInt16)) OK 75ms
/aggregate functions/state/anyLastState/Array(UInt32) OK 91ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 74ms
/aggregate functions/state/anyHeavyState/Array(Int128) OK 81ms
/aggregate functions/state/anyState/Array(Nullable(UInt32)) OK 71ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 102ms
/aggregate functions/state/deltaSumState/Nullable(UInt64) OK 106ms
/aggregate functions/state/anyLastState/Array(UInt64) OK 109ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 97ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 84ms
/aggregate functions/state/anyState/Array(Nullable(UInt64)) OK 76ms
/aggregate functions/state/anyHeavyState/Array(Float32) OK 81ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 107ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 100ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 102ms
/aggregate functions/state/deltaSumState/Nullable(UInt128) OK 93ms
/aggregate functions/state/anyLastState/Array(UInt128) OK 101ms
/aggregate functions/state/anyState/Array(Nullable(UInt128)) OK 85ms
/aggregate functions/state/anyHeavyState/Array(Float64) OK 78ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 113ms
/aggregate functions/state/deltaSumState/Nullable(Int8) OK 96ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 83ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 94ms
/aggregate functions/state/anyLastState/Array(Int8) OK 96ms
/aggregate functions/state/anyState/Array(Nullable(Int8)) OK 76ms
/aggregate functions/state/anyHeavyState/Array(Decimal128(38)) OK 78ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 92ms
/aggregate functions/state/anyState/Array(Nullable(Int16)) OK 101ms
/aggregate functions/state/anyHeavyState/Array(Date) OK 89ms
/aggregate functions/state/deltaSumState/Nullable(Int16) OK 97ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 100ms
/aggregate functions/state/anyLastState/Array(Int16) OK 94ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 85ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 92ms
/aggregate functions/state/anyHeavyState/Array(DateTime) OK 92ms
/aggregate functions/state/anyState/Array(Nullable(Int32)) OK 91ms
/aggregate functions/state/deltaSumState/Nullable(Int32) OK 88ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 104ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 87ms
/aggregate functions/state/anyLastState/Array(Int32) OK 91ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Int64),Int64 OK 102ms
/aggregate functions/state/anyHeavyState/Array(DateTime64(3)) OK 197ms
/aggregate functions/state/deltaSumState/Nullable(Int64) OK 210ms
/aggregate functions/state/anyState/Array(Nullable(Int64)) OK 212ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Int64),Float32 OK 184ms
/aggregate functions/state/anyLastState/Array(Int64) OK 84ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 189ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 107ms
/aggregate functions/state/anyLastState/Array(Int128) OK 115ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 90ms
/aggregate functions/state/anyHeavyState/Array(Bool) OK 104ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 104ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 77ms
/aggregate functions/state/deltaSumState/Nullable(Int128) OK 79ms
/aggregate functions/state/anyLastState/Array(Float32) OK 88ms
/aggregate functions/state/anyState/Array(Nullable(Int128)) OK 88ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 133ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 133ms
/aggregate functions/state/deltaSumState/Nullable(Float32) OK 128ms
/aggregate functions/state/anyHeavyState/Array(String) OK 108ms
/aggregate functions/state/anyLastState/Array(Float64) OK 101ms
/aggregate functions/state/anyState/Array(Nullable(Float32)) OK 106ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Float32),Int64 OK 106ms
/aggregate functions/state/anyLastState/Array(Decimal128(38)) OK 127ms
/aggregate functions/state/anyHeavyState/Array(FixedString(51)) OK 90ms
/aggregate functions/state/anyState/Array(Nullable(Float64)) OK 100ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/LowCardinality(Float32),Float32 OK 89ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Int64,UInt64 OK 92ms
/aggregate functions/state/deltaSumState/Nullable(Float64) OK 69ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Int64,Nullable(UInt64) OK 114ms
/aggregate functions/state/deltaSumState/LowCardinality(UInt8) OK 74ms
/aggregate functions/state/anyHeavyState/Array(UUID) OK 109ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Int64,Nullable(Int64) OK 91ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Int64,Nullable(Float32) OK 96ms
/aggregate functions/state/anyState/Array(Nullable(Decimal128(38))) OK 89ms
/aggregate functions/state/anyLastState/Array(Date) OK 81ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 84ms
/aggregate functions/state/deltaSumState/LowCardinality(UInt16) OK 76ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Int64,LowCardinality(Int64) OK 114ms
/aggregate functions/state/anyState/Array(Nullable(Date)) OK 98ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Int64,LowCardinality(Float32) OK 101ms
/aggregate functions/state/anyHeavyState/Array(Nullable(UInt8)) OK 96ms
/aggregate functions/state/anyLastState/Array(DateTime) OK 100ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Int64,Int64 OK 100ms
/aggregate functions/state/deltaSumState/LowCardinality(UInt32) OK 82ms
/aggregate functions/state/anyState/Array(Nullable(DateTime)) OK 186ms
/aggregate functions/state/anyHeavyState/Array(Nullable(UInt16)) OK 202ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Int64,Float32 OK 202ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Float32,UInt64 OK 188ms
/aggregate functions/state/anyLastState/Array(DateTime64(3)) OK 188ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Float32,Nullable(UInt64) OK 171ms
/aggregate functions/state/deltaSumState/LowCardinality(UInt64) OK 188ms
/aggregate functions/state/anyState/Array(Nullable(DateTime64(3))) OK 248ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Float32,Nullable(Int64) OK 258ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Float32,Nullable(Float32) OK 260ms
/aggregate functions/state/anyLastState/Array(Bool) OK 245ms
/aggregate functions/state/anyHeavyState/Array(Nullable(UInt32)) OK 236ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 236ms
/aggregate functions/state/deltaSumState/LowCardinality(UInt128) OK 244ms
/aggregate functions/state/anyState/Array(Nullable(Bool)) OK 112ms
/aggregate functions/state/anyHeavyState/Array(Nullable(UInt64)) OK 94ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Float32,LowCardinality(Int64) OK 110ms
/aggregate functions/state/anyLastState/Array(String) OK 103ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Float32,LowCardinality(Float32) OK 94ms
/aggregate functions/state/deltaSumState/LowCardinality(Int8) OK 87ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Float32,Int64 OK 96ms
/aggregate functions/state/anyHeavyState/Array(Nullable(UInt128)) OK 102ms
/aggregate functions/state/deltaSumState/LowCardinality(Int16) OK 80ms
/aggregate functions/state/covarSampStableState/datatypes/permutations/Float32,Float32 OK 98ms
/aggregate functions/state/anyState/Array(Nullable(String)) OK 79ms
/aggregate functions/state/anyLastState/Array(FixedString(51)) OK 79ms
/aggregate functions/state/deltaSumState/LowCardinality(Int32) OK 75ms
/aggregate functions/state/anyState/Array(Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/anyLastState/Array(UUID) OK 74ms
/aggregate functions/state/anyHeavyState/Array(Nullable(Int8)) OK 80ms
/aggregate functions/state/deltaSumTimestampState OK 15s 433ms
/aggregate functions/state/deltaSumTimestampState/constant OK 42ms
/aggregate functions/state/deltaSumTimestampState/zero rows OK 43ms
/aggregate functions/state/deltaSumState/LowCardinality(Int64) OK 79ms
/aggregate functions/state/anyLastState/Array(Nullable(UInt8)) OK 84ms
/aggregate functions/state/anyState/Array(Nullable(UUID)) OK 74ms
/aggregate functions/state/anyHeavyState/Array(Nullable(Int16)) OK 74ms
/aggregate functions/state/deltaSumTimestampState/with group by OK 38ms
/aggregate functions/state/deltaSumTimestampState/some negative values OK 55ms
/aggregate functions/state/deltaSumState/LowCardinality(Int128) OK 78ms
/aggregate functions/state/anyState/Array(LowCardinality(UInt8)) OK 80ms
/aggregate functions/state/anyLastState/Array(Nullable(UInt16)) OK 70ms
/aggregate functions/state/anyHeavyState/Array(Nullable(Int32)) OK 75ms
/aggregate functions/state/deltaSumTimestampState/NULL value handling OK 43ms
/aggregate functions/state/deltaSumState/LowCardinality(Float32) OK 71ms
/aggregate functions/state/anyLastState/Array(Nullable(UInt32)) OK 75ms
/aggregate functions/state/anyState/Array(LowCardinality(UInt16)) OK 86ms
/aggregate functions/state/deltaSumTimestampState/single NULL value OK 39ms
/aggregate functions/state/anyHeavyState/Array(Nullable(Int64)) OK 73ms
/aggregate functions/state/deltaSumTimestampState/inf, -inf, nan OK 418ms
/aggregate functions/state/deltaSumState/LowCardinality(Float64) OK 74ms
/aggregate functions/state/anyLastState/Array(Nullable(UInt64)) OK 91ms
/aggregate functions/state/anyHeavyState/Array(Nullable(Int128)) OK 75ms
/aggregate functions/state/anyState/Array(LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(UInt8)) OK 72ms
/aggregate functions/state/anyHeavyState/Array(Nullable(Float32)) OK 75ms
/aggregate functions/state/anyLastState/Array(Nullable(UInt128)) OK 73ms
/aggregate functions/state/anyState/Array(LowCardinality(UInt64)) OK 79ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(UInt16)) OK 86ms
/aggregate functions/state/anyHeavyState/Array(Nullable(Float64)) OK 72ms
/aggregate functions/state/anyLastState/Array(Nullable(Int8)) OK 78ms
/aggregate functions/state/anyState/Array(LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(UInt32)) OK 74ms
/aggregate functions/state/anyHeavyState/Array(Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/anyLastState/Array(Nullable(Int16)) OK 73ms
/aggregate functions/state/anyState/Array(LowCardinality(Int8)) OK 79ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(UInt64)) OK 73ms
/aggregate functions/state/anyHeavyState/Array(Nullable(Date)) OK 74ms
/aggregate functions/state/anyLastState/Array(Nullable(Int32)) OK 71ms
/aggregate functions/state/anyState/Array(LowCardinality(Int16)) OK 83ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(UInt128)) OK 492ms
/aggregate functions/state/anyHeavyState/Array(Nullable(DateTime)) OK 443ms
/aggregate functions/state/anyLastState/Array(Nullable(Int64)) OK 183ms
/aggregate functions/state/deltaSumTimestampState/return type OK 51ms
/aggregate functions/state/anyState/Array(LowCardinality(Int32)) OK 137ms
/aggregate functions/state/deltaSumTimestampState/datatypes OK 14s 700ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations OK 14s 700ms
/aggregate functions/state/anyState/Array(LowCardinality(Int64)) OK 536ms
/aggregate functions/state/anyLastState/Array(Nullable(Int128)) OK 586ms
/aggregate functions/state/anyHeavyState/Array(Nullable(DateTime64(3))) OK 389ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(Int8)) OK 347ms
/aggregate functions/state/anyState/Array(LowCardinality(Int128)) OK 165ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,UInt64 OK 546ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,Nullable(UInt64) OK 952ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 307ms
/aggregate functions/state/anyLastState/Array(Nullable(Float32)) OK 1s 264ms
/aggregate functions/state/anyHeavyState/Array(Nullable(Bool)) OK 1s 278ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(Int16)) OK 1s 273ms
/aggregate functions/state/anyState/Array(LowCardinality(Float32)) OK 1s 170ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,Nullable(Float64) OK 797ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,Nullable(Float32) OK 394ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,Nullable(DateTime) OK 92ms
/aggregate functions/state/anyLastState/Array(Nullable(Float64)) OK 111ms
/aggregate functions/state/anyState/Array(LowCardinality(Float64)) OK 97ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,Nullable(Date) OK 100ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(Int32)) OK 91ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 78ms
/aggregate functions/state/anyHeavyState/Array(Nullable(String)) OK 80ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 74ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,LowCardinality(Float64) OK 110ms
/aggregate functions/state/anyHeavyState/Array(Nullable(FixedString(51))) OK 96ms
/aggregate functions/state/anyState/Array(LowCardinality(Date)) OK 101ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(Int64)) OK 76ms
/aggregate functions/state/anyLastState/Array(Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 79ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,LowCardinality(DateTime) OK 80ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(Int128)) OK 89ms
/aggregate functions/state/anyLastState/Array(Nullable(Date)) OK 107ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,LowCardinality(Date) OK 94ms
/aggregate functions/state/anyHeavyState/Array(Nullable(UUID)) OK 83ms
/aggregate functions/state/anyState/Array(LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,Int64 OK 87ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,Float64 OK 71ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(Float32)) OK 77ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(UInt8)) OK 119ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,Float32 OK 102ms
/aggregate functions/state/anyState/Array(LowCardinality(Bool)) OK 100ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,DateTime OK 82ms
/aggregate functions/state/anyLastState/Array(Nullable(DateTime)) OK 71ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/UInt64,Date OK 96ms
/aggregate functions/state/deltaSumState/LowCardinality(Nullable(Float64)) OK 79ms
/aggregate functions/state/anyLastState/Array(Nullable(DateTime64(3))) OK 90ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),UInt64 OK 76ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 92ms
/aggregate functions/state/anyState/Array(LowCardinality(String)) OK 102ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(UInt16)) OK 80ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 74ms
/aggregate functions/state/deltaSumState/delta OK 58ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),Nullable(Float64) OK 82ms
/aggregate functions/state/anyLastState/Array(Nullable(Bool)) OK 71ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 92ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(UInt32)) OK 117ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),Nullable(DateTime) OK 104ms
/aggregate functions/state/entropyState OK 2m 33s
/aggregate functions/state/entropyState/constant OK 102ms
/aggregate functions/state/anyState/Array(LowCardinality(FixedString(51))) OK 100ms
/aggregate functions/state/anyLastState/Array(Nullable(String)) OK 75ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),Nullable(Date) OK 77ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 102ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 101ms
/aggregate functions/state/entropyState/zero rows OK 48ms
/aggregate functions/state/anyState/Array(LowCardinality(UUID)) OK 99ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(UInt64)) OK 103ms
/aggregate functions/state/anyLastState/Array(Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float64) OK 89ms
/aggregate functions/state/entropyState/with group by OK 58ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 86ms
/aggregate functions/state/anyLastState/Array(Nullable(UUID)) OK 88ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),LowCardinality(DateTime) OK 109ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(UInt8))) OK 105ms
/aggregate functions/state/entropyState/some negative values OK 64ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(UInt128)) OK 90ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),LowCardinality(Date) OK 74ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),Int64 OK 88ms
/aggregate functions/state/entropyState/first non-NULL value OK 74ms
/aggregate functions/state/anyLastState/Array(LowCardinality(UInt8)) OK 83ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),Float64 OK 72ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Int8)) OK 111ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),Float32 OK 104ms
/aggregate functions/state/entropyState/NULL for all rows OK 60ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),DateTime OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(UInt64),Date OK 98ms
/aggregate functions/state/anyLastState/Array(LowCardinality(UInt16)) OK 99ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(UInt32))) OK 97ms
/aggregate functions/state/entropyState/return type OK 47ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Int16)) OK 81ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),UInt64 OK 84ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 80ms
/aggregate functions/state/entropyState/with another aggregate function OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 87ms
/aggregate functions/state/anyLastState/Array(LowCardinality(UInt32)) OK 101ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Int32)) OK 101ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),Nullable(Float64) OK 89ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 86ms
/aggregate functions/state/entropyState/with another aggregate function and group by OK 70ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),Nullable(DateTime) OK 75ms
/aggregate functions/state/anyLastState/Array(LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),Nullable(Date) OK 101ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Int64)) OK 84ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 74ms
/aggregate functions/state/entropyState/string that ends with \0 OK 54ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 80ms
/aggregate functions/state/anyLastState/Array(LowCardinality(UInt128)) OK 95ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/state/entropyState/inf OK 47ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),LowCardinality(Float64) OK 88ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Int128)) OK 95ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 79ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),LowCardinality(DateTime) OK 78ms
/aggregate functions/state/entropyState/-inf OK 41ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Int8)) OK 79ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/entropyState/nan OK 43ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),LowCardinality(Date) OK 94ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),Int64 OK 76ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Float32)) OK 87ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),Float64 OK 89ms
/aggregate functions/state/entropyState/UInt8 OK 83ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Int16)) OK 92ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),Float32 OK 84ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),DateTime OK 106ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Float64)) OK 77ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Int64),Date OK 76ms
/aggregate functions/state/entropyState/UInt16 OK 80ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(Int64))) OK 122ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Int32)) OK 115ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),UInt64 OK 91ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Date)) OK 89ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),Nullable(UInt64) OK 118ms
/aggregate functions/state/entropyState/UInt32 OK 80ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),Nullable(Int64) OK 124ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Int64)) OK 84ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),Nullable(Float64) OK 77ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(Int128))) OK 104ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(DateTime)) OK 91ms
/aggregate functions/state/entropyState/UInt64 OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),Nullable(Float32) OK 87ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),Nullable(DateTime) OK 102ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),Nullable(Date) OK 76ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Int128)) OK 82ms
/aggregate functions/state/entropyState/UInt128 OK 83ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Bool)) OK 90ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),LowCardinality(UInt64) OK 89ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),LowCardinality(Int64) OK 72ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Float32)) OK 86ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),LowCardinality(Float64) OK 90ms
/aggregate functions/state/entropyState/Int8 OK 97ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(String)) OK 88ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),LowCardinality(Float32) OK 83ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),LowCardinality(DateTime) OK 71ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Float64)) OK 84ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),LowCardinality(Date) OK 119ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/entropyState/Int16 OK 114ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(FixedString(51))) OK 104ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),Int64 OK 93ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),Float64 OK 89ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Date)) OK 78ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),Float32 OK 90ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(UUID)) OK 100ms
/aggregate functions/state/entropyState/Int32 OK 86ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),DateTime OK 74ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float64),Date OK 83ms
/aggregate functions/state/anyLastState/Array(LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(Bool))) OK 79ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),UInt64 OK 91ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 106ms
/aggregate functions/state/entropyState/Int64 OK 81ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 95ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Bool)) OK 78ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/entropyState/Int128 OK 90ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),Nullable(Float64) OK 104ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/state/anyLastState/Array(LowCardinality(String)) OK 83ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 94ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),Nullable(DateTime) OK 80ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/entropyState/Float32 OK 99ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(UInt32))) OK 91ms
/aggregate functions/state/anyLastState/Array(LowCardinality(FixedString(51))) OK 102ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),Nullable(Date) OK 110ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 107ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 90ms
/aggregate functions/state/anyState/Array(LowCardinality(Nullable(UUID))) OK 99ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/entropyState/Float64 OK 85ms
/aggregate functions/state/anyLastState/Array(LowCardinality(UUID)) OK 120ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),LowCardinality(Float64) OK 87ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 85ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),LowCardinality(DateTime) OK 108ms
/aggregate functions/state/anyState/Array(Array(String)) OK 82ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/entropyState/Decimal128(38) OK 76ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),LowCardinality(Date) OK 98ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),Int64 OK 101ms
/aggregate functions/state/anyState/Array(Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),Float64 OK 82ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/entropyState/Date OK 78ms
/aggregate functions/state/anyState/Array(Tuple(String)) OK 116ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),Float32 OK 112ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),DateTime OK 89ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(UInt16))) OK 102ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Float32),Date OK 86ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/entropyState/DateTime OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),UInt64 OK 107ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),Nullable(UInt64) OK 88ms
/aggregate functions/state/anyState/LowCardinality(UInt8) OK 86ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),Nullable(Int64) OK 101ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/state/entropyState/DateTime64(3) OK 81ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(Int32))) OK 92ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),Nullable(Float64) OK 119ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(UInt64))) OK 114ms
/aggregate functions/state/anyState/LowCardinality(UInt16) OK 115ms
/aggregate functions/state/entropyState/Bool OK 173ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),Nullable(Float32) OK 155ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),Nullable(DateTime) OK 158ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(Int64))) OK 191ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(UInt128))) OK 86ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),Nullable(Date) OK 81ms
/aggregate functions/state/anyState/LowCardinality(UInt32) OK 88ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),LowCardinality(UInt64) OK 113ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),LowCardinality(Int64) OK 107ms
/aggregate functions/state/entropyState/String OK 102ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),LowCardinality(Float64) OK 94ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/state/anyState/LowCardinality(UInt64) OK 93ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(Int128))) OK 95ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),LowCardinality(Float32) OK 101ms
/aggregate functions/state/entropyState/FixedString(51) OK 105ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),LowCardinality(DateTime) OK 113ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(Int16))) OK 104ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),LowCardinality(Date) OK 112ms
/aggregate functions/state/anyState/LowCardinality(UInt128) OK 108ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),Int64 OK 114ms
/aggregate functions/state/entropyState/UUID OK 90ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(Int32))) OK 109ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),Float64 OK 106ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(Float64))) OK 106ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),Float32 OK 72ms
/aggregate functions/state/anyState/LowCardinality(Int8) OK 85ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),DateTime OK 77ms
/aggregate functions/state/entropyState/Map(UInt8,UInt8) OK 69ms
/aggregate functions/state/anyState/LowCardinality(Int16) OK 110ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(DateTime),Date OK 110ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(Int64))) OK 95ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),UInt64 OK 73ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(Date))) OK 105ms
/aggregate functions/state/entropyState/Map(UInt8,UInt16) OK 85ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),Nullable(UInt64) OK 74ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),Nullable(Int64) OK 76ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/state/anyState/LowCardinality(Int32) OK 98ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),Nullable(Float64) OK 91ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),Nullable(Float32) OK 90ms
/aggregate functions/state/entropyState/Map(UInt8,UInt32) OK 79ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),Nullable(DateTime) OK 80ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(Bool))) OK 108ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),Nullable(Date) OK 90ms
/aggregate functions/state/anyState/LowCardinality(Int64) OK 84ms
/aggregate functions/state/entropyState/Map(UInt8,UInt64) OK 91ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),LowCardinality(UInt64) OK 82ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),LowCardinality(Int64) OK 78ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/state/anyState/LowCardinality(Int128) OK 109ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),LowCardinality(Float64) OK 88ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),LowCardinality(Float32) OK 87ms
/aggregate functions/state/entropyState/Map(UInt8,UInt128) OK 97ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),LowCardinality(DateTime) OK 91ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),LowCardinality(Date) OK 78ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(FixedString(51)))) OK 99ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),Int64 OK 100ms
/aggregate functions/state/anyState/LowCardinality(Float32) OK 99ms
/aggregate functions/state/entropyState/Map(UInt8,Int8) OK 74ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),Float64 OK 87ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),Float32 OK 104ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(DateTime))) OK 110ms
/aggregate functions/state/entropyState/Map(UInt8,Int16) OK 88ms
/aggregate functions/state/anyHeavyState/Array(LowCardinality(Nullable(UUID))) OK 117ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),DateTime OK 90ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Nullable(Date),Date OK 81ms
/aggregate functions/state/anyState/LowCardinality(Float64) OK 107ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 106ms
/aggregate functions/state/entropyState/Map(UInt8,Int32) OK 99ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 85ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 96ms
/aggregate functions/state/anyHeavyState/Array(Array(String)) OK 84ms
/aggregate functions/state/anyState/LowCardinality(Date) OK 75ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(String))) OK 106ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float64) OK 77ms
/aggregate functions/state/entropyState/Map(UInt8,Int64) OK 104ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 105ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),Nullable(DateTime) OK 102ms
/aggregate functions/state/anyState/LowCardinality(DateTime) OK 88ms
/aggregate functions/state/anyHeavyState/Array(Map(String,LowCardinality(Float64))) OK 95ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),Nullable(Date) OK 73ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/anyState/LowCardinality(Bool) OK 92ms
/aggregate functions/state/entropyState/Map(UInt8,Int128) OK 103ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 82ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 95ms
/aggregate functions/state/anyHeavyState/Array(Tuple(String)) OK 83ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float64) OK 79ms
/aggregate functions/state/anyLastState/Array(LowCardinality(Nullable(UUID))) OK 109ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 121ms
/aggregate functions/state/anyState/LowCardinality(String) OK 104ms
/aggregate functions/state/anyHeavyState/LowCardinality(UInt8) OK 108ms
/aggregate functions/state/entropyState/Map(UInt8,Float32) OK 73ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(DateTime) OK 95ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Date) OK 90ms
/aggregate functions/state/entropyState/Map(UInt8,Float64) OK 142ms
/aggregate functions/state/anyLastState/Array(Array(String)) OK 105ms
/aggregate functions/state/anyState/LowCardinality(FixedString(51)) OK 86ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 98ms
/aggregate functions/state/anyHeavyState/LowCardinality(UInt16) OK 92ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),Float64 OK 93ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 81ms
/aggregate functions/state/anyState/LowCardinality(UUID) OK 124ms
/aggregate functions/state/anyLastState/Array(Map(String,LowCardinality(Float64))) OK 114ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),DateTime OK 103ms
/aggregate functions/state/anyHeavyState/LowCardinality(UInt32) OK 94ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(UInt64),Date OK 75ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 106ms
/aggregate functions/state/entropyState/Map(UInt8,Decimal128(38)) OK 76ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 76ms
/aggregate functions/state/anyHeavyState/LowCardinality(UInt64) OK 101ms
/aggregate functions/state/entropyState/Map(UInt8,Date) OK 103ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 96ms
/aggregate functions/state/anyState/LowCardinality(Nullable(UInt8)) OK 81ms
/aggregate functions/state/anyLastState/Array(Tuple(String)) OK 96ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),Nullable(Float64) OK 87ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 76ms
/aggregate functions/state/anyState/LowCardinality(Nullable(UInt16)) OK 88ms
/aggregate functions/state/anyHeavyState/LowCardinality(UInt128) OK 84ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),Nullable(DateTime) OK 95ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),Nullable(Date) OK 97ms
/aggregate functions/state/entropyState/Map(UInt8,DateTime) OK 85ms
/aggregate functions/state/anyLastState/LowCardinality(UInt8) OK 85ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 76ms
/aggregate functions/state/anyState/LowCardinality(Nullable(UInt32)) OK 101ms
/aggregate functions/state/anyHeavyState/LowCardinality(Int8) OK 109ms
/aggregate functions/state/entropyState/Map(UInt8,DateTime64(3)) OK 78ms
/aggregate functions/state/anyLastState/LowCardinality(UInt16) OK 90ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float64) OK 76ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 91ms
/aggregate functions/state/entropyState/Map(UInt8,Bool) OK 110ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),LowCardinality(DateTime) OK 91ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Date) OK 100ms
/aggregate functions/state/anyState/LowCardinality(Nullable(UInt64)) OK 108ms
/aggregate functions/state/anyLastState/LowCardinality(UInt32) OK 87ms
/aggregate functions/state/anyHeavyState/LowCardinality(Int16) OK 103ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),Int64 OK 85ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),Float64 OK 118ms
/aggregate functions/state/anyLastState/LowCardinality(UInt64) OK 93ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),Float32 OK 111ms
/aggregate functions/state/entropyState/Map(UInt8,String) OK 95ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),DateTime OK 106ms
/aggregate functions/state/anyState/LowCardinality(Nullable(UInt128)) OK 90ms
/aggregate functions/state/anyHeavyState/LowCardinality(Int32) OK 100ms
/aggregate functions/state/anyLastState/LowCardinality(UInt128) OK 127ms
/aggregate functions/state/entropyState/Map(UInt8,FixedString(51)) OK 123ms
/aggregate functions/state/anyState/LowCardinality(Nullable(Int8)) OK 109ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Int64),Date OK 81ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),UInt64 OK 72ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),Nullable(UInt64) OK 91ms
/aggregate functions/state/anyHeavyState/LowCardinality(Int64) OK 100ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),Nullable(Int64) OK 79ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),Nullable(Float64) OK 72ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),Nullable(Float32) OK 89ms
/aggregate functions/state/anyState/LowCardinality(Nullable(Int16)) OK 99ms
/aggregate functions/state/anyLastState/LowCardinality(Int8) OK 85ms
/aggregate functions/state/anyHeavyState/LowCardinality(Int128) OK 79ms
/aggregate functions/state/entropyState/Map(UInt8,UUID) OK 84ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),Nullable(DateTime) OK 83ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),Nullable(Date) OK 86ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),LowCardinality(UInt64) OK 87ms
/aggregate functions/state/anyHeavyState/LowCardinality(Float32) OK 80ms
/aggregate functions/state/anyLastState/LowCardinality(Int16) OK 87ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(UInt8)) OK 88ms
/aggregate functions/state/anyState/LowCardinality(Nullable(Int32)) OK 84ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Int64) OK 74ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float64) OK 82ms
/aggregate functions/state/anyHeavyState/LowCardinality(Float64) OK 94ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float32) OK 103ms
/aggregate functions/state/anyLastState/LowCardinality(Int32) OK 93ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(UInt16)) OK 71ms
/aggregate functions/state/anyState/LowCardinality(Nullable(Int64)) OK 81ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),LowCardinality(DateTime) OK 73ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Date) OK 79ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(UInt32)) OK 113ms
/aggregate functions/state/anyHeavyState/LowCardinality(Date) OK 92ms
/aggregate functions/state/anyState/LowCardinality(Nullable(Int128)) OK 98ms
/aggregate functions/state/anyLastState/LowCardinality(Int64) OK 89ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),Int64 OK 71ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),Float64 OK 90ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),Float32 OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),DateTime OK 95ms
/aggregate functions/state/anyHeavyState/LowCardinality(DateTime) OK 98ms
/aggregate functions/state/anyLastState/LowCardinality(Int128) OK 108ms
/aggregate functions/state/anyState/LowCardinality(Nullable(Float32)) OK 98ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(UInt64)) OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float64),Date OK 81ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 84ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 107ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(UInt128)) OK 85ms
/aggregate functions/state/anyHeavyState/LowCardinality(Bool) OK 119ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 111ms
/aggregate functions/state/anyState/LowCardinality(Nullable(Float64)) OK 99ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),Nullable(Float64) OK 109ms
/aggregate functions/state/anyLastState/LowCardinality(Float32) OK 91ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(Int8)) OK 74ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 122ms
/aggregate functions/state/anyLastState/LowCardinality(Float64) OK 103ms
/aggregate functions/state/anyState/LowCardinality(Nullable(Date)) OK 101ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),Nullable(DateTime) OK 109ms
/aggregate functions/state/anyHeavyState/LowCardinality(String) OK 73ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),Nullable(Date) OK 93ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(Int16)) OK 73ms
/aggregate functions/state/anyHeavyState/LowCardinality(FixedString(51)) OK 75ms
/aggregate functions/state/anyLastState/LowCardinality(Date) OK 85ms
/aggregate functions/state/anyState/LowCardinality(Nullable(DateTime)) OK 107ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 101ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 79ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float64) OK 81ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(Int32)) OK 83ms
/aggregate functions/state/anyHeavyState/LowCardinality(UUID) OK 76ms
/aggregate functions/state/anyLastState/LowCardinality(DateTime) OK 87ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 158ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),LowCardinality(DateTime) OK 85ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(Int64)) OK 149ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Date) OK 147ms
/aggregate functions/state/anyState/LowCardinality(Nullable(Bool)) OK 76ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(UInt8)) OK 130ms
/aggregate functions/state/anyLastState/LowCardinality(Bool) OK 89ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),Int64 OK 152ms
/aggregate functions/state/anyState/LowCardinality(Nullable(String)) OK 151ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),Float64 OK 112ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(Int128)) OK 92ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),Float32 OK 90ms
/aggregate functions/state/anyLastState/LowCardinality(String) OK 94ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(UInt16)) OK 85ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),DateTime OK 222ms
/aggregate functions/state/anyState/LowCardinality(Nullable(FixedString(51))) OK 227ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(Float32)) OK 244ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Float32),Date OK 233ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(UInt32)) OK 231ms
/aggregate functions/state/anyLastState/LowCardinality(FixedString(51)) OK 206ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),UInt64 OK 216ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),Nullable(UInt64) OK 167ms
/aggregate functions/state/anyLastState/LowCardinality(UUID) OK 154ms
/aggregate functions/state/anyState/LowCardinality(Nullable(UUID)) OK 114ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),Nullable(Int64) OK 135ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),Nullable(Float64) OK 135ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(UInt64)) OK 121ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(Float64)) OK 112ms
/aggregate functions/state/anyState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 788ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(Decimal128(38))) OK 257ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(UInt128)) OK 271ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),Nullable(Float32) OK 240ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),Nullable(DateTime) OK 240ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(UInt8)) OK 243ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),Nullable(Date) OK 247ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(UInt64) OK 102ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Int64) OK 97ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(Date)) OK 107ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(UInt16)) OK 100ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float64) OK 107ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(Int8)) OK 95ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Float32) OK 104ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(DateTime) OK 83ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(UInt32)) OK 78ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(DateTime)) OK 81ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(Int16)) OK 91ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Date) OK 71ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),Int64 OK 83ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(UInt64)) OK 87ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),Float64 OK 88ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),Float32 OK 86ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(Int32)) OK 87ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),DateTime OK 129ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(UInt128)) OK 115ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(Bool)) OK 115ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(DateTime),Date OK 116ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),UInt64 OK 115ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(Int64)) OK 98ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(Int8)) OK 105ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(String)) OK 101ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(Int128)) OK 105ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),Nullable(UInt64) OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),Nullable(Int64) OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),Nullable(Float64) OK 101ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),Nullable(Float32) OK 74ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),Nullable(DateTime) OK 69ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(FixedString(51))) OK 102ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(Int16)) OK 108ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(Float32)) OK 101ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),Nullable(Date) OK 71ms
/aggregate functions/state/exponentialMovingAverageState OK 14s 576ms
/aggregate functions/state/exponentialMovingAverageState/constant OK 57ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),LowCardinality(UInt64) OK 77ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),LowCardinality(Int64) OK 81ms
/aggregate functions/state/exponentialMovingAverageState/zero rows OK 46ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),LowCardinality(Float64) OK 81ms
/aggregate functions/state/entropyState/Map(UInt8,Nullable(UUID)) OK 87ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(Float64)) OK 87ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(Int32)) OK 73ms
/aggregate functions/state/exponentialMovingAverageState/single row OK 46ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),LowCardinality(Float32) OK 85ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),LowCardinality(DateTime) OK 75ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),LowCardinality(Date) OK 82ms
/aggregate functions/state/exponentialMovingAverageState/with group by OK 51ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(Int64)) OK 91ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(UInt8)) OK 91ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(Date)) OK 77ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),Int64 OK 85ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),Float64 OK 87ms
/aggregate functions/state/exponentialMovingAverageState/some negative values OK 58ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),Float32 OK 87ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(DateTime)) OK 99ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(Int128)) OK 90ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(UInt16)) OK 110ms
/aggregate functions/state/exponentialMovingAverageState/NULL value handling OK 53ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),DateTime OK 101ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/LowCardinality(Date),Date OK 88ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,UInt64 OK 74ms
/aggregate functions/state/exponentialMovingAverageState/single NULL value OK 62ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(Float32)) OK 334ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(Bool)) OK 333ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(UInt32)) OK 297ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,Nullable(UInt64) OK 297ms
/aggregate functions/state/exponentialMovingAverageState/inf, -inf, nan OK 944ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,Nullable(Int64) OK 310ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,Nullable(Float64) OK 299ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(UInt64)) OK 303ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,Nullable(Float32) OK 303ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(Float64)) OK 287ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(String)) OK 275ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,Nullable(DateTime) OK 263ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,Nullable(Date) OK 264ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 126ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,LowCardinality(Int64) OK 107ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(FixedString(51))) OK 121ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(Date)) OK 98ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(UInt128)) OK 115ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,LowCardinality(Float64) OK 96ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,LowCardinality(Float32) OK 82ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(DateTime)) OK 88ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,LowCardinality(DateTime) OK 101ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,LowCardinality(Date) OK 104ms
/aggregate functions/state/anyHeavyState/LowCardinality(Nullable(UUID)) OK 94ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Int8)) OK 80ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,Int64 OK 169ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(Bool)) OK 162ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Int16)) OK 138ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,Float64 OK 148ms
/aggregate functions/state/anyHeavyState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 544ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,Float32 OK 145ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Int32)) OK 93ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,DateTime OK 110ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(String)) OK 134ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Int64,Date OK 126ms
/aggregate functions/state/exponentialMovingAverageState/return type OK 67ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,UInt64 OK 77ms
/aggregate functions/state/exponentialMovingAverageState/example OK 42ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,Nullable(UInt64) OK 77ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,Nullable(Int64) OK 69ms
/aggregate functions/state/exponentialMovingAverageState/datatypes OK 13s 141ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,UInt8 OK 545ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/UInt8,Float64 OK 1s 12ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,UInt16 OK 1s 506ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,Nullable(Float64) OK 1s 491ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(FixedString(51))) OK 1s 502ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Int128)) OK 1s 445ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,Nullable(Float32) OK 1s 469ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,Nullable(DateTime) OK 1s 438ms
/aggregate functions/state/first_valueState OK 2m 30s
/aggregate functions/state/first_valueState/constant OK 1s 167ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/UInt16,Float64 OK 936ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,UInt32 OK 495ms
/aggregate functions/state/first_valueState/zero rows OK 67ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/UInt32,Float64 OK 215ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Float32)) OK 237ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,Nullable(Date) OK 219ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,LowCardinality(UInt64) OK 220ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,UInt64 OK 211ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/UInt64,Float64 OK 207ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,LowCardinality(Int64) OK 168ms
/aggregate functions/state/anyLastState/LowCardinality(Nullable(UUID)) OK 177ms
/aggregate functions/state/first_valueState/single row OK 131ms
/aggregate functions/state/first_valueState/with group by OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,LowCardinality(Float64) OK 75ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Int8 OK 144ms
/aggregate functions/state/anyLastState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 706ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,LowCardinality(Float32) OK 162ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Int8,Float64 OK 157ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Int16 OK 123ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,LowCardinality(DateTime) OK 110ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Float64)) OK 114ms
/aggregate functions/state/first_valueState/NULL value handling OK 68ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,LowCardinality(Date) OK 124ms
/aggregate functions/state/first_valueState/single NULL value OK 92ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,Int64 OK 124ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Date)) OK 123ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Int16,Float64 OK 109ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Int32 OK 93ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Int32,Float64 OK 112ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,Float64 OK 97ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,Float32 OK 101ms
/aggregate functions/state/first_valueState/string that ends with \0 OK 54ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Int64 OK 79ms
/aggregate functions/state/first_valueState/inf OK 48ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Int64,Float64 OK 97ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,DateTime OK 104ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(DateTime)) OK 92ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float64,Date OK 100ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,UInt64 OK 88ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Float32 OK 104ms
/aggregate functions/state/first_valueState/-inf OK 56ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float32,Float64 OK 90ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Float64 OK 221ms
/aggregate functions/state/first_valueState/nan OK 129ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Bool)) OK 130ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,Nullable(UInt64) OK 212ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,Nullable(Int64) OK 197ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,Nullable(Float64) OK 189ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Float64 OK 171ms
/aggregate functions/state/first_valueState/UInt8 OK 101ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Decimal128(38) OK 187ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(String)) OK 104ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Decimal128(38),Float64 OK 122ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,Nullable(Float32) OK 122ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(UInt8) OK 103ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,Nullable(DateTime) OK 124ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,Nullable(Date) OK 119ms
/aggregate functions/state/first_valueState/UInt16 OK 110ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(FixedString(51))) OK 92ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(UInt8),Float64 OK 108ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(UInt16) OK 129ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(UUID)) OK 123ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(UInt16),Float64 OK 117ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 122ms
/aggregate functions/state/first_valueState/UInt32 OK 91ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,LowCardinality(Int64) OK 86ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,LowCardinality(Float64) OK 95ms
/aggregate functions/state/groupArrayState OK 2m 31s
/aggregate functions/state/groupArrayState/constant OK 68ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(UInt32) OK 88ms
/aggregate functions/state/groupArrayState/zero rows OK 44ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,LowCardinality(Float32) OK 75ms
/aggregate functions/state/first_valueState/UInt64 OK 103ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,LowCardinality(DateTime) OK 110ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(UInt32),Float64 OK 118ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(UInt64) OK 97ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(UInt64),Float64 OK 101ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 109ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,LowCardinality(Date) OK 101ms
/aggregate functions/state/groupArrayState/with group by OK 57ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,Int64 OK 81ms
/aggregate functions/state/groupArrayState/some negative values OK 52ms
/aggregate functions/state/first_valueState/UInt128 OK 104ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(Int8) OK 126ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,Float64 OK 115ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(Int8),Float64 OK 109ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(Int16) OK 118ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,Float32 OK 110ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 112ms
/aggregate functions/state/groupArrayState/first non-NULL value OK 57ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,DateTime OK 100ms
/aggregate functions/state/groupArrayState/NULL for all rows OK 55ms
/aggregate functions/state/first_valueState/Int8 OK 75ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(Int16),Float64 OK 112ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Float32,Date OK 109ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,UInt64 OK 117ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(Int32) OK 104ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(Int32),Float64 OK 103ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,Nullable(UInt64) OK 95ms
/aggregate functions/state/groupArrayState/return type OK 62ms
/aggregate functions/state/first_valueState/Int16 OK 87ms
/aggregate functions/state/groupArrayState/with another aggregate function OK 46ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 118ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,Nullable(Int64) OK 115ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(Int64) OK 93ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(Int64),Float64 OK 121ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,Nullable(Float64) OK 112ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(Float32) OK 112ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,Nullable(Float32) OK 115ms
/aggregate functions/state/groupArrayState/with another aggregate function and group by OK 47ms
/aggregate functions/state/first_valueState/Int32 OK 107ms
/aggregate functions/state/groupArrayState/string that ends with \0 OK 57ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(Float32),Float64 OK 149ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 134ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,Nullable(DateTime) OK 144ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,Nullable(Date) OK 136ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(Float64) OK 91ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(Float64),Float64 OK 125ms
/aggregate functions/state/groupArrayState/inf OK 66ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,LowCardinality(UInt64) OK 78ms
/aggregate functions/state/first_valueState/Int64 OK 123ms
/aggregate functions/state/groupArrayState/-inf OK 67ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,LowCardinality(Int64) OK 73ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,Nullable(Decimal128(38)) OK 74ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 168ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Nullable(Decimal128(38)),Float64 OK 153ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(UInt8) OK 169ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,LowCardinality(Float64) OK 160ms
/aggregate functions/state/first_valueState/Int128 OK 159ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,LowCardinality(Float32) OK 138ms
/aggregate functions/state/groupArrayState/nan OK 156ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,LowCardinality(DateTime) OK 136ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(UInt8),Float64 OK 132ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(UInt16) OK 119ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,LowCardinality(Date) OK 134ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 130ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,Int64 OK 120ms
/aggregate functions/state/first_valueState/Float32 OK 95ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(UInt16),Float64 OK 105ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,Float64 OK 151ms
/aggregate functions/state/groupArrayState/UInt8 OK 124ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(UInt32) OK 105ms
/aggregate functions/state/first_valueState/Float64 OK 104ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(UInt32),Float64 OK 108ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(UInt64) OK 116ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(UInt64),Float64 OK 120ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,Float32 OK 106ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,DateTime OK 90ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 109ms
/aggregate functions/state/groupArrayState/UInt16 OK 86ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/DateTime,Date OK 84ms
/aggregate functions/state/first_valueState/Decimal128(38) OK 96ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Int8) OK 120ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,UInt64 OK 121ms
/aggregate functions/state/groupArrayState/UInt32 OK 121ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,Nullable(UInt64) OK 100ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Int8),Float64 OK 125ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Int16) OK 124ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 118ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,Nullable(Int64) OK 108ms
/aggregate functions/state/first_valueState/Date OK 78ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,Nullable(Float64) OK 130ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Int16),Float64 OK 140ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,Nullable(Float32) OK 130ms
/aggregate functions/state/groupArrayState/UInt64 OK 102ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,Nullable(DateTime) OK 98ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Int32) OK 114ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 99ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Int32),Float64 OK 137ms
/aggregate functions/state/first_valueState/DateTime OK 93ms
/aggregate functions/state/groupArrayState/UInt128 OK 94ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,Nullable(Date) OK 136ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 153ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,LowCardinality(UInt64) OK 146ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,LowCardinality(Int64) OK 125ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Int64) OK 126ms
/aggregate functions/state/first_valueState/DateTime64(3) OK 108ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Int64),Float64 OK 128ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Float32) OK 114ms
/aggregate functions/state/groupArrayState/Int8 OK 86ms
/aggregate functions/state/first_valueState/Bool OK 126ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,LowCardinality(Float64) OK 126ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,LowCardinality(Float32) OK 127ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Float32),Float64 OK 106ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Float64) OK 88ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,LowCardinality(DateTime) OK 94ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 116ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Float64),Float64 OK 107ms
/aggregate functions/state/groupArrayState/Int16 OK 104ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 96ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,LowCardinality(Date) OK 103ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 113ms
/aggregate functions/state/first_valueState/String OK 132ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,Int64 OK 135ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 114ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,Float64 OK 87ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(Date))) OK 135ms
/aggregate functions/state/groupArrayState/Int32 OK 125ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 85ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,Float32 OK 87ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,DateTime OK 80ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 89ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 113ms
/aggregate functions/state/first_valueState/FixedString(51) OK 117ms
/aggregate functions/state/deltaSumTimestampState/datatypes/permutations/Date,Date OK 91ms
/aggregate functions/state/groupArrayState/Int64 OK 112ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 95ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 89ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 74ms
/aggregate functions/state/groupArrayInsertAtState OK 7s 872ms
/aggregate functions/state/groupArrayInsertAtState/constant OK 64ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 105ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 110ms
/aggregate functions/state/first_valueState/UUID OK 82ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 82ms
/aggregate functions/state/groupArrayState/Int128 OK 103ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 83ms
/aggregate functions/state/groupArrayInsertAtState/zero rows OK 60ms
/aggregate functions/state/first_valueState/Map(UInt8,UInt8) OK 72ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 78ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 115ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 86ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/state/groupArrayInsertAtState/single row OK 61ms
/aggregate functions/state/groupArrayState/Float32 OK 73ms
/aggregate functions/state/first_valueState/Map(UInt8,UInt16) OK 80ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 96ms
/aggregate functions/state/groupArrayInsertAtState/with group by OK 56ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 98ms
/aggregate functions/state/groupArrayState/Float64 OK 87ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 97ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 86ms
/aggregate functions/state/groupArrayInsertAtState/some negative values OK 57ms
/aggregate functions/state/first_valueState/Map(UInt8,UInt32) OK 87ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 77ms
/aggregate functions/state/groupArrayState/Decimal128(38) OK 112ms
/aggregate functions/state/entropyState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 101ms
/aggregate functions/state/groupArrayInsertAtState/NULL value handling OK 50ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 85ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 85ms
/aggregate functions/state/first_valueState/Map(UInt8,UInt64) OK 170ms
/aggregate functions/state/groupArrayInsertAtState/single NULL value OK 111ms
/aggregate functions/state/entropyState/Map(UInt8,Array(String)) OK 306ms
/aggregate functions/state/groupArrayState/Date OK 312ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations OK 8s 548ms
/aggregate functions/state/groupArrayInsertAtState/inf OK 328ms
/aggregate functions/state/first_valueState/Map(UInt8,UInt128) OK 321ms
/aggregate functions/state/entropyState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 345ms
/aggregate functions/state/groupArrayState/DateTime OK 343ms
/aggregate functions/state/groupArrayInsertAtState/-inf OK 391ms
/aggregate functions/state/first_valueState/Map(UInt8,Int8) OK 353ms
/aggregate functions/state/entropyState/Map(UInt8,Tuple(String)) OK 193ms
/aggregate functions/state/groupArrayState/DateTime64(3) OK 187ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,UInt64 OK 587ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,Nullable(UInt64) OK 983ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 524ms
/aggregate functions/state/groupArrayInsertAtState/nan OK 1s 471ms
/aggregate functions/state/first_valueState/Map(UInt8,Int16) OK 1s 494ms
/aggregate functions/state/entropyState/Map(UInt16,UInt8) OK 1s 441ms
/aggregate functions/state/groupArrayState/Bool OK 1s 428ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,Nullable(Float32) OK 993ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,Nullable(Decimal128(38)) OK 585ms
/aggregate functions/state/groupArrayInsertAtState/return type OK 53ms
/aggregate functions/state/groupArrayState/String OK 207ms
/aggregate functions/state/first_valueState/Map(UInt8,Int32) OK 553ms
/aggregate functions/state/entropyState/Map(UInt16,UInt16) OK 206ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 518ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 584ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 553ms
/aggregate functions/state/groupArrayInsertAtState/example OK 65ms
/aggregate functions/state/groupArrayInsertAtState/datatypes OK 5s 98ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations OK 5s 98ms
/aggregate functions/state/groupArrayState/FixedString(51) OK 521ms
/aggregate functions/state/entropyState/Map(UInt16,UInt32) OK 579ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,Int64 OK 338ms
/aggregate functions/state/first_valueState/Map(UInt8,Int64) OK 326ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,Float32 OK 305ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/UInt64,Decimal128(38) OK 321ms
/aggregate functions/state/groupArrayState/UUID OK 183ms
/aggregate functions/state/entropyState/Map(UInt16,UInt64) OK 97ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/UInt64,UInt64 OK 598ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 7ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 1s 474ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),UInt64 OK 1s 500ms
/aggregate functions/state/first_valueState/Map(UInt8,Int128) OK 1s 458ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 1s 504ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 1s 458ms
/aggregate functions/state/entropyState/Map(UInt16,UInt128) OK 1s 408ms
/aggregate functions/state/groupArrayState/Map(UInt8,UInt8) OK 1s 405ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/String,UInt64 OK 891ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/String,Nullable(UInt64) OK 511ms
/aggregate functions/state/first_valueState/Map(UInt8,Float32) OK 89ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/String,LowCardinality(UInt64) OK 98ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(UInt64),UInt64 OK 103ms
/aggregate functions/state/entropyState/Map(UInt16,Int8) OK 91ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 120ms
/aggregate functions/state/groupArrayState/Map(UInt8,UInt16) OK 116ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 94ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),Nullable(Decimal128(38)) OK 97ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 99ms
/aggregate functions/state/first_valueState/Map(UInt8,Float64) OK 87ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 116ms
/aggregate functions/state/entropyState/Map(UInt16,Int16) OK 99ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(String),UInt64 OK 109ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(String),Nullable(UInt64) OK 122ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 109ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 109ms
/aggregate functions/state/groupArrayState/Map(UInt8,UInt32) OK 95ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),Int64 OK 85ms
/aggregate functions/state/first_valueState/Map(UInt8,Decimal128(38)) OK 89ms
/aggregate functions/state/entropyState/Map(UInt16,Int32) OK 95ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(String),LowCardinality(UInt64) OK 91ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Int64),UInt64 OK 93ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),Float32 OK 150ms
/aggregate functions/state/groupArrayState/Map(UInt8,UInt64) OK 136ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(UInt64),Decimal128(38) OK 100ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),UInt64 OK 125ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt8,Date) OK 121ms
/aggregate functions/state/entropyState/Map(UInt16,Int64) OK 93ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 92ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Float64),UInt64 OK 102ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Float64),Nullable(UInt64) OK 93ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 103ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 110ms
/aggregate functions/state/groupArrayState/Map(UInt8,UInt128) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt8,DateTime) OK 98ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 89ms
/aggregate functions/state/entropyState/Map(UInt16,Int128) OK 98ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Float64),LowCardinality(UInt64) OK 104ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Float32),UInt64 OK 87ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 112ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),Nullable(Decimal128(38)) OK 93ms
/aggregate functions/state/groupArrayState/Map(UInt8,Int8) OK 105ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 106ms
/aggregate functions/state/first_valueState/Map(UInt8,DateTime64(3)) OK 108ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 99ms
/aggregate functions/state/entropyState/Map(UInt16,Float32) OK 108ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 105ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(FixedString(51)),UInt64 OK 92ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 81ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(FixedString(51)),Nullable(UInt64) OK 96ms
/aggregate functions/state/groupArrayState/Map(UInt8,Int16) OK 147ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),Int64 OK 138ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),Float32 OK 140ms
/aggregate functions/state/first_valueState/Map(UInt8,Bool) OK 139ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(FixedString(51)),LowCardinality(UInt64) OK 135ms
/aggregate functions/state/entropyState/Map(UInt16,Float64) OK 135ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Decimal128(38)),UInt64 OK 127ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Int64),Decimal128(38) OK 112ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(UInt64) OK 99ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),UInt64 OK 157ms
/aggregate functions/state/groupArrayState/Map(UInt8,Int32) OK 118ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 122ms
/aggregate functions/state/first_valueState/Map(UInt8,String) OK 92ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(UInt64) OK 140ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(DateTime),UInt64 OK 90ms
/aggregate functions/state/entropyState/Map(UInt16,Decimal128(38)) OK 109ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 91ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(DateTime),Nullable(UInt64) OK 128ms
/aggregate functions/state/first_valueState/Map(UInt8,FixedString(51)) OK 86ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(DateTime),LowCardinality(UInt64) OK 98ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 136ms
/aggregate functions/state/groupArrayState/Map(UInt8,Int64) OK 127ms
/aggregate functions/state/entropyState/Map(UInt16,Date) OK 101ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),Nullable(Decimal128(38)) OK 94ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Date),UInt64 OK 83ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Date),Nullable(UInt64) OK 89ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 98ms
/aggregate functions/state/first_valueState/Map(UInt8,UUID) OK 86ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Nullable(Date),LowCardinality(UInt64) OK 77ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 101ms
/aggregate functions/state/entropyState/Map(UInt16,DateTime) OK 104ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Map(String,LowCardinality(Float64)),UInt64 OK 129ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(UInt64) OK 97ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 113ms
/aggregate functions/state/groupArrayState/Map(UInt8,Int128) OK 102ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),Int64 OK 106ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(UInt8)) OK 103ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(UInt64) OK 92ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),Float32 OK 101ms
/aggregate functions/state/entropyState/Map(UInt16,DateTime64(3)) OK 111ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 97ms
/aggregate functions/state/groupArrayState/Map(UInt8,Float32) OK 119ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Float32),Decimal128(38) OK 148ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),UInt64 OK 139ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 130ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 94ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(UInt16)) OK 127ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(UInt64) OK 99ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(String),UInt64 OK 93ms
/aggregate functions/state/entropyState/Map(UInt16,Bool) OK 103ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(String),Nullable(UInt64) OK 95ms
/aggregate functions/state/groupArrayState/Map(UInt8,Float64) OK 86ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(String),LowCardinality(UInt64) OK 97ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Int64) OK 102ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(UInt32)) OK 102ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Float32) OK 103ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Decimal128(38)) OK 93ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 87ms
/aggregate functions/state/entropyState/Map(UInt16,String) OK 88ms
/aggregate functions/state/groupArrayState/Map(UInt8,Decimal128(38)) OK 113ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 110ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 120ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(UInt64) OK 97ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(UInt64)) OK 99ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Int64) OK 111ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Float64),UInt64 OK 79ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Float32) OK 107ms
/aggregate functions/state/entropyState/Map(UInt16,FixedString(51)) OK 97ms
/aggregate functions/state/groupArrayState/Map(UInt8,Date) OK 88ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Float64),Nullable(UInt64) OK 94ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Float64),LowCardinality(UInt64) OK 114ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),Int64 OK 87ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(UInt128)) OK 85ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 100ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),Float32 OK 114ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Nullable(Decimal128(38)),Decimal128(38) OK 142ms
/aggregate functions/state/entropyState/Map(UInt16,UUID) OK 147ms
/aggregate functions/state/groupArrayState/Map(UInt8,DateTime) OK 116ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 100ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 163ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(Int8)) OK 140ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 137ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(FixedString(51)),UInt64 OK 127ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 100ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(FixedString(51)),Nullable(UInt64) OK 107ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 91ms
/aggregate functions/state/groupArrayState/Map(UInt8,DateTime64(3)) OK 132ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(UInt8)) OK 93ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(Int16)) OK 112ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 116ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(FixedString(51)),LowCardinality(UInt64) OK 95ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(DateTime),UInt64 OK 102ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),Nullable(Decimal128(38)) OK 172ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 168ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(UInt16)) OK 171ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(DateTime),Nullable(UInt64) OK 161ms
/aggregate functions/state/groupArrayState/Map(UInt8,Bool) OK 133ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(UInt64) OK 185ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(Int32)) OK 200ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Date),UInt64 OK 165ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 199ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 124ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 105ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Date),Nullable(UInt64) OK 107ms
/aggregate functions/state/groupArrayState/Map(UInt8,String) OK 94ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(UInt32)) OK 113ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/LowCardinality(Date),LowCardinality(UInt64) OK 80ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Int64,UInt64 OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt8,FixedString(51)) OK 112ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 127ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Int64,Nullable(UInt64) OK 97ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(Int64)) OK 113ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(UInt64),Decimal128(38) OK 102ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 103ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(UInt64)) OK 112ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 80ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Float64,UInt64 OK 80ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Float64,Nullable(UInt64) OK 116ms
/aggregate functions/state/groupArrayState/Map(UInt8,UUID) OK 92ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 89ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 109ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(Int128)) OK 115ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 113ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(UInt128)) OK 139ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Float64,LowCardinality(UInt64) OK 83ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Float32,UInt64 OK 100ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(UInt8)) OK 103ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),Nullable(Decimal128(38)) OK 105ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Float32,Nullable(UInt64) OK 101ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 121ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 114ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(Float32)) OK 94ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 96ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/FixedString(51),UInt64 OK 105ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(Int8)) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(UInt16)) OK 93ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 93ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/FixedString(51),Nullable(UInt64) OK 116ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(Float64)) OK 123ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),Int64 OK 123ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),Float32 OK 117ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/FixedString(51),LowCardinality(UInt64) OK 110ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Decimal128(38),UInt64 OK 111ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(Int16)) OK 92ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(UInt32)) OK 87ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Int64),Decimal128(38) OK 90ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Decimal128(38),Nullable(UInt64) OK 132ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(Int32)) OK 122ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(Decimal128(38))) OK 87ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Decimal128(38),LowCardinality(UInt64) OK 91ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 97ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 101ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/DateTime,UInt64 OK 106ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(UInt64)) OK 99ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(Date)) OK 83ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/DateTime,Nullable(UInt64) OK 81ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 103ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),Nullable(Decimal128(38)) OK 122ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/DateTime,LowCardinality(UInt64) OK 121ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Date,UInt64 OK 121ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(Int64)) OK 122ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(UInt128)) OK 94ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 89ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(DateTime)) OK 89ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Date,Nullable(UInt64) OK 80ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 80ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 125ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(Int8)) OK 105ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),Int64 OK 114ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Date,LowCardinality(UInt64) OK 117ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Array(String),UInt64 OK 102ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(Int128)) OK 97ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Array(String),Nullable(UInt64) OK 100ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(DateTime64(3))) OK 96ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),Float32 OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(Int16)) OK 124ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(Float32)) OK 101ms
/aggregate functions/state/groupArrayInsertAtState/datatypes/permutations/Array(String),LowCardinality(UInt64) OK 86ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/LowCardinality(Float32),Decimal128(38) OK 98ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,UInt64 OK 86ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(Bool)) OK 94ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,Nullable(UInt64) OK 92ms
/aggregate functions/state/groupArrayMovingAvgState OK 4s 268ms
/aggregate functions/state/groupArrayMovingAvgState/constant OK 72ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,Nullable(Int64) OK 105ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(Float64)) OK 90ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,Nullable(Float32) OK 92ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(String)) OK 107ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(Int32)) OK 99ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,Nullable(Decimal128(38)) OK 95ms
/aggregate functions/state/groupArrayMovingAvgState/zero rows OK 47ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(Decimal128(38))) OK 99ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 134ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,LowCardinality(Int64) OK 132ms
/aggregate functions/state/groupArrayMovingAvgState/single row OK 61ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,LowCardinality(Float32) OK 105ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(Int64)) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(FixedString(51))) OK 105ms
/aggregate functions/state/groupArrayMovingAvgState/with group by OK 56ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(Date)) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(Int128)) OK 81ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,Int64 OK 100ms
/aggregate functions/state/first_valueState/Map(UInt8,Nullable(UUID)) OK 87ms
/aggregate functions/state/groupArrayMovingAvgState/some negative values OK 41ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,Float32 OK 76ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Int64,Decimal128(38) OK 76ms
/aggregate functions/state/groupArrayMovingAvgState/NULL value handling OK 62ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(DateTime)) OK 87ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(Float32)) OK 113ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,UInt64 OK 103ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,Nullable(UInt64) OK 94ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(UInt8)) OK 92ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,Nullable(Int64) OK 96ms
/aggregate functions/state/groupArrayMovingAvgState/single NULL value OK 59ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/groupArrayMovingAvgState/return type OK 58ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(Float64)) OK 89ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,Nullable(Float32) OK 102ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(UInt16)) OK 86ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,Nullable(Decimal128(38)) OK 98ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 80ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(Bool)) OK 79ms
/aggregate functions/state/groupArrayMovingAvgState/doc example OK 50ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(Decimal128(38))) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,LowCardinality(Int64) OK 97ms
/aggregate functions/state/groupArrayMovingAvgState/inf OK 60ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,LowCardinality(Float32) OK 85ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,Int64 OK 89ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(String)) OK 82ms
/aggregate functions/state/groupArrayMovingAvgState/-inf OK 72ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(UInt64)) OK 94ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(Date)) OK 98ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,Float32 OK 102ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Float32,Decimal128(38) OK 103ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),UInt64 OK 88ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(FixedString(51))) OK 92ms
/aggregate functions/state/groupArrayMovingAvgState/nan OK 50ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(UInt128)) OK 95ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(DateTime)) OK 113ms
/aggregate functions/state/groupArrayMovingAvgState/inf, -inf, nan OK 57ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),Nullable(UInt64) OK 109ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),Nullable(Int64) OK 111ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),Nullable(Float32) OK 94ms
/aggregate functions/state/entropyState/Map(UInt16,Nullable(UUID)) OK 78ms
/aggregate functions/state/groupArrayMovingAvgState/UInt8 OK 75ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),Nullable(Decimal128(38)) OK 113ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),LowCardinality(UInt64) OK 100ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),LowCardinality(Int64) OK 103ms
/aggregate functions/state/groupArrayMovingAvgState/UInt16 OK 88ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Int16)) OK 92ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(UInt16)) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(Bool)) OK 97ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),LowCardinality(Float32) OK 88ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),Int64 OK 95ms
/aggregate functions/state/groupArrayMovingAvgState/UInt32 OK 74ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),Float32 OK 83ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Int32)) OK 108ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(UInt32)) OK 99ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(String)) OK 90ms
/aggregate functions/state/groupArrayMovingAvgState/UInt64 OK 85ms
/aggregate functions/state/exponentialMovingAverageState/datatypes/permutations/Decimal128(38),Decimal128(38) OK 81ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(UInt64)) OK 88ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Int64)) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(FixedString(51))) OK 78ms
/aggregate functions/state/groupArrayMovingAvgState/Int8 OK 78ms
/aggregate functions/state/groupArrayMovingSumState OK 4s 188ms
/aggregate functions/state/groupArrayMovingSumState/constant OK 45ms
/aggregate functions/state/groupArrayMovingSumState/zero rows OK 47ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Int128)) OK 74ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt8,Nullable(UUID)) OK 84ms
/aggregate functions/state/groupArrayMovingAvgState/Int16 OK 83ms
/aggregate functions/state/groupArrayMovingSumState/single row OK 45ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/groupArrayMovingSumState/with group by OK 61ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(UInt8)) OK 107ms
/aggregate functions/state/groupArrayMovingAvgState/Int32 OK 108ms
/aggregate functions/state/groupArrayMovingSumState/some negative values OK 54ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/groupArrayMovingSumState/NULL value handling OK 62ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/groupArrayMovingAvgState/Int64 OK 78ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Date)) OK 80ms
/aggregate functions/state/groupArrayMovingSumState/single NULL value OK 50ms
/aggregate functions/state/groupArrayMovingAvgState/Float32 OK 95ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Int64)) OK 98ms
/aggregate functions/state/groupArrayMovingSumState/return type OK 66ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/groupArrayMovingSumState/doc example OK 65ms
/aggregate functions/state/groupArrayMovingAvgState/Float64 OK 85ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/groupArrayMovingSumState/inf OK 47ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(UInt128)) OK 96ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(String)) OK 79ms
/aggregate functions/state/groupArrayMovingAvgState/Decimal128(38) OK 82ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/groupArrayMovingSumState/-inf OK 42ms
/aggregate functions/state/groupArrayMovingSumState/nan OK 105ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(FixedString(51))) OK 160ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(UInt8) OK 137ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Int8)) OK 140ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Float64)) OK 151ms
/aggregate functions/state/groupArrayMovingSumState/inf, -inf, nan OK 55ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(UInt16) OK 106ms
/aggregate functions/state/groupArrayMovingSumState/UInt8 OK 110ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Int16)) OK 93ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(UUID)) OK 99ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Date)) OK 77ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(DateTime)) OK 94ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Int32)) OK 82ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(UInt32) OK 96ms
/aggregate functions/state/groupArrayMovingSumState/UInt16 OK 84ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Int64)) OK 110ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/groupArrayMovingSumState/UInt32 OK 101ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(UInt64) OK 98ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(String)) OK 72ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 96ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/groupArrayMovingSumState/UInt64 OK 82ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(Int8) OK 80ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Float32)) OK 83ms
/aggregate functions/state/groupArrayMovingSumState/Int8 OK 91ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(Int16) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(UUID)) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Float64)) OK 99ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(Int32) OK 79ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/state/groupArrayMovingSumState/Int16 OK 83ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(Int64) OK 73ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/state/groupArrayMovingSumState/Int32 OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Date)) OK 84ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(Float32) OK 74ms
/aggregate functions/state/groupArrayMovingSumState/Int64 OK 83ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(Float64) OK 82ms
/aggregate functions/state/groupArrayMovingSumState/Float32 OK 78ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Bool)) OK 72ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/state/groupArrayMovingAvgState/Nullable(Decimal128(38)) OK 80ms
/aggregate functions/state/groupArrayMovingSumState/Float64 OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(String)) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 100ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 86ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(UInt8) OK 77ms
/aggregate functions/state/groupArrayMovingSumState/Decimal128(38) OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(UInt16) OK 86ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(UInt8) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(UInt32) OK 80ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(UInt16) OK 92ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(UInt64) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(UInt32) OK 70ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Int8) OK 75ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(UInt64) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 88ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Int16) OK 70ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(Int8) OK 91ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Int32) OK 73ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(Int16) OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Int64) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(Int32) OK 71ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Float32) OK 76ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(Int64) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Float64) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 94ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(Float32) OK 88ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Nullable(UInt8)) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt8,Array(String)) OK 87ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(Float64) OK 82ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Nullable(UInt16)) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/groupArrayMovingSumState/Nullable(Decimal128(38)) OK 76ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Nullable(UInt32)) OK 71ms
/aggregate functions/state/first_valueState/Map(UInt8,Tuple(String)) OK 93ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 92ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(UInt8) OK 70ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Nullable(UInt64)) OK 74ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(UInt16) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt16,UInt8) OK 93ms
/aggregate functions/state/entropyState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Nullable(Int8)) OK 74ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(UInt32) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/first_valueState/Map(UInt16,UInt16) OK 81ms
/aggregate functions/state/entropyState/Map(UInt16,Array(String)) OK 88ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Nullable(Int16)) OK 76ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(UInt64) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/first_valueState/Map(UInt16,UInt32) OK 89ms
/aggregate functions/state/entropyState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Nullable(Int32)) OK 77ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Int8) OK 95ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt16,UInt64) OK 89ms
/aggregate functions/state/entropyState/Map(UInt16,Tuple(String)) OK 89ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Nullable(Int64)) OK 69ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Int16) OK 69ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Nullable(Float32)) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt16,UInt128) OK 83ms
/aggregate functions/state/entropyState/Map(UInt32,UInt8) OK 76ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Int32) OK 67ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 94ms
/aggregate functions/state/groupArrayMovingAvgState/LowCardinality(Nullable(Float64)) OK 84ms
/aggregate functions/state/entropyState/Map(UInt32,UInt16) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt16,Int8) OK 70ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Int64) OK 75ms
/aggregate functions/state/first_valueState/Map(UInt16,Int16) OK 100ms
/aggregate functions/state/entropyState/Map(UInt32,UInt32) OK 81ms
/aggregate functions/state/groupArraySampleState OK 4s 475ms
/aggregate functions/state/groupArraySampleState/constant OK 47ms
/aggregate functions/state/groupArrayState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Float32) OK 74ms
/aggregate functions/state/groupArraySampleState/zero rows OK 51ms
/aggregate functions/state/entropyState/Map(UInt32,UInt64) OK 100ms
/aggregate functions/state/groupArrayState/Map(UInt8,Array(String)) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt16,Int32) OK 77ms
/aggregate functions/state/groupArraySampleState/single row OK 41ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Float64) OK 72ms
/aggregate functions/state/groupArraySampleState/with group by OK 44ms
/aggregate functions/state/groupArrayState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 107ms
/aggregate functions/state/first_valueState/Map(UInt16,Int64) OK 97ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Nullable(UInt8)) OK 87ms
/aggregate functions/state/entropyState/Map(UInt32,UInt128) OK 77ms
/aggregate functions/state/groupArraySampleState/some negative values OK 50ms
/aggregate functions/state/groupArraySampleState/NULL value handling OK 44ms
/aggregate functions/state/entropyState/Map(UInt32,Int8) OK 76ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Nullable(UInt16)) OK 86ms
/aggregate functions/state/first_valueState/Map(UInt16,Int128) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt8,Tuple(String)) OK 79ms
/aggregate functions/state/groupArraySampleState/single NULL value OK 39ms
/aggregate functions/state/groupArraySampleState/return type OK 40ms
/aggregate functions/state/entropyState/Map(UInt32,Int16) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt16,Float32) OK 90ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Nullable(UInt32)) OK 87ms
/aggregate functions/state/groupArrayState/Map(UInt16,UInt8) OK 76ms
/aggregate functions/state/groupArraySampleState/doc example OK 51ms
/aggregate functions/state/groupArraySampleState/inf OK 41ms
/aggregate functions/state/entropyState/Map(UInt32,Int32) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt16,UInt16) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt16,Float64) OK 77ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Nullable(UInt64)) OK 81ms
/aggregate functions/state/groupArraySampleState/-inf OK 42ms
/aggregate functions/state/groupArraySampleState/nan OK 52ms
/aggregate functions/state/entropyState/Map(UInt32,Int64) OK 94ms
/aggregate functions/state/first_valueState/Map(UInt16,Decimal128(38)) OK 94ms
/aggregate functions/state/groupArrayState/Map(UInt16,UInt32) OK 72ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Nullable(Int8)) OK 74ms
/aggregate functions/state/groupArraySampleState/inf, -inf, nan OK 56ms
/aggregate functions/state/groupArrayState/Map(UInt16,UInt64) OK 81ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Nullable(Int16)) OK 78ms
/aggregate functions/state/entropyState/Map(UInt32,Int128) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt16,Date) OK 73ms
/aggregate functions/state/groupArraySampleState/UInt8 OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt16,UInt128) OK 106ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Nullable(Int32)) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt16,DateTime) OK 75ms
/aggregate functions/state/entropyState/Map(UInt32,Float32) OK 84ms
/aggregate functions/state/groupArraySampleState/UInt16 OK 88ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Nullable(Int64)) OK 89ms
/aggregate functions/state/first_valueState/Map(UInt16,DateTime64(3)) OK 81ms
/aggregate functions/state/entropyState/Map(UInt32,Float64) OK 90ms
/aggregate functions/state/groupArraySampleState/UInt32 OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt16,Int8) OK 72ms
/aggregate functions/state/first_valueState/Map(UInt16,Bool) OK 89ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Nullable(Float32)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt16,Int16) OK 84ms
/aggregate functions/state/groupArraySampleState/UInt64 OK 75ms
/aggregate functions/state/entropyState/Map(UInt32,Decimal128(38)) OK 80ms
/aggregate functions/state/groupArrayMovingSumState/LowCardinality(Nullable(Float64)) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt16,String) OK 81ms
/aggregate functions/state/groupArraySampleState/Int8 OK 90ms
/aggregate functions/state/groupArrayState/Map(UInt16,Int32) OK 80ms
/aggregate functions/state/entropyState/Map(UInt32,Date) OK 70ms
/aggregate functions/state/groupBitAndState OK 1s 787ms
/aggregate functions/state/groupBitAndState/constant OK 54ms
/aggregate functions/state/first_valueState/Map(UInt16,FixedString(51)) OK 94ms
/aggregate functions/state/entropyState/Map(UInt32,DateTime) OK 97ms
/aggregate functions/state/groupArrayState/Map(UInt16,Int64) OK 70ms
/aggregate functions/state/groupArraySampleState/Int16 OK 92ms
/aggregate functions/state/groupBitAndState/zero rows OK 54ms
/aggregate functions/state/groupArrayState/Map(UInt16,Int128) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt16,UUID) OK 109ms
/aggregate functions/state/entropyState/Map(UInt32,DateTime64(3)) OK 85ms
/aggregate functions/state/groupBitAndState/single row OK 57ms
/aggregate functions/state/groupArraySampleState/Int32 OK 95ms
/aggregate functions/state/groupArrayState/Map(UInt16,Float32) OK 97ms
/aggregate functions/state/groupBitAndState/with group by OK 48ms
/aggregate functions/state/entropyState/Map(UInt32,Bool) OK 72ms
/aggregate functions/state/groupArraySampleState/Int64 OK 72ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(UInt8)) OK 80ms
/aggregate functions/state/groupBitAndState/NULL value handling OK 39ms
/aggregate functions/state/groupBitAndState/single NULL value OK 42ms
/aggregate functions/state/groupArrayState/Map(UInt16,Float64) OK 78ms
/aggregate functions/state/entropyState/Map(UInt32,String) OK 83ms
/aggregate functions/state/groupArraySampleState/Float32 OK 86ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(UInt16)) OK 81ms
/aggregate functions/state/groupBitAndState/return type OK 54ms
/aggregate functions/state/groupArrayState/Map(UInt16,Decimal128(38)) OK 85ms
/aggregate functions/state/entropyState/Map(UInt32,FixedString(51)) OK 88ms
/aggregate functions/state/groupBitAndState/doc example OK 46ms
/aggregate functions/state/groupArraySampleState/Float64 OK 72ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(UInt32)) OK 77ms
/aggregate functions/state/groupBitAndState/UInt8 OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt16,Date) OK 75ms
/aggregate functions/state/entropyState/Map(UInt32,UUID) OK 95ms
/aggregate functions/state/groupArraySampleState/Decimal128(38) OK 75ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(UInt64)) OK 85ms
/aggregate functions/state/groupBitAndState/UInt16 OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt16,DateTime) OK 76ms
/aggregate functions/state/groupArraySampleState/Nullable(UInt8) OK 79ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(UInt8)) OK 75ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(UInt128)) OK 87ms
/aggregate functions/state/groupBitAndState/UInt32 OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt16,DateTime64(3)) OK 81ms
/aggregate functions/state/groupArraySampleState/Nullable(UInt16) OK 91ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(UInt16)) OK 84ms
/aggregate functions/state/groupBitAndState/UInt64 OK 76ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(Int8)) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt16,Bool) OK 75ms
/aggregate functions/state/groupArraySampleState/Nullable(UInt32) OK 100ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(UInt32)) OK 98ms
/aggregate functions/state/groupBitAndState/Nullable(UInt8) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(Int16)) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt16,String) OK 83ms
/aggregate functions/state/groupBitAndState/Nullable(UInt16) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(Int32)) OK 81ms
/aggregate functions/state/groupArraySampleState/Nullable(UInt64) OK 77ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(UInt64)) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt16,FixedString(51)) OK 78ms
/aggregate functions/state/groupBitAndState/Nullable(UInt32) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(Int64)) OK 80ms
/aggregate functions/state/groupArraySampleState/Nullable(Int8) OK 78ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(UInt128)) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt16,UUID) OK 77ms
/aggregate functions/state/groupBitAndState/Nullable(UInt64) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(Int128)) OK 89ms
/aggregate functions/state/groupArraySampleState/Nullable(Int16) OK 75ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(Int8)) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(UInt8)) OK 98ms
/aggregate functions/state/groupArraySampleState/Nullable(Int32) OK 169ms
/aggregate functions/state/groupBitAndState/LowCardinality(UInt8) OK 174ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(Float32)) OK 75ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(Int16)) OK 160ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(UInt16)) OK 127ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(Float64)) OK 181ms
/aggregate functions/state/groupArraySampleState/Nullable(Int64) OK 82ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(Int32)) OK 87ms
/aggregate functions/state/groupBitAndState/LowCardinality(UInt16) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(UInt32)) OK 80ms
/aggregate functions/state/groupBitAndState/LowCardinality(UInt32) OK 110ms
/aggregate functions/state/groupArraySampleState/Nullable(Float32) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(UInt64)) OK 96ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(Int64)) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(Date)) OK 80ms
/aggregate functions/state/groupArraySampleState/Nullable(Float64) OK 70ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(Int128)) OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(UInt128)) OK 84ms
/aggregate functions/state/groupBitAndState/LowCardinality(UInt64) OK 75ms
/aggregate functions/state/groupArraySampleState/Nullable(Decimal128(38)) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(DateTime)) OK 97ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(Float32)) OK 79ms
/aggregate functions/state/groupBitAndState/LowCardinality(Nullable(UInt8)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(Int8)) OK 83ms
/aggregate functions/state/groupArraySampleState/LowCardinality(UInt8) OK 71ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(Float64)) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(DateTime64(3))) OK 87ms
/aggregate functions/state/groupBitAndState/LowCardinality(Nullable(UInt16)) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(Int16)) OK 87ms
/aggregate functions/state/groupArraySampleState/LowCardinality(UInt16) OK 88ms
/aggregate functions/state/groupBitAndState/LowCardinality(Nullable(UInt32)) OK 84ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(Bool)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(Int32)) OK 79ms
/aggregate functions/state/groupArraySampleState/LowCardinality(UInt32) OK 91ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(Date)) OK 76ms
/aggregate functions/state/groupBitAndState/LowCardinality(Nullable(UInt64)) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(String)) OK 92ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(Int64)) OK 88ms
/aggregate functions/state/groupArraySampleState/LowCardinality(UInt64) OK 82ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(DateTime)) OK 78ms
/aggregate functions/state/groupBitOrState OK 1s 950ms
/aggregate functions/state/groupBitOrState/constant OK 47ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(FixedString(51))) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(Int128)) OK 75ms
/aggregate functions/state/groupBitOrState/zero rows OK 52ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Int8) OK 114ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(DateTime64(3))) OK 111ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(Float32)) OK 89ms
/aggregate functions/state/first_valueState/Map(UInt16,Nullable(UUID)) OK 78ms
/aggregate functions/state/groupBitOrState/single row OK 65ms
/aggregate functions/state/groupBitOrState/with group by OK 54ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(Bool)) OK 109ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Int16) OK 88ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(UInt8)) OK 87ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(Float64)) OK 92ms
/aggregate functions/state/groupBitOrState/NULL value handling OK 44ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Int32) OK 287ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(UInt16)) OK 344ms
/aggregate functions/state/groupBitOrState/single NULL value OK 229ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(Decimal128(38))) OK 340ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(String)) OK 317ms
/aggregate functions/state/groupBitOrState/return type OK 120ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Int64) OK 123ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(Date)) OK 82ms
/aggregate functions/state/groupBitOrState/doc example OK 39ms
/aggregate functions/state/groupBitOrState/UInt8 OK 77ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Float32) OK 73ms
/aggregate functions/state/entropyState/Map(UInt32,Nullable(UUID)) OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(DateTime)) OK 88ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/groupBitOrState/UInt16 OK 81ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Float64) OK 67ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(UInt8)) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Nullable(UInt8)) OK 76ms
/aggregate functions/state/groupBitOrState/UInt32 OK 77ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(UInt16)) OK 73ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(Bool)) OK 75ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Nullable(UInt16)) OK 75ms
/aggregate functions/state/groupBitOrState/UInt64 OK 66ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Int16)) OK 68ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(String)) OK 74ms
/aggregate functions/state/groupBitOrState/Nullable(UInt8) OK 71ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Nullable(UInt32)) OK 80ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(UInt64)) OK 68ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Int32)) OK 69ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/groupBitOrState/Nullable(UInt16) OK 71ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Nullable(UInt64)) OK 81ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt16,Nullable(UUID)) OK 76ms
/aggregate functions/state/groupBitOrState/Nullable(UInt32) OK 83ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Nullable(Int8)) OK 97ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Int8)) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Int128)) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(UInt8)) OK 80ms
/aggregate functions/state/groupBitOrState/Nullable(UInt64) OK 74ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Int16)) OK 87ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Nullable(Int16)) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/groupBitOrState/LowCardinality(UInt8) OK 78ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Nullable(Int32)) OK 113ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Int32)) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(UInt32)) OK 84ms
/aggregate functions/state/groupBitOrState/LowCardinality(UInt16) OK 83ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Int64)) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Date)) OK 76ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Nullable(Int64)) OK 102ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(UInt64)) OK 79ms
/aggregate functions/state/groupBitOrState/LowCardinality(UInt32) OK 91ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/groupBitOrState/LowCardinality(UInt64) OK 82ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Nullable(Float32)) OK 84ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Bool)) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/groupBitOrState/LowCardinality(Nullable(UInt8)) OK 82ms
/aggregate functions/state/groupArraySampleState/LowCardinality(Nullable(Float64)) OK 82ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(String)) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/groupBitOrState/LowCardinality(Nullable(UInt16)) OK 82ms
/aggregate functions/state/groupBitXorState OK 1s 825ms
/aggregate functions/state/groupBitXorState/constant OK 48ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(FixedString(51))) OK 99ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Date)) OK 93ms
/aggregate functions/state/groupBitXorState/zero rows OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/groupBitOrState/LowCardinality(Nullable(UInt32)) OK 108ms
/aggregate functions/state/groupBitXorState/single row OK 51ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(UUID)) OK 87ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Int64)) OK 85ms
/aggregate functions/state/groupBitXorState/with group by OK 48ms
/aggregate functions/state/groupBitOrState/LowCardinality(Nullable(UInt64)) OK 75ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Bool)) OK 100ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/groupBitXorState/NULL value handling OK 43ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/groupBitmapState OK 1s 724ms
/aggregate functions/state/groupBitmapState/constant OK 64ms
/aggregate functions/state/groupBitXorState/single NULL value OK 45ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 111ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Float32)) OK 94ms
/aggregate functions/state/groupBitXorState/return type OK 44ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(String)) OK 75ms
/aggregate functions/state/groupBitmapState/zero rows OK 47ms
/aggregate functions/state/groupBitXorState/doc example OK 50ms
/aggregate functions/state/groupBitmapState/single row OK 45ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(FixedString(51))) OK 121ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Float64)) OK 100ms
/aggregate functions/state/groupBitXorState/UInt8 OK 101ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/groupBitmapState/with group by OK 39ms
/aggregate functions/state/groupBitmapState/NULL value handling OK 44ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Date)) OK 80ms
/aggregate functions/state/groupBitmapState/single NULL value OK 58ms
/aggregate functions/state/groupBitXorState/UInt16 OK 82ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(UUID)) OK 75ms
/aggregate functions/state/groupBitmapState/return type OK 52ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(DateTime)) OK 109ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 110ms
/aggregate functions/state/groupBitXorState/UInt32 OK 108ms
/aggregate functions/state/groupBitmapState/doc example OK 46ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 101ms
/aggregate functions/state/groupBitmapState/UInt8 OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Bool)) OK 103ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/state/groupBitXorState/UInt64 OK 90ms
/aggregate functions/state/groupBitmapState/UInt16 OK 75ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 100ms
/aggregate functions/state/groupBitXorState/Nullable(UInt8) OK 99ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(String)) OK 106ms
/aggregate functions/state/groupBitmapState/UInt32 OK 80ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 105ms
/aggregate functions/state/groupBitXorState/Nullable(UInt16) OK 101ms
/aggregate functions/state/groupBitmapState/UInt64 OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/state/groupBitmapState/Nullable(UInt8) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(UUID)) OK 87ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/groupBitXorState/Nullable(UInt32) OK 88ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/state/groupBitmapState/Nullable(UInt16) OK 96ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 104ms
/aggregate functions/state/groupBitXorState/Nullable(UInt64) OK 82ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 67ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 97ms
/aggregate functions/state/groupBitmapState/Nullable(UInt32) OK 79ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/groupBitXorState/LowCardinality(UInt8) OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/state/groupBitmapState/Nullable(UInt64) OK 73ms
/aggregate functions/state/groupBitXorState/LowCardinality(UInt16) OK 104ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/groupBitmapState/LowCardinality(UInt8) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/groupBitXorState/LowCardinality(UInt32) OK 75ms
/aggregate functions/state/groupBitmapState/LowCardinality(UInt16) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 102ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/state/groupBitXorState/LowCardinality(UInt64) OK 85ms
/aggregate functions/state/groupBitmapState/LowCardinality(UInt32) OK 82ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/state/groupBitXorState/LowCardinality(Nullable(UInt8)) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/groupBitmapState/LowCardinality(UInt64) OK 72ms
/aggregate functions/state/groupBitXorState/LowCardinality(Nullable(UInt16)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 101ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 95ms
/aggregate functions/state/groupBitmapState/LowCardinality(Nullable(UInt8)) OK 87ms
/aggregate functions/state/groupBitXorState/LowCardinality(Nullable(UInt32)) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/first_valueState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/groupBitmapState/LowCardinality(Nullable(UInt16)) OK 97ms
/aggregate functions/state/groupBitXorState/LowCardinality(Nullable(UInt64)) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt16,Array(String)) OK 83ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/state/groupBitmapState/LowCardinality(Nullable(UInt32)) OK 80ms
/aggregate functions/state/groupUniqArrayState OK 2m 25s
/aggregate functions/state/groupUniqArrayState/constant OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 101ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/groupUniqArrayState/zero rows OK 49ms
/aggregate functions/state/groupBitmapState/LowCardinality(Nullable(UInt64)) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/groupUniqArrayState/with group by OK 54ms
/aggregate functions/state/first_valueState/Map(UInt16,Tuple(String)) OK 91ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/state/intervalLengthSumState OK 4s 451ms
/aggregate functions/state/intervalLengthSumState/constant OK 54ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 89ms
/aggregate functions/state/groupUniqArrayState/some negative values OK 48ms
/aggregate functions/state/intervalLengthSumState/zero rows OK 68ms
/aggregate functions/state/first_valueState/Map(UInt32,UInt8) OK 98ms
/aggregate functions/state/groupUniqArrayState/first non-NULL value OK 70ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 95ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/intervalLengthSumState/with group by OK 53ms
/aggregate functions/state/groupUniqArrayState/NULL for all rows OK 56ms
/aggregate functions/state/first_valueState/Map(UInt32,UInt16) OK 86ms
/aggregate functions/state/entropyState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 92ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 91ms
/aggregate functions/state/intervalLengthSumState/some negative values OK 57ms
/aggregate functions/state/groupUniqArrayState/return type OK 59ms
/aggregate functions/state/intervalLengthSumState/NULL value handling OK 46ms
/aggregate functions/state/first_valueState/Map(UInt32,UInt32) OK 102ms
/aggregate functions/state/groupUniqArrayState/with another aggregate function OK 47ms
/aggregate functions/state/entropyState/Map(UInt32,Array(String)) OK 94ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 97ms
/aggregate functions/state/intervalLengthSumState/single NULL value OK 42ms
/aggregate functions/state/groupUniqArrayState/with another aggregate function and group by OK 60ms
/aggregate functions/state/intervalLengthSumState/inf, -inf, nan OK 548ms
/aggregate functions/state/first_valueState/Map(UInt32,UInt64) OK 102ms
/aggregate functions/state/entropyState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/state/groupUniqArrayState/string that ends with \0 OK 64ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(String))) OK 90ms
/aggregate functions/state/groupUniqArrayState/inf OK 94ms
/aggregate functions/state/entropyState/Map(UInt32,Tuple(String)) OK 82ms
/aggregate functions/state/first_valueState/Map(UInt32,UInt128) OK 88ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/groupUniqArrayState/-inf OK 102ms
/aggregate functions/state/entropyState/Map(UInt64,UInt8) OK 94ms
/aggregate functions/state/groupArrayState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 158ms
/aggregate functions/state/first_valueState/Map(UInt32,Int8) OK 174ms
/aggregate functions/state/entropyState/Map(UInt64,UInt16) OK 98ms
/aggregate functions/state/groupUniqArrayState/nan OK 41ms
/aggregate functions/state/groupUniqArrayState/UInt8 OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt16,Array(String)) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt32,Int16) OK 96ms
/aggregate functions/state/entropyState/Map(UInt64,UInt32) OK 73ms
/aggregate functions/state/groupUniqArrayState/UInt16 OK 87ms
/aggregate functions/state/groupArrayState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/entropyState/Map(UInt64,UInt64) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt32,Int32) OK 79ms
/aggregate functions/state/groupUniqArrayState/UInt32 OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt16,Tuple(String)) OK 256ms
/aggregate functions/state/intervalLengthSumState/return type OK 50ms
/aggregate functions/state/entropyState/Map(UInt64,UInt128) OK 183ms
/aggregate functions/state/first_valueState/Map(UInt32,Int64) OK 155ms
/aggregate functions/state/groupUniqArrayState/UInt64 OK 163ms
/aggregate functions/state/intervalLengthSumState/datatypes OK 3s 527ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations OK 3s 526ms
/aggregate functions/state/first_valueState/Map(UInt32,Int128) OK 353ms
/aggregate functions/state/entropyState/Map(UInt64,Int8) OK 313ms
/aggregate functions/state/groupUniqArrayState/UInt128 OK 486ms
/aggregate functions/state/groupArrayState/Map(UInt32,UInt8) OK 481ms
/aggregate functions/state/entropyState/Map(UInt64,Int16) OK 393ms
/aggregate functions/state/first_valueState/Map(UInt32,Float32) OK 369ms
/aggregate functions/state/groupUniqArrayState/Int8 OK 249ms
/aggregate functions/state/groupArrayState/Map(UInt32,UInt16) OK 227ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/UInt64,UInt64 OK 1s 325ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 1s 766ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 2s 264ms
/aggregate functions/state/first_valueState/Map(UInt32,Float64) OK 2s 176ms
/aggregate functions/state/entropyState/Map(UInt64,Int32) OK 2s 174ms
/aggregate functions/state/groupUniqArrayState/Int16 OK 2s 204ms
/aggregate functions/state/groupArrayState/Map(UInt32,UInt32) OK 2s 184ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/Nullable(Float64),Nullable(Float64) OK 953ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 514ms
/aggregate functions/state/first_valueState/Map(UInt32,Decimal128(38)) OK 83ms
/aggregate functions/state/entropyState/Map(UInt64,Int64) OK 88ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/Nullable(DateTime),Nullable(DateTime) OK 108ms
/aggregate functions/state/groupArrayState/Map(UInt32,UInt64) OK 89ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/Nullable(Date),Nullable(Date) OK 93ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 84ms
/aggregate functions/state/groupUniqArrayState/Int32 OK 84ms
/aggregate functions/state/first_valueState/Map(UInt32,Date) OK 79ms
/aggregate functions/state/entropyState/Map(UInt64,Int128) OK 95ms
/aggregate functions/state/groupArrayState/Map(UInt32,UInt128) OK 108ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 97ms
/aggregate functions/state/groupUniqArrayState/Int64 OK 88ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Float64) OK 81ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 93ms
/aggregate functions/state/first_valueState/Map(UInt32,DateTime) OK 79ms
/aggregate functions/state/entropyState/Map(UInt64,Float32) OK 74ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(DateTime) OK 104ms
/aggregate functions/state/groupUniqArrayState/Int128 OK 84ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/LowCardinality(Date),LowCardinality(Date) OK 106ms
/aggregate functions/state/groupArrayState/Map(UInt32,Int8) OK 102ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/Int64,Int64 OK 78ms
/aggregate functions/state/first_valueState/Map(UInt32,DateTime64(3)) OK 93ms
/aggregate functions/state/entropyState/Map(UInt64,Float64) OK 94ms
/aggregate functions/state/groupUniqArrayState/Float32 OK 90ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/Float64,Float64 OK 92ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/Float32,Float32 OK 117ms
/aggregate functions/state/groupArrayState/Map(UInt32,Int16) OK 113ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/DateTime,DateTime OK 110ms
/aggregate functions/state/first_valueState/Map(UInt32,Bool) OK 85ms
/aggregate functions/state/entropyState/Map(UInt64,Decimal128(38)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Float64 OK 92ms
/aggregate functions/state/intervalLengthSumState/datatypes/permutations/Date,Date OK 81ms
/aggregate functions/state/first_valueState/Map(UInt32,String) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt32,Int32) OK 81ms
/aggregate functions/state/entropyState/Map(UInt64,Date) OK 79ms
/aggregate functions/state/kurtPopState OK 4s 520ms
/aggregate functions/state/kurtPopState/constant OK 48ms
/aggregate functions/state/groupUniqArrayState/Decimal128(38) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt32,FixedString(51)) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt32,Int64) OK 76ms
/aggregate functions/state/entropyState/Map(UInt64,DateTime) OK 76ms
/aggregate functions/state/kurtPopState/zero rows OK 52ms
/aggregate functions/state/groupUniqArrayState/Date OK 73ms
/aggregate functions/state/kurtPopState/single row OK 49ms
/aggregate functions/state/first_valueState/Map(UInt32,UUID) OK 96ms
/aggregate functions/state/groupArrayState/Map(UInt32,Int128) OK 91ms
/aggregate functions/state/entropyState/Map(UInt64,DateTime64(3)) OK 88ms
/aggregate functions/state/kurtPopState/with group by OK 49ms
/aggregate functions/state/groupUniqArrayState/DateTime OK 74ms
/aggregate functions/state/kurtPopState/some negative values OK 52ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(UInt8)) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt32,Float32) OK 77ms
/aggregate functions/state/entropyState/Map(UInt64,Bool) OK 77ms
/aggregate functions/state/groupUniqArrayState/DateTime64(3) OK 69ms
/aggregate functions/state/kurtPopState/NULL value handling OK 40ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(UInt16)) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt32,Float64) OK 76ms
/aggregate functions/state/entropyState/Map(UInt64,String) OK 83ms
/aggregate functions/state/kurtPopState/single NULL value OK 38ms
/aggregate functions/state/groupUniqArrayState/Bool OK 77ms
/aggregate functions/state/kurtPopState/return type OK 46ms
/aggregate functions/state/groupArrayState/Map(UInt32,Decimal128(38)) OK 93ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(UInt32)) OK 90ms
/aggregate functions/state/entropyState/Map(UInt64,FixedString(51)) OK 102ms
/aggregate functions/state/kurtPopState/doc example OK 42ms
/aggregate functions/state/groupUniqArrayState/String OK 88ms
/aggregate functions/state/kurtPopState/inf OK 43ms
/aggregate functions/state/groupArrayState/Map(UInt32,Date) OK 101ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(UInt64)) OK 104ms
/aggregate functions/state/kurtPopState/-inf OK 65ms
/aggregate functions/state/groupUniqArrayState/FixedString(51) OK 95ms
/aggregate functions/state/entropyState/Map(UInt64,UUID) OK 76ms
/aggregate functions/state/kurtPopState/nan OK 47ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(UInt8)) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt32,DateTime) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(UInt128)) OK 77ms
/aggregate functions/state/groupUniqArrayState/UUID OK 78ms
/aggregate functions/state/kurtPopState/inf, -inf, nan OK 64ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(UInt16)) OK 112ms
/aggregate functions/state/groupArrayState/Map(UInt32,DateTime64(3)) OK 96ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(Int8)) OK 82ms
/aggregate functions/state/kurtPopState/UInt8 OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,UInt8) OK 82ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(Int16)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,UInt16) OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt32,Bool) OK 92ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(UInt32)) OK 82ms
/aggregate functions/state/kurtPopState/UInt16 OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,UInt32) OK 122ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(Int32)) OK 98ms
/aggregate functions/state/kurtPopState/UInt32 OK 79ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(UInt64)) OK 96ms
/aggregate functions/state/groupArrayState/Map(UInt32,String) OK 77ms
/aggregate functions/state/kurtPopState/UInt64 OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt32,FixedString(51)) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(Int64)) OK 95ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(UInt128)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,UInt64) OK 83ms
/aggregate functions/state/kurtPopState/Int8 OK 100ms
/aggregate functions/state/groupArrayState/Map(UInt32,UUID) OK 81ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(Int8)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,UInt128) OK 77ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(Int128)) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(UInt8)) OK 72ms
/aggregate functions/state/kurtPopState/Int16 OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Int8) OK 84ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(Int16)) OK 74ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(Float32)) OK 91ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(UInt16)) OK 81ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(Int32)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Int16) OK 75ms
/aggregate functions/state/kurtPopState/Int32 OK 75ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(Float64)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(UInt32)) OK 84ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(Int64)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Int32) OK 88ms
/aggregate functions/state/kurtPopState/Int64 OK 89ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(UInt64)) OK 85ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(Int128)) OK 118ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Int64) OK 124ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(Date)) OK 109ms
/aggregate functions/state/kurtPopState/Float32 OK 102ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(UInt128)) OK 113ms
/aggregate functions/state/kurtPopState/Float64 OK 95ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(Float32)) OK 96ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(DateTime)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Int128) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(Int8)) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(DateTime64(3))) OK 107ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Float32) OK 92ms
/aggregate functions/state/kurtPopState/Nullable(UInt8) OK 101ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(Float64)) OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(Int16)) OK 73ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Float64) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(Bool)) OK 82ms
/aggregate functions/state/kurtPopState/Nullable(UInt16) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(Int32)) OK 74ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(Date)) OK 104ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Decimal128(38)) OK 96ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(String)) OK 81ms
/aggregate functions/state/kurtPopState/Nullable(UInt32) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(Int64)) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(FixedString(51))) OK 106ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(DateTime)) OK 108ms
/aggregate functions/state/kurtPopState/Nullable(UInt64) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Date) OK 94ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(Int128)) OK 84ms
/aggregate functions/state/kurtPopState/Nullable(Int8) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(Float32)) OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,DateTime) OK 77ms
/aggregate functions/state/first_valueState/Map(UInt32,Nullable(UUID)) OK 91ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/state/kurtPopState/Nullable(Int16) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,DateTime64(3)) OK 92ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(Bool)) OK 72ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(UInt8)) OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(Float64)) OK 81ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(String)) OK 77ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Bool) OK 78ms
/aggregate functions/state/kurtPopState/Nullable(Int32) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(FixedString(51))) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,String) OK 83ms
/aggregate functions/state/kurtPopState/Nullable(Int64) OK 90ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(Date)) OK 96ms
/aggregate functions/state/entropyState/Map(UInt64,Nullable(UUID)) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,FixedString(51)) OK 80ms
/aggregate functions/state/kurtPopState/Nullable(Float32) OK 87ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(DateTime)) OK 83ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(UInt128)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,UUID) OK 81ms
/aggregate functions/state/kurtPopState/Nullable(Float64) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(UInt8)) OK 78ms
/aggregate functions/state/kurtPopState/LowCardinality(UInt8) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(Bool)) OK 96ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(UInt16)) OK 73ms
/aggregate functions/state/kurtPopState/LowCardinality(UInt16) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(String)) OK 87ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(UInt64)) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(UInt32)) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Int32)) OK 90ms
/aggregate functions/state/kurtPopState/LowCardinality(UInt32) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(UInt64)) OK 83ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(UInt128)) OK 92ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Int64)) OK 88ms
/aggregate functions/state/kurtPopState/LowCardinality(UInt64) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt32,Nullable(UUID)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(UInt128)) OK 125ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Int8)) OK 204ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Int128)) OK 204ms
/aggregate functions/state/kurtPopState/LowCardinality(Int8) OK 193ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(UInt8)) OK 171ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(Int8)) OK 196ms
/aggregate functions/state/kurtPopState/LowCardinality(Int16) OK 95ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(UInt16)) OK 107ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Int16)) OK 95ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Float64)) OK 95ms
/aggregate functions/state/kurtPopState/LowCardinality(Int32) OK 91ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Int32)) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(Int16)) OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(UInt32)) OK 95ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Date)) OK 87ms
/aggregate functions/state/kurtPopState/LowCardinality(Int64) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(Int32)) OK 71ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(UInt64)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(Int64)) OK 89ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(DateTime)) OK 107ms
/aggregate functions/state/kurtPopState/LowCardinality(Float32) OK 104ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(UInt128)) OK 87ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(Int128)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Int8)) OK 91ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Float32)) OK 100ms
/aggregate functions/state/kurtPopState/LowCardinality(Float64) OK 73ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(Float32)) OK 84ms
/aggregate functions/state/kurtPopState/LowCardinality(Nullable(UInt8)) OK 86ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(String)) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Int16)) OK 85ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(Float64)) OK 93ms
/aggregate functions/state/kurtPopState/LowCardinality(Nullable(UInt16)) OK 105ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(FixedString(51))) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Int32)) OK 101ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Date)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(UUID)) OK 95ms
/aggregate functions/state/kurtPopState/LowCardinality(Nullable(UInt32)) OK 103ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(Date)) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/kurtPopState/LowCardinality(Nullable(UInt64)) OK 115ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(DateTime)) OK 87ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Float32)) OK 135ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(String)) OK 114ms
/aggregate functions/state/kurtPopState/LowCardinality(Nullable(Int8)) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(Bool)) OK 91ms
/aggregate functions/state/kurtPopState/LowCardinality(Nullable(Int16)) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Date)) OK 279ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(UUID)) OK 292ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(String)) OK 275ms
/aggregate functions/state/kurtPopState/LowCardinality(Nullable(Int32)) OK 273ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 248ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(FixedString(51))) OK 97ms
/aggregate functions/state/kurtPopState/LowCardinality(Nullable(Int64)) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Bool)) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/kurtPopState/LowCardinality(Nullable(Float32)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Nullable(UUID)) OK 86ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(String)) OK 73ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 68ms
/aggregate functions/state/kurtPopState/LowCardinality(Nullable(Float64)) OK 95ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(FixedString(51))) OK 118ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(UInt16)) OK 81ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/state/kurtSampState OK 7s 49ms
/aggregate functions/state/kurtSampState/constant OK 69ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 112ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(UUID)) OK 87ms
/aggregate functions/state/kurtSampState/zero rows OK 45ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 103ms
/aggregate functions/state/kurtSampState/single row OK 56ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(UInt64)) OK 93ms
/aggregate functions/state/kurtSampState/with group by OK 55ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 92ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/kurtSampState/some negative values OK 44ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(UInt128)) OK 86ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/state/kurtSampState/NULL value handling OK 51ms
/aggregate functions/state/kurtSampState/single NULL value OK 50ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/kurtSampState/return type OK 46ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 117ms
/aggregate functions/state/kurtSampState/doc example OK 68ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Int16)) OK 99ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/state/kurtSampState/inf OK 48ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Int32)) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/state/kurtSampState/-inf OK 40ms
/aggregate functions/state/kurtSampState/nan OK 44ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Int64)) OK 89ms
/aggregate functions/state/kurtSampState/inf, -inf, nan OK 58ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/state/kurtSampState/UInt8 OK 74ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Int128)) OK 88ms
/aggregate functions/state/kurtSampState/UInt16 OK 92ms
/aggregate functions/state/first_valueState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Float32)) OK 90ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt32,Array(String)) OK 89ms
/aggregate functions/state/kurtSampState/UInt32 OK 72ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 94ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Float64)) OK 82ms
/aggregate functions/state/kurtSampState/UInt64 OK 93ms
/aggregate functions/state/first_valueState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Date)) OK 85ms
/aggregate functions/state/kurtSampState/Int8 OK 79ms
/aggregate functions/state/first_valueState/Map(UInt32,Tuple(String)) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 100ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/kurtSampState/Int16 OK 78ms
/aggregate functions/state/first_valueState/Map(UInt64,UInt8) OK 78ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Bool)) OK 100ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/kurtSampState/Int32 OK 78ms
/aggregate functions/state/first_valueState/Map(UInt64,UInt16) OK 76ms
/aggregate functions/state/entropyState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(String)) OK 85ms
/aggregate functions/state/kurtSampState/Int64 OK 82ms
/aggregate functions/state/first_valueState/Map(UInt64,UInt32) OK 81ms
/aggregate functions/state/entropyState/Map(UInt64,Array(String)) OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/kurtSampState/Float32 OK 83ms
/aggregate functions/state/first_valueState/Map(UInt64,UInt64) OK 83ms
/aggregate functions/state/entropyState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/kurtSampState/Float64 OK 79ms
/aggregate functions/state/first_valueState/Map(UInt64,UInt128) OK 81ms
/aggregate functions/state/entropyState/Map(UInt64,Tuple(String)) OK 101ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/state/kurtSampState/Nullable(UInt8) OK 82ms
/aggregate functions/state/first_valueState/Map(UInt64,Int8) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/state/entropyState/Map(UInt128,UInt8) OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/kurtSampState/Nullable(UInt16) OK 77ms
/aggregate functions/state/first_valueState/Map(UInt64,Int16) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/state/entropyState/Map(UInt128,UInt16) OK 80ms
/aggregate functions/state/kurtSampState/Nullable(UInt32) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/first_valueState/Map(UInt64,Int32) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 94ms
/aggregate functions/state/entropyState/Map(UInt128,UInt32) OK 83ms
/aggregate functions/state/kurtSampState/Nullable(UInt64) OK 71ms
/aggregate functions/state/groupArrayState/Map(UInt32,Array(String)) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt64,Int64) OK 79ms
/aggregate functions/state/kurtSampState/Nullable(Int8) OK 111ms
/aggregate functions/state/entropyState/Map(UInt128,UInt64) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/groupArrayState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/state/first_valueState/Map(UInt64,Int128) OK 81ms
/aggregate functions/state/entropyState/Map(UInt128,UInt128) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt32,Tuple(String)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/state/kurtSampState/Nullable(Int16) OK 79ms
/aggregate functions/state/first_valueState/Map(UInt64,Float32) OK 71ms
/aggregate functions/state/entropyState/Map(UInt128,Int8) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt64,UInt8) OK 66ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/first_valueState/Map(UInt64,Float64) OK 85ms
/aggregate functions/state/kurtSampState/Nullable(Int32) OK 65ms
/aggregate functions/state/groupArrayState/Map(UInt64,UInt16) OK 455ms
/aggregate functions/state/entropyState/Map(UInt128,Int16) OK 445ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 449ms
/aggregate functions/state/kurtSampState/Nullable(Int64) OK 434ms
/aggregate functions/state/first_valueState/Map(UInt64,Decimal128(38)) OK 422ms
/aggregate functions/state/entropyState/Map(UInt128,Int32) OK 71ms
/aggregate functions/state/groupArrayState/Map(UInt64,UInt32) OK 72ms
/aggregate functions/state/kurtSampState/Nullable(Float32) OK 71ms
/aggregate functions/state/first_valueState/Map(UInt64,Date) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/state/entropyState/Map(UInt128,Int64) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt64,UInt64) OK 69ms
/aggregate functions/state/kurtSampState/Nullable(Float64) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt64,DateTime) OK 71ms
/aggregate functions/state/groupArrayState/Map(UInt64,UInt128) OK 70ms
/aggregate functions/state/entropyState/Map(UInt128,Int128) OK 95ms
/aggregate functions/state/kurtSampState/LowCardinality(UInt8) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/state/first_valueState/Map(UInt64,DateTime64(3)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt64,Int8) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 96ms
/aggregate functions/state/kurtSampState/LowCardinality(UInt16) OK 84ms
/aggregate functions/state/entropyState/Map(UInt128,Float32) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt64,Bool) OK 88ms
/aggregate functions/state/groupArrayState/Map(UInt64,Int16) OK 82ms
/aggregate functions/state/entropyState/Map(UInt128,Float64) OK 104ms
/aggregate functions/state/kurtSampState/LowCardinality(UInt32) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(Date))) OK 101ms
/aggregate functions/state/first_valueState/Map(UInt64,String) OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt64,Int32) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt64,FixedString(51)) OK 92ms
/aggregate functions/state/kurtSampState/LowCardinality(UInt64) OK 95ms
/aggregate functions/state/entropyState/Map(UInt128,Decimal128(38)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/state/groupArrayState/Map(UInt64,Int64) OK 96ms
/aggregate functions/state/first_valueState/Map(UInt64,UUID) OK 81ms
/aggregate functions/state/kurtSampState/LowCardinality(Int8) OK 97ms
/aggregate functions/state/entropyState/Map(UInt128,Date) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt64,Int128) OK 131ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(UInt8)) OK 114ms
/aggregate functions/state/entropyState/Map(UInt128,DateTime) OK 92ms
/aggregate functions/state/kurtSampState/LowCardinality(Int16) OK 109ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(String))) OK 111ms
/aggregate functions/state/entropyState/Map(UInt128,DateTime64(3)) OK 108ms
/aggregate functions/state/groupArrayState/Map(UInt64,Float32) OK 102ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(UInt16)) OK 103ms
/aggregate functions/state/kurtSampState/LowCardinality(Int32) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt64,Float64) OK 475ms
/aggregate functions/state/entropyState/Map(UInt128,Bool) OK 485ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(UInt32)) OK 472ms
/aggregate functions/state/kurtSampState/LowCardinality(Int64) OK 467ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 474ms
/aggregate functions/state/groupArrayState/Map(UInt64,Decimal128(38)) OK 1s 281ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(UInt64)) OK 1s 288ms
/aggregate functions/state/kurtSampState/LowCardinality(Float32) OK 1s 283ms
/aggregate functions/state/entropyState/Map(UInt128,String) OK 1s 258ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Array(String)) OK 1s 279ms
/aggregate functions/state/entropyState/Map(UInt128,FixedString(51)) OK 393ms
/aggregate functions/state/groupArrayState/Map(UInt64,Date) OK 377ms
/aggregate functions/state/kurtSampState/LowCardinality(Float64) OK 365ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(UInt128)) OK 366ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 354ms
/aggregate functions/state/groupUniqArrayState/Map(UInt8,Tuple(String)) OK 98ms
/aggregate functions/state/kurtSampState/LowCardinality(Nullable(UInt8)) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(Int8)) OK 97ms
/aggregate functions/state/groupArrayState/Map(UInt64,DateTime) OK 84ms
/aggregate functions/state/entropyState/Map(UInt128,UUID) OK 95ms
/aggregate functions/state/kurtSampState/LowCardinality(Nullable(UInt16)) OK 445ms
/aggregate functions/state/groupArrayState/Map(UInt64,DateTime64(3)) OK 443ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,UInt8) OK 431ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(Int16)) OK 436ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(UInt8)) OK 420ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,UInt16) OK 386ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(UInt16)) OK 376ms
/aggregate functions/state/kurtSampState/LowCardinality(Nullable(UInt32)) OK 383ms
/aggregate functions/state/groupArrayState/Map(UInt64,Bool) OK 345ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(Int32)) OK 68ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(Int64)) OK 547ms
/aggregate functions/state/groupArrayState/Map(UInt64,String) OK 275ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(UInt32)) OK 248ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,UInt32) OK 237ms
/aggregate functions/state/kurtSampState/LowCardinality(Nullable(UInt64)) OK 243ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,UInt64) OK 93ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(UInt64)) OK 100ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(Int128)) OK 95ms
/aggregate functions/state/groupArrayState/Map(UInt64,FixedString(51)) OK 80ms
/aggregate functions/state/kurtSampState/LowCardinality(Nullable(Int8)) OK 71ms
/aggregate functions/state/kurtSampState/LowCardinality(Nullable(Int16)) OK 91ms
/aggregate functions/state/groupArrayState/Map(UInt64,UUID) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,UInt128) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(Float32)) OK 77ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(UInt128)) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(UInt8)) OK 98ms
/aggregate functions/state/kurtSampState/LowCardinality(Nullable(Int32)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Int8) OK 92ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(Float64)) OK 75ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(Int8)) OK 66ms
/aggregate functions/state/kurtSampState/LowCardinality(Nullable(Int64)) OK 69ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(Int16)) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(Decimal128(38))) OK 68ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(UInt16)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Int16) OK 70ms
/aggregate functions/state/kurtSampState/LowCardinality(Nullable(Float32)) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(Date)) OK 72ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(Int32)) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Int32) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(UInt32)) OK 71ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(DateTime)) OK 80ms
/aggregate functions/state/kurtSampState/LowCardinality(Nullable(Float64)) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(UInt64)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Int64) OK 74ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(Int64)) OK 72ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/last_valueState OK 2m 16s
/aggregate functions/state/last_valueState/constant OK 53ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(UInt128)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Int128) OK 84ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(Int128)) OK 89ms
/aggregate functions/state/last_valueState/zero rows OK 54ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(Bool)) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(Int8)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Float32) OK 78ms
/aggregate functions/state/last_valueState/single row OK 42ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(Float32)) OK 73ms
/aggregate functions/state/last_valueState/with group by OK 51ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(String)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Float64) OK 89ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(Float64)) OK 108ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(Int16)) OK 101ms
/aggregate functions/state/last_valueState/NULL value handling OK 43ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(FixedString(51))) OK 83ms
/aggregate functions/state/last_valueState/single NULL value OK 44ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Decimal128(38)) OK 78ms
/aggregate functions/state/last_valueState/string that ends with \0 OK 47ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(Decimal128(38))) OK 87ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(Int32)) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt64,Nullable(UUID)) OK 82ms
/aggregate functions/state/last_valueState/inf OK 50ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Date) OK 86ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(Date)) OK 80ms
/aggregate functions/state/last_valueState/-inf OK 42ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(Int64)) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/last_valueState/nan OK 48ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,DateTime) OK 79ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(DateTime)) OK 88ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(Int128)) OK 95ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(UInt16)) OK 81ms
/aggregate functions/state/last_valueState/UInt8 OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,DateTime64(3)) OK 78ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(DateTime64(3))) OK 95ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/last_valueState/UInt16 OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(Float32)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Bool) OK 86ms
/aggregate functions/state/last_valueState/UInt32 OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(Float64)) OK 88ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(Bool)) OK 75ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(UInt64)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,String) OK 74ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(UInt128)) OK 95ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(String)) OK 85ms
/aggregate functions/state/last_valueState/UInt64 OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,FixedString(51)) OK 84ms
/aggregate functions/state/last_valueState/UInt128 OK 88ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(Date)) OK 86ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,UUID) OK 78ms
/aggregate functions/state/last_valueState/Int8 OK 84ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Int16)) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(DateTime)) OK 88ms
/aggregate functions/state/entropyState/Map(UInt128,Nullable(UUID)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(UInt8)) OK 74ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Int32)) OK 112ms
/aggregate functions/state/last_valueState/Int16 OK 109ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(DateTime64(3))) OK 103ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(UInt8)) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(UInt16)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(UInt32)) OK 115ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/last_valueState/Int32 OK 101ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(UInt16)) OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(Bool)) OK 102ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Int128)) OK 84ms
/aggregate functions/state/last_valueState/Int64 OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(UInt64)) OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(String)) OK 73ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/last_valueState/Int128 OK 98ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(UInt128)) OK 90ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(UInt128)) OK 94ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Float64)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt64,Nullable(UUID)) OK 76ms
/aggregate functions/state/last_valueState/Float32 OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(Int8)) OK 68ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Date)) OK 78ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Int8)) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(UInt8)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(Int16)) OK 82ms
/aggregate functions/state/last_valueState/Float64 OK 80ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Int16)) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(Int32)) OK 96ms
/aggregate functions/state/last_valueState/Decimal128(38) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Bool)) OK 92ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Int32)) OK 91ms
/aggregate functions/state/last_valueState/Date OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(Int64)) OK 75ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(String)) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Int64)) OK 105ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(Int128)) OK 72ms
/aggregate functions/state/last_valueState/DateTime OK 94ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(Float32)) OK 76ms
/aggregate functions/state/last_valueState/DateTime64(3) OK 78ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(UUID)) OK 91ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Int8)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(Float64)) OK 94ms
/aggregate functions/state/last_valueState/Bool OK 73ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Int16)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/last_valueState/String OK 89ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Int32)) OK 82ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(Date)) OK 75ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Date)) OK 80ms
/aggregate functions/state/last_valueState/FixedString(51) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Int64)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(DateTime)) OK 77ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/last_valueState/UUID OK 79ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Bool)) OK 99ms
/aggregate functions/state/last_valueState/Map(UInt8,UInt8) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Float32)) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(Bool)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt8,UInt16) OK 86ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(String)) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Float64)) OK 107ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(String)) OK 92ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt8,UInt32) OK 77ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(FixedString(51))) OK 101ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Date)) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt8,UInt64) OK 81ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(UUID)) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(DateTime)) OK 98ms
/aggregate functions/state/last_valueState/Map(UInt8,UInt128) OK 84ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Nullable(UUID)) OK 68ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(UInt8)) OK 103ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/state/last_valueState/Map(UInt8,Int8) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt8,Int16) OK 93ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(String)) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt8,Int32) OK 90ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 106ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(UUID)) OK 95ms
/aggregate functions/state/last_valueState/Map(UInt8,Int64) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(UInt64)) OK 89ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt8,Int128) OK 101ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 95ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 99ms
/aggregate functions/state/last_valueState/Map(UInt8,Float32) OK 76ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt8,Float64) OK 72ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 98ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt8,Decimal128(38)) OK 86ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Int64)) OK 80ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt8,Date) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt8,DateTime) OK 69ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/first_valueState/Map(UInt64,Array(String)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Float32)) OK 94ms
/aggregate functions/state/last_valueState/Map(UInt8,DateTime64(3)) OK 84ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 97ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt8,Bool) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Date)) OK 95ms
/aggregate functions/state/last_valueState/Map(UInt8,String) OK 94ms
/aggregate functions/state/first_valueState/Map(UInt64,Tuple(String)) OK 79ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt128,UInt8) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/last_valueState/Map(UInt8,FixedString(51)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(String))) OK 89ms
/aggregate functions/state/first_valueState/Map(UInt128,UInt16) OK 102ms
/aggregate functions/state/last_valueState/Map(UInt8,UUID) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Bool)) OK 97ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(UInt8)) OK 87ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt128,UInt32) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(String)) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(UInt16)) OK 77ms
/aggregate functions/state/entropyState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/first_valueState/Map(UInt128,UInt64) OK 68ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(UInt32)) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt128,UInt128) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(UUID)) OK 87ms
/aggregate functions/state/entropyState/Map(UInt128,Array(String)) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 148ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(UInt64)) OK 102ms
/aggregate functions/state/first_valueState/Map(UInt128,Int8) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 172ms
/aggregate functions/state/entropyState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 160ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 103ms
/aggregate functions/state/first_valueState/Map(UInt128,Int16) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(UInt128)) OK 77ms
/aggregate functions/state/first_valueState/Map(UInt128,Int32) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(Int8)) OK 94ms
/aggregate functions/state/entropyState/Map(UInt128,Tuple(String)) OK 103ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/first_valueState/Map(UInt128,Int64) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 107ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(Int16)) OK 84ms
/aggregate functions/state/entropyState/Map(Int8,UInt8) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt128,Int128) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(Int32)) OK 84ms
/aggregate functions/state/entropyState/Map(Int8,UInt16) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/state/first_valueState/Map(UInt128,Float32) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt64,Array(String)) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(Int64)) OK 74ms
/aggregate functions/state/entropyState/Map(Int8,UInt32) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/state/first_valueState/Map(UInt128,Float64) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(Int128)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/entropyState/Map(Int8,UInt64) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt128,Decimal128(38)) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt64,Tuple(String)) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(Float32)) OK 74ms
/aggregate functions/state/entropyState/Map(Int8,UInt128) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt128,Date) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(Float64)) OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt128,UInt8) OK 81ms
/aggregate functions/state/entropyState/Map(Int8,Int8) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt128,DateTime) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt128,UInt16) OK 75ms
/aggregate functions/state/entropyState/Map(Int8,Int16) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/state/first_valueState/Map(UInt128,DateTime64(3)) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(Date)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt128,UInt32) OK 82ms
/aggregate functions/state/entropyState/Map(Int8,Int32) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt128,Bool) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(DateTime)) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt128,UInt64) OK 82ms
/aggregate functions/state/entropyState/Map(Int8,Int64) OK 77ms
/aggregate functions/state/first_valueState/Map(UInt128,String) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(DateTime64(3))) OK 104ms
/aggregate functions/state/groupArrayState/Map(UInt128,UInt128) OK 104ms
/aggregate functions/state/entropyState/Map(Int8,Int128) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt128,FixedString(51)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/state/entropyState/Map(Int8,Float32) OK 91ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(Bool)) OK 89ms
/aggregate functions/state/first_valueState/Map(UInt128,UUID) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt128,Int8) OK 68ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt128,Int16) OK 92ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(UInt8)) OK 94ms
/aggregate functions/state/entropyState/Map(Int8,Float64) OK 93ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(String)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt128,Int32) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(UInt16)) OK 97ms
/aggregate functions/state/entropyState/Map(Int8,Decimal128(38)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/last_valueState/Map(UInt8,Nullable(UUID)) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt128,Int64) OK 75ms
/aggregate functions/state/entropyState/Map(Int8,Date) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(UInt32)) OK 70ms
/aggregate functions/state/groupArrayState/Map(UInt128,Int128) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(UInt64)) OK 86ms
/aggregate functions/state/entropyState/Map(Int8,DateTime) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt128,Float32) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(UInt128)) OK 97ms
/aggregate functions/state/entropyState/Map(Int8,DateTime64(3)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt128,Float64) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/entropyState/Map(Int8,Bool) OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Array(String)) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(Int8)) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt128,Decimal128(38)) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 98ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(Int16)) OK 82ms
/aggregate functions/state/entropyState/Map(Int8,String) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt128,Date) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/entropyState/Map(Int8,FixedString(51)) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(Int32)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(UInt16,Tuple(String)) OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt128,DateTime) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Int8)) OK 79ms
/aggregate functions/state/entropyState/Map(Int8,UUID) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,UInt8) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(Int64)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt128,DateTime64(3)) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Int16)) OK 74ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(UInt8)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,UInt16) OK 79ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(Int128)) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt128,Bool) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Int32)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,UInt32) OK 93ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(UInt16)) OK 93ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(Float32)) OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt128,String) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(Float64)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,UInt64) OK 91ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(UInt32)) OK 93ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Int128)) OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt128,FixedString(51)) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,UInt128) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Float32)) OK 90ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(UInt64)) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt128,UUID) OK 86ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(Date)) OK 70ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(UInt128)) OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Int8) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Float64)) OK 94ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(UInt8)) OK 82ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(DateTime)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Int16) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(UInt16)) OK 81ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(Int8)) OK 93ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Date)) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Int32) OK 110ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(UInt32)) OK 101ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(DateTime)) OK 74ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(Int16)) OK 81ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(Bool)) OK 72ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Bool)) OK 105ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(String)) OK 88ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(Int32)) OK 89ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(UInt64)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Int64) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Int128) OK 103ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(Int64)) OK 76ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(UInt128)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(String)) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt128,Nullable(UUID)) OK 93ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(Int128)) OK 82ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(Int8)) OK 94ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Float32) OK 85ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(Float32)) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(UInt8)) OK 91ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(UUID)) OK 92ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(Int16)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Float64) OK 92ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(Float64)) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(Int32)) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(UInt16)) OK 97ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Decimal128(38)) OK 87ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(Int64)) OK 73ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(UInt32)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Date) OK 70ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(Date)) OK 94ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(Int128)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,DateTime) OK 122ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(UInt64)) OK 102ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(Float32)) OK 134ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(DateTime)) OK 114ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 117ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,DateTime64(3)) OK 85ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Int8)) OK 93ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(Float64)) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Bool) OK 82ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(Bool)) OK 117ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 98ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(Decimal128(38))) OK 101ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Int16)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,String) OK 101ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 83ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Int32)) OK 88ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(Date)) OK 91ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(String)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,FixedString(51)) OK 97ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(DateTime)) OK 100ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(FixedString(51))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,UUID) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/entropyState/Map(Int8,Nullable(UUID)) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(DateTime64(3))) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(UInt8)) OK 95ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(Bool)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(UInt16)) OK 70ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Float64)) OK 79ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(UInt32)) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(String)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Date)) OK 79ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(UInt32)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(UInt64)) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(UInt64)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(UInt128)) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt128,Nullable(UUID)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Bool)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(Int8)) OK 97ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(UInt128)) OK 88ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(UInt8)) OK 93ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(String)) OK 86ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Int8)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(Int16)) OK 91ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Int16)) OK 89ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(UInt32)) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(Int32)) OK 94ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(UUID)) OK 81ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 70ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(UInt64)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(Int64)) OK 86ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt8,Array(String)) OK 93ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Int64)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(Int128)) OK 99ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(UInt128)) OK 87ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Int8)) OK 236ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(Float32)) OK 208ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Float32)) OK 258ms
/aggregate functions/state/last_valueState/Map(UInt8,Tuple(String)) OK 245ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 249ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(Float64)) OK 140ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Int16)) OK 131ms
/aggregate functions/state/last_valueState/Map(UInt16,UInt8) OK 87ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt16,UInt16) OK 75ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Date)) OK 75ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(Date)) OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Int64)) OK 151ms
/aggregate functions/state/last_valueState/Map(UInt16,UInt32) OK 83ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 122ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(DateTime)) OK 97ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Bool)) OK 170ms
/aggregate functions/state/last_valueState/Map(UInt16,UInt64) OK 164ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Int128)) OK 94ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(Bool)) OK 74ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Float32)) OK 96ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt16,UInt128) OK 77ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(String)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(String)) OK 80ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt16,Int8) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Float64)) OK 86ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(FixedString(51))) OK 72ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 134ms
/aggregate functions/state/last_valueState/Map(UInt16,Int16) OK 125ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Date)) OK 111ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(UUID)) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Nullable(UUID)) OK 91ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 104ms
/aggregate functions/state/last_valueState/Map(UInt16,Int32) OK 90ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(DateTime)) OK 103ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(UInt8)) OK 85ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt16,Int64) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(UInt16)) OK 105ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Bool)) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt16,Int128) OK 91ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(String)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 99ms
/aggregate functions/state/last_valueState/Map(UInt16,Float32) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(UInt64)) OK 92ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt16,Float64) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(UUID)) OK 91ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt16,Decimal128(38)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 101ms
/aggregate functions/state/first_valueState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt16,Date) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Int16)) OK 86ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/first_valueState/Map(UInt128,Array(String)) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt16,DateTime) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Int32)) OK 75ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/last_valueState/Map(UInt16,DateTime64(3)) OK 79ms
/aggregate functions/state/first_valueState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Int64)) OK 80ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/state/last_valueState/Map(UInt16,Bool) OK 79ms
/aggregate functions/state/first_valueState/Map(UInt128,Tuple(String)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt16,String) OK 80ms
/aggregate functions/state/first_valueState/Map(Int8,UInt8) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Float32)) OK 85ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(Float32))) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/state/first_valueState/Map(Int8,UInt16) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt16,FixedString(51)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/first_valueState/Map(Int8,UInt32) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt16,UUID) OK 72ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 173ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Date)) OK 154ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(Date))) OK 169ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(UInt8)) OK 105ms
/aggregate functions/state/first_valueState/Map(Int8,UInt64) OK 102ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(DateTime)) OK 101ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(UInt16)) OK 99ms
/aggregate functions/state/first_valueState/Map(Int8,UInt128) OK 108ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Bool)) OK 99ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(UInt32)) OK 106ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(Bool))) OK 95ms
/aggregate functions/state/first_valueState/Map(Int8,Int8) OK 72ms
/aggregate functions/state/first_valueState/Map(Int8,Int16) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(String)) OK 91ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(UInt64)) OK 91ms
/aggregate functions/state/first_valueState/Map(Int8,Int32) OK 86ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(UInt128)) OK 80ms
/aggregate functions/state/first_valueState/Map(Int8,Int64) OK 78ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(Date))) OK 111ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(UUID)) OK 96ms
/aggregate functions/state/entropyState/Map(Int8,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(Int8)) OK 86ms
/aggregate functions/state/first_valueState/Map(Int8,Int128) OK 85ms
/aggregate functions/state/entropyState/Map(Int8,Array(String)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(Int16)) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/first_valueState/Map(Int8,Float32) OK 79ms
/aggregate functions/state/entropyState/Map(Int8,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(Int32)) OK 81ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/first_valueState/Map(Int8,Float64) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(Int64)) OK 76ms
/aggregate functions/state/entropyState/Map(Int8,Tuple(String)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/first_valueState/Map(Int8,Decimal128(38)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(Int128)) OK 99ms
/aggregate functions/state/entropyState/Map(Int16,UInt8) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 94ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/first_valueState/Map(Int8,Date) OK 81ms
/aggregate functions/state/entropyState/Map(Int16,UInt16) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(Float32)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/state/first_valueState/Map(Int8,DateTime) OK 77ms
/aggregate functions/state/entropyState/Map(Int16,UInt32) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/groupArrayState/Map(UInt128,Array(String)) OK 94ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(Float64)) OK 81ms
/aggregate functions/state/first_valueState/Map(Int8,DateTime64(3)) OK 76ms
/aggregate functions/state/entropyState/Map(Int16,UInt64) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(Decimal128(38))) OK 90ms
/aggregate functions/state/groupArrayState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/state/first_valueState/Map(Int8,Bool) OK 67ms
/aggregate functions/state/entropyState/Map(Int16,UInt128) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 92ms
/aggregate functions/state/first_valueState/Map(Int8,String) OK 93ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(Date)) OK 77ms
/aggregate functions/state/groupArrayState/Map(UInt128,Tuple(String)) OK 87ms
/aggregate functions/state/entropyState/Map(Int16,Int8) OK 92ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(DateTime)) OK 106ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/state/first_valueState/Map(Int8,FixedString(51)) OK 98ms
/aggregate functions/state/groupArrayState/Map(Int8,UInt8) OK 83ms
/aggregate functions/state/entropyState/Map(Int16,Int16) OK 110ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/state/groupArrayState/Map(Int8,UInt16) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(DateTime64(3))) OK 85ms
/aggregate functions/state/first_valueState/Map(Int8,UUID) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int8,UInt32) OK 113ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(Bool)) OK 103ms
/aggregate functions/state/entropyState/Map(Int16,Int32) OK 81ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(UInt8)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/state/entropyState/Map(Int16,Int64) OK 95ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(UInt16)) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(String)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int8,UInt64) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(UInt32)) OK 98ms
/aggregate functions/state/entropyState/Map(Int16,Int128) OK 96ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int8,UInt128) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int8,Int8) OK 92ms
/aggregate functions/state/last_valueState/Map(UInt16,Nullable(UUID)) OK 99ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(UInt64)) OK 79ms
/aggregate functions/state/entropyState/Map(Int16,Float32) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(UInt128)) OK 96ms
/aggregate functions/state/groupArrayState/Map(Int8,Int16) OK 84ms
/aggregate functions/state/entropyState/Map(Int16,Float64) OK 88ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(UInt8)) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int8,Int32) OK 99ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(Int8)) OK 78ms
/aggregate functions/state/entropyState/Map(Int16,Decimal128(38)) OK 85ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(Int16)) OK 116ms
/aggregate functions/state/entropyState/Map(Int16,Date) OK 101ms
/aggregate functions/state/groupArrayState/Map(Int8,Int64) OK 90ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(UInt32)) OK 102ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/state/groupArrayState/Map(Int8,Int128) OK 75ms
/aggregate functions/state/entropyState/Map(Int16,DateTime) OK 86ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(Int32)) OK 109ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Array(String)) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(UInt64)) OK 93ms
/aggregate functions/state/groupArrayState/Map(Int8,Float32) OK 79ms
/aggregate functions/state/entropyState/Map(Int16,DateTime64(3)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(Int64)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int8,Float64) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt32,Tuple(String)) OK 85ms
/aggregate functions/state/entropyState/Map(Int16,Bool) OK 98ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Int8)) OK 136ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(Int128)) OK 128ms
/aggregate functions/state/groupArrayState/Map(Int8,Decimal128(38)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,UInt8) OK 80ms
/aggregate functions/state/entropyState/Map(Int16,String) OK 106ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(Float32)) OK 115ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Int16)) OK 88ms
/aggregate functions/state/groupArrayState/Map(Int8,Date) OK 108ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,UInt16) OK 72ms
/aggregate functions/state/entropyState/Map(Int16,FixedString(51)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,UInt32) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(Float64)) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int8,DateTime) OK 75ms
/aggregate functions/state/entropyState/Map(Int16,UUID) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,UInt64) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Int64)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int8,DateTime64(3)) OK 81ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(UInt8)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,UInt128) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Int128)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int8,Bool) OK 82ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(Date)) OK 87ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(UInt16)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Int8) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int8,String) OK 80ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(DateTime)) OK 98ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(UInt32)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Int16) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Float64)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int8,FixedString(51)) OK 81ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(UInt64)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Int32) OK 85ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Date)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int8,UUID) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(DateTime)) OK 83ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(Bool)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Int64) OK 80ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(UInt128)) OK 66ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(UInt8)) OK 69ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(Int8)) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Bool)) OK 98ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(String)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Int128) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(UInt16)) OK 77ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(Int16)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Float32) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(String)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(UInt32)) OK 76ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(Int32)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int8,Nullable(UUID)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Float64) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(UInt64)) OK 83ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(Int64)) OK 85ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(UUID)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Decimal128(38)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(UInt128)) OK 69ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(UInt16)) OK 73ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(Int128)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Date) OK 72ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(Int8)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(Float32)) OK 137ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,DateTime) OK 133ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 128ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(Int16)) OK 111ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(UInt64)) OK 149ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(Float64)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,DateTime64(3)) OK 95ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(Int32)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(Int64)) OK 73ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(UInt128)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Bool) OK 89ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(Date)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(Int128)) OK 78ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,String) OK 69ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(DateTime)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(Float32)) OK 83ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Int16)) OK 68ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,FixedString(51)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(Float64)) OK 103ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,UUID) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Int64)) OK 72ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(Bool)) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(UInt8)) OK 91ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(Date)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(UInt16)) OK 74ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(String)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Float32)) OK 71ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(UInt32)) OK 76ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(DateTime)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Float64)) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(UInt64)) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/entropyState/Map(Int16,Nullable(UUID)) OK 81ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Date)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(UInt128)) OK 88ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(Bool)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(DateTime)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(String)) OK 98ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(Int8)) OK 88ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Bool)) OK 71ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(String)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(Int16)) OK 70ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(UInt64)) OK 74ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(Int32)) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int8,Nullable(UUID)) OK 68ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(UUID)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(Int64)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(UInt8)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(Int128)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(Float32)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/last_valueState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Int32)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(Float64)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt16,Array(String)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Int64)) OK 101ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(Date)) OK 83ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Int128)) OK 93ms
/aggregate functions/state/last_valueState/Map(UInt16,Tuple(String)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Int8)) OK 71ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(DateTime)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt32,UInt8) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Int16)) OK 80ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Float32)) OK 69ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(DateTime64(3))) OK 93ms
/aggregate functions/state/last_valueState/Map(UInt32,UInt16) OK 74ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt32,UInt32) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(Bool)) OK 81ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Date)) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(DateTime)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(String)) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/last_valueState/Map(UInt32,UInt64) OK 90ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Float32)) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Bool)) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt32,UInt128) OK 77ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Nullable(UUID)) OK 91ms
/aggregate functions/state/last_valueState/Map(UInt32,Int8) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Float64)) OK 72ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(String)) OK 68ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Date)) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt32,Int16) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt32,Int32) OK 71ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 69ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/state/last_valueState/Map(UInt32,Int64) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(UInt32)) OK 90ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Bool)) OK 80ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt32,Int128) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(String)) OK 79ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(UInt64)) OK 82ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt32,Float32) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(UInt128)) OK 91ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt32,Float64) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Int8)) OK 81ms
/aggregate functions/state/first_valueState/Map(Int8,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt32,Decimal128(38)) OK 89ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 105ms
/aggregate functions/state/first_valueState/Map(Int8,Array(String)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Int16)) OK 84ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt32,Date) OK 72ms
/aggregate functions/state/first_valueState/Map(Int8,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Int32)) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt32,DateTime) OK 83ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/first_valueState/Map(Int8,Tuple(String)) OK 105ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt32,DateTime64(3)) OK 76ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/first_valueState/Map(Int16,UInt8) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt32,Bool) OK 76ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/state/first_valueState/Map(Int16,UInt16) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt32,String) OK 74ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/state/first_valueState/Map(Int16,UInt32) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt32,FixedString(51)) OK 76ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Date)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/first_valueState/Map(Int16,UInt64) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt32,UUID) OK 78ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/state/first_valueState/Map(Int16,UInt128) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(UInt8)) OK 73ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Bool)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/state/first_valueState/Map(Int16,Int8) OK 85ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(UInt16)) OK 75ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(String)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/first_valueState/Map(Int16,Int16) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(UInt32)) OK 79ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/first_valueState/Map(Int16,Int32) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(UInt64)) OK 82ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(UUID)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int16,Int64) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(UInt128)) OK 75ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/state/first_valueState/Map(Int16,Int128) OK 97ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(Int8)) OK 78ms
/aggregate functions/state/entropyState/Map(Int16,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(Int16)) OK 90ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/state/first_valueState/Map(Int16,Float32) OK 67ms
/aggregate functions/state/entropyState/Map(Int16,Array(String)) OK 74ms
/aggregate functions/state/first_valueState/Map(Int16,Float64) OK 106ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(Int32)) OK 83ms
/aggregate functions/state/entropyState/Map(Int16,Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(Bool))) OK 99ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(Int64)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 93ms
/aggregate functions/state/entropyState/Map(Int16,Tuple(String)) OK 86ms
/aggregate functions/state/first_valueState/Map(Int16,Decimal128(38)) OK 94ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(Int128)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/entropyState/Map(Int32,UInt8) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/state/first_valueState/Map(Int16,Date) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(Float32)) OK 73ms
/aggregate functions/state/entropyState/Map(Int32,UInt16) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/first_valueState/Map(Int16,DateTime) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int8,LowCardinality(Nullable(UUID))) OK 68ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(Float64)) OK 68ms
/aggregate functions/state/entropyState/Map(Int32,UInt32) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int8,Array(String)) OK 88ms
/aggregate functions/state/first_valueState/Map(Int16,DateTime64(3)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 67ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/entropyState/Map(Int32,UInt64) OK 103ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/state/first_valueState/Map(Int16,Bool) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int8,Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(Date)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int16,String) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/state/entropyState/Map(Int32,UInt128) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int8,Tuple(String)) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(DateTime)) OK 67ms
/aggregate functions/state/first_valueState/Map(Int16,FixedString(51)) OK 106ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/entropyState/Map(Int32,Int8) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int16,UInt8) OK 71ms
/aggregate functions/state/entropyState/Map(Int32,Int16) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int16,UInt16) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/first_valueState/Map(Int16,UUID) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(Bool)) OK 73ms
/aggregate functions/state/entropyState/Map(Int32,Int32) OK 117ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(Date))) OK 102ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(String)) OK 84ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(UInt8)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int16,UInt32) OK 71ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(UInt16)) OK 99ms
/aggregate functions/state/groupArrayState/Map(Int16,UInt64) OK 101ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 142ms
/aggregate functions/state/entropyState/Map(Int32,Int64) OK 141ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(UInt32)) OK 69ms
/aggregate functions/state/last_valueState/Map(UInt32,Nullable(UUID)) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int16,UInt128) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 98ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(UInt64)) OK 69ms
/aggregate functions/state/entropyState/Map(Int32,Int128) OK 89ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int16,Int8) OK 74ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(UInt128)) OK 66ms
/aggregate functions/state/entropyState/Map(Int32,Float32) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int16,Int16) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(UInt16)) OK 98ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(Int8)) OK 77ms
/aggregate functions/state/entropyState/Map(Int32,Float64) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int16,Int32) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(Int16)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/state/entropyState/Map(Int32,Decimal128(38)) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int16,Int64) OK 81ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(Int32)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Array(String)) OK 78ms
/aggregate functions/state/entropyState/Map(Int32,Date) OK 103ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int16,Int128) OK 73ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(Int64)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int16,Float32) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Int8)) OK 82ms
/aggregate functions/state/entropyState/Map(Int32,DateTime) OK 102ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(Int128)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt64,Tuple(String)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int16,Float64) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(Float32)) OK 81ms
/aggregate functions/state/entropyState/Map(Int32,DateTime64(3)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,UInt8) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int16,Decimal128(38)) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Int32)) OK 73ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(Float64)) OK 79ms
/aggregate functions/state/entropyState/Map(Int32,Bool) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,UInt16) OK 119ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Int64)) OK 105ms
/aggregate functions/state/groupArrayState/Map(Int16,Date) OK 105ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(Decimal128(38))) OK 136ms
/aggregate functions/state/entropyState/Map(Int32,String) OK 116ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Int128)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,UInt32) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int16,DateTime) OK 89ms
/aggregate functions/state/entropyState/Map(Int32,FixedString(51)) OK 82ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(Date)) OK 91ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Float32)) OK 119ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,UInt64) OK 97ms
/aggregate functions/state/groupArrayState/Map(Int16,DateTime64(3)) OK 82ms
/aggregate functions/state/entropyState/Map(Int32,UUID) OK 79ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(DateTime)) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int16,Bool) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,UInt128) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Float64)) OK 78ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(UInt8)) OK 82ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(DateTime64(3))) OK 94ms
/aggregate functions/state/groupArrayState/Map(Int16,String) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Int8) OK 93ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Date)) OK 83ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(UInt16)) OK 73ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(Bool)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int16,FixedString(51)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Int16) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(DateTime)) OK 74ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(UInt32)) OK 72ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(String)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int16,UUID) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Bool)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Int32) OK 85ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(UInt64)) OK 74ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(UInt8)) OK 83ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(UInt128)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Int64) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(String)) OK 74ms
/aggregate functions/state/first_valueState/Map(Int16,Nullable(UUID)) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(UInt16)) OK 96ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Int128) OK 93ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(Int8)) OK 86ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(UInt8)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(UInt32)) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(Int16)) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Float32) OK 78ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(UInt64)) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Float64) OK 83ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(Int32)) OK 83ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(UInt32)) OK 90ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(UInt128)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Decimal128(38)) OK 85ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(Int64)) OK 83ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(UInt64)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(Int8)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Date) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(Int128)) OK 88ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(Int16)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,DateTime) OK 94ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(Float32)) OK 84ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Int8)) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(Int32)) OK 70ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 105ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,DateTime64(3)) OK 100ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(Float64)) OK 78ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(Int64)) OK 76ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(Decimal128(38))) OK 131ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Int32)) OK 113ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(Int128)) OK 130ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Bool) OK 97ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 117ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,String) OK 82ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Int64)) OK 80ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(Date)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(Float32)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,FixedString(51)) OK 87ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(DateTime)) OK 88ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(Float64)) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Float32)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,UUID) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Float64)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(UInt8)) OK 75ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(Bool)) OK 93ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(Date)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 89ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Date)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(UInt16)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(DateTime)) OK 85ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(String)) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(DateTime)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(UInt32)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(FixedString(51))) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Bool)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(UInt64)) OK 76ms
/aggregate functions/state/entropyState/Map(Int32,Nullable(UUID)) OK 89ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(Bool)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(UInt128)) OK 80ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(String)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(String)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(Int8)) OK 83ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 94ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(UInt16)) OK 95ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(UUID)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(Int16)) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int16,Nullable(UUID)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(Int32)) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(Int64)) OK 148ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(UInt16)) OK 113ms
/aggregate functions/state/last_valueState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 99ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt32,Array(String)) OK 94ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(Int128)) OK 98ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(UInt64)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(Float32)) OK 72ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Int32)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(Float64)) OK 88ms
/aggregate functions/state/last_valueState/Map(UInt32,Tuple(String)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(UInt128)) OK 83ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Int64)) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt64,UInt8) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Int128)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(Date)) OK 96ms
/aggregate functions/state/last_valueState/Map(UInt64,UInt16) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Int16)) OK 87ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt64,UInt32) OK 89ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(DateTime)) OK 97ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Int32)) OK 89ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Float64)) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt64,UInt64) OK 81ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Int64)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Date)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt64,UInt128) OK 72ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(Float32))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(Bool)) OK 109ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Int128)) OK 90ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/last_valueState/Map(UInt64,Int8) OK 83ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Float32)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(String)) OK 79ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Bool)) OK 71ms
/aggregate functions/state/last_valueState/Map(UInt64,Int16) OK 74ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Float64)) OK 71ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(String)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt64,Int32) OK 72ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Date)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Nullable(UUID)) OK 84ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt64,Int64) OK 67ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(DateTime)) OK 88ms
/aggregate functions/state/last_valueState/Map(UInt64,Int128) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(UInt8)) OK 74ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(UInt16)) OK 100ms
/aggregate functions/state/last_valueState/Map(UInt64,Float32) OK 84ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(String)) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt64,Float64) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(UInt32)) OK 90ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/state/first_valueState/Map(Int16,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt64,Decimal128(38)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/first_valueState/Map(Int16,Array(String)) OK 75ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/state/last_valueState/Map(UInt64,Date) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/first_valueState/Map(Int16,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt64,DateTime) OK 76ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Int8)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int16,Tuple(String)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt64,DateTime64(3)) OK 79ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/state/first_valueState/Map(Int32,UInt8) OK 90ms
/aggregate functions/state/last_valueState/Map(UInt64,Bool) OK 111ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(Int16))) OK 107ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 144ms
/aggregate functions/state/first_valueState/Map(Int32,UInt16) OK 153ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Int64)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt64,String) OK 83ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Int128)) OK 84ms
/aggregate functions/state/first_valueState/Map(Int32,UInt32) OK 98ms
/aggregate functions/state/last_valueState/Map(UInt64,FixedString(51)) OK 91ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(Int64))) OK 95ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt64,UUID) OK 81ms
/aggregate functions/state/first_valueState/Map(Int32,UInt64) OK 80ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(Int16))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(UInt8)) OK 101ms
/aggregate functions/state/first_valueState/Map(Int32,UInt128) OK 75ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Date)) OK 84ms
/aggregate functions/state/first_valueState/Map(Int32,Int8) OK 71ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(UInt16)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/first_valueState/Map(Int32,Int16) OK 72ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(UInt32)) OK 75ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/state/first_valueState/Map(Int32,Int32) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Bool)) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(UInt64)) OK 77ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(String)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int32,Int64) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(UInt128)) OK 78ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/first_valueState/Map(Int32,Int128) OK 88ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(Int8)) OK 77ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(UUID)) OK 69ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(Int16)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int32,Float32) OK 77ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(Int32)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int32,Float64) OK 78ms
/aggregate functions/state/entropyState/Map(Int32,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(Int64)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int32,Decimal128(38)) OK 76ms
/aggregate functions/state/entropyState/Map(Int32,Array(String)) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(Int128)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int32,Date) OK 82ms
/aggregate functions/state/entropyState/Map(Int32,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(Float32)) OK 83ms
/aggregate functions/state/first_valueState/Map(Int32,DateTime) OK 68ms
/aggregate functions/state/entropyState/Map(Int32,Tuple(String)) OK 71ms
/aggregate functions/state/groupArrayState/Map(Int16,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/state/first_valueState/Map(Int32,DateTime64(3)) OK 88ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(Float64)) OK 92ms
/aggregate functions/state/entropyState/Map(Int64,UInt8) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int16,Array(String)) OK 80ms
/aggregate functions/state/first_valueState/Map(Int32,Bool) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(Decimal128(38))) OK 103ms
/aggregate functions/state/entropyState/Map(Int64,UInt16) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int16,Map(String,LowCardinality(Float64))) OK 98ms
/aggregate functions/state/first_valueState/Map(Int32,String) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(Date)) OK 84ms
/aggregate functions/state/entropyState/Map(Int64,UInt32) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/state/groupArrayState/Map(Int16,Tuple(String)) OK 220ms
/aggregate functions/state/first_valueState/Map(Int32,FixedString(51)) OK 200ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(DateTime)) OK 157ms
/aggregate functions/state/entropyState/Map(Int64,UInt64) OK 162ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 144ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(DateTime64(3))) OK 97ms
/aggregate functions/state/first_valueState/Map(Int32,UUID) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/state/groupArrayState/Map(Int32,UInt8) OK 79ms
/aggregate functions/state/entropyState/Map(Int64,UInt128) OK 93ms
/aggregate functions/state/groupArrayState/Map(Int32,UInt16) OK 102ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(Bool)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(UInt8)) OK 68ms
/aggregate functions/state/entropyState/Map(Int64,Int8) OK 81ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(UInt16)) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(String)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 88ms
/aggregate functions/state/entropyState/Map(Int64,Int16) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int32,UInt32) OK 84ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(UInt32)) OK 75ms
/aggregate functions/state/entropyState/Map(Int64,Int32) OK 109ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(Date))) OK 95ms
/aggregate functions/state/groupArrayState/Map(Int32,UInt64) OK 83ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(UInt64)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt64,Nullable(UUID)) OK 97ms
/aggregate functions/state/groupArrayState/Map(Int32,UInt128) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/state/entropyState/Map(Int64,Int64) OK 70ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(UInt128)) OK 74ms
/aggregate functions/state/entropyState/Map(Int64,Int128) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(UInt8)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 97ms
/aggregate functions/state/groupArrayState/Map(Int32,Int8) OK 97ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(Int8)) OK 80ms
/aggregate functions/state/entropyState/Map(Int64,Float32) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int32,Int16) OK 79ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(Int16)) OK 79ms
/aggregate functions/state/entropyState/Map(Int64,Float64) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(UInt32)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/state/groupArrayState/Map(Int32,Int32) OK 79ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(Int32)) OK 76ms
/aggregate functions/state/entropyState/Map(Int64,Decimal128(38)) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(UInt64)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int32,Int64) OK 92ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(Int64)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/entropyState/Map(Int64,Date) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(Int128)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Array(String)) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int32,Int128) OK 67ms
/aggregate functions/state/entropyState/Map(Int64,DateTime) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int32,Float32) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(Float32)) OK 78ms
/aggregate functions/state/entropyState/Map(Int64,DateTime64(3)) OK 91ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UInt128,Tuple(String)) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int32,Float64) OK 90ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(Float64)) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/entropyState/Map(Int64,Bool) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,UInt8) OK 79ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int32,Decimal128(38)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/entropyState/Map(Int64,String) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,UInt16) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int32,Date) OK 87ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(Date)) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/entropyState/Map(Int64,FixedString(51)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,UInt32) OK 87ms
/aggregate functions/state/groupArrayState/Map(Int32,DateTime) OK 101ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(DateTime)) OK 110ms
/aggregate functions/state/entropyState/Map(Int64,UUID) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,UInt64) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int32,DateTime64(3)) OK 109ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Float64)) OK 95ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(UInt8)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,UInt128) OK 81ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(Bool)) OK 72ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(UInt16)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Date)) OK 95ms
/aggregate functions/state/groupArrayState/Map(Int32,Bool) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Int8) OK 83ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(String)) OK 82ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(UInt32)) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int32,String) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(DateTime)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Int16) OK 78ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(UInt64)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int32,FixedString(51)) OK 100ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Bool)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Int32) OK 72ms
/aggregate functions/state/first_valueState/Map(Int32,Nullable(UUID)) OK 86ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(UInt128)) OK 70ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(String)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int32,UUID) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Int64) OK 77ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(Int8)) OK 70ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(UInt8)) OK 70ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(UInt8)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Int128) OK 93ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(Int16)) OK 71ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(UInt16)) OK 71ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(Int32)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Float32) OK 78ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(UInt32)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Float64) OK 80ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(Int64)) OK 84ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(UInt64)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Decimal128(38)) OK 69ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(Int128)) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(UInt128)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Date) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(Float32)) OK 83ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Int8)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(Int8)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,DateTime) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(Float64)) OK 72ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Int16)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(Int16)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,DateTime64(3)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(Decimal128(38))) OK 99ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Int32)) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(Int32)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Bool) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(Date)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(Int64)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,String) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(DateTime)) OK 90ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(Int128)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,FixedString(51)) OK 89ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Float32)) OK 85ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(Float32)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,UUID) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(Bool)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(Float64)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(UInt8)) OK 77ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Date)) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(String)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(UInt16)) OK 107ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 89ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(DateTime)) OK 99ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(FixedString(51))) OK 96ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(Date)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(Date))) OK 114ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(UInt32)) OK 94ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Bool)) OK 104ms
/aggregate functions/state/entropyState/Map(Int64,Nullable(UUID)) OK 89ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(DateTime)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(UInt64)) OK 142ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(UInt8)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 126ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(String)) OK 73ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(UInt16)) OK 126ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(Bool)) OK 119ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(FixedString(51))) OK 106ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(UInt128)) OK 78ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(UUID)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(String)) OK 79ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(String))) OK 148ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(Int8)) OK 147ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 148ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(FixedString(51))) OK 147ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(UInt64)) OK 157ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(Int16)) OK 69ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int32,Nullable(UUID)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(Int32)) OK 89ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(UInt128)) OK 90ms
/aggregate functions/state/last_valueState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(UInt8)) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(Int64)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt64,Array(String)) OK 89ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(Int128)) OK 81ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Int16)) OK 91ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(Float32)) OK 101ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/last_valueState/Map(UInt64,Tuple(String)) OK 95ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Int32)) OK 70ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(UInt64)) OK 83ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Int64)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(Float64)) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt128,UInt8) OK 110ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(Int16))) OK 107ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(UInt128)) OK 96ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Int128)) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(Decimal128(38))) OK 96ms
/aggregate functions/state/last_valueState/Map(UInt128,UInt16) OK 80ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Int8)) OK 186ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Float32)) OK 156ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(Date)) OK 182ms
/aggregate functions/state/last_valueState/Map(UInt128,UInt32) OK 181ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(Int64))) OK 170ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Float64)) OK 173ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Int16)) OK 139ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(DateTime)) OK 123ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(Int128))) OK 101ms
/aggregate functions/state/last_valueState/Map(UInt128,UInt64) OK 124ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(Float32))) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Date)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt128,UInt128) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(Bool)) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Int64)) OK 80ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(Float64))) OK 97ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt128,Int8) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(String)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Int128)) OK 91ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Bool)) OK 72ms
/aggregate functions/state/last_valueState/Map(UInt128,Int16) OK 77ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(FixedString(51))) OK 94ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(String)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Float32)) OK 285ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 184ms
/aggregate functions/state/last_valueState/Map(UInt128,Int32) OK 287ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(FixedString(51))) OK 224ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Nullable(UUID)) OK 225ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Float64)) OK 86ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(UUID)) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(UInt8)) OK 89ms
/aggregate functions/state/last_valueState/Map(UInt128,Int64) OK 97ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Date)) OK 126ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(UInt16)) OK 110ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 97ms
/aggregate functions/state/last_valueState/Map(UInt128,Int128) OK 70ms
/aggregate functions/state/last_valueState/Map(UInt128,Float32) OK 76ms
/aggregate functions/state/first_valueState/Map(Int32,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(UInt32)) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(DateTime)) OK 72ms
/aggregate functions/state/last_valueState/Map(UInt128,Float64) OK 68ms
/aggregate functions/state/first_valueState/Map(Int32,Array(String)) OK 96ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Bool)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt128,Decimal128(38)) OK 69ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(String)) OK 91ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 102ms
/aggregate functions/state/first_valueState/Map(Int32,Map(String,LowCardinality(Float64))) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(UInt128)) OK 67ms
/aggregate functions/state/last_valueState/Map(UInt128,Date) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Int8)) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/first_valueState/Map(Int32,Tuple(String)) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt128,DateTime) OK 69ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Int16)) OK 76ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(Int8))) OK 92ms
/aggregate functions/state/last_valueState/Map(UInt128,DateTime64(3)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int64,UInt8) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Int32)) OK 68ms
/aggregate functions/state/last_valueState/Map(UInt128,Bool) OK 73ms
/aggregate functions/state/first_valueState/Map(Int64,UInt16) OK 83ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Int64)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt128,String) OK 68ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/state/first_valueState/Map(Int64,UInt32) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Int128)) OK 98ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 95ms
/aggregate functions/state/last_valueState/Map(UInt128,FixedString(51)) OK 68ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/first_valueState/Map(Int64,UInt64) OK 71ms
/aggregate functions/state/last_valueState/Map(UInt128,UUID) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Float32)) OK 97ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/state/first_valueState/Map(Int64,UInt128) OK 84ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(UInt8)) OK 71ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 98ms
/aggregate functions/state/first_valueState/Map(Int64,Int8) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Float64)) OK 93ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(UInt16)) OK 122ms
/aggregate functions/state/first_valueState/Map(Int64,Int16) OK 99ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Date)) OK 85ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(UInt32)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/first_valueState/Map(Int64,Int32) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(DateTime)) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(UInt64)) OK 90ms
/aggregate functions/state/first_valueState/Map(Int64,Int64) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Bool)) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(UInt128)) OK 85ms
/aggregate functions/state/first_valueState/Map(Int64,Int128) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(Int64))) OK 91ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(String)) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(Int8)) OK 93ms
/aggregate functions/state/first_valueState/Map(Int64,Float32) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(Int16)) OK 106ms
/aggregate functions/state/first_valueState/Map(Int64,Float64) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(Float32))) OK 106ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(UUID)) OK 91ms
/aggregate functions/state/first_valueState/Map(Int64,Decimal128(38)) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(Int32)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 97ms
/aggregate functions/state/entropyState/Map(Int64,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/first_valueState/Map(Int64,Date) OK 92ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(Int64)) OK 80ms
/aggregate functions/state/entropyState/Map(Int64,Array(String)) OK 94ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(Int128)) OK 83ms
/aggregate functions/state/first_valueState/Map(Int64,DateTime) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/state/entropyState/Map(Int64,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/state/first_valueState/Map(Int64,DateTime64(3)) OK 92ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(Float32)) OK 83ms
/aggregate functions/state/entropyState/Map(Int64,Tuple(String)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(Float64)) OK 102ms
/aggregate functions/state/first_valueState/Map(Int64,Bool) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/state/entropyState/Map(Int128,UInt8) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/first_valueState/Map(Int64,String) OK 84ms
/aggregate functions/state/entropyState/Map(Int128,UInt16) OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/state/first_valueState/Map(Int64,FixedString(51)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int32,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/entropyState/Map(Int128,UInt32) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(Date)) OK 87ms
/aggregate functions/state/first_valueState/Map(Int64,UUID) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int32,Array(String)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/entropyState/Map(Int128,UInt64) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(DateTime)) OK 91ms
/aggregate functions/state/groupArrayState/Map(Int32,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(UInt8)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(Int64))) OK 91ms
/aggregate functions/state/entropyState/Map(Int128,UInt128) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(UInt16)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int32,Tuple(String)) OK 98ms
/aggregate functions/state/entropyState/Map(Int128,Int8) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(Bool)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(UInt32)) OK 79ms
/aggregate functions/state/entropyState/Map(Int128,Int16) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int64,UInt8) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(String)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(UInt64)) OK 84ms
/aggregate functions/state/entropyState/Map(Int128,Int32) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int64,UInt16) OK 91ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(UInt128)) OK 77ms
/aggregate functions/state/entropyState/Map(Int128,Int64) OK 85ms
/aggregate functions/state/last_valueState/Map(UInt128,Nullable(UUID)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int64,UInt32) OK 88ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(Int8)) OK 80ms
/aggregate functions/state/entropyState/Map(Int128,Int128) OK 88ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/state/groupArrayState/Map(Int64,UInt64) OK 79ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(Int16)) OK 79ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(UInt16)) OK 94ms
/aggregate functions/state/entropyState/Map(Int128,Float32) OK 108ms
/aggregate functions/state/groupArrayState/Map(Int64,UInt128) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(Int32)) OK 75ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(UInt32)) OK 102ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(String))) OK 98ms
/aggregate functions/state/groupArrayState/Map(Int64,Int8) OK 82ms
/aggregate functions/state/entropyState/Map(Int128,Float64) OK 71ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(Int64)) OK 83ms
/aggregate functions/state/entropyState/Map(Int128,Decimal128(38)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int64,Int16) OK 111ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(UInt64)) OK 104ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(Int128)) OK 83ms
/aggregate functions/state/entropyState/Map(Int128,Date) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(Float32)) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int64,Int32) OK 80ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/entropyState/Map(Int128,DateTime) OK 76ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(Float64)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Array(String)) OK 94ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Int8)) OK 92ms
/aggregate functions/state/groupArrayState/Map(Int64,Int64) OK 69ms
/aggregate functions/state/entropyState/Map(Int128,DateTime64(3)) OK 67ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/state/groupArrayState/Map(Int64,Int128) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Int16)) OK 74ms
/aggregate functions/state/entropyState/Map(Int128,Bool) OK 70ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(Date)) OK 87ms
/aggregate functions/state/groupArrayState/Map(Int64,Float32) OK 119ms
/aggregate functions/state/groupUniqArrayState/Map(Int8,Tuple(String)) OK 69ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Int32)) OK 100ms
/aggregate functions/state/entropyState/Map(Int128,String) OK 102ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(DateTime)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,UInt8) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int64,Float64) OK 84ms
/aggregate functions/state/entropyState/Map(Int128,FixedString(51)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,UInt16) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/entropyState/Map(Int128,UUID) OK 93ms
/aggregate functions/state/groupArrayState/Map(Int64,Decimal128(38)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(Bool)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,UInt32) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Float32)) OK 94ms
/aggregate functions/state/groupArrayState/Map(Int64,Date) OK 95ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(UInt8)) OK 94ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(String)) OK 161ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,UInt64) OK 148ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Float64)) OK 99ms
/aggregate functions/state/groupArrayState/Map(Int64,DateTime) OK 98ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(UInt16)) OK 148ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(FixedString(51))) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,UInt128) OK 102ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Date)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int64,DateTime64(3)) OK 82ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(UInt32)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int64,Bool) OK 90ms
/aggregate functions/state/first_valueState/Map(Int64,Nullable(UUID)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Int8) OK 84ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(UInt64)) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Bool)) OK 72ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(UInt8)) OK 102ms
/aggregate functions/state/groupArrayState/Map(Int64,String) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Int16) OK 96ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(UInt128)) OK 76ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(String)) OK 87ms
/aggregate functions/state/groupArrayState/Map(Int64,FixedString(51)) OK 81ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Int32) OK 80ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(Int8)) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int64,UUID) OK 91ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(UInt32)) OK 104ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Int64) OK 88ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(Int16)) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(UUID)) OK 87ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(UInt8)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Int128) OK 88ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(UInt64)) OK 73ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(Int32)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(UInt16)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Float32) OK 83ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(Int64)) OK 81ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(UInt32)) OK 82ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Float64) OK 83ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(Int128)) OK 82ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(UInt64)) OK 73ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Decimal128(38)) OK 83ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(Float32)) OK 130ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 98ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(UInt128)) OK 90ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Int32)) OK 116ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Date) OK 101ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(Int8)) OK 87ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(Float64)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,DateTime) OK 82ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Int64)) OK 70ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(Int16)) OK 71ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Int128)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,DateTime64(3)) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(Int32)) OK 78ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 106ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(Date)) OK 96ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Float32)) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Bool) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(Int64)) OK 74ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(DateTime)) OK 89ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,String) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(Int128)) OK 78ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,FixedString(51)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(Float32)) OK 70ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Date)) OK 74ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(Bool)) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(Float64)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,UUID) OK 84ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(String)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(UInt8)) OK 84ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(Date)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(String)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(UInt16)) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/entropyState/Map(Int128,Nullable(UUID)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(DateTime)) OK 95ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(UInt32)) OK 79ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(UInt8)) OK 94ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 94ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(UUID)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(UInt64)) OK 78ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(Bool)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(UInt128)) OK 81ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(String)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(Int8)) OK 83ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(UInt64)) OK 85ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(Int16)) OK 86ms
/aggregate functions/state/last_valueState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int64,Nullable(UUID)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(Int32)) OK 83ms
/aggregate functions/state/last_valueState/Map(UInt128,Array(String)) OK 99ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Int8)) OK 99ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(Int64)) OK 71ms
/aggregate functions/state/last_valueState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(UInt16)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(Int128)) OK 91ms
/aggregate functions/state/last_valueState/Map(UInt128,Tuple(String)) OK 74ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(UInt32)) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(Float32)) OK 95ms
/aggregate functions/state/last_valueState/Map(Int8,UInt8) OK 72ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Int64)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(UInt64)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(Float64)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,UInt16) OK 80ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Int128)) OK 78ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(Int64))) OK 89ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/state/last_valueState/Map(Int8,UInt32) OK 70ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Int8)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(Date)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,UInt64) OK 84ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Float64)) OK 82ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Int16)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(DateTime)) OK 87ms
/aggregate functions/state/last_valueState/Map(Int8,UInt128) OK 78ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Date)) OK 82ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(DateTime64(3))) OK 88ms
/aggregate functions/state/last_valueState/Map(Int8,Int8) OK 83ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(DateTime)) OK 100ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(Bool)) OK 99ms
/aggregate functions/state/last_valueState/Map(Int8,Int16) OK 72ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Bool)) OK 91ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Int128)) OK 74ms
/aggregate functions/state/last_valueState/Map(Int8,Int32) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(String)) OK 79ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(String)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Float32)) OK 68ms
/aggregate functions/state/last_valueState/Map(Int8,Int64) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(FixedString(51))) OK 83ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Float64)) OK 73ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/last_valueState/Map(Int8,Int128) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Nullable(UUID)) OK 109ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Date)) OK 94ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,Float32) OK 75ms
/aggregate functions/state/first_valueState/Map(Int64,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(UInt8)) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,Float64) OK 86ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/state/first_valueState/Map(Int64,Array(String)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Bool)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(UInt16)) OK 80ms
/aggregate functions/state/last_valueState/Map(Int8,Decimal128(38)) OK 71ms
/aggregate functions/state/first_valueState/Map(Int64,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(String)) OK 90ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(UInt32)) OK 73ms
/aggregate functions/state/last_valueState/Map(Int8,Date) OK 71ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 108ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(UInt64)) OK 106ms
/aggregate functions/state/first_valueState/Map(Int64,Tuple(String)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,DateTime) OK 70ms
/aggregate functions/state/first_valueState/Map(Int128,UInt8) OK 87ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,DateTime64(3)) OK 70ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(UInt128)) OK 91ms
/aggregate functions/state/last_valueState/Map(Int8,Bool) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/first_valueState/Map(Int128,UInt16) OK 77ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/last_valueState/Map(Int8,String) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/first_valueState/Map(Int128,UInt32) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Int16)) OK 69ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(Int16))) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/state/first_valueState/Map(Int128,UInt64) OK 81ms
/aggregate functions/state/last_valueState/Map(Int8,FixedString(51)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Int32)) OK 69ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/state/last_valueState/Map(Int8,UUID) OK 84ms
/aggregate functions/state/first_valueState/Map(Int128,UInt128) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/first_valueState/Map(Int128,Int8) OK 86ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(UInt8)) OK 69ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(UInt16)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/first_valueState/Map(Int128,Int16) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(Float32))) OK 66ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(UInt32)) OK 77ms
/aggregate functions/state/first_valueState/Map(Int128,Int32) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(UInt64)) OK 77ms
/aggregate functions/state/first_valueState/Map(Int128,Int64) OK 67ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Date)) OK 71ms
/aggregate functions/state/first_valueState/Map(Int128,Int128) OK 71ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(UInt128)) OK 70ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int128,Float32) OK 77ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(Int8)) OK 67ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(Int16)) OK 80ms
/aggregate functions/state/first_valueState/Map(Int128,Float64) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(String)) OK 67ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(Int32)) OK 77ms
/aggregate functions/state/first_valueState/Map(Int128,Decimal128(38)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(Int64)) OK 86ms
/aggregate functions/state/first_valueState/Map(Int128,Date) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(UUID)) OK 193ms
/aggregate functions/state/entropyState/Map(Int128,LowCardinality(Nullable(UUID))) OK 185ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(Date))) OK 185ms
/aggregate functions/state/first_valueState/Map(Int128,DateTime) OK 635ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(Int128)) OK 625ms
/aggregate functions/state/entropyState/Map(Int128,Array(String)) OK 500ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 493ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 494ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 154ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(Bool))) OK 154ms
/aggregate functions/state/entropyState/Map(Int128,Map(String,LowCardinality(Float64))) OK 146ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(Float32)) OK 152ms
/aggregate functions/state/first_valueState/Map(Int128,DateTime64(3)) OK 64ms
/aggregate functions/state/first_valueState/Map(Int128,Bool) OK 160ms
/aggregate functions/state/entropyState/Map(Int128,Tuple(String)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(Float64)) OK 76ms
/aggregate functions/state/entropyState/Map(Date,UInt8) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/state/first_valueState/Map(Int128,String) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/entropyState/Map(Date,UInt16) OK 95ms
/aggregate functions/state/first_valueState/Map(Int128,FixedString(51)) OK 100ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(Date)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int64,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(DateTime)) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int64,Array(String)) OK 79ms
/aggregate functions/state/entropyState/Map(Date,UInt32) OK 84ms
/aggregate functions/state/first_valueState/Map(Int128,UUID) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int64,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(UInt8)) OK 79ms
/aggregate functions/state/entropyState/Map(Date,UInt64) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int64,Tuple(String)) OK 89ms
/aggregate functions/state/entropyState/Map(Date,UInt128) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(Bool)) OK 86ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(UInt16)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/state/entropyState/Map(Date,Int8) OK 98ms
/aggregate functions/state/groupArrayState/Map(Int128,UInt8) OK 88ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(UInt32)) OK 73ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(String)) OK 92ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(UInt64)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int128,UInt16) OK 89ms
/aggregate functions/state/entropyState/Map(Date,Int16) OK 80ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(FixedString(51))) OK 73ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(UInt128)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/state/last_valueState/Map(Int8,Nullable(UUID)) OK 84ms
/aggregate functions/state/entropyState/Map(Date,Int32) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int128,UInt32) OK 73ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(Int8)) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(Float64))) OK 97ms
/aggregate functions/state/groupArrayState/Map(Int128,UInt64) OK 92ms
/aggregate functions/state/entropyState/Map(Date,Int64) OK 79ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(UInt8)) OK 92ms
/aggregate functions/state/entropyState/Map(Date,Int128) OK 108ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(Int16)) OK 88ms
/aggregate functions/state/groupArrayState/Map(Int128,UInt128) OK 114ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(UInt16)) OK 93ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(Int32)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/state/entropyState/Map(Date,Float32) OK 79ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(UInt32)) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int128,Int8) OK 78ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(Int64)) OK 93ms
/aggregate functions/state/entropyState/Map(Date,Float64) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(UInt64)) OK 67ms
/aggregate functions/state/groupArrayState/Map(Int128,Int16) OK 84ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(UInt128)) OK 88ms
/aggregate functions/state/entropyState/Map(Date,Decimal128(38)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(Int128)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int128,Int32) OK 74ms
/aggregate functions/state/entropyState/Map(Date,Date) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 102ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Int8)) OK 70ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(Float32)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int128,Int64) OK 88ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Int16)) OK 85ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(Float64)) OK 82ms
/aggregate functions/state/entropyState/Map(Date,DateTime) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int128,Int128) OK 77ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Int32)) OK 98ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(Decimal128(38))) OK 96ms
/aggregate functions/state/entropyState/Map(Date,DateTime64(3)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Array(String)) OK 91ms
/aggregate functions/state/groupArrayState/Map(Int128,Float32) OK 87ms
/aggregate functions/state/entropyState/Map(Date,Bool) OK 71ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Int64)) OK 91ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(Date)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Map(String,LowCardinality(Float64))) OK 90ms
/aggregate functions/state/groupArrayState/Map(Int128,Float64) OK 75ms
/aggregate functions/state/entropyState/Map(Date,String) OK 75ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(DateTime)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int128,Decimal128(38)) OK 80ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int16,Tuple(String)) OK 75ms
/aggregate functions/state/entropyState/Map(Date,FixedString(51)) OK 69ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(DateTime64(3))) OK 111ms
/aggregate functions/state/groupArrayState/Map(Int128,Date) OK 108ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Float32)) OK 104ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,UInt8) OK 94ms
/aggregate functions/state/entropyState/Map(Date,UUID) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,UInt16) OK 89ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(Bool)) OK 94ms
/aggregate functions/state/groupArrayState/Map(Int128,DateTime) OK 80ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/entropyState/Map(Date,Nullable(UInt8)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Date)) OK 99ms
/aggregate functions/state/groupArrayState/Map(Int128,DateTime64(3)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,UInt32) OK 85ms
/aggregate functions/state/entropyState/Map(Date,Nullable(UInt16)) OK 75ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(String)) OK 89ms
/aggregate functions/state/groupArrayState/Map(Int128,Bool) OK 85ms
/aggregate functions/state/entropyState/Map(Date,Nullable(UInt32)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,UInt64) OK 99ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(DateTime)) OK 88ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(FixedString(51))) OK 69ms
/aggregate functions/state/groupArrayState/Map(Int128,String) OK 82ms
/aggregate functions/state/entropyState/Map(Date,Nullable(UInt64)) OK 74ms
/aggregate functions/state/first_valueState/Map(Int128,Nullable(UUID)) OK 63ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Bool)) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,UInt128) OK 84ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(UInt8)) OK 76ms
/aggregate functions/state/entropyState/Map(Date,Nullable(UInt128)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int128,FixedString(51)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Int8) OK 70ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(String)) OK 72ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/groupArrayState/Map(Int128,UUID) OK 73ms
/aggregate functions/state/entropyState/Map(Date,Nullable(Int8)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Int16) OK 71ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(UInt8)) OK 79ms
/aggregate functions/state/entropyState/Map(Date,Nullable(Int16)) OK 84ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(UInt32)) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Int32) OK 69ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(UInt16)) OK 72ms
/aggregate functions/state/entropyState/Map(Date,Nullable(Int32)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Int64) OK 74ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 104ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(UInt32)) OK 72ms
/aggregate functions/state/entropyState/Map(Date,Nullable(Int64)) OK 132ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Int128) OK 133ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(UInt64)) OK 85ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Int8)) OK 85ms
/aggregate functions/state/entropyState/Map(Date,Nullable(Int128)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Float32) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(UInt128)) OK 91ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Int16)) OK 90ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Float64) OK 107ms
/aggregate functions/state/entropyState/Map(Date,Nullable(Float32)) OK 83ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(Int8)) OK 82ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Int32)) OK 89ms
/aggregate functions/state/entropyState/Map(Date,Nullable(Float64)) OK 87ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 102ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(Int16)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Decimal128(38)) OK 80ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Int64)) OK 90ms
/aggregate functions/state/entropyState/Map(Date,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(Int32)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Date) OK 86ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/entropyState/Map(Date,Nullable(Date)) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(Int64)) OK 107ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,DateTime) OK 81ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Float32)) OK 76ms
/aggregate functions/state/entropyState/Map(Date,Nullable(DateTime)) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,DateTime64(3)) OK 81ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Float64)) OK 91ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(Int128)) OK 82ms
/aggregate functions/state/entropyState/Map(Date,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Bool) OK 81ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Date)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(Float32)) OK 78ms
/aggregate functions/state/entropyState/Map(Date,Nullable(Bool)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,String) OK 71ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(Int128))) OK 89ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(DateTime)) OK 100ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(Float64)) OK 100ms
/aggregate functions/state/entropyState/Map(Date,Nullable(String)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,FixedString(51)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Bool)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(Decimal128(38))) OK 87ms
/aggregate functions/state/entropyState/Map(Date,Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,UUID) OK 77ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(String)) OK 87ms
/aggregate functions/state/entropyState/Map(Date,Nullable(UUID)) OK 83ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(Date)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(UInt8)) OK 76ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(DateTime)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(UInt16)) OK 73ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(UInt16)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(UInt32)) OK 77ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 97ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(UInt32)) OK 98ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(Bool)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(UInt64)) OK 83ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(String)) OK 109ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(UInt128)) OK 96ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(UInt64)) OK 102ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(Int8)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/last_valueState/Map(Int8,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(Int16)) OK 99ms
/aggregate functions/state/groupArrayState/Map(Int128,Nullable(UUID)) OK 80ms
/aggregate functions/state/last_valueState/Map(Int8,Array(String)) OK 72ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Int8)) OK 88ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/state/last_valueState/Map(Int8,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(Int32)) OK 79ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Int16)) OK 74ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(Int8))) OK 95ms
/aggregate functions/state/last_valueState/Map(Int8,Tuple(String)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(Int64)) OK 81ms
/aggregate functions/state/last_valueState/Map(Int16,UInt8) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(UInt32)) OK 97ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(Int128)) OK 88ms
/aggregate functions/state/last_valueState/Map(Int16,UInt16) OK 89ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Int128)) OK 87ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(UInt64)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(Float32)) OK 79ms
/aggregate functions/state/last_valueState/Map(Int16,UInt32) OK 75ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(Float64)) OK 76ms
/aggregate functions/state/last_valueState/Map(Int16,UInt64) OK 84ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Int8)) OK 87ms
/aggregate functions/state/last_valueState/Map(Int16,UInt128) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(Date)) OK 94ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Date)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Int16)) OK 91ms
/aggregate functions/state/last_valueState/Map(Int16,Int8) OK 72ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(DateTime)) OK 88ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(DateTime)) OK 70ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int16,Int16) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(DateTime64(3))) OK 108ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Int64)) OK 89ms
/aggregate functions/state/last_valueState/Map(Int16,Int32) OK 75ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(String)) OK 89ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(Bool)) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/last_valueState/Map(Int16,Int64) OK 150ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(FixedString(51))) OK 109ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(Bool))) OK 107ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(String)) OK 139ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Float32)) OK 154ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(UUID)) OK 95ms
/aggregate functions/state/last_valueState/Map(Int16,Int128) OK 85ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(FixedString(51))) OK 90ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Float64)) OK 81ms
/aggregate functions/state/last_valueState/Map(Int16,Float32) OK 94ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(UInt8))) OK 67ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Nullable(UUID)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Date)) OK 81ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/state/last_valueState/Map(Int16,Float64) OK 79ms
/aggregate functions/state/first_valueState/Map(Int128,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/state/first_valueState/Map(Int128,Array(String)) OK 75ms
/aggregate functions/state/last_valueState/Map(Int16,Decimal128(38)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Bool)) OK 85ms
/aggregate functions/state/first_valueState/Map(Int128,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/last_valueState/Map(Int16,Date) OK 87ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/first_valueState/Map(Int128,Tuple(String)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(String)) OK 81ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/last_valueState/Map(Int16,DateTime) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(UInt64)) OK 74ms
/aggregate functions/state/first_valueState/Map(Date,UInt8) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/last_valueState/Map(Int16,DateTime64(3)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(UInt128)) OK 119ms
/aggregate functions/state/first_valueState/Map(Date,UInt16) OK 79ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(UUID)) OK 102ms
/aggregate functions/state/last_valueState/Map(Int16,Bool) OK 84ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Int8)) OK 86ms
/aggregate functions/state/first_valueState/Map(Date,UInt32) OK 72ms
/aggregate functions/state/last_valueState/Map(Int16,String) OK 84ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(Int32))) OK 92ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/first_valueState/Map(Date,UInt64) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Int16)) OK 80ms
/aggregate functions/state/last_valueState/Map(Int16,FixedString(51)) OK 82ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Int32)) OK 96ms
/aggregate functions/state/first_valueState/Map(Date,UInt128) OK 94ms
/aggregate functions/state/last_valueState/Map(Int16,UUID) OK 86ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Int64)) OK 97ms
/aggregate functions/state/first_valueState/Map(Date,Int8) OK 81ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(UInt8)) OK 95ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/first_valueState/Map(Date,Int16) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Int128)) OK 109ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(UInt16)) OK 88ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/first_valueState/Map(Date,Int32) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(UInt32)) OK 89ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/first_valueState/Map(Date,Int64) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Float64)) OK 106ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(UInt64)) OK 96ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/state/first_valueState/Map(Date,Int128) OK 80ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(UInt128)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Date)) OK 81ms
/aggregate functions/state/first_valueState/Map(Date,Float32) OK 75ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(Int8)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(DateTime)) OK 90ms
/aggregate functions/state/first_valueState/Map(Date,Float64) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(Int16)) OK 77ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Bool)) OK 81ms
/aggregate functions/state/first_valueState/Map(Date,Decimal128(38)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(Int32)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(String)) OK 107ms
/aggregate functions/state/first_valueState/Map(Date,Date) OK 98ms
/aggregate functions/state/entropyState/Map(Date,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(Int64)) OK 74ms
/aggregate functions/state/entropyState/Map(Date,Array(String)) OK 75ms
/aggregate functions/state/first_valueState/Map(Date,DateTime) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(FixedString(51))) OK 95ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(Int128)) OK 88ms
/aggregate functions/state/entropyState/Map(Date,Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/state/first_valueState/Map(Date,DateTime64(3)) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(UUID)) OK 92ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(Float32)) OK 76ms
/aggregate functions/state/entropyState/Map(Date,Tuple(String)) OK 85ms
/aggregate functions/state/first_valueState/Map(Date,Bool) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(Float64)) OK 88ms
/aggregate functions/state/entropyState/Map(DateTime,UInt8) OK 84ms
/aggregate functions/state/first_valueState/Map(Date,String) OK 85ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(Decimal128(38))) OK 90ms
/aggregate functions/state/entropyState/Map(DateTime,UInt16) OK 78ms
/aggregate functions/state/first_valueState/Map(Date,FixedString(51)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(Date)) OK 79ms
/aggregate functions/state/entropyState/Map(DateTime,UInt32) OK 80ms
/aggregate functions/state/first_valueState/Map(Date,UUID) OK 84ms
/aggregate functions/state/groupArrayState/Map(Int128,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(DateTime)) OK 75ms
/aggregate functions/state/entropyState/Map(DateTime,UInt64) OK 92ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(UInt8)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Int128,Array(String)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(UInt16)) OK 75ms
/aggregate functions/state/entropyState/Map(DateTime,UInt128) OK 90ms
/aggregate functions/state/groupArrayState/Map(Int128,Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(Bool)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(UInt32)) OK 83ms
/aggregate functions/state/entropyState/Map(DateTime,Int8) OK 73ms
/aggregate functions/state/groupArrayState/Map(Int128,Tuple(String)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(Int16))) OK 95ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(String)) OK 76ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(UInt64)) OK 92ms
/aggregate functions/state/entropyState/Map(DateTime,Int16) OK 69ms
/aggregate functions/state/groupArrayState/Map(Date,UInt8) OK 71ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/entropyState/Map(DateTime,Int32) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(UInt128)) OK 71ms
/aggregate functions/state/groupArrayState/Map(Date,UInt16) OK 89ms
/aggregate functions/state/last_valueState/Map(Int16,Nullable(UUID)) OK 80ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(Int8)) OK 82ms
/aggregate functions/state/entropyState/Map(DateTime,Int64) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/groupArrayState/Map(Date,UInt32) OK 83ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(UInt8)) OK 83ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(Int16)) OK 86ms
/aggregate functions/state/entropyState/Map(DateTime,Int128) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(Int128))) OK 96ms
/aggregate functions/state/groupArrayState/Map(Date,UInt64) OK 73ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/entropyState/Map(DateTime,Float32) OK 84ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(Int32)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Date,UInt128) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(UInt32)) OK 87ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(Int64)) OK 83ms
/aggregate functions/state/entropyState/Map(DateTime,Float64) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/groupArrayState/Map(Date,Int8) OK 75ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(UInt64)) OK 77ms
/aggregate functions/state/entropyState/Map(DateTime,Decimal128(38)) OK 81ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(Int128)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/state/groupArrayState/Map(Date,Int16) OK 72ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/entropyState/Map(DateTime,Date) OK 81ms
/aggregate functions/state/groupArrayState/Map(Date,Int32) OK 76ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(Float32)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Int8)) OK 84ms
/aggregate functions/state/entropyState/Map(DateTime,DateTime) OK 86ms
/aggregate functions/state/groupArrayState/Map(Date,Int64) OK 83ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(Float64)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Int16)) OK 70ms
/aggregate functions/state/entropyState/Map(DateTime,DateTime64(3)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Date,Int128) OK 74ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Int32)) OK 82ms
/aggregate functions/state/entropyState/Map(DateTime,Bool) OK 83ms
/aggregate functions/state/groupArrayState/Map(Date,Float32) OK 76ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(Date)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Date,Float64) OK 96ms
/aggregate functions/state/entropyState/Map(DateTime,String) OK 89ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(DateTime)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Int128)) OK 74ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(DateTime64(3))) OK 85ms
/aggregate functions/state/entropyState/Map(DateTime,FixedString(51)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Date,Decimal128(38)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Array(String)) OK 80ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Float32)) OK 83ms
/aggregate functions/state/groupArrayState/Map(Date,Date) OK 93ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(Bool)) OK 80ms
/aggregate functions/state/entropyState/Map(DateTime,UUID) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Float64)) OK 82ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(UInt8)) OK 86ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(String)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Date,DateTime) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int32,Tuple(String)) OK 83ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Date)) OK 122ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(FixedString(51))) OK 123ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(UInt16)) OK 114ms
/aggregate functions/state/groupArrayState/Map(Date,DateTime64(3)) OK 103ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,UInt8) OK 125ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/first_valueState/Map(Date,Nullable(UUID)) OK 86ms
/aggregate functions/state/groupArrayState/Map(Date,Bool) OK 81ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(UInt32)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,UInt16) OK 75ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Date,String) OK 84ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(UInt8)) OK 92ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(UInt64)) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,UInt32) OK 77ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(String)) OK 80ms
/aggregate functions/state/groupArrayState/Map(Date,FixedString(51)) OK 89ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(UInt16)) OK 82ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(UInt128)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,UInt64) OK 74ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/state/groupArrayState/Map(Date,UUID) OK 78ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(UInt32)) OK 90ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(Int8)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,UInt128) OK 80ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(UInt8)) OK 72ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(Int16)) OK 91ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(UInt64)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Int8) OK 76ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(UInt16)) OK 88ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(Int32)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Int16) OK 88ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(UInt128)) OK 87ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(UInt32)) OK 71ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(Int64)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Int32) OK 82ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Int8)) OK 68ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(UInt64)) OK 93ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(Int128)) OK 102ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Int16)) OK 89ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Int64) OK 84ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(UInt128)) OK 77ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 96ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Int32)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Int128) OK 80ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(Float32)) OK 87ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(Int8)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Float32) OK 97ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(Float64)) OK 93ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Int64)) OK 89ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(Int16)) OK 72ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Float64) OK 78ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(Int32)) OK 71ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Decimal128(38)) OK 97ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Float32)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(Int64)) OK 75ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(Date)) OK 141ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(Int64))) OK 122ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Float64)) OK 101ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(Int128)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Date) OK 170ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(DateTime)) OK 112ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(Float32)) OK 81ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Date)) OK 88ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(Float64)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,DateTime) OK 82ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,DateTime64(3)) OK 76ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(Bool)) OK 90ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Bool) OK 103ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(Date)) OK 82ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(String)) OK 81ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(String)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(DateTime)) OK 90ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,String) OK 78ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/entropyState/Map(DateTime,Nullable(UUID)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,FixedString(51)) OK 87ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(UInt8)) OK 101ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(Bool)) OK 78ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,UUID) OK 83ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(String)) OK 80ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(UInt8)) OK 76ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/last_valueState/Map(Int16,LowCardinality(Nullable(UUID))) OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(UInt16)) OK 81ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(UInt32))) OK 92ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Date,Nullable(UUID)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(UInt32)) OK 71ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/last_valueState/Map(Int16,Array(String)) OK 85ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(UInt8)) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(UInt64)) OK 89ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(UInt128)) OK 99ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/last_valueState/Map(Int16,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(UInt128)) OK 82ms
/aggregate functions/state/last_valueState/Map(Int16,Tuple(String)) OK 101ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Int8)) OK 87ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(Int8)) OK 69ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Int16)) OK 99ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/state/last_valueState/Map(Int32,UInt8) OK 89ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(Int16)) OK 75ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/last_valueState/Map(Int32,UInt16) OK 85ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Int32)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(UInt128)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(Int32)) OK 78ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(Int64))) OK 97ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Int64)) OK 94ms
/aggregate functions/state/last_valueState/Map(Int32,UInt32) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(Int64)) OK 82ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Int8)) OK 82ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(Int128))) OK 96ms
/aggregate functions/state/last_valueState/Map(Int32,UInt64) OK 76ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(Int128)) OK 92ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Int16)) OK 93ms
/aggregate functions/state/last_valueState/Map(Int32,UInt128) OK 81ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(Float32)) OK 92ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/last_valueState/Map(Int32,Int8) OK 97ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(Float64))) OK 89ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Int64)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(Float64)) OK 75ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Date)) OK 80ms
/aggregate functions/state/last_valueState/Map(Int32,Int16) OK 77ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int32,Int32) OK 67ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(Date)) OK 73ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/last_valueState/Map(Int32,Int64) OK 81ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Bool)) OK 89ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(DateTime)) OK 82ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/last_valueState/Map(Int32,Int128) OK 81ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(String)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(DateTime64(3))) OK 96ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Date)) OK 72ms
/aggregate functions/state/last_valueState/Map(Int32,Float32) OK 74ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(FixedString(51))) OK 103ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(DateTime)) OK 133ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(Bool)) OK 77ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 119ms
/aggregate functions/state/last_valueState/Map(Int32,Float64) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(String)) OK 113ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(UUID)) OK 112ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Bool)) OK 91ms
/aggregate functions/state/first_valueState/Map(Date,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/state/last_valueState/Map(Int32,Decimal128(38)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(FixedString(51))) OK 89ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/first_valueState/Map(Date,Array(String)) OK 97ms
/aggregate functions/state/last_valueState/Map(Int32,Date) OK 77ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(String)) OK 80ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Nullable(UUID)) OK 98ms
/aggregate functions/state/last_valueState/Map(Int32,DateTime) OK 80ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/first_valueState/Map(Date,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/state/last_valueState/Map(Int32,DateTime64(3)) OK 90ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(UUID)) OK 76ms
/aggregate functions/state/first_valueState/Map(Date,Tuple(String)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(UInt8)) OK 85ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 68ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/first_valueState/Map(DateTime,UInt8) OK 79ms
/aggregate functions/state/last_valueState/Map(Int32,Bool) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(UInt16)) OK 82ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/state/first_valueState/Map(DateTime,UInt16) OK 83ms
/aggregate functions/state/last_valueState/Map(Int32,String) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(UInt32)) OK 95ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 92ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/first_valueState/Map(DateTime,UInt32) OK 112ms
/aggregate functions/state/last_valueState/Map(Int32,FixedString(51)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/last_valueState/Map(Int32,UUID) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(UInt128)) OK 87ms
/aggregate functions/state/first_valueState/Map(DateTime,UInt64) OK 77ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(UInt8)) OK 72ms
/aggregate functions/state/first_valueState/Map(DateTime,UInt128) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 91ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(UInt16)) OK 73ms
/aggregate functions/state/first_valueState/Map(DateTime,Int8) OK 139ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Int16)) OK 129ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(Int16))) OK 95ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(UInt32)) OK 85ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(Int32))) OK 109ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 103ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/first_valueState/Map(DateTime,Int16) OK 86ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(UInt64)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Int64)) OK 108ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(UInt128)) OK 112ms
/aggregate functions/state/first_valueState/Map(DateTime,Int32) OK 85ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 99ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/state/first_valueState/Map(DateTime,Int64) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Int128)) OK 85ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(Int8)) OK 81ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/state/first_valueState/Map(DateTime,Int128) OK 75ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(Int16)) OK 77ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/first_valueState/Map(DateTime,Float32) OK 76ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(Float64))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Float64)) OK 82ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(Int32)) OK 72ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/first_valueState/Map(DateTime,Float64) OK 77ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(Int64)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Date)) OK 84ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/state/first_valueState/Map(DateTime,Decimal128(38)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(Int128)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/state/first_valueState/Map(DateTime,Date) OK 76ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(Float32)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Bool)) OK 85ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/state/entropyState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/first_valueState/Map(DateTime,DateTime) OK 69ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(Float64)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(String)) OK 74ms
/aggregate functions/state/first_valueState/Map(DateTime,DateTime64(3)) OK 84ms
/aggregate functions/state/entropyState/Map(DateTime,Array(String)) OK 81ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(Decimal128(38))) OK 94ms
/aggregate functions/state/first_valueState/Map(DateTime,Bool) OK 77ms
/aggregate functions/state/entropyState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(UUID)) OK 86ms
/aggregate functions/state/groupArrayState/Map(Date,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(Date)) OK 104ms
/aggregate functions/state/first_valueState/Map(DateTime,String) OK 106ms
/aggregate functions/state/entropyState/Map(DateTime,Tuple(String)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/groupArrayState/Map(Date,Array(String)) OK 81ms
/aggregate functions/state/entropyState/Map(Bool,UInt8) OK 72ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(DateTime)) OK 75ms
/aggregate functions/state/first_valueState/Map(DateTime,FixedString(51)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/entropyState/Map(Bool,UInt16) OK 87ms
/aggregate functions/state/groupArrayState/Map(Date,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/first_valueState/Map(DateTime,UUID) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 68ms
/aggregate functions/state/groupArrayState/Map(Date,Tuple(String)) OK 85ms
/aggregate functions/state/entropyState/Map(Bool,UInt32) OK 86ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(Bool)) OK 74ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(UInt8)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(String)) OK 87ms
/aggregate functions/state/groupArrayState/Map(DateTime,UInt8) OK 78ms
/aggregate functions/state/entropyState/Map(Bool,UInt64) OK 81ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(UInt16)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/groupArrayState/Map(DateTime,UInt16) OK 89ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(FixedString(51))) OK 94ms
/aggregate functions/state/entropyState/Map(Bool,UInt128) OK 87ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(UInt32)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/groupArrayState/Map(DateTime,UInt32) OK 85ms
/aggregate functions/state/entropyState/Map(Bool,Int8) OK 92ms
/aggregate functions/state/last_valueState/Map(Int32,Nullable(UUID)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(UInt64)) OK 83ms
/aggregate functions/state/groupArrayState/Map(DateTime,UInt64) OK 78ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/entropyState/Map(Bool,Int16) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(UInt128)) OK 76ms
/aggregate functions/state/groupArrayState/Map(DateTime,UInt128) OK 75ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(UInt16)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(Int8)) OK 74ms
/aggregate functions/state/entropyState/Map(Bool,Int32) OK 73ms
/aggregate functions/state/groupArrayState/Map(DateTime,Int8) OK 72ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(Int16)) OK 84ms
/aggregate functions/state/entropyState/Map(Bool,Int64) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/groupArrayState/Map(DateTime,Int16) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(Int32)) OK 75ms
/aggregate functions/state/entropyState/Map(Bool,Int128) OK 76ms
/aggregate functions/state/groupArrayState/Map(DateTime,Int32) OK 74ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(Int64)) OK 76ms
/aggregate functions/state/entropyState/Map(Bool,Float32) OK 143ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(Float64))) OK 141ms
/aggregate functions/state/groupArrayState/Map(DateTime,Int64) OK 98ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Int8)) OK 129ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(Int128)) OK 122ms
/aggregate functions/state/entropyState/Map(Bool,Float64) OK 74ms
/aggregate functions/state/groupArrayState/Map(DateTime,Int128) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(Float32)) OK 74ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/groupArrayState/Map(DateTime,Float32) OK 91ms
/aggregate functions/state/entropyState/Map(Bool,Decimal128(38)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 65ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(Float64)) OK 90ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Int32)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/entropyState/Map(Bool,Date) OK 76ms
/aggregate functions/state/groupArrayState/Map(DateTime,Float64) OK 78ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(String))) OK 106ms
/aggregate functions/state/entropyState/Map(Bool,DateTime) OK 94ms
/aggregate functions/state/groupArrayState/Map(DateTime,Decimal128(38)) OK 99ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Int128)) OK 95ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(Date)) OK 83ms
/aggregate functions/state/entropyState/Map(Bool,DateTime64(3)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/groupArrayState/Map(DateTime,Date) OK 81ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(DateTime)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/state/entropyState/Map(Bool,Bool) OK 75ms
/aggregate functions/state/groupArrayState/Map(DateTime,DateTime) OK 77ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/state/entropyState/Map(Bool,String) OK 81ms
/aggregate functions/state/groupArrayState/Map(DateTime,DateTime64(3)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Array(String)) OK 70ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(Bool)) OK 75ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Date)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/state/entropyState/Map(Bool,FixedString(51)) OK 80ms
/aggregate functions/state/groupArrayState/Map(DateTime,Bool) OK 76ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(String)) OK 76ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(DateTime)) OK 83ms
/aggregate functions/state/entropyState/Map(Bool,UUID) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Int64,Tuple(String)) OK 86ms
/aggregate functions/state/groupArrayState/Map(DateTime,String) OK 71ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Bool)) OK 93ms
/aggregate functions/state/groupArrayState/Map(DateTime,FixedString(51)) OK 93ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(UInt8)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,UInt8) OK 75ms
/aggregate functions/state/first_valueState/Map(DateTime,Nullable(UUID)) OK 87ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(String)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,UInt16) OK 100ms
/aggregate functions/state/groupArrayState/Map(DateTime,UUID) OK 103ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(UInt16)) OK 76ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(UInt8)) OK 71ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(UInt32)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,UInt32) OK 83ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(UInt16)) OK 73ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(UInt8)) OK 89ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(UUID)) OK 85ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(UInt64)) OK 75ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,UInt64) OK 77ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(UInt16)) OK 78ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(UInt128)) OK 76ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(UInt64)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,UInt128) OK 79ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(UInt32)) OK 86ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(Int8)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Int8) OK 80ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(UInt128)) OK 88ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(UInt64)) OK 76ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(Int16)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Int16) OK 74ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(UInt128)) OK 93ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(Int32)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Int32) OK 85ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(Int8)) OK 94ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(Int64)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Int64) OK 75ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Int32)) OK 73ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(Int128)) OK 95ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(Int16)) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Int128) OK 91ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(Float32)) OK 69ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(Int32)) OK 74ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Float32) OK 76ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(Float64)) OK 84ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(Int64)) OK 71ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Float64) OK 80ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(Int128)) OK 86ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Float64)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Decimal128(38)) OK 82ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(Date)) OK 77ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(Float32)) OK 94ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Date)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Date) OK 84ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(Float32))) OK 89ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(DateTime)) OK 79ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(DateTime)) OK 88ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(Float64)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,DateTime) OK 94ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Bool)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,DateTime64(3)) OK 87ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(Date))) OK 96ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(Bool)) OK 84ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(Date)) OK 79ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(String)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Bool) OK 95ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(String)) OK 85ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(DateTime)) OK 87ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,String) OK 94ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/state/entropyState/Map(Bool,Nullable(UUID)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,FixedString(51)) OK 83ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(Bool)) OK 84ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(UInt8)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,UUID) OK 109ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 95ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(String)) OK 86ms
/aggregate functions/state/last_valueState/Map(Int32,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(UInt16)) OK 86ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(FixedString(51))) OK 88ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(UInt8)) OK 83ms
/aggregate functions/state/last_valueState/Map(Int32,Array(String)) OK 77ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/groupArrayState/Map(DateTime,Nullable(UUID)) OK 103ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(UInt16)) OK 90ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/state/last_valueState/Map(Int32,Map(String,LowCardinality(Float64))) OK 90ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(UInt64)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(UInt32)) OK 78ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(UInt128)) OK 94ms
/aggregate functions/state/last_valueState/Map(Int32,Tuple(String)) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(UInt64)) OK 81ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(UInt16)) OK 80ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Int8)) OK 96ms
/aggregate functions/state/last_valueState/Map(Int64,UInt8) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(UInt128)) OK 99ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(UInt32)) OK 79ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/state/last_valueState/Map(Int64,UInt16) OK 86ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Int16)) OK 75ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(UInt64)) OK 79ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(Int8)) OK 76ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Int32)) OK 180ms
/aggregate functions/state/last_valueState/Map(Int64,UInt32) OK 188ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(UInt128)) OK 166ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(Int16)) OK 160ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 156ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Int64)) OK 97ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Int8)) OK 103ms
/aggregate functions/state/last_valueState/Map(Int64,UInt64) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(Int32)) OK 102ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Int128)) OK 82ms
/aggregate functions/state/last_valueState/Map(Int64,UInt128) OK 82ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(Int64)) OK 70ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 116ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Float32)) OK 114ms
/aggregate functions/state/last_valueState/Map(Int64,Int8) OK 113ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(Int128)) OK 103ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Int32)) OK 110ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(Float32)) OK 80ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Float64)) OK 90ms
/aggregate functions/state/last_valueState/Map(Int64,Int16) OK 77ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Int64)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(Float64)) OK 91ms
/aggregate functions/state/last_valueState/Map(Int64,Int32) OK 97ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 103ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Date)) OK 93ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Float32)) OK 97ms
/aggregate functions/state/last_valueState/Map(Int64,Int64) OK 86ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(Date)) OK 75ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Bool)) OK 95ms
/aggregate functions/state/last_valueState/Map(Int64,Int128) OK 77ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Float64)) OK 92ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(DateTime)) OK 84ms
/aggregate functions/state/last_valueState/Map(Int64,Float32) OK 79ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 97ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(String)) OK 106ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Date)) OK 104ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(DateTime64(3))) OK 85ms
/aggregate functions/state/last_valueState/Map(Int64,Float64) OK 82ms
/aggregate functions/state/first_valueState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(Bool)) OK 82ms
/aggregate functions/state/last_valueState/Map(Int64,Decimal128(38)) OK 71ms
/aggregate functions/state/first_valueState/Map(DateTime,Array(String)) OK 90ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(UUID)) OK 86ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Bool)) OK 80ms
/aggregate functions/state/last_valueState/Map(Int64,Date) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(String)) OK 85ms
/aggregate functions/state/first_valueState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(String)) OK 82ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/last_valueState/Map(Int64,DateTime) OK 75ms
/aggregate functions/state/first_valueState/Map(DateTime,Tuple(String)) OK 90ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/last_valueState/Map(Int64,DateTime64(3)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Nullable(UUID)) OK 91ms
/aggregate functions/state/first_valueState/Map(Bool,UInt8) OK 87ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 103ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(UUID)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/last_valueState/Map(Int64,Bool) OK 85ms
/aggregate functions/state/first_valueState/Map(Bool,UInt16) OK 81ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(UInt16)) OK 86ms
/aggregate functions/state/last_valueState/Map(Int64,String) OK 82ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/state/first_valueState/Map(Bool,UInt32) OK 82ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(UInt32)) OK 86ms
/aggregate functions/state/last_valueState/Map(Int64,FixedString(51)) OK 72ms
/aggregate functions/state/first_valueState/Map(Bool,UInt64) OK 84ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/last_valueState/Map(Int64,UUID) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(UInt64)) OK 75ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/state/first_valueState/Map(Bool,UInt128) OK 71ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(UInt8)) OK 74ms
/aggregate functions/state/first_valueState/Map(Bool,Int8) OK 85ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(UInt16)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Int8)) OK 86ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/state/first_valueState/Map(Bool,Int16) OK 72ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(UInt32)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/first_valueState/Map(Bool,Int32) OK 151ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 148ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(Int128))) OK 145ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(UInt64)) OK 109ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Int32)) OK 104ms
/aggregate functions/state/first_valueState/Map(Bool,Int64) OK 115ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(Float32))) OK 102ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(UInt128)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Int64)) OK 102ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 1s 144ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(Int8)) OK 1s 125ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(Float64))) OK 1s 142ms
/aggregate functions/state/first_valueState/Map(Bool,Int128) OK 1s 137ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Int128)) OK 1s 127ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(Int16)) OK 81ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Float32)) OK 75ms
/aggregate functions/state/first_valueState/Map(Bool,Float32) OK 78ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(Int32)) OK 73ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Float64)) OK 83ms
/aggregate functions/state/first_valueState/Map(Bool,Float64) OK 80ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 68ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(Int64)) OK 75ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Date)) OK 84ms
/aggregate functions/state/first_valueState/Map(Bool,Decimal128(38)) OK 70ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(Int128)) OK 77ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/state/first_valueState/Map(Bool,Date) OK 89ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(Float32)) OK 87ms
/aggregate functions/state/first_valueState/Map(Bool,DateTime) OK 80ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(Float64)) OK 72ms
/aggregate functions/state/first_valueState/Map(Bool,DateTime64(3)) OK 82ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(String)) OK 94ms
/aggregate functions/state/entropyState/Map(Bool,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/entropyState/Map(Bool,Array(String)) OK 72ms
/aggregate functions/state/first_valueState/Map(Bool,Bool) OK 73ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(FixedString(51))) OK 68ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(Date)) OK 215ms
/aggregate functions/state/entropyState/Map(Bool,Map(String,LowCardinality(Float64))) OK 208ms
/aggregate functions/state/first_valueState/Map(Bool,String) OK 199ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(UUID)) OK 198ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 191ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(DateTime)) OK 108ms
/aggregate functions/state/first_valueState/Map(Bool,FixedString(51)) OK 84ms
/aggregate functions/state/entropyState/Map(Bool,Tuple(String)) OK 103ms
/aggregate functions/state/groupArrayState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 89ms
/aggregate functions/state/first_valueState/Map(Bool,UUID) OK 84ms
/aggregate functions/state/groupArrayState/Map(DateTime,Array(String)) OK 76ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/entropyState/Map(String,UInt8) OK 79ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(Bool)) OK 77ms
/aggregate functions/state/groupArrayState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(UInt8)) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/state/entropyState/Map(String,UInt16) OK 85ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(String)) OK 87ms
/aggregate functions/state/groupArrayState/Map(DateTime,Tuple(String)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(UInt16)) OK 74ms
/aggregate functions/state/entropyState/Map(String,UInt32) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 102ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(FixedString(51))) OK 96ms
/aggregate functions/state/groupArrayState/Map(Bool,UInt8) OK 76ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(UInt32)) OK 77ms
/aggregate functions/state/entropyState/Map(String,UInt64) OK 73ms
/aggregate functions/state/groupArrayState/Map(Bool,UInt16) OK 70ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(UInt64)) OK 79ms
/aggregate functions/state/entropyState/Map(String,UInt128) OK 93ms
/aggregate functions/state/last_valueState/Map(Int64,Nullable(UUID)) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/state/groupArrayState/Map(Bool,UInt32) OK 77ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(UInt128)) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/entropyState/Map(String,Int8) OK 73ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Bool,UInt64) OK 71ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(Int8)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/state/entropyState/Map(String,Int16) OK 79ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(UInt16)) OK 71ms
/aggregate functions/state/groupArrayState/Map(Bool,UInt128) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(Int16)) OK 70ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/entropyState/Map(String,Int32) OK 77ms
/aggregate functions/state/groupArrayState/Map(Bool,Int8) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(Int32)) OK 68ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/entropyState/Map(String,Int64) OK 72ms
/aggregate functions/state/groupArrayState/Map(Bool,Int16) OK 92ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(Int64)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(UInt128)) OK 85ms
/aggregate functions/state/entropyState/Map(String,Int128) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(Int128)) OK 82ms
/aggregate functions/state/groupArrayState/Map(Bool,Int32) OK 75ms
/aggregate functions/state/entropyState/Map(String,Float32) OK 90ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/state/groupArrayState/Map(Bool,Int64) OK 80ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(Float32)) OK 72ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/entropyState/Map(String,Float64) OK 82ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(Float64)) OK 79ms
/aggregate functions/state/groupArrayState/Map(Bool,Int128) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/entropyState/Map(String,Decimal128(38)) OK 82ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/state/groupArrayState/Map(Bool,Float32) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Int64)) OK 74ms
/aggregate functions/state/entropyState/Map(String,Date) OK 73ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(Date)) OK 88ms
/aggregate functions/state/groupArrayState/Map(Bool,Float64) OK 89ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/entropyState/Map(String,DateTime) OK 101ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(DateTime)) OK 110ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Float32)) OK 115ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 106ms
/aggregate functions/state/groupArrayState/Map(Bool,Decimal128(38)) OK 95ms
/aggregate functions/state/entropyState/Map(String,DateTime64(3)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Bool,Date) OK 85ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Float64)) OK 81ms
/aggregate functions/state/entropyState/Map(String,Bool) OK 78ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(Bool)) OK 96ms
/aggregate functions/state/groupArrayState/Map(Bool,DateTime) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Array(String)) OK 92ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Date)) OK 72ms
/aggregate functions/state/entropyState/Map(String,String) OK 86ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Bool,DateTime64(3)) OK 80ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(String)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/entropyState/Map(String,FixedString(51)) OK 73ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Bool)) OK 103ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(FixedString(51))) OK 83ms
/aggregate functions/state/groupArrayState/Map(Bool,Bool) OK 101ms
/aggregate functions/state/entropyState/Map(String,UUID) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Int128,Tuple(String)) OK 72ms
/aggregate functions/state/first_valueState/Map(Bool,Nullable(UUID)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Date,UInt8) OK 72ms
/aggregate functions/state/entropyState/Map(String,Nullable(UInt8)) OK 72ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(String)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Bool,String) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Date,UInt16) OK 80ms
/aggregate functions/state/entropyState/Map(String,Nullable(UInt16)) OK 83ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(UInt8)) OK 92ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/groupArrayState/Map(Bool,FixedString(51)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(Date,UInt32) OK 73ms
/aggregate functions/state/entropyState/Map(String,Nullable(UInt32)) OK 84ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(UUID)) OK 68ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/groupArrayState/Map(Bool,UUID) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Date,UInt64) OK 75ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/entropyState/Map(String,Nullable(UInt64)) OK 85ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(UInt8)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Date,UInt128) OK 74ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/state/entropyState/Map(String,Nullable(UInt128)) OK 90ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(UInt64)) OK 73ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(UInt16)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Int8) OK 80ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(UInt128)) OK 89ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(UInt32)) OK 78ms
/aggregate functions/state/entropyState/Map(String,Nullable(Int8)) OK 67ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Int16) OK 85ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/entropyState/Map(String,Nullable(Int16)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(UInt64)) OK 82ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Int32) OK 75ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/entropyState/Map(String,Nullable(Int32)) OK 88ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(UInt128)) OK 82ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Int64) OK 70ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/entropyState/Map(String,Nullable(Int64)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(Int8)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Int128) OK 74ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(Int16))) OK 101ms
/aggregate functions/state/entropyState/Map(String,Nullable(Int128)) OK 83ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(Int16)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Float32) OK 170ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(Int32))) OK 133ms
/aggregate functions/state/entropyState/Map(String,Nullable(Float32)) OK 115ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Int128)) OK 113ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(Int32)) OK 106ms
/aggregate functions/state/entropyState/Map(String,Nullable(Float64)) OK 149ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(Int64)) OK 168ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(Int64))) OK 160ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Float32)) OK 144ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Float64) OK 159ms
/aggregate functions/state/entropyState/Map(String,Nullable(Decimal128(38))) OK 138ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Float64)) OK 142ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(Int128))) OK 110ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Decimal128(38)) OK 103ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(Int128)) OK 110ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Date) OK 89ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(Float32)) OK 83ms
/aggregate functions/state/entropyState/Map(String,Nullable(Date)) OK 86ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Date)) OK 76ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(Float64))) OK 120ms
/aggregate functions/state/groupUniqArrayState/Map(Date,DateTime) OK 89ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(Float64)) OK 107ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/entropyState/Map(String,Nullable(DateTime)) OK 68ms
/aggregate functions/state/entropyState/Map(String,Nullable(DateTime64(3))) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Date,DateTime64(3)) OK 91ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Bool)) OK 74ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(String)) OK 74ms
/aggregate functions/state/entropyState/Map(String,Nullable(Bool)) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Bool) OK 78ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(Date)) OK 93ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Date,String) OK 72ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/state/entropyState/Map(String,Nullable(String)) OK 96ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(DateTime)) OK 83ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(UUID)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Date,FixedString(51)) OK 73ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/state/entropyState/Map(String,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Date,UUID) OK 82ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(Bool)) OK 74ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/entropyState/Map(String,Nullable(UUID)) OK 72ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(UInt8)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(String)) OK 82ms
/aggregate functions/state/last_valueState/Map(Int64,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(UInt8)) OK 80ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(UInt16)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/last_valueState/Map(Int64,Array(String)) OK 73ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(UInt32)) OK 72ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/state/last_valueState/Map(Int64,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/groupArrayState/Map(Bool,Nullable(UUID)) OK 79ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(UInt64)) OK 83ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/last_valueState/Map(Int64,Tuple(String)) OK 96ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(UInt8)) OK 96ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(UInt64)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(UInt128)) OK 80ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/last_valueState/Map(Int128,UInt8) OK 86ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(Int8)) OK 76ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Int8)) OK 85ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(UInt32)) OK 84ms
/aggregate functions/state/last_valueState/Map(Int128,UInt16) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(Int16)) OK 80ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/last_valueState/Map(Int128,UInt32) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(Int32)) OK 78ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(Int64))) OK 89ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/last_valueState/Map(Int128,UInt64) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(Int64)) OK 75ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Int64)) OK 85ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/last_valueState/Map(Int128,UInt128) OK 156ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(Int128)) OK 141ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(Float32))) OK 141ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Int16)) OK 103ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Int128)) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(Float32)) OK 109ms
/aggregate functions/state/last_valueState/Map(Int128,Int8) OK 95ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Float32)) OK 71ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Int64)) OK 89ms
/aggregate functions/state/last_valueState/Map(Int128,Int16) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(Float64)) OK 72ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 98ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Date)) OK 105ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/last_valueState/Map(Int128,Int32) OK 91ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Float32)) OK 109ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(Bool))) OK 106ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(Date)) OK 84ms
/aggregate functions/state/last_valueState/Map(Int128,Int64) OK 107ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(DateTime)) OK 103ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(DateTime)) OK 79ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Float64)) OK 97ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/state/last_valueState/Map(Int128,Int128) OK 80ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Bool)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(String)) OK 87ms
/aggregate functions/state/last_valueState/Map(Int128,Float32) OK 82ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Date)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(Bool)) OK 78ms
/aggregate functions/state/first_valueState/Map(Bool,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/state/last_valueState/Map(Int128,Float64) OK 75ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(String)) OK 71ms
/aggregate functions/state/first_valueState/Map(Bool,Array(String)) OK 72ms
/aggregate functions/state/last_valueState/Map(Int128,Decimal128(38)) OK 87ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(UUID)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Bool)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/first_valueState/Map(Bool,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/state/last_valueState/Map(Int128,Date) OK 89ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(String)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Nullable(UUID)) OK 78ms
/aggregate functions/state/first_valueState/Map(Bool,Tuple(String)) OK 74ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/last_valueState/Map(Int128,DateTime) OK 87ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(UInt8)) OK 71ms
/aggregate functions/state/first_valueState/Map(String,UInt8) OK 80ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/last_valueState/Map(Int128,DateTime64(3)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/first_valueState/Map(String,UInt16) OK 80ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/last_valueState/Map(Int128,Bool) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/first_valueState/Map(String,UInt32) OK 75ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(UInt128))) OK 94ms
/aggregate functions/state/last_valueState/Map(Int128,String) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(UInt64)) OK 77ms
/aggregate functions/state/first_valueState/Map(String,UInt64) OK 77ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/state/last_valueState/Map(Int128,FixedString(51)) OK 84ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/first_valueState/Map(String,UInt128) OK 84ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/last_valueState/Map(Int128,UUID) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/state/first_valueState/Map(String,Int8) OK 73ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Int16)) OK 111ms
/aggregate functions/state/first_valueState/Map(String,Int16) OK 86ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(UInt8)) OK 85ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/first_valueState/Map(String,Int32) OK 87ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(UInt16)) OK 88ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/first_valueState/Map(String,Int64) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Int64)) OK 101ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(UInt32)) OK 109ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/first_valueState/Map(String,Int128) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Int128)) OK 100ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(UInt64)) OK 85ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/first_valueState/Map(String,Float32) OK 117ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(Int128))) OK 107ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(UInt128)) OK 115ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Float32)) OK 107ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(Float32))) OK 99ms
/aggregate functions/state/first_valueState/Map(String,Float64) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Float64)) OK 91ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(Int8)) OK 68ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(Int16)) OK 76ms
/aggregate functions/state/first_valueState/Map(String,Decimal128(38)) OK 85ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Date)) OK 77ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(Int32)) OK 74ms
/aggregate functions/state/first_valueState/Map(String,Date) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(DateTime)) OK 79ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(Int64)) OK 83ms
/aggregate functions/state/first_valueState/Map(String,DateTime) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Bool)) OK 99ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 106ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 95ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(Int128)) OK 73ms
/aggregate functions/state/first_valueState/Map(String,DateTime64(3)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(String)) OK 75ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(Float32)) OK 79ms
/aggregate functions/state/entropyState/Map(String,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/first_valueState/Map(String,Bool) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(String))) OK 92ms
/aggregate functions/state/entropyState/Map(String,Array(String)) OK 75ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(Float64)) OK 78ms
/aggregate functions/state/first_valueState/Map(String,String) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(UUID)) OK 92ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/entropyState/Map(String,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/first_valueState/Map(String,FixedString(51)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/state/groupArrayState/Map(Bool,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/state/entropyState/Map(String,Tuple(String)) OK 98ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(Date)) OK 77ms
/aggregate functions/state/first_valueState/Map(String,UUID) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/state/groupArrayState/Map(Bool,Array(String)) OK 81ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(DateTime)) OK 76ms
/aggregate functions/state/entropyState/Map(FixedString(51),UInt8) OK 80ms
/aggregate functions/state/first_valueState/Map(String,Nullable(UInt8)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(UInt32))) OK 105ms
/aggregate functions/state/groupArrayState/Map(Bool,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(DateTime64(3))) OK 102ms
/aggregate functions/state/entropyState/Map(FixedString(51),UInt16) OK 76ms
/aggregate functions/state/first_valueState/Map(String,Nullable(UInt16)) OK 77ms
/aggregate functions/state/groupArrayState/Map(Bool,Tuple(String)) OK 78ms
/aggregate functions/state/entropyState/Map(FixedString(51),UInt32) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(Bool)) OK 100ms
/aggregate functions/state/first_valueState/Map(String,Nullable(UInt32)) OK 87ms
/aggregate functions/state/groupArrayState/Map(String,UInt8) OK 85ms
/aggregate functions/state/entropyState/Map(FixedString(51),UInt64) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/state/first_valueState/Map(String,Nullable(UInt64)) OK 81ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(String)) OK 82ms
/aggregate functions/state/groupArrayState/Map(String,UInt16) OK 81ms
/aggregate functions/state/entropyState/Map(FixedString(51),UInt128) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/first_valueState/Map(String,Nullable(UInt128)) OK 90ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/groupArrayState/Map(String,UInt32) OK 79ms
/aggregate functions/state/entropyState/Map(FixedString(51),Int8) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/first_valueState/Map(String,Nullable(Int8)) OK 75ms
/aggregate functions/state/last_valueState/Map(Int128,Nullable(UUID)) OK 80ms
/aggregate functions/state/groupArrayState/Map(String,UInt64) OK 83ms
/aggregate functions/state/entropyState/Map(FixedString(51),Int16) OK 82ms
/aggregate functions/state/first_valueState/Map(String,Nullable(Int16)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/groupArrayState/Map(String,UInt128) OK 85ms
/aggregate functions/state/entropyState/Map(FixedString(51),Int32) OK 77ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(UInt16)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/state/first_valueState/Map(String,Nullable(Int32)) OK 80ms
/aggregate functions/state/entropyState/Map(FixedString(51),Int64) OK 79ms
/aggregate functions/state/groupArrayState/Map(String,Int8) OK 82ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/first_valueState/Map(String,Nullable(Int64)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/entropyState/Map(FixedString(51),Int128) OK 78ms
/aggregate functions/state/groupArrayState/Map(String,Int16) OK 75ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/first_valueState/Map(String,Nullable(Int128)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/entropyState/Map(FixedString(51),Float32) OK 84ms
/aggregate functions/state/groupArrayState/Map(String,Int32) OK 76ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(UInt128)) OK 91ms
/aggregate functions/state/first_valueState/Map(String,Nullable(Float32)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/groupArrayState/Map(String,Int64) OK 97ms
/aggregate functions/state/entropyState/Map(FixedString(51),Float64) OK 96ms
/aggregate functions/state/first_valueState/Map(String,Nullable(Float64)) OK 85ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/state/groupArrayState/Map(String,Int128) OK 81ms
/aggregate functions/state/entropyState/Map(FixedString(51),Decimal128(38)) OK 88ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Int16)) OK 88ms
/aggregate functions/state/first_valueState/Map(String,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/groupArrayState/Map(String,Float32) OK 72ms
/aggregate functions/state/entropyState/Map(FixedString(51),Date) OK 102ms
/aggregate functions/state/first_valueState/Map(String,Nullable(Date)) OK 96ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/state/groupArrayState/Map(String,Float64) OK 75ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Int64)) OK 71ms
/aggregate functions/state/first_valueState/Map(String,Nullable(DateTime)) OK 102ms
/aggregate functions/state/entropyState/Map(FixedString(51),DateTime) OK 105ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/groupArrayState/Map(String,Decimal128(38)) OK 77ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Int128)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/first_valueState/Map(String,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/entropyState/Map(FixedString(51),DateTime64(3)) OK 97ms
/aggregate functions/state/groupArrayState/Map(String,Date) OK 96ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Date,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/state/first_valueState/Map(String,Nullable(Bool)) OK 86ms
/aggregate functions/state/entropyState/Map(FixedString(51),Bool) OK 77ms
/aggregate functions/state/groupArrayState/Map(String,DateTime) OK 90ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Array(String)) OK 70ms
/aggregate functions/state/first_valueState/Map(String,Nullable(String)) OK 75ms
/aggregate functions/state/entropyState/Map(FixedString(51),String) OK 76ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Date)) OK 77ms
/aggregate functions/state/groupArrayState/Map(String,DateTime64(3)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/state/first_valueState/Map(String,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/entropyState/Map(FixedString(51),FixedString(51)) OK 79ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(DateTime)) OK 86ms
/aggregate functions/state/groupArrayState/Map(String,Bool) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Date,Tuple(String)) OK 76ms
/aggregate functions/state/first_valueState/Map(String,Nullable(UUID)) OK 88ms
/aggregate functions/state/entropyState/Map(FixedString(51),UUID) OK 75ms
/aggregate functions/state/groupArrayState/Map(String,String) OK 78ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Bool)) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,UInt8) OK 76ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(UInt8)) OK 75ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(String)) OK 74ms
/aggregate functions/state/groupArrayState/Map(String,FixedString(51)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,UInt16) OK 78ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(UInt16)) OK 73ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/groupArrayState/Map(String,UUID) OK 92ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(UInt16)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,UInt32) OK 70ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(UInt32)) OK 88ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(UUID)) OK 77ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(UInt8)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,UInt64) OK 72ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(UInt64)) OK 92ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(UInt64)) OK 73ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(UInt16)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,UInt128) OK 75ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(UInt128)) OK 82ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(UInt32)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Int8) OK 95ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Int8)) OK 71ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(Int8)) OK 72ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(UInt64)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Int16) OK 85ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Int16)) OK 88ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(Int16)) OK 79ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 142ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(UInt128)) OK 144ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Int32) OK 132ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Int32)) OK 113ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(Int32)) OK 102ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 102ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Int64) OK 95ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(Int8)) OK 83ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(Int64)) OK 74ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Int64)) OK 87ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(Int128)) OK 94ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(Int16)) OK 104ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(Int8))) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Int128) OK 85ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Float32)) OK 95ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(Float32)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Float32) OK 97ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(Int32)) OK 68ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(Int64)) OK 97ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(Int32))) OK 109ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(Float64)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Float64) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Decimal128(38)) OK 89ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Date)) OK 77ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(Int128)) OK 79ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(Decimal128(38))) OK 94ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(Float32)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Date) OK 75ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(Date)) OK 79ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Bool)) OK 73ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(Float64)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,DateTime) OK 79ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(DateTime)) OK 67ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(String)) OK 76ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,DateTime64(3)) OK 77ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(DateTime64(3))) OK 92ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Bool) OK 78ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(Date)) OK 77ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(Bool)) OK 92ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(UUID)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,String) OK 78ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(DateTime)) OK 76ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(String)) OK 80ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,FixedString(51)) OK 76ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,UUID) OK 78ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(Bool)) OK 77ms
/aggregate functions/state/entropyState/Map(FixedString(51),Nullable(UUID)) OK 104ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(String))) OK 89ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(UInt8)) OK 77ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(String)) OK 81ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(UInt16)) OK 74ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/state/last_valueState/Map(Int128,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(UInt32)) OK 74ms
/aggregate functions/state/groupArrayState/Map(String,Nullable(UUID)) OK 86ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/last_valueState/Map(Int128,Array(String)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(UInt64)) OK 77ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/last_valueState/Map(Int128,Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(Int16))) OK 112ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(UInt128)) OK 95ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(UInt16)) OK 80ms
/aggregate functions/state/last_valueState/Map(Int128,Tuple(String)) OK 94ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(UInt128)) OK 123ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(Int8)) OK 111ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(Int32))) OK 102ms
/aggregate functions/state/last_valueState/Map(Date,UInt8) OK 78ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(Int16)) OK 96ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Int8)) OK 77ms
/aggregate functions/state/last_valueState/Map(Date,UInt16) OK 72ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Int16)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(Int32)) OK 79ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/state/last_valueState/Map(Date,UInt32) OK 87ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Int8)) OK 81ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Int32)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(Int64)) OK 78ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/state/last_valueState/Map(Date,UInt64) OK 71ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Int16)) OK 76ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Int64)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(Int128)) OK 87ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(Float64))) OK 96ms
/aggregate functions/state/last_valueState/Map(Date,UInt128) OK 88ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Int32)) OK 76ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Int128)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(Float32)) OK 79ms
/aggregate functions/state/last_valueState/Map(Date,Int8) OK 77ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Int64)) OK 80ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Float32)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(Float64)) OK 71ms
/aggregate functions/state/last_valueState/Map(Date,Int16) OK 88ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Int128)) OK 68ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Float64)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Float32)) OK 88ms
/aggregate functions/state/last_valueState/Map(Date,Int32) OK 73ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Date)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(Date)) OK 82ms
/aggregate functions/state/last_valueState/Map(Date,Int64) OK 77ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(DateTime)) OK 92ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/last_valueState/Map(Date,Int128) OK 79ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Date)) OK 88ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Bool)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/state/last_valueState/Map(Date,Float32) OK 81ms
/aggregate functions/state/first_valueState/Map(String,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(DateTime)) OK 90ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(String)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(Bool)) OK 75ms
/aggregate functions/state/last_valueState/Map(Date,Float64) OK 83ms
/aggregate functions/state/first_valueState/Map(String,Array(String)) OK 72ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(String)) OK 79ms
/aggregate functions/state/first_valueState/Map(String,Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/state/last_valueState/Map(Date,Decimal128(38)) OK 85ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(String)) OK 75ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(UUID)) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/first_valueState/Map(String,Tuple(String)) OK 74ms
/aggregate functions/state/last_valueState/Map(Date,Date) OK 75ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Nullable(UUID)) OK 76ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/first_valueState/Map(FixedString(51),UInt8) OK 77ms
/aggregate functions/state/last_valueState/Map(Date,DateTime) OK 76ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/first_valueState/Map(FixedString(51),UInt16) OK 73ms
/aggregate functions/state/last_valueState/Map(Date,DateTime64(3)) OK 75ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/state/first_valueState/Map(FixedString(51),UInt32) OK 90ms
/aggregate functions/state/last_valueState/Map(Date,Bool) OK 73ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(UInt32)) OK 87ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/state/last_valueState/Map(Date,String) OK 89ms
/aggregate functions/state/first_valueState/Map(FixedString(51),UInt64) OK 77ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/first_valueState/Map(FixedString(51),UInt128) OK 83ms
/aggregate functions/state/last_valueState/Map(Date,FixedString(51)) OK 69ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(UInt128)) OK 133ms
/aggregate functions/state/last_valueState/Map(Date,UUID) OK 114ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 114ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Int8) OK 103ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Int16) OK 86ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(UInt8)) OK 89ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Int8)) OK 90ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(Int16))) OK 91ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Int32) OK 83ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(UInt16)) OK 104ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Int64) OK 87ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Int32)) OK 83ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(UInt32)) OK 74ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Int128) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Int64)) OK 90ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(UInt64)) OK 92ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Float32) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Int128)) OK 86ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(UInt128)) OK 73ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Float64) OK 79ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(Int8)) OK 84ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Decimal128(38)) OK 73ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(Int16)) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Float64)) OK 90ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Date) OK 76ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Date)) OK 93ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(Int32)) OK 77ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/first_valueState/Map(FixedString(51),DateTime) OK 77ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(Int64)) OK 87ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(DateTime)) OK 83ms
/aggregate functions/state/first_valueState/Map(FixedString(51),DateTime64(3)) OK 119ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 135ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(Int128)) OK 113ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Bool)) OK 110ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Bool) OK 84ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(Float32)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(String)) OK 80ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/state/first_valueState/Map(FixedString(51),String) OK 86ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(Float64)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(FixedString(51))) OK 92ms
/aggregate functions/state/entropyState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/groupArrayState/Map(String,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/first_valueState/Map(FixedString(51),FixedString(51)) OK 74ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(UUID)) OK 95ms
/aggregate functions/state/entropyState/Map(FixedString(51),Array(String)) OK 84ms
/aggregate functions/state/first_valueState/Map(FixedString(51),UUID) OK 75ms
/aggregate functions/state/groupArrayState/Map(String,Array(String)) OK 84ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(Date)) OK 75ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(UInt8)) OK 95ms
/aggregate functions/state/entropyState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/groupArrayState/Map(String,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(DateTime)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/groupArrayState/Map(String,Tuple(String)) OK 89ms
/aggregate functions/state/entropyState/Map(FixedString(51),Tuple(String)) OK 82ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(UInt16)) OK 68ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(UInt32)) OK 80ms
/aggregate functions/state/entropyState/Map(UUID,UInt8) OK 93ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),UInt8) OK 85ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(Bool)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(UInt64)) OK 80ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),UInt16) OK 87ms
/aggregate functions/state/entropyState/Map(UUID,UInt16) OK 73ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(String)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(UInt128)) OK 78ms
/aggregate functions/state/entropyState/Map(UUID,UInt32) OK 72ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),UInt32) OK 80ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(Int8)) OK 80ms
/aggregate functions/state/entropyState/Map(UUID,UInt64) OK 83ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),UInt64) OK 134ms
/aggregate functions/state/last_valueState/Map(Date,Nullable(UUID)) OK 132ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(Int16)) OK 174ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 150ms
/aggregate functions/state/entropyState/Map(UUID,UInt128) OK 158ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),UInt128) OK 90ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 101ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/entropyState/Map(UUID,Int8) OK 102ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Int8) OK 79ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(Int32)) OK 92ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(UInt32)) OK 93ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Int16) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(Int64)) OK 84ms
/aggregate functions/state/entropyState/Map(UUID,Int16) OK 85ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Int32) OK 78ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(Int128)) OK 84ms
/aggregate functions/state/entropyState/Map(UUID,Int32) OK 75ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Int64) OK 81ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(UInt128)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/state/entropyState/Map(UUID,Int64) OK 73ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(Float32)) OK 74ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Int128) OK 72ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Int8)) OK 72ms
/aggregate functions/state/entropyState/Map(UUID,Int128) OK 96ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(Float64)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Float32) OK 84ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Int16)) OK 76ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(Decimal128(38))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/entropyState/Map(UUID,Float32) OK 80ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Float64) OK 84ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Int32)) OK 75ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(Date)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 89ms
/aggregate functions/state/entropyState/Map(UUID,Float64) OK 86ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Decimal128(38)) OK 82ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(DateTime)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/entropyState/Map(UUID,Decimal128(38)) OK 77ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Int128)) OK 86ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Date) OK 71ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/entropyState/Map(UUID,Date) OK 74ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),DateTime) OK 84ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(Bool)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/state/entropyState/Map(UUID,DateTime) OK 69ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),DateTime64(3)) OK 77ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(String)) OK 98ms
/aggregate functions/state/entropyState/Map(UUID,DateTime64(3)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Bool) OK 87ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Date)) OK 83ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/entropyState/Map(UUID,Bool) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Array(String)) OK 88ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),String) OK 85ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(DateTime)) OK 86ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Nullable(UUID)) OK 88ms
/aggregate functions/state/entropyState/Map(UUID,String) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),FixedString(51)) OK 77ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Bool)) OK 88ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(UInt8)) OK 103ms
/aggregate functions/state/entropyState/Map(UUID,FixedString(51)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(DateTime,Tuple(String)) OK 82ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),UUID) OK 75ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(String)) OK 84ms
/aggregate functions/state/entropyState/Map(UUID,UUID) OK 88ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(UInt16)) OK 119ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,UInt8) OK 78ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(UInt8)) OK 95ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(UInt8)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,UInt16) OK 97ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(UInt16)) OK 103ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(UUID)) OK 86ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(UInt16)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,UInt32) OK 77ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(UInt64)) OK 75ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(UInt32)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,UInt64) OK 78ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(UInt32)) OK 85ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(UInt64)) OK 77ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,UInt128) OK 84ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(UInt64)) OK 81ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Int8)) OK 72ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(UInt128)) OK 79ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Int8) OK 91ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Int16)) OK 75ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(UInt128)) OK 75ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(Int8)) OK 71ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Int32)) OK 98ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(Int8)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Int16) OK 82ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(Int16)) OK 82ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(Int16)) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Int32) OK 81ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Int64)) OK 83ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(Int32)) OK 89ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Int64) OK 99ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Int128)) OK 88ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(Int32)) OK 87ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(Int64)) OK 96ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Float32)) OK 75ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(Int64)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Int128) OK 85ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(Int128)) OK 78ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Float64)) OK 74ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(Int128)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Float32) OK 82ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(Float32)) OK 92ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Date)) OK 85ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(Float32)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Float64) OK 74ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(Float64)) OK 76ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(Float64)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Decimal128(38)) OK 84ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(Decimal128(38))) OK 84ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Bool)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Date) OK 87ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(Date)) OK 74ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(Date)) OK 76ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(String)) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,DateTime) OK 88ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(DateTime)) OK 75ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(DateTime)) OK 73ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(DateTime))) OK 102ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(DateTime64(3))) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,DateTime64(3)) OK 84ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(UUID)) OK 93ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(Bool)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Bool) OK 91ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(Bool))) OK 67ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(Bool)) OK 73ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(String)) OK 113ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,String) OK 85ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(String)) OK 91ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,FixedString(51)) OK 96ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(FixedString(51))) OK 87ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/last_valueState/Map(Date,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/state/entropyState/Map(UUID,Nullable(UUID)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,UUID) OK 92ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Nullable(UUID)) OK 75ms
/aggregate functions/state/last_valueState/Map(Date,Array(String)) OK 88ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(UInt8)) OK 91ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(UInt8)) OK 89ms
/aggregate functions/state/last_valueState/Map(Date,Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(UInt16)) OK 85ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/last_valueState/Map(Date,Tuple(String)) OK 95ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(UInt32)) OK 77ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(UInt64)) OK 79ms
/aggregate functions/state/last_valueState/Map(DateTime,UInt8) OK 87ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(UInt64)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(UInt64)) OK 87ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/last_valueState/Map(DateTime,UInt16) OK 97ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(UInt128)) OK 78ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Int8)) OK 84ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Int8)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(Int8)) OK 83ms
/aggregate functions/state/last_valueState/Map(DateTime,UInt32) OK 72ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Int16)) OK 76ms
/aggregate functions/state/last_valueState/Map(DateTime,UInt64) OK 80ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Int16)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(Int16)) OK 80ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/last_valueState/Map(DateTime,UInt128) OK 109ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(Int32)) OK 94ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Int32)) OK 83ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Int64)) OK 79ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Int64)) OK 126ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(Int64)) OK 114ms
/aggregate functions/state/last_valueState/Map(DateTime,Int8) OK 85ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Int128)) OK 97ms
/aggregate functions/state/last_valueState/Map(DateTime,Int16) OK 77ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(Int128)) OK 82ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Int128)) OK 86ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Float32)) OK 85ms
/aggregate functions/state/last_valueState/Map(DateTime,Int32) OK 100ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(Float32)) OK 82ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Float32)) OK 78ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/state/last_valueState/Map(DateTime,Int64) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(Float64)) OK 79ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Float64)) OK 147ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Date)) OK 148ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 131ms
/aggregate functions/state/last_valueState/Map(DateTime,Int128) OK 105ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(Decimal128(38))) OK 101ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Date)) OK 78ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(DateTime)) OK 70ms
/aggregate functions/state/last_valueState/Map(DateTime,Float32) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(Date)) OK 81ms
/aggregate functions/state/first_valueState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Bool)) OK 88ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/last_valueState/Map(DateTime,Float64) OK 87ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Array(String)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(DateTime)) OK 75ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Bool)) OK 88ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(String)) OK 78ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/last_valueState/Map(DateTime,Decimal128(38)) OK 90ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(FixedString(51))) OK 91ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(String)) OK 83ms
/aggregate functions/state/first_valueState/Map(FixedString(51),Tuple(String)) OK 158ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(Bool)) OK 157ms
/aggregate functions/state/last_valueState/Map(DateTime,Date) OK 149ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 188ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(UUID)) OK 168ms
/aggregate functions/state/first_valueState/Map(UUID,UInt8) OK 87ms
/aggregate functions/state/last_valueState/Map(DateTime,DateTime) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(String)) OK 80ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/state/first_valueState/Map(UUID,UInt16) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(UUID)) OK 74ms
/aggregate functions/state/last_valueState/Map(DateTime,DateTime64(3)) OK 78ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Nullable(UUID)) OK 84ms
/aggregate functions/state/last_valueState/Map(DateTime,Bool) OK 75ms
/aggregate functions/state/first_valueState/Map(UUID,UInt32) OK 79ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 94ms
/aggregate functions/state/last_valueState/Map(DateTime,String) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(UInt8)) OK 115ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 107ms
/aggregate functions/state/first_valueState/Map(UUID,UInt64) OK 84ms
/aggregate functions/state/last_valueState/Map(DateTime,FixedString(51)) OK 85ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/state/first_valueState/Map(UUID,UInt128) OK 72ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(UInt16)) OK 82ms
/aggregate functions/state/first_valueState/Map(UUID,Int8) OK 72ms
/aggregate functions/state/last_valueState/Map(DateTime,UUID) OK 77ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 68ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/first_valueState/Map(UUID,Int16) OK 79ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(UInt8)) OK 77ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(UInt64)) OK 74ms
/aggregate functions/state/first_valueState/Map(UUID,Int32) OK 74ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(UInt16)) OK 88ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(Int16))) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/first_valueState/Map(UUID,Int64) OK 116ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 107ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(UInt32)) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Int8)) OK 166ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(Int32))) OK 163ms
/aggregate functions/state/first_valueState/Map(UUID,Int128) OK 71ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(UInt64)) OK 80ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/first_valueState/Map(UUID,Float32) OK 65ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(UInt128)) OK 93ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Int16)) OK 92ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/state/first_valueState/Map(UUID,Float64) OK 68ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(Int8)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Int32)) OK 76ms
/aggregate functions/state/first_valueState/Map(UUID,Decimal128(38)) OK 71ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(Int16)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/first_valueState/Map(UUID,Date) OK 68ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(Int32)) OK 87ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/first_valueState/Map(UUID,DateTime) OK 73ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Float32)) OK 94ms
/aggregate functions/state/first_valueState/Map(UUID,DateTime64(3)) OK 75ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(Int64)) OK 78ms
/aggregate functions/state/first_valueState/Map(UUID,Bool) OK 93ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 100ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(Int128)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Float64)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Date)) OK 86ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/first_valueState/Map(UUID,String) OK 80ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(Float32)) OK 77ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(DateTime)) OK 98ms
/aggregate functions/state/first_valueState/Map(UUID,FixedString(51)) OK 95ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(Float64)) OK 70ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Bool)) OK 93ms
/aggregate functions/state/first_valueState/Map(UUID,UUID) OK 71ms
/aggregate functions/state/entropyState/Map(UUID,LowCardinality(Nullable(UUID))) OK 247ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(Date)) OK 237ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(UInt8)) OK 225ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 216ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(String)) OK 208ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(DateTime)) OK 243ms
/aggregate functions/state/entropyState/Map(UUID,Array(String)) OK 237ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(UInt16)) OK 234ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(FixedString(51))) OK 234ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Array(String)) OK 215ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/entropyState/Map(UUID,Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(UInt32)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(UUID)) OK 77ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(Bool)) OK 79ms
/aggregate functions/state/groupArrayState/Map(FixedString(51),Tuple(String)) OK 82ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(UInt64)) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/state/entropyState/Map(UUID,Tuple(String)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 97ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(String)) OK 93ms
/aggregate functions/state/groupArrayState/Map(UUID,UInt8) OK 69ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),UInt8) OK 82ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(UInt128)) OK 65ms
/aggregate functions/state/groupArrayState/Map(UUID,UInt16) OK 224ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(Int8)) OK 219ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(FixedString(51))) OK 201ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 205ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),UInt16) OK 212ms
/aggregate functions/state/last_valueState/Map(DateTime,Nullable(UUID)) OK 113ms
/aggregate functions/state/groupArrayState/Map(UUID,UInt32) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 114ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(Int16)) OK 114ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),UInt32) OK 103ms
/aggregate functions/state/groupArrayState/Map(UUID,UInt64) OK 85ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(UInt8)) OK 87ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),UInt64) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(Int32)) OK 85ms
/aggregate functions/state/groupArrayState/Map(UUID,UInt128) OK 83ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(UInt16)) OK 115ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(Int64)) OK 98ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),UInt128) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/state/groupArrayState/Map(UUID,Int8) OK 87ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Int8) OK 78ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(Int128)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(UInt32)) OK 91ms
/aggregate functions/state/groupArrayState/Map(UUID,Int16) OK 76ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Int16) OK 77ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(Float32)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/groupArrayState/Map(UUID,Int32) OK 81ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Int32) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(Float64)) OK 91ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(UInt128)) OK 86ms
/aggregate functions/state/groupArrayState/Map(UUID,Int64) OK 82ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Int64) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UUID,Int128) OK 73ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Int128) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(Date)) OK 79ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Int16)) OK 83ms
/aggregate functions/state/groupArrayState/Map(UUID,Float32) OK 85ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Float32) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(DateTime)) OK 74ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Int32)) OK 83ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Float64) OK 83ms
/aggregate functions/state/groupArrayState/Map(UUID,Float64) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/groupArrayState/Map(UUID,Decimal128(38)) OK 78ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Decimal128(38)) OK 83ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(Bool)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Int128)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UUID,Date) OK 82ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Date) OK 71ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(String)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),DateTime) OK 73ms
/aggregate functions/state/groupArrayState/Map(UUID,DateTime) OK 74ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),DateTime64(3)) OK 83ms
/aggregate functions/state/groupArrayState/Map(UUID,DateTime64(3)) OK 87ms
/aggregate functions/state/first_valueState/Map(UUID,Nullable(UUID)) OK 101ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Date)) OK 86ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Bool) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/groupArrayState/Map(UUID,Bool) OK 76ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(DateTime)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/state/groupArrayState/Map(UUID,String) OK 84ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(UInt8)) OK 76ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),String) OK 86ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Bool)) OK 95ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Array(String)) OK 100ms
/aggregate functions/state/groupArrayState/Map(UUID,FixedString(51)) OK 95ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),FixedString(51)) OK 78ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(UInt32)) OK 79ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),UUID) OK 87ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(String)) OK 97ms
/aggregate functions/state/groupArrayState/Map(UUID,UUID) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(UInt64)) OK 73ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(UInt8)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(Bool,Tuple(String)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(UInt8)) OK 80ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(UInt128)) OK 523ms
/aggregate functions/state/groupUniqArrayState/Map(String,UInt8) OK 495ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(UInt16)) OK 504ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(UUID)) OK 497ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(UInt16)) OK 498ms
/aggregate functions/state/groupUniqArrayState/Map(String,UInt16) OK 92ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Int8)) OK 85ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(UInt32)) OK 69ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(UInt32)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(UInt64)) OK 303ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Int16)) OK 281ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(UInt64)) OK 286ms
/aggregate functions/state/groupUniqArrayState/Map(String,UInt32) OK 286ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 272ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Int32)) OK 103ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 98ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(UInt128)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(String,UInt64) OK 69ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(UInt128)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(String,UInt128) OK 81ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(Int8)) OK 64ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(Int8)) OK 81ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Int64)) OK 86ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(Int16)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(String,Int8) OK 79ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(Int16)) OK 87ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Int128)) OK 65ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(Int32)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(String,Int16) OK 82ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Float32)) OK 101ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(Int32)) OK 85ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(Int64)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(String,Int32) OK 100ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 103ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(Int64)) OK 89ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(Int128)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(String,Int64) OK 71ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 100ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(Int128)) OK 91ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Date)) OK 74ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(Float32)) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(String,Int128) OK 76ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(DateTime)) OK 86ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(Float32)) OK 84ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(String,Float32) OK 87ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(Float64)) OK 76ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Bool)) OK 76ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(Float64)) OK 82ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(String,Float64) OK 95ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(String)) OK 72ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(Date)) OK 73ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(String,Decimal128(38)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(Date)) OK 79ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(DateTime)) OK 79ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(UUID)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(String,Date) OK 71ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(DateTime)) OK 83ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(String,DateTime) OK 79ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(Bool)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(String,DateTime64(3)) OK 76ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(Bool)) OK 73ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(String)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(String,Bool) OK 69ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(String)) OK 73ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(String,String) OK 77ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Nullable(UUID)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(String,FixedString(51)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UUID,Nullable(UUID)) OK 86ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/last_valueState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(String,UUID) OK 78ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/last_valueState/Map(DateTime,Array(String)) OK 69ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(UInt8)) OK 89ms
/aggregate functions/state/last_valueState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(UInt16)) OK 87ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 84ms
/aggregate functions/state/last_valueState/Map(DateTime,Tuple(String)) OK 82ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(UInt32)) OK 99ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 100ms
/aggregate functions/state/last_valueState/Map(Bool,UInt8) OK 76ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(UInt64)) OK 98ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(Int64))) OK 62ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/last_valueState/Map(Bool,UInt16) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(UInt64)) OK 94ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(UInt128)) OK 90ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/last_valueState/Map(Bool,UInt32) OK 85ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Int8)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(UInt128)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Int8)) OK 71ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/last_valueState/Map(Bool,UInt64) OK 77ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Int16)) OK 147ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Int16)) OK 125ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(Int8)) OK 120ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/last_valueState/Map(Bool,UInt128) OK 142ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(Int16)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Int32)) OK 72ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Int32)) OK 86ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 89ms
/aggregate functions/state/last_valueState/Map(Bool,Int8) OK 76ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Int64)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(Int32)) OK 77ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Int64)) OK 83ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/last_valueState/Map(Bool,Int16) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(Int64)) OK 94ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Int128)) OK 91ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Int128)) OK 66ms
/aggregate functions/state/last_valueState/Map(Bool,Int32) OK 85ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Float32)) OK 95ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(Int128)) OK 77ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Float32)) OK 69ms
/aggregate functions/state/last_valueState/Map(Bool,Int64) OK 82ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Float64)) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(Float32)) OK 90ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Float64)) OK 76ms
/aggregate functions/state/first_valueState/Map(UUID,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/state/last_valueState/Map(Bool,Int128) OK 74ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Date)) OK 107ms
/aggregate functions/state/first_valueState/Map(UUID,Array(String)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(Float64)) OK 84ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Date)) OK 86ms
/aggregate functions/state/last_valueState/Map(Bool,Float32) OK 72ms
/aggregate functions/state/first_valueState/Map(UUID,Map(String,LowCardinality(Float64))) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(Decimal128(38))) OK 101ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 71ms
/aggregate functions/state/last_valueState/Map(Bool,Float64) OK 83ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Bool)) OK 92ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Bool)) OK 76ms
/aggregate functions/state/first_valueState/Map(UUID,Tuple(String)) OK 68ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(Date)) OK 84ms
/aggregate functions/state/last_valueState/Map(Bool,Decimal128(38)) OK 76ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),UInt8) OK 77ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(String)) OK 85ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(String)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(DateTime)) OK 87ms
/aggregate functions/state/last_valueState/Map(Bool,Date) OK 74ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),UInt16) OK 92ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/state/last_valueState/Map(Bool,DateTime) OK 82ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(UUID)) OK 84ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(UUID)) OK 89ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),UInt32) OK 92ms
/aggregate functions/state/last_valueState/Map(Bool,DateTime64(3)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(Bool)) OK 68ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),UInt64) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(String)) OK 92ms
/aggregate functions/state/last_valueState/Map(Bool,Bool) OK 76ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),UInt128) OK 85ms
/aggregate functions/state/last_valueState/Map(Bool,String) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(FixedString(51))) OK 73ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Int8) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(String,Nullable(UUID)) OK 77ms
/aggregate functions/state/last_valueState/Map(Bool,FixedString(51)) OK 76ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Int16) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(UInt8)) OK 70ms
/aggregate functions/state/last_valueState/Map(Bool,UUID) OK 77ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Int32) OK 95ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(UInt16)) OK 72ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(UInt8)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(UInt32)) OK 85ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Int64) OK 70ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(UInt16)) OK 73ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Int128) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(UInt32)) OK 88ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Float32) OK 108ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(UInt64)) OK 83ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Int8)) OK 101ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Float64) OK 92ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(UInt128)) OK 93ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(Int128))) OK 100ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Int16)) OK 85ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Decimal128(38)) OK 75ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(Int8)) OK 79ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Int32)) OK 85ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Date) OK 89ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(Int16)) OK 77ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(Float64))) OK 101ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Int64)) OK 93ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(Int32)) OK 76ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),DateTime) OK 66ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),DateTime64(3)) OK 97ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(Int64)) OK 73ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(Int128)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Bool) OK 88ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(Float32)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Float64)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(Bool))) OK 79ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),String) OK 74ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(Float64)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Date)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),FixedString(51)) OK 68ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),UUID) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(Date)) OK 84ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(UInt8)) OK 102ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Bool)) OK 78ms
/aggregate functions/state/groupArrayState/Map(UUID,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(DateTime)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(String)) OK 71ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Array(String)) OK 77ms
/aggregate functions/state/groupArrayState/Map(UUID,Array(String)) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(UInt16)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/state/groupArrayState/Map(UUID,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(UInt32)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(UUID)) OK 111ms
/aggregate functions/state/groupArrayState/Map(UUID,Tuple(String)) OK 98ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(Bool)) OK 82ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(UInt64)) OK 88ms
/aggregate functions/state/entropyState/Map(LowCardinality(String),Tuple(String)) OK 94ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(String)) OK 74ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),UInt8) OK 81ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(UInt128)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),UInt8) OK 77ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(FixedString(51))) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),UInt16) OK 92ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),UInt16) OK 95ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(Int8)) OK 84ms
/aggregate functions/state/last_valueState/Map(Bool,Nullable(UUID)) OK 72ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),UInt32) OK 79ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(Int16)) OK 83ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),UInt32) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(UInt8)) OK 66ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),UInt64) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(UInt64))) OK 96ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(Int32)) OK 92ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),UInt64) OK 74ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),UInt128) OK 77ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),UInt128) OK 96ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(UInt32)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(Int64)) OK 69ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Int8) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(Int128)) OK 81ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(UInt64)) OK 79ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Int8) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Int16) OK 69ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(Float32)) OK 87ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Int16) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Int32) OK 77ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Int8)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(Float64)) OK 88ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Int32) OK 69ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Int64) OK 80ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Int64) OK 87ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Int128) OK 76ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Int32)) OK 89ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Int128) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(Date)) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Float32) OK 71ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Float32) OK 75ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(DateTime)) OK 90ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Float64) OK 83ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Float64) OK 71ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Int128)) OK 66ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Decimal128(38)) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 74ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 80ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Float32)) OK 70ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Date) OK 88ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(Bool)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Date) OK 69ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(String)) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),DateTime) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),DateTime) OK 74ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Date)) OK 66ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),DateTime64(3)) OK 83ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Nullable(UUID)) OK 100ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Bool) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Bool) OK 78ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),String) OK 93ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),String) OK 94ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(String)) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),FixedString(51)) OK 101ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(String,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 86ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 79ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),UUID) OK 83ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),UUID) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(String,Array(String)) OK 72ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 73ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(String,Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 92ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(UInt8)) OK 90ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(String,Tuple(String)) OK 85ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 68ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(UInt16)) OK 72ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Int8)) OK 71ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 73ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(UInt32)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),UInt8) OK 77ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Int16)) OK 85ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 86ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(UInt64)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),UInt16) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Int32)) OK 137ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 128ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 116ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(UInt128)) OK 127ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),UInt32) OK 124ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Int64)) OK 89ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 88ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(Int8)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),UInt64) OK 78ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Int128)) OK 99ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(Int16)) OK 74ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),UInt128) OK 86ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 82ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(Int32)) OK 72ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Float32)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Int8) OK 71ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(Int64)) OK 107ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 97ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Float64)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Int16) OK 69ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Date)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Int32) OK 82ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 72ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(Int128)) OK 75ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 106ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Int64) OK 104ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 85ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(Float32)) OK 83ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(Float64))) OK 68ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 86ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(Float64)) OK 76ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Bool)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Int128) OK 76ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(Date))) OK 66ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(String)) OK 87ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 90ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Float32) OK 80ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 93ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Float64) OK 85ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(Date)) OK 77ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(UUID)) OK 80ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(DateTime)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Decimal128(38)) OK 77ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 73ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Date) OK 77ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),DateTime) OK 90ms
/aggregate functions/state/last_valueState/Map(Bool,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(Bool)) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 75ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(String)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),DateTime64(3)) OK 76ms
/aggregate functions/state/last_valueState/Map(Bool,Array(String)) OK 86ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Bool) OK 76ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/last_valueState/Map(Bool,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),String) OK 75ms
/aggregate functions/state/last_valueState/Map(Bool,Tuple(String)) OK 75ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Nullable(UUID)) OK 79ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),FixedString(51)) OK 89ms
/aggregate functions/state/last_valueState/Map(String,UInt8) OK 86ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 68ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 68ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),UUID) OK 91ms
/aggregate functions/state/last_valueState/Map(String,UInt16) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/last_valueState/Map(String,UInt32) OK 77ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(UInt8)) OK 86ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 79ms
/aggregate functions/state/last_valueState/Map(String,UInt64) OK 79ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(UInt16)) OK 80ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/last_valueState/Map(String,UInt128) OK 80ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(UInt32)) OK 70ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 74ms
/aggregate functions/state/last_valueState/Map(String,Int8) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(UInt64)) OK 95ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Int8)) OK 92ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 85ms
/aggregate functions/state/last_valueState/Map(String,Int16) OK 82ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(UInt128)) OK 91ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Int16)) OK 91ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 69ms
/aggregate functions/state/last_valueState/Map(String,Int32) OK 72ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(Int8)) OK 87ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Int32)) OK 68ms
/aggregate functions/state/last_valueState/Map(String,Int64) OK 87ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Int64)) OK 75ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(Int16)) OK 86ms
/aggregate functions/state/last_valueState/Map(String,Int128) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Int128)) OK 77ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(Int32)) OK 103ms
/aggregate functions/state/last_valueState/Map(String,Float32) OK 91ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Float32)) OK 75ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(Int64)) OK 101ms
/aggregate functions/state/last_valueState/Map(String,Float64) OK 85ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Float64)) OK 71ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 85ms
/aggregate functions/state/last_valueState/Map(String,Decimal128(38)) OK 95ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Date)) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(Int128)) OK 75ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 72ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Array(String)) OK 91ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(Float32)) OK 70ms
/aggregate functions/state/last_valueState/Map(String,Date) OK 67ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 68ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Bool)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(Float64)) OK 77ms
/aggregate functions/state/last_valueState/Map(String,DateTime) OK 84ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(Decimal128(38))) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(String)) OK 101ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/last_valueState/Map(String,DateTime64(3)) OK 70ms
/aggregate functions/state/first_valueState/Map(LowCardinality(String),Tuple(String)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(Date)) OK 81ms
/aggregate functions/state/last_valueState/Map(String,Bool) OK 78ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 80ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),UInt8) OK 79ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(DateTime)) OK 76ms
/aggregate functions/state/last_valueState/Map(String,String) OK 71ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),UInt16) OK 69ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(UUID)) OK 72ms
/aggregate functions/state/last_valueState/Map(String,FixedString(51)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(DateTime64(3))) OK 85ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),UInt32) OK 86ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/last_valueState/Map(String,UUID) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(Bool)) OK 87ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),UInt64) OK 72ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/state/last_valueState/Map(String,Nullable(UInt8)) OK 74ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),UInt128) OK 91ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(String)) OK 87ms
/aggregate functions/state/last_valueState/Map(String,Nullable(UInt16)) OK 74ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Int8) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/last_valueState/Map(String,Nullable(UInt32)) OK 112ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Int16) OK 83ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Nullable(UUID)) OK 126ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 125ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Int32) OK 75ms
/aggregate functions/state/last_valueState/Map(String,Nullable(UInt64)) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Int64) OK 82ms
/aggregate functions/state/last_valueState/Map(String,Nullable(UInt128)) OK 93ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Int128) OK 67ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/state/last_valueState/Map(String,Nullable(Int8)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Float32) OK 77ms
/aggregate functions/state/last_valueState/Map(String,Nullable(Int16)) OK 81ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(UInt64)) OK 90ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Float64) OK 75ms
/aggregate functions/state/last_valueState/Map(String,Nullable(Int32)) OK 81ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(UInt128)) OK 93ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/last_valueState/Map(String,Nullable(Int64)) OK 76ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Date) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Int8)) OK 90ms
/aggregate functions/state/last_valueState/Map(String,Nullable(Int128)) OK 75ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),DateTime) OK 86ms
/aggregate functions/state/last_valueState/Map(String,Nullable(Float32)) OK 89ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Int16)) OK 80ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 70ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 105ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Int32)) OK 95ms
/aggregate functions/state/last_valueState/Map(String,Nullable(Float64)) OK 83ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 79ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Bool) OK 105ms
/aggregate functions/state/last_valueState/Map(String,Nullable(Decimal128(38))) OK 138ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Int64)) OK 137ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 116ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 119ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),String) OK 77ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 98ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 102ms
/aggregate functions/state/last_valueState/Map(String,Nullable(Date)) OK 82ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Int128)) OK 94ms
/aggregate functions/state/last_valueState/Map(String,Nullable(DateTime)) OK 91ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),UUID) OK 70ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Float32)) OK 65ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Float64)) OK 81ms
/aggregate functions/state/last_valueState/Map(String,Nullable(DateTime64(3))) OK 91ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Array(String)) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Date)) OK 106ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 76ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Array(String)) OK 72ms
/aggregate functions/state/last_valueState/Map(String,Nullable(Bool)) OK 81ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 103ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 107ms
/aggregate functions/state/entropyState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 83ms
/aggregate functions/state/last_valueState/Map(String,Nullable(String)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(DateTime)) OK 66ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Bool)) OK 102ms
/aggregate functions/state/entropyState/Nullable(UInt8) OK 82ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 74ms
/aggregate functions/state/last_valueState/Map(String,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(String),Tuple(String)) OK 70ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 101ms
/aggregate functions/state/entropyState/Nullable(UInt16) OK 101ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),UInt8) OK 87ms
/aggregate functions/state/last_valueState/Map(String,Nullable(UUID)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(String)) OK 69ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(UInt8)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),UInt16) OK 72ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 83ms
/aggregate functions/state/entropyState/Nullable(UInt32) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(UUID)) OK 79ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),UInt32) OK 87ms
/aggregate functions/state/entropyState/Nullable(UInt64) OK 81ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),UInt64) OK 76ms
/aggregate functions/state/entropyState/Nullable(UInt128) OK 77ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 90ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(UInt32)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),UInt128) OK 72ms
/aggregate functions/state/entropyState/Nullable(Int8) OK 74ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Int8) OK 83ms
/aggregate functions/state/entropyState/Nullable(Int16) OK 74ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(UInt128)) OK 136ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 125ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 102ms
/aggregate functions/state/entropyState/Nullable(Int32) OK 139ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Int16) OK 130ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 86ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Int8)) OK 90ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Int32) OK 105ms
/aggregate functions/state/entropyState/Nullable(Int64) OK 97ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 67ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/entropyState/Nullable(Int128) OK 71ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Int64) OK 76ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 80ms
/aggregate functions/state/entropyState/Nullable(Float32) OK 90ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Int128) OK 78ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Int64)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Float32) OK 86ms
/aggregate functions/state/entropyState/Nullable(Float64) OK 91ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Int128)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Float64) OK 80ms
/aggregate functions/state/entropyState/Nullable(Decimal128(38)) OK 95ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 73ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 76ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Float64)) OK 70ms
/aggregate functions/state/entropyState/Nullable(Date) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 70ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Date) OK 87ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Date)) OK 77ms
/aggregate functions/state/entropyState/Nullable(DateTime) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 99ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 72ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),DateTime) OK 76ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 70ms
/aggregate functions/state/entropyState/Nullable(DateTime64(3)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 94ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 89ms
/aggregate functions/state/entropyState/Nullable(Bool) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(String)) OK 93ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Bool) OK 97ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/state/entropyState/Nullable(String) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),String) OK 87ms
/aggregate functions/state/entropyState/Nullable(FixedString(51)) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(UUID)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/entropyState/Nullable(UUID) OK 82ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 73ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 71ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(UInt8))) OK 130ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 121ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),UUID) OK 114ms
/aggregate functions/state/entropyState/Array(UInt8) OK 105ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 121ms
/aggregate functions/state/entropyState/Array(UInt16) OK 104ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Array(String)) OK 95ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(UInt16))) OK 98ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/entropyState/Array(UInt32) OK 71ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 82ms
/aggregate functions/state/entropyState/Array(UInt64) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(FixedString(51),Tuple(String)) OK 79ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 80ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,UInt8) OK 88ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 87ms
/aggregate functions/state/entropyState/Array(UInt128) OK 78ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 74ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/entropyState/Array(Int8) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,UInt16) OK 86ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 76ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 69ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/entropyState/Array(Int16) OK 71ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,UInt32) OK 69ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 74ms
/aggregate functions/state/entropyState/Array(Int32) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,UInt64) OK 96ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 79ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 89ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/state/entropyState/Array(Int64) OK 74ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,UInt128) OK 70ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/state/entropyState/Array(Int128) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Int8) OK 98ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 82ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 90ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/entropyState/Array(Float32) OK 67ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 68ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Int16) OK 84ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 75ms
/aggregate functions/state/entropyState/Array(Float64) OK 86ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Int32) OK 66ms
/aggregate functions/state/entropyState/Array(Decimal128(38)) OK 84ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Int64) OK 77ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 72ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(DateTime))) OK 105ms
/aggregate functions/state/entropyState/Array(Date) OK 102ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Int128) OK 81ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 77ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Float32) OK 87ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/state/entropyState/Array(DateTime) OK 73ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 86ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/state/entropyState/Array(DateTime64(3)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Float64) OK 79ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 78ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/entropyState/Array(Bool) OK 77ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Decimal128(38)) OK 78ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 76ms
/aggregate functions/state/entropyState/Array(String) OK 96ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Date) OK 91ms
/aggregate functions/state/last_valueState/Map(String,LowCardinality(Nullable(UUID))) OK 65ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 81ms
/aggregate functions/state/last_valueState/Map(String,Array(String)) OK 73ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/entropyState/Array(FixedString(51)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,DateTime) OK 78ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/last_valueState/Map(String,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 96ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,DateTime64(3)) OK 70ms
/aggregate functions/state/entropyState/Array(UUID) OK 88ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 78ms
/aggregate functions/state/last_valueState/Map(String,Tuple(String)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Bool) OK 72ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/state/entropyState/Array(Nullable(UInt8)) OK 74ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/last_valueState/Map(FixedString(51),UInt8) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,String) OK 87ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/entropyState/Array(Nullable(UInt16)) OK 76ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/last_valueState/Map(FixedString(51),UInt16) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,FixedString(51)) OK 68ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 101ms
/aggregate functions/state/entropyState/Array(Nullable(UInt32)) OK 93ms
/aggregate functions/state/last_valueState/Map(FixedString(51),UInt32) OK 87ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,UUID) OK 79ms
/aggregate functions/state/entropyState/Array(Nullable(UInt64)) OK 73ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/last_valueState/Map(FixedString(51),UInt64) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(UInt8)) OK 81ms
/aggregate functions/state/entropyState/Array(Nullable(UInt128)) OK 80ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 91ms
/aggregate functions/state/last_valueState/Map(FixedString(51),UInt128) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(UInt16)) OK 72ms
/aggregate functions/state/entropyState/Array(Nullable(Int8)) OK 71ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(UInt32)) OK 80ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Int8) OK 73ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 79ms
/aggregate functions/state/entropyState/Array(Nullable(Int16)) OK 73ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Int16) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(UInt64)) OK 84ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 82ms
/aggregate functions/state/entropyState/Array(Nullable(Int32)) OK 76ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Int32) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(UInt128)) OK 84ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 74ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/entropyState/Array(Nullable(Int64)) OK 81ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Int64) OK 85ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(Int8)) OK 90ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/entropyState/Array(Nullable(Int128)) OK 77ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Int128) OK 83ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 83ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(Int16)) OK 86ms
/aggregate functions/state/entropyState/Array(Nullable(Float32)) OK 82ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Float32) OK 81ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 83ms
/aggregate functions/state/entropyState/Array(Nullable(Float64)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(Int32)) OK 73ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Array(String)) OK 80ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Float64) OK 78ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(Int64)) OK 78ms
/aggregate functions/state/entropyState/Array(Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Decimal128(38)) OK 86ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(Int128)) OK 83ms
/aggregate functions/state/entropyState/Array(Nullable(Date)) OK 84ms
/aggregate functions/state/first_valueState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 83ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Date) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(Float32)) OK 82ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 82ms
/aggregate functions/state/entropyState/Array(Nullable(DateTime)) OK 81ms
/aggregate functions/state/first_valueState/Nullable(UInt8) OK 74ms
/aggregate functions/state/last_valueState/Map(FixedString(51),DateTime) OK 102ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(Float64)) OK 96ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 79ms
/aggregate functions/state/first_valueState/Nullable(UInt16) OK 74ms
/aggregate functions/state/entropyState/Array(Nullable(DateTime64(3))) OK 80ms
/aggregate functions/state/first_valueState/Nullable(UInt32) OK 82ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 100ms
/aggregate functions/state/entropyState/Array(Nullable(Bool)) OK 70ms
/aggregate functions/state/last_valueState/Map(FixedString(51),DateTime64(3)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/state/entropyState/Array(Nullable(String)) OK 93ms
/aggregate functions/state/first_valueState/Nullable(UInt64) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(Date)) OK 77ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Bool) OK 82ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(DateTime)) OK 169ms
/aggregate functions/state/entropyState/Array(Nullable(FixedString(51))) OK 170ms
/aggregate functions/state/first_valueState/Nullable(UInt128) OK 170ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 149ms
/aggregate functions/state/last_valueState/Map(FixedString(51),String) OK 165ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(DateTime64(3))) OK 101ms
/aggregate functions/state/entropyState/Array(Nullable(UUID)) OK 85ms
/aggregate functions/state/first_valueState/Nullable(Int8) OK 96ms
/aggregate functions/state/last_valueState/Map(FixedString(51),FixedString(51)) OK 72ms
/aggregate functions/state/last_valueState/Map(FixedString(51),UUID) OK 79ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/state/entropyState/Array(LowCardinality(UInt8)) OK 67ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(Bool)) OK 79ms
/aggregate functions/state/first_valueState/Nullable(Int16) OK 66ms
/aggregate functions/state/entropyState/Array(LowCardinality(UInt16)) OK 73ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(UInt8)) OK 79ms
/aggregate functions/state/first_valueState/Nullable(Int32) OK 78ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(String)) OK 90ms
/aggregate functions/state/entropyState/Array(LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(UInt16)) OK 76ms
/aggregate functions/state/first_valueState/Nullable(Int64) OK 74ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/entropyState/Array(LowCardinality(UInt64)) OK 112ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(UInt32)) OK 110ms
/aggregate functions/state/first_valueState/Nullable(Int128) OK 105ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 167ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Nullable(UUID)) OK 149ms
/aggregate functions/state/entropyState/Array(LowCardinality(UInt128)) OK 85ms
/aggregate functions/state/first_valueState/Nullable(Float32) OK 75ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(UInt64)) OK 68ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(UInt128)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(UInt8)) OK 92ms
/aggregate functions/state/first_valueState/Nullable(Float64) OK 76ms
/aggregate functions/state/entropyState/Array(LowCardinality(Int8)) OK 78ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(Int8)) OK 103ms
/aggregate functions/state/first_valueState/Nullable(Decimal128(38)) OK 89ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/entropyState/Array(LowCardinality(Int16)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(UInt16)) OK 86ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/state/first_valueState/Nullable(Date) OK 101ms
/aggregate functions/state/entropyState/Array(LowCardinality(Int32)) OK 73ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(Int16)) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(UInt32)) OK 68ms
/aggregate functions/state/entropyState/Array(LowCardinality(Int64)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(UInt64)) OK 88ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/first_valueState/Nullable(DateTime) OK 72ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(Int32)) OK 76ms
/aggregate functions/state/entropyState/Array(LowCardinality(Int128)) OK 79ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(UInt128)) OK 77ms
/aggregate functions/state/first_valueState/Nullable(DateTime64(3)) OK 87ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(Int64)) OK 86ms
/aggregate functions/state/entropyState/Array(LowCardinality(Float32)) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Int8)) OK 85ms
/aggregate functions/state/first_valueState/Nullable(Bool) OK 89ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(Int128)) OK 81ms
/aggregate functions/state/entropyState/Array(LowCardinality(Float64)) OK 78ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 94ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Int16)) OK 87ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(Float32)) OK 80ms
/aggregate functions/state/first_valueState/Nullable(String) OK 82ms
/aggregate functions/state/entropyState/Array(LowCardinality(Date)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Int32)) OK 83ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(Float64)) OK 79ms
/aggregate functions/state/first_valueState/Nullable(FixedString(51)) OK 85ms
/aggregate functions/state/entropyState/Array(LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Int64)) OK 96ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(Decimal128(38))) OK 86ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 108ms
/aggregate functions/state/first_valueState/Nullable(UUID) OK 71ms
/aggregate functions/state/entropyState/Array(LowCardinality(Bool)) OK 71ms
/aggregate functions/state/first_valueState/Array(UInt8) OK 87ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(Date)) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Int128)) OK 71ms
/aggregate functions/state/entropyState/Array(LowCardinality(String)) OK 77ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/first_valueState/Array(UInt16) OK 111ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(DateTime)) OK 103ms
/aggregate functions/state/entropyState/Array(LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/entropyState/Array(LowCardinality(UUID)) OK 85ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(DateTime64(3))) OK 73ms
/aggregate functions/state/first_valueState/Array(UInt32) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Date)) OK 76ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(Bool)) OK 78ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/first_valueState/Array(UInt64) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(DateTime)) OK 67ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(String)) OK 82ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Array(String)) OK 84ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/first_valueState/Array(UInt128) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Bool)) OK 71ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(FixedString(51))) OK 90ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(UInt32))) OK 100ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 100ms
/aggregate functions/state/first_valueState/Array(Int8) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(String)) OK 76ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Nullable(UUID)) OK 85ms
/aggregate functions/state/first_valueState/Array(Int16) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/state/groupArrayState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(UUID)) OK 100ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(UInt8)) OK 85ms
/aggregate functions/state/groupArrayState/Nullable(UInt8) OK 92ms
/aggregate functions/state/first_valueState/Array(Int32) OK 71ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/first_valueState/Array(Int64) OK 101ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/state/groupArrayState/Nullable(UInt16) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/state/first_valueState/Array(Int128) OK 71ms
/aggregate functions/state/groupArrayState/Nullable(UInt32) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/first_valueState/Array(Float32) OK 78ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/state/groupArrayState/Nullable(UInt64) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/first_valueState/Array(Float64) OK 79ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/state/groupArrayState/Nullable(UInt128) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Int8)) OK 78ms
/aggregate functions/state/first_valueState/Array(Decimal128(38)) OK 78ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/state/groupArrayState/Nullable(Int8) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Int16)) OK 80ms
/aggregate functions/state/first_valueState/Array(Date) OK 78ms
/aggregate functions/state/groupArrayState/Nullable(Int16) OK 71ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Int32)) OK 79ms
/aggregate functions/state/first_valueState/Array(DateTime) OK 69ms
/aggregate functions/state/groupArrayState/Nullable(Int32) OK 70ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/first_valueState/Array(DateTime64(3)) OK 71ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Int64)) OK 80ms
/aggregate functions/state/groupArrayState/Nullable(Int64) OK 71ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/first_valueState/Array(Bool) OK 78ms
/aggregate functions/state/groupArrayState/Nullable(Int128) OK 79ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Int128)) OK 68ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/state/first_valueState/Array(String) OK 76ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Float32)) OK 77ms
/aggregate functions/state/groupArrayState/Nullable(Float32) OK 74ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/first_valueState/Array(FixedString(51)) OK 91ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Float64)) OK 76ms
/aggregate functions/state/groupArrayState/Nullable(Float64) OK 66ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(String))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/groupArrayState/Nullable(Decimal128(38)) OK 89ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Date)) OK 77ms
/aggregate functions/state/first_valueState/Array(UUID) OK 69ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(Date))) OK 67ms
/aggregate functions/state/first_valueState/Array(Nullable(UInt8)) OK 104ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(DateTime)) OK 74ms
/aggregate functions/state/groupArrayState/Nullable(Date) OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/entropyState/Array(LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Bool)) OK 104ms
/aggregate functions/state/first_valueState/Array(Nullable(UInt16)) OK 72ms
/aggregate functions/state/groupArrayState/Nullable(DateTime) OK 79ms
/aggregate functions/state/entropyState/Array(Array(String)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/first_valueState/Array(Nullable(UInt32)) OK 84ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(String)) OK 74ms
/aggregate functions/state/groupArrayState/Nullable(DateTime64(3)) OK 81ms
/aggregate functions/state/entropyState/Array(Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/first_valueState/Array(Nullable(UInt64)) OK 82ms
/aggregate functions/state/groupArrayState/Nullable(Bool) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/entropyState/Array(Tuple(String)) OK 69ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(UUID)) OK 83ms
/aggregate functions/state/first_valueState/Array(Nullable(UInt128)) OK 72ms
/aggregate functions/state/groupArrayState/Nullable(String) OK 70ms
/aggregate functions/state/entropyState/LowCardinality(UInt8) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/first_valueState/Array(Nullable(Int8)) OK 71ms
/aggregate functions/state/groupArrayState/Nullable(FixedString(51)) OK 76ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Array(String)) OK 72ms
/aggregate functions/state/entropyState/LowCardinality(UInt16) OK 73ms
/aggregate functions/state/first_valueState/Array(Nullable(Int16)) OK 72ms
/aggregate functions/state/groupArrayState/Nullable(UUID) OK 71ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/entropyState/LowCardinality(UInt32) OK 88ms
/aggregate functions/state/first_valueState/Array(Nullable(Int32)) OK 79ms
/aggregate functions/state/groupArrayState/Array(UInt8) OK 85ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(UUID,Tuple(String)) OK 76ms
/aggregate functions/state/entropyState/LowCardinality(UInt64) OK 82ms
/aggregate functions/state/first_valueState/Array(Nullable(Int64)) OK 71ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/groupArrayState/Array(UInt16) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),UInt8) OK 73ms
/aggregate functions/state/entropyState/LowCardinality(UInt128) OK 81ms
/aggregate functions/state/first_valueState/Array(Nullable(Int128)) OK 80ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/state/groupArrayState/Array(UInt32) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),UInt16) OK 78ms
/aggregate functions/state/entropyState/LowCardinality(Int8) OK 73ms
/aggregate functions/state/first_valueState/Array(Nullable(Float32)) OK 83ms
/aggregate functions/state/groupArrayState/Array(UInt64) OK 91ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),UInt32) OK 77ms
/aggregate functions/state/entropyState/LowCardinality(Int16) OK 71ms
/aggregate functions/state/first_valueState/Array(Nullable(Float64)) OK 79ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/state/groupArrayState/Array(UInt128) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),UInt64) OK 75ms
/aggregate functions/state/entropyState/LowCardinality(Int32) OK 70ms
/aggregate functions/state/first_valueState/Array(Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),UInt128) OK 75ms
/aggregate functions/state/groupArrayState/Array(Int8) OK 72ms
/aggregate functions/state/entropyState/LowCardinality(Int64) OK 72ms
/aggregate functions/state/first_valueState/Array(Nullable(Date)) OK 78ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Int8) OK 70ms
/aggregate functions/state/groupArrayState/Array(Int16) OK 77ms
/aggregate functions/state/entropyState/LowCardinality(Int128) OK 79ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 89ms
/aggregate functions/state/first_valueState/Array(Nullable(DateTime)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Int16) OK 77ms
/aggregate functions/state/groupArrayState/Array(Int32) OK 70ms
/aggregate functions/state/entropyState/LowCardinality(Float32) OK 77ms
/aggregate functions/state/first_valueState/Array(Nullable(DateTime64(3))) OK 83ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Int32) OK 80ms
/aggregate functions/state/groupArrayState/Array(Int64) OK 74ms
/aggregate functions/state/entropyState/LowCardinality(Float64) OK 79ms
/aggregate functions/state/first_valueState/Array(Nullable(Bool)) OK 83ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 96ms
/aggregate functions/state/groupArrayState/Array(Int128) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Int64) OK 68ms
/aggregate functions/state/entropyState/LowCardinality(Date) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Int128) OK 80ms
/aggregate functions/state/first_valueState/Array(Nullable(String)) OK 72ms
/aggregate functions/state/groupArrayState/Array(Float32) OK 74ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/entropyState/LowCardinality(DateTime) OK 86ms
/aggregate functions/state/first_valueState/Array(Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Float32) OK 70ms
/aggregate functions/state/groupArrayState/Array(Float64) OK 81ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/state/entropyState/LowCardinality(Bool) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Float64) OK 76ms
/aggregate functions/state/first_valueState/Array(Nullable(UUID)) OK 74ms
/aggregate functions/state/groupArrayState/Array(Decimal128(38)) OK 71ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/entropyState/LowCardinality(String) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Decimal128(38)) OK 76ms
/aggregate functions/state/first_valueState/Array(LowCardinality(UInt8)) OK 80ms
/aggregate functions/state/groupArrayState/Array(Date) OK 78ms
/aggregate functions/state/entropyState/LowCardinality(FixedString(51)) OK 84ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Date) OK 83ms
/aggregate functions/state/first_valueState/Array(LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/groupArrayState/Array(DateTime) OK 73ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 94ms
/aggregate functions/state/entropyState/LowCardinality(UUID) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),DateTime) OK 85ms
/aggregate functions/state/first_valueState/Array(LowCardinality(UInt32)) OK 105ms
/aggregate functions/state/groupArrayState/Array(DateTime64(3)) OK 105ms
/aggregate functions/state/last_valueState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(UInt8)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),DateTime64(3)) OK 87ms
/aggregate functions/state/first_valueState/Array(LowCardinality(UInt64)) OK 87ms
/aggregate functions/state/groupArrayState/Array(Bool) OK 87ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(UInt16)) OK 93ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Array(String)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Bool) OK 91ms
/aggregate functions/state/first_valueState/Array(LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/groupArrayState/Array(String) OK 84ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(UInt32)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),String) OK 80ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Int8)) OK 83ms
/aggregate functions/state/groupArrayState/Array(FixedString(51)) OK 75ms
/aggregate functions/state/last_valueState/Map(FixedString(51),Tuple(String)) OK 139ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(UInt64)) OK 136ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),FixedString(51)) OK 100ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Int16)) OK 92ms
/aggregate functions/state/groupArrayState/Array(UUID) OK 148ms
/aggregate functions/state/last_valueState/Map(UUID,UInt8) OK 85ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(UInt128)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),UUID) OK 76ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Int32)) OK 80ms
/aggregate functions/state/groupArrayState/Array(Nullable(UInt8)) OK 105ms
/aggregate functions/state/last_valueState/Map(UUID,UInt16) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(UInt8)) OK 81ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(Int8)) OK 94ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Int64)) OK 66ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Int128)) OK 87ms
/aggregate functions/state/last_valueState/Map(UUID,UInt32) OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(UInt16)) OK 97ms
/aggregate functions/state/groupArrayState/Array(Nullable(UInt16)) OK 91ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(Int16)) OK 70ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Float32)) OK 80ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(Int32)) OK 70ms
/aggregate functions/state/last_valueState/Map(UUID,UInt64) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(UInt32)) OK 77ms
/aggregate functions/state/groupArrayState/Array(Nullable(UInt32)) OK 75ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(Int64)) OK 86ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Float64)) OK 79ms
/aggregate functions/state/last_valueState/Map(UUID,UInt128) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(UInt64)) OK 95ms
/aggregate functions/state/groupArrayState/Array(Nullable(UInt64)) OK 86ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Date)) OK 81ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(Int128)) OK 84ms
/aggregate functions/state/last_valueState/Map(UUID,Int8) OK 67ms
/aggregate functions/state/groupArrayState/Array(Nullable(UInt128)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(UInt128)) OK 68ms
/aggregate functions/state/last_valueState/Map(UUID,Int16) OK 80ms
/aggregate functions/state/first_valueState/Array(LowCardinality(DateTime)) OK 88ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(Float32)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(Int8)) OK 81ms
/aggregate functions/state/groupArrayState/Array(Nullable(Int8)) OK 74ms
/aggregate functions/state/last_valueState/Map(UUID,Int32) OK 88ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(Float64)) OK 75ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Bool)) OK 93ms
/aggregate functions/state/groupArrayState/Array(Nullable(Int16)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(Int16)) OK 78ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(Date)) OK 86ms
/aggregate functions/state/last_valueState/Map(UUID,Int64) OK 90ms
/aggregate functions/state/groupArrayState/Array(Nullable(Int32)) OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(Int32)) OK 85ms
/aggregate functions/state/first_valueState/Array(LowCardinality(String)) OK 79ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(DateTime)) OK 76ms
/aggregate functions/state/last_valueState/Map(UUID,Int128) OK 101ms
/aggregate functions/state/first_valueState/Array(LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(Int64)) OK 76ms
/aggregate functions/state/groupArrayState/Array(Nullable(Int64)) OK 82ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(Bool)) OK 76ms
/aggregate functions/state/first_valueState/Array(LowCardinality(UUID)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(Int128)) OK 81ms
/aggregate functions/state/last_valueState/Map(UUID,Float32) OK 72ms
/aggregate functions/state/groupArrayState/Array(Nullable(Int128)) OK 77ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(String)) OK 92ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(UInt8))) OK 100ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(Float32)) OK 76ms
/aggregate functions/state/last_valueState/Map(UUID,Float64) OK 87ms
/aggregate functions/state/groupArrayState/Array(Nullable(Float32)) OK 89ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(FixedString(51))) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(Float64)) OK 92ms
/aggregate functions/state/last_valueState/Map(UUID,Decimal128(38)) OK 79ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/groupArrayState/Array(Nullable(Float64)) OK 80ms
/aggregate functions/state/entropyState/LowCardinality(Nullable(UUID)) OK 104ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 93ms
/aggregate functions/state/last_valueState/Map(UUID,Date) OK 84ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/groupArrayState/Array(Nullable(Decimal128(38))) OK 86ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(UInt64))) OK 99ms
/aggregate functions/state/last_valueState/Map(UUID,DateTime) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(Date)) OK 106ms
/aggregate functions/state/groupArrayState/Array(Nullable(Date)) OK 97ms
/aggregate functions/state/entropyState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 637ms
/aggregate functions/state/last_valueState/Map(UUID,DateTime64(3)) OK 82ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/state/groupArrayState/Array(Nullable(DateTime)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(DateTime)) OK 75ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/last_valueState/Map(UUID,Bool) OK 80ms
/aggregate functions/state/groupArrayState/Array(Nullable(DateTime64(3))) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 78ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/last_valueState/Map(UUID,String) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(Bool)) OK 70ms
/aggregate functions/state/groupArrayState/Array(Nullable(Bool)) OK 88ms
/aggregate functions/state/last_valueState/Map(UUID,FixedString(51)) OK 78ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(String)) OK 74ms
/aggregate functions/state/groupArrayState/Array(Nullable(String)) OK 85ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/last_valueState/Map(UUID,UUID) OK 116ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 110ms
/aggregate functions/state/groupArrayState/Array(Nullable(FixedString(51))) OK 72ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(Int128))) OK 105ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(UInt8)) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Nullable(UUID)) OK 74ms
/aggregate functions/state/groupArrayState/Array(Nullable(UUID)) OK 84ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(UInt16)) OK 84ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(UInt8)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState OK 1m 24s
/aggregate functions/state/mannWhitneyUTestState/constant OK 55ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(UInt32)) OK 79ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/zero rows OK 46ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(Date))) OK 115ms
/aggregate functions/state/mannWhitneyUTestState/single row OK 64ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 83ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(UInt64)) OK 91ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/single row with zero weight OK 49ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(UInt64)) OK 74ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(UInt128)) OK 87ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(DateTime))) OK 104ms
/aggregate functions/state/mannWhitneyUTestState/with group by OK 57ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/some negative values OK 52ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(Int8)) OK 76ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/NULL value handling OK 44ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Int8)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Int8)) OK 73ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(Int16)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/weight NULL value handling OK 43ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(String))) OK 90ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Int16)) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/single NULL value OK 48ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Int16)) OK 69ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(Int32)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/return type OK 50ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Int32)) OK 84ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Int32)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/doc example OK 55ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(Int64)) OK 66ms
/aggregate functions/state/first_valueState/Array(LowCardinality(Nullable(UUID))) OK 68ms
/aggregate functions/state/mannWhitneyUTestState/single value in 0 population OK 70ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Int64)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Int64)) OK 77ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(Int128)) OK 82ms
/aggregate functions/state/first_valueState/Array(Array(String)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/single value in 1 population OK 40ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Int128)) OK 70ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Int128)) OK 83ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(Float32)) OK 68ms
/aggregate functions/state/mannWhitneyUTestState/inf OK 47ms
/aggregate functions/state/first_valueState/Array(Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Float32)) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/-inf OK 73ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(Float64)) OK 86ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Float32)) OK 80ms
/aggregate functions/state/first_valueState/Array(Tuple(String)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/nan OK 52ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Float64)) OK 77ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Float64)) OK 70ms
/aggregate functions/state/first_valueState/LowCardinality(UInt8) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/inf, -inf, nan OK 48ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Date)) OK 79ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Date)) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes OK 1m 23s
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations OK 1m 23s
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,uint8 OK 77ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(Date)) OK 86ms
/aggregate functions/state/first_valueState/LowCardinality(UInt16) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 83ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,uint64 OK 72ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(DateTime)) OK 69ms
/aggregate functions/state/first_valueState/LowCardinality(UInt32) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Bool)) OK 83ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Bool)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,uint32 OK 78ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/first_valueState/LowCardinality(UInt64) OK 69ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(String)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(String)) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,uint16 OK 73ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(Bool)) OK 80ms
/aggregate functions/state/first_valueState/LowCardinality(UInt128) OK 68ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,uint128 OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/first_valueState/LowCardinality(Int8) OK 88ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(String)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,nullable_uint8_ OK 76ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(UUID)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(UUID)) OK 81ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(FixedString(51))) OK 71ms
/aggregate functions/state/first_valueState/LowCardinality(Int16) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,nullable_uint64_ OK 94ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/state/last_valueState/Map(UUID,Nullable(UUID)) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/state/first_valueState/LowCardinality(Int32) OK 71ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,nullable_uint32_ OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/first_valueState/LowCardinality(Int64) OK 78ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(UInt16)) OK 86ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,nullable_uint16_ OK 84ms
/aggregate functions/state/first_valueState/LowCardinality(Int128) OK 85ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(UInt32)) OK 90ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,nullable_uint128_ OK 72ms
/aggregate functions/state/first_valueState/LowCardinality(Float32) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/first_valueState/LowCardinality(Float64) OK 76ms
/aggregate functions/state/first_valueState/LowCardinality(Date) OK 88ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(UInt128)) OK 94ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 68ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 104ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(Int16))) OK 104ms
/aggregate functions/state/first_valueState/LowCardinality(DateTime) OK 84ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Int8)) OK 68ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Int16)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/state/first_valueState/LowCardinality(Bool) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 72ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,lowcardinality_uint128_ OK 86ms
/aggregate functions/state/first_valueState/LowCardinality(String) OK 99ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 97ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Int64)) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/first_valueState/LowCardinality(FixedString(51)) OK 75ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/first_valueState/LowCardinality(UUID) OK 103ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 97ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(UInt8)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(UInt16)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Date)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint128__ OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(DateTime)) OK 82ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(UInt32)) OK 86ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,uint8 OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Bool)) OK 73ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(UInt64)) OK 73ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,uint64 OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(String)) OK 81ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(UInt128)) OK 80ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(String))) OK 151ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,uint32 OK 137ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(FixedString(51))) OK 175ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 159ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(Int8)) OK 164ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,uint16 OK 78ms
/aggregate functions/state/groupArrayState/Array(LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,uint128 OK 88ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(Int16)) OK 88ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(UUID)) OK 63ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Array(String)) OK 101ms
/aggregate functions/state/groupArrayState/Array(Array(String)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,nullable_uint8_ OK 100ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(Int32)) OK 90ms
/aggregate functions/state/groupArrayState/Array(Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(Int64)) OK 66ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,nullable_uint64_ OK 66ms
/aggregate functions/state/groupArrayState/Array(Tuple(String)) OK 438ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(Int128)) OK 418ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,nullable_uint32_ OK 427ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(String),Tuple(String)) OK 421ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 404ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 111ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(Float32)) OK 117ms
/aggregate functions/state/groupArrayState/LowCardinality(UInt8) OK 113ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),UInt8) OK 102ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,nullable_uint16_ OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,nullable_uint128_ OK 210ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 213ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),UInt16) OK 191ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(Float64)) OK 210ms
/aggregate functions/state/groupArrayState/LowCardinality(UInt16) OK 226ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),UInt32) OK 129ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 142ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(Int8))) OK 118ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(Date)) OK 127ms
/aggregate functions/state/groupArrayState/LowCardinality(UInt32) OK 89ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),UInt64) OK 80ms
/aggregate functions/state/groupArrayState/LowCardinality(UInt64) OK 71ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(DateTime)) OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/groupArrayState/LowCardinality(UInt128) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),UInt128) OK 77ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(Int32))) OK 99ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(Bool)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/groupArrayState/LowCardinality(Int8) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Int8) OK 78ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(String)) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 70ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(Int64))) OK 68ms
/aggregate functions/state/groupArrayState/LowCardinality(Int16) OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Int16) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,lowcardinality_uint128_ OK 76ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(FixedString(51))) OK 92ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/state/groupArrayState/LowCardinality(Int32) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Int32) OK 92ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(Float32))) OK 89ms
/aggregate functions/state/first_valueState/LowCardinality(Nullable(UUID)) OK 68ms
/aggregate functions/state/groupArrayState/LowCardinality(Int64) OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/first_valueState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 551ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Int64) OK 73ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/groupArrayState/LowCardinality(Int128) OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Int128) OK 104ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/groupArrayState/LowCardinality(Float32) OK 82ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Float32) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint128__ OK 85ms
/aggregate functions/state/groupArrayState/LowCardinality(Float64) OK 85ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Float64) OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,uint8 OK 111ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/groupArrayState/LowCardinality(Date) OK 102ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 97ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 96ms
/aggregate functions/state/groupArrayState/LowCardinality(DateTime) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Date) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,uint64 OK 75ms
/aggregate functions/state/last_valueState/Map(UUID,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/state/groupArrayState/LowCardinality(Bool) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,uint32 OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),DateTime) OK 74ms
/aggregate functions/state/maxState OK 2m 16s
/aggregate functions/state/maxState/constant OK 55ms
/aggregate functions/state/last_valueState/Map(UUID,Array(String)) OK 74ms
/aggregate functions/state/groupArrayState/LowCardinality(String) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,uint16 OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 88ms
/aggregate functions/state/maxState/zero rows OK 39ms
/aggregate functions/state/last_valueState/Map(UUID,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/maxState/with group by OK 39ms
/aggregate functions/state/groupArrayState/LowCardinality(FixedString(51)) OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,uint128 OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Bool) OK 83ms
/aggregate functions/state/maxState/NULL value handling OK 41ms
/aggregate functions/state/last_valueState/Map(UUID,Tuple(String)) OK 81ms
/aggregate functions/state/maxState/inf OK 42ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,nullable_uint8_ OK 72ms
/aggregate functions/state/groupArrayState/LowCardinality(UUID) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),String) OK 82ms
/aggregate functions/state/maxState/-inf OK 45ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),UInt8) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,nullable_uint64_ OK 76ms
/aggregate functions/state/maxState/nan OK 53ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 76ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(UInt8)) OK 80ms
/aggregate functions/state/maxState/inf, -inf, nan OK 43ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),UInt16) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,nullable_uint32_ OK 114ms
/aggregate functions/state/maxState/UInt8 OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),UUID) OK 92ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(UInt16)) OK 88ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),UInt32) OK 97ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,nullable_uint16_ OK 82ms
/aggregate functions/state/maxState/UInt16 OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 79ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(UInt32)) OK 79ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),UInt64) OK 71ms
/aggregate functions/state/maxState/UInt32 OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,nullable_uint128_ OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 75ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(UInt64)) OK 88ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),UInt128) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 72ms
/aggregate functions/state/maxState/UInt64 OK 70ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(UInt128)) OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Int8) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 82ms
/aggregate functions/state/maxState/UInt128 OK 77ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(Int8)) OK 85ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Int16) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 79ms
/aggregate functions/state/maxState/Int8 OK 82ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(Int16)) OK 73ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Int32) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/maxState/Int16 OK 80ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(Int32)) OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Int64) OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 78ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(Int64)) OK 80ms
/aggregate functions/state/maxState/Int32 OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,lowcardinality_uint128_ OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Int128) OK 69ms
/aggregate functions/state/maxState/Int64 OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 85ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(Int128)) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Float32) OK 89ms
/aggregate functions/state/maxState/Int128 OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 72ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(Float32)) OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Float64) OK 77ms
/aggregate functions/state/maxState/Float32 OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 79ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(Float64)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Decimal128(38)) OK 87ms
/aggregate functions/state/maxState/Float64 OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 75ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(Date)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Date) OK 74ms
/aggregate functions/state/maxState/Decimal128(38) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 92ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(DateTime)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint128__ OK 78ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),DateTime) OK 82ms
/aggregate functions/state/maxState/Date OK 69ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(Bool)) OK 104ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 96ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,uint8 OK 82ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),DateTime64(3)) OK 78ms
/aggregate functions/state/maxState/DateTime OK 67ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,uint64 OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 97ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(String)) OK 87ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Bool) OK 78ms
/aggregate functions/state/maxState/DateTime64(3) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,uint32 OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),String) OK 80ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(FixedString(51))) OK 97ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 93ms
/aggregate functions/state/maxState/Bool OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,uint16 OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),FixedString(51)) OK 89ms
/aggregate functions/state/maxState/String OK 76ms
/aggregate functions/state/groupArrayState/LowCardinality(Nullable(UUID)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,uint128 OK 78ms
/aggregate functions/state/maxState/FixedString(51) OK 79ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),UUID) OK 101ms
/aggregate functions/state/groupArrayState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 572ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,nullable_uint8_ OK 72ms
/aggregate functions/state/maxState/UUID OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 103ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,nullable_uint64_ OK 99ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(UInt8)) OK 90ms
/aggregate functions/state/maxState/Map(UInt8,UInt8) OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(UInt16)) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,nullable_uint32_ OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/maxState/Map(UInt8,UInt16) OK 73ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(UInt32)) OK 79ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,nullable_uint16_ OK 82ms
/aggregate functions/state/maxState/Map(UInt8,UInt32) OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(UInt64)) OK 92ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,nullable_uint128_ OK 72ms
/aggregate functions/state/maxState/Map(UInt8,UInt64) OK 110ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(UInt128)) OK 76ms
/aggregate functions/state/maxState/Map(UInt8,UInt128) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(Int8)) OK 73ms
/aggregate functions/state/maxState/Map(UInt8,Int8) OK 72ms
/aggregate functions/state/groupArrayState/max size OK 450ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(Int16)) OK 76ms
/aggregate functions/state/maxState/Map(UInt8,Int16) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 95ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(Int32)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/maxState/Map(UInt8,Int32) OK 76ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(Int64)) OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,lowcardinality_uint128_ OK 72ms
/aggregate functions/state/maxState/Map(UInt8,Int64) OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 82ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(Int128)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/maxState/Map(UInt8,Int128) OK 80ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(Float32)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/maxState/Map(UInt8,Float32) OK 78ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(Float64)) OK 72ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/meanZTestState OK 57s 3ms
/aggregate functions/state/meanZTestState/single value in 0 population OK 50ms
/aggregate functions/state/maxState/Map(UInt8,Float64) OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 90ms
/aggregate functions/state/meanZTestState/single value in 1 population OK 47ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/maxState/Map(UInt8,Decimal128(38)) OK 73ms
/aggregate functions/state/meanZTestState/constant OK 45ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(Date)) OK 93ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint128__ OK 83ms
/aggregate functions/state/meanZTestState/zero rows OK 67ms
/aggregate functions/state/maxState/Map(UInt8,Date) OK 78ms
/aggregate functions/state/meanZTestState/single row OK 45ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(DateTime)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,uint8 OK 81ms
/aggregate functions/state/maxState/Map(UInt8,DateTime) OK 84ms
/aggregate functions/state/meanZTestState/single row with zero weight OK 52ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 87ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,uint64 OK 83ms
/aggregate functions/state/meanZTestState/with group by OK 40ms
/aggregate functions/state/maxState/Map(UInt8,DateTime64(3)) OK 75ms
/aggregate functions/state/meanZTestState/some negative values OK 42ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(Bool)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 94ms
/aggregate functions/state/maxState/Map(UInt8,Bool) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,uint32 OK 77ms
/aggregate functions/state/meanZTestState/NULL value handling OK 55ms
/aggregate functions/state/meanZTestState/weight NULL value handling OK 43ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(String)) OK 137ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,uint16 OK 140ms
/aggregate functions/state/maxState/Map(UInt8,String) OK 70ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 134ms
/aggregate functions/state/meanZTestState/single NULL value OK 40ms
/aggregate functions/state/meanZTestState/return type OK 108ms
/aggregate functions/state/maxState/Map(UInt8,FixedString(51)) OK 141ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,uint128 OK 77ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 85ms
/aggregate functions/state/meanZTestState/doc example OK 53ms
/aggregate functions/state/maxState/Map(UInt8,UUID) OK 113ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,nullable_uint8_ OK 115ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Nullable(UUID)) OK 91ms
/aggregate functions/state/meanZTestState/inf OK 74ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/state/meanZTestState/-inf OK 51ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 78ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(UInt8)) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,nullable_uint64_ OK 75ms
/aggregate functions/state/meanZTestState/nan OK 51ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/meanZTestState/inf, -inf, nan OK 58ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,nullable_uint32_ OK 79ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(UInt16)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes OK 56s 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations OK 56s 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,uint8 OK 104ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 99ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,nullable_uint16_ OK 83ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 67ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(UInt32)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,nullable_uint128_ OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,uint64 OK 85ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(UInt64)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,uint32 OK 72ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(UInt128)) OK 80ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,uint16 OK 83ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Int8)) OK 71ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(Int8)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Int16)) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,nullable_uint8_ OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(Int16)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Int32)) OK 78ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(Int32)) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,nullable_uint64_ OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Int64)) OK 75ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(Int64)) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,nullable_uint32_ OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,lowcardinality_uint128_ OK 101ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Int128)) OK 96ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(Int128)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,nullable_uint16_ OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(Float32)) OK 85ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Float32)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Float64)) OK 79ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(Float64)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Date)) OK 71ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(Date)) OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/uint128,lowcardinality_nullable_uint128__ OK 81ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Bool)) OK 78ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(DateTime)) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,uint8 OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(String)) OK 77ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,uint64 OK 75ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(Bool)) OK 77ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,uint32 OK 89ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(String)) OK 91ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(UUID)) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,uint16 OK 86ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,uint8 OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,uint128 OK 88ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Array(String)) OK 88ms
/aggregate functions/state/maxState/Map(UInt8,Nullable(UUID)) OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,uint64 OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 87ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 63ms
/aggregate functions/state/groupUniqArrayState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 82ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 70ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(UInt16)) OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,uint32 OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(UInt32)) OK 98ms
/aggregate functions/state/groupUniqArrayState/Nullable(UInt8) OK 101ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,uint16 OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 67ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,nullable_uint8_ OK 88ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Nullable(UInt16) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,nullable_uint128_ OK 70ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(UInt128)) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,nullable_uint64_ OK 78ms
/aggregate functions/state/groupUniqArrayState/Nullable(UInt32) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Nullable(UInt64) OK 91ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Int8)) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,nullable_uint32_ OK 67ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,nullable_uint16_ OK 68ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Int16)) OK 70ms
/aggregate functions/state/groupUniqArrayState/Nullable(UInt128) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Int32)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Nullable(Int8) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Int64)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Nullable(Int16) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint128_ OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/state/groupUniqArrayState/Nullable(Int32) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 67ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/state/groupUniqArrayState/Nullable(Int64) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Nullable(Int128) OK 81ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Float64)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/groupUniqArrayState/Nullable(Float32) OK 74ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Date)) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/state/groupUniqArrayState/Nullable(Float64) OK 79ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint128__ OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/groupUniqArrayState/Nullable(Decimal128(38)) OK 76ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Bool)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,uint8 OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,uint8 OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/groupUniqArrayState/Nullable(Date) OK 87ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(String)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,uint64 OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,uint64 OK 71ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Array(String)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Nullable(DateTime) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,uint32 OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,uint32 OK 69ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(UUID)) OK 94ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/state/groupUniqArrayState/Nullable(DateTime64(3)) OK 95ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,uint16 OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,uint16 OK 75ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/state/last_valueState/Map(LowCardinality(String),Tuple(String)) OK 83ms
/aggregate functions/state/groupUniqArrayState/Nullable(Bool) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,uint128 OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,nullable_uint8_ OK 86ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),UInt8) OK 72ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,nullable_uint64_ OK 68ms
/aggregate functions/state/groupUniqArrayState/Nullable(String) OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),UInt16) OK 98ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 79ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,nullable_uint32_ OK 91ms
/aggregate functions/state/groupUniqArrayState/Nullable(FixedString(51)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 77ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/state/groupUniqArrayState/Nullable(UUID) OK 76ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),UInt32) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,nullable_uint16_ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 79ms
/aggregate functions/state/groupUniqArrayState/Array(UInt8) OK 85ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),UInt64) OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,nullable_uint128_ OK 81ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),UInt128) OK 78ms
/aggregate functions/state/groupUniqArrayState/Array(UInt16) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 95ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Int8) OK 78ms
/aggregate functions/state/groupUniqArrayState/Array(UInt32) OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Int16) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 89ms
/aggregate functions/state/groupUniqArrayState/Array(UInt64) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 65ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Int32) OK 71ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 94ms
/aggregate functions/state/groupUniqArrayState/Array(UInt128) OK 93ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Int64) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 100ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/groupUniqArrayState/Array(Int8) OK 85ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Int128) OK 71ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/groupUniqArrayState/Array(Int16) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint128_ OK 72ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Float32) OK 81ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/groupUniqArrayState/Array(Int32) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Float64) OK 82ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/groupUniqArrayState/Array(Int64) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,uint8 OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 82ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/groupUniqArrayState/Array(Int128) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,uint64 OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Date) OK 70ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/groupUniqArrayState/Array(Float32) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,uint32 OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),DateTime) OK 81ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(String))) OK 142ms
/aggregate functions/state/groupUniqArrayState/Array(Float64) OK 120ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,uint16 OK 102ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint128__ OK 92ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 157ms
/aggregate functions/state/groupUniqArrayState/Array(Decimal128(38)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,nullable_uint8_ OK 67ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,uint8 OK 77ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,nullable_uint64_ OK 93ms
/aggregate functions/state/groupUniqArrayState/Array(Date) OK 89ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Bool) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,uint64 OK 79ms
/aggregate functions/state/maxState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),String) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,uint32 OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,nullable_uint32_ OK 75ms
/aggregate functions/state/groupUniqArrayState/Array(DateTime) OK 88ms
/aggregate functions/state/maxState/Map(UInt8,Array(String)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,nullable_uint16_ OK 98ms
/aggregate functions/state/maxState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,uint16 OK 80ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 75ms
/aggregate functions/state/groupUniqArrayState/Array(DateTime64(3)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,uint128 OK 81ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),UUID) OK 76ms
/aggregate functions/state/groupUniqArrayState/Array(Bool) OK 89ms
/aggregate functions/state/maxState/Map(UInt8,Tuple(String)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 83ms
/aggregate functions/state/maxState/Map(UInt16,UInt8) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 75ms
/aggregate functions/state/groupUniqArrayState/Array(String) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 76ms
/aggregate functions/state/maxState/Map(UInt16,UInt16) OK 70ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Array(FixedString(51)) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/maxState/Map(UInt16,UInt32) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 82ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Array(UUID) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 85ms
/aggregate functions/state/maxState/Map(UInt16,UInt64) OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 96ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(UInt8)) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/state/maxState/Map(UInt16,UInt128) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,nullable_uint128_ OK 80ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(UInt16)) OK 79ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 68ms
/aggregate functions/state/maxState/Map(UInt16,Int8) OK 87ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(UInt32)) OK 63ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(UInt64)) OK 87ms
/aggregate functions/state/maxState/Map(UInt16,Int16) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/meanZTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,uint8 OK 76ms
/aggregate functions/state/maxState/Map(UInt16,Int32) OK 77ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(UInt128)) OK 66ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 68ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 68ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(Int8)) OK 93ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,uint64 OK 78ms
/aggregate functions/state/maxState/Map(UInt16,Int64) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,uint32 OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint128_ OK 89ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(Int16)) OK 79ms
/aggregate functions/state/maxState/Map(UInt16,Int128) OK 85ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,uint16 OK 96ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(Int32)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/maxState/Map(UInt16,Float32) OK 69ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(Int64)) OK 76ms
/aggregate functions/state/maxState/Map(UInt16,Float64) OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/state/maxState/Map(UInt16,Decimal128(38)) OK 85ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(Int128)) OK 85ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 82ms
/aggregate functions/state/maxState/Map(UInt16,Date) OK 80ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(Float32)) OK 82ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 72ms
/aggregate functions/state/maxState/Map(UInt16,DateTime) OK 91ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(Float64)) OK 100ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint128__ OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 83ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,uint8 OK 99ms
/aggregate functions/state/maxState/Map(UInt16,DateTime64(3)) OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(Decimal128(38))) OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 64ms
/aggregate functions/state/maxState/Map(UInt16,Bool) OK 73ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 110ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(Date)) OK 107ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,uint64 OK 104ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 96ms
/aggregate functions/state/maxState/Map(UInt16,String) OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(DateTime)) OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,uint32 OK 73ms
/aggregate functions/state/maxState/Map(UInt16,FixedString(51)) OK 76ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(DateTime64(3))) OK 98ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,uint16 OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/maxState/Map(UInt16,UUID) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,uint128 OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 74ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(Bool)) OK 76ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(UInt8)) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(String)) OK 66ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(UInt16)) OK 66ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(UInt32)) OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/groupUniqArrayState/Array(Nullable(UUID)) OK 80ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(UInt64)) OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,uint8 OK 73ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(UInt128)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,nullable_uint128_ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,uint64 OK 93ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(Int8)) OK 87ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,uint32 OK 89ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 83ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(Int16)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(Int32)) OK 93ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,uint16 OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 69ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(Int64)) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 70ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 71ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Int8)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 77ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(Int128)) OK 67ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint128_ OK 81ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 88ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Int16)) OK 72ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(Float32)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Int32)) OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 79ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(Float64)) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Int64)) OK 72ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 77ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(Decimal128(38))) OK 92ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Int128)) OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 72ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(Date)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Float32)) OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(DateTime)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint128__ OK 71ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Float64)) OK 80ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 82ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,uint8 OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 90ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Date)) OK 73ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 79ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(Bool)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,uint64 OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(String)) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,uint32 OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Bool)) OK 75ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 74ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(FixedString(51))) OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,uint16 OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(String)) OK 72ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,uint128 OK 85ms
/aggregate functions/state/maxState/Map(UInt16,Nullable(UUID)) OK 86ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,nullable_uint8_ OK 70ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(UInt8)) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,uint8 OK 86ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(UUID)) OK 72ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,nullable_uint64_ OK 77ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,uint64 OK 86ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,nullable_uint32_ OK 75ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(UInt16))) OK 92ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(UInt32)) OK 96ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,uint32 OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,nullable_uint16_ OK 76ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,uint16 OK 94ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(UInt64)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,nullable_uint128_ OK 72ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Int16)) OK 84ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(Int8))) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 75ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Int64)) OK 98ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,lowcardinality_uint128_ OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Int128)) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 98ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Date)) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_uint128_,lowcardinality_nullable_uint128__ OK 83ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 181ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,uint8 OK 170ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Bool)) OK 173ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(Bool))) OK 108ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 136ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(String))) OK 148ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,uint64 OK 83ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Array(String)) OK 83ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(String)) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,uint8 OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,uint32 OK 82ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/last_valueState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,uint16 OK 91ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(UUID)) OK 126ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,uint64 OK 119ms
/aggregate functions/state/groupUniqArrayState/Array(LowCardinality(Nullable(UUID))) OK 70ms
/aggregate functions/state/groupUniqArrayState/Array(Array(String)) OK 124ms
/aggregate functions/state/last_valueState/Nullable(UInt8) OK 105ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,uint128 OK 114ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,uint32 OK 85ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/last_valueState/Nullable(UInt16) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 96ms
/aggregate functions/state/groupUniqArrayState/Array(Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,uint16 OK 83ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/last_valueState/Nullable(UInt32) OK 74ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/groupUniqArrayState/Array(Tuple(String)) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 77ms
/aggregate functions/state/last_valueState/Nullable(UInt64) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 89ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(UInt8) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 71ms
/aggregate functions/state/last_valueState/Nullable(UInt128) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 81ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(UInt16) OK 85ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 77ms
/aggregate functions/state/last_valueState/Nullable(Int8) OK 71ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,nullable_uint128_ OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 82ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(UInt32) OK 68ms
/aggregate functions/state/last_valueState/Nullable(Int16) OK 73ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(UInt64) OK 92ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/last_valueState/Nullable(Int32) OK 81ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(UInt128) OK 79ms
/aggregate functions/state/last_valueState/Nullable(Int64) OK 67ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Int8) OK 84ms
/aggregate functions/state/last_valueState/Nullable(Int128) OK 75ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/last_valueState/Nullable(Float32) OK 75ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Int16) OK 78ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint128_ OK 97ms
/aggregate functions/state/last_valueState/Nullable(Float64) OK 92ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Int32) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Int64) OK 101ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/state/last_valueState/Nullable(Decimal128(38)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/last_valueState/Nullable(Date) OK 99ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Int128) OK 74ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Float32) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/last_valueState/Nullable(DateTime) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 63ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,uint8 OK 106ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Float64) OK 91ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/last_valueState/Nullable(DateTime64(3)) OK 91ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(String))) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint128__ OK 88ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Date) OK 95ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,uint64 OK 72ms
/aggregate functions/state/last_valueState/Nullable(Bool) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,uint32 OK 85ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,uint8 OK 92ms
/aggregate functions/state/last_valueState/Nullable(String) OK 80ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(DateTime) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,uint16 OK 86ms
/aggregate functions/state/maxState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 94ms
/aggregate functions/state/last_valueState/Nullable(FixedString(51)) OK 77ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Bool) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,uint64 OK 74ms
/aggregate functions/state/last_valueState/Nullable(UUID) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,uint32 OK 94ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(String) OK 81ms
/aggregate functions/state/maxState/Map(UInt16,Array(String)) OK 90ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 75ms
/aggregate functions/state/last_valueState/Array(UInt8) OK 78ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(FixedString(51)) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,uint16 OK 92ms
/aggregate functions/state/maxState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 81ms
/aggregate functions/state/last_valueState/Array(UInt16) OK 95ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(UUID) OK 101ms
/aggregate functions/state/maxState/Map(UInt16,Tuple(String)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,uint128 OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 71ms
/aggregate functions/state/last_valueState/Array(UInt32) OK 73ms
/aggregate functions/state/maxState/Map(UInt32,UInt8) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 79ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(UInt8)) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/last_valueState/Array(UInt64) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 86ms
/aggregate functions/state/maxState/Map(UInt32,UInt16) OK 69ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(UInt16)) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 89ms
/aggregate functions/state/last_valueState/Array(UInt128) OK 77ms
/aggregate functions/state/maxState/Map(UInt32,UInt32) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 78ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/last_valueState/Array(Int8) OK 85ms
/aggregate functions/state/maxState/Map(UInt32,UInt64) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 82ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(UInt64)) OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/last_valueState/Array(Int16) OK 73ms
/aggregate functions/state/maxState/Map(UInt32,UInt128) OK 93ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(UInt128)) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,nullable_uint128_ OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/state/last_valueState/Array(Int32) OK 70ms
/aggregate functions/state/maxState/Map(UInt32,Int8) OK 87ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(Int8)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/last_valueState/Array(Int64) OK 70ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(Int16)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/maxState/Map(UInt32,Int16) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/last_valueState/Array(Int128) OK 68ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(Int32)) OK 96ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 95ms
/aggregate functions/state/maxState/Map(UInt32,Int32) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/last_valueState/Array(Float32) OK 68ms
/aggregate functions/state/maxState/Map(UInt32,Int64) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,uint8 OK 69ms
/aggregate functions/state/last_valueState/Array(Float64) OK 86ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(Int64)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,uint64 OK 70ms
/aggregate functions/state/maxState/Map(UInt32,Int128) OK 88ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(Int128)) OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint128_ OK 81ms
/aggregate functions/state/last_valueState/Array(Decimal128(38)) OK 87ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,uint32 OK 71ms
/aggregate functions/state/maxState/Map(UInt32,Float32) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(Float32)) OK 85ms
/aggregate functions/state/last_valueState/Array(Date) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,uint16 OK 73ms
/aggregate functions/state/maxState/Map(UInt32,Float64) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/last_valueState/Array(DateTime) OK 90ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(Float64)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 117ms
/aggregate functions/state/maxState/Map(UInt32,Decimal128(38)) OK 106ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(Date)) OK 91ms
/aggregate functions/state/last_valueState/Array(DateTime64(3)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 79ms
/aggregate functions/state/last_valueState/Array(Bool) OK 79ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(DateTime)) OK 78ms
/aggregate functions/state/maxState/Map(UInt32,Date) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 69ms
/aggregate functions/state/last_valueState/Array(String) OK 90ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(Bool)) OK 92ms
/aggregate functions/state/maxState/Map(UInt32,DateTime) OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint128__ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 75ms
/aggregate functions/state/maxState/Map(UInt32,DateTime64(3)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,uint8 OK 79ms
/aggregate functions/state/last_valueState/Array(FixedString(51)) OK 75ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(String)) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/maxState/Map(UInt32,Bool) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,uint64 OK 77ms
/aggregate functions/state/last_valueState/Array(UUID) OK 71ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/maxState/Map(UInt32,String) OK 69ms
/aggregate functions/state/last_valueState/Array(Nullable(UInt8)) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,uint32 OK 71ms
/aggregate functions/state/groupUniqArrayState/LowCardinality(Nullable(UUID)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/maxState/Map(UInt32,FixedString(51)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,uint16 OK 82ms
/aggregate functions/state/last_valueState/Array(Nullable(UInt16)) OK 73ms
/aggregate functions/state/groupUniqArrayState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 680ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 127ms
/aggregate functions/state/maxState/Map(UInt32,UUID) OK 123ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,uint128 OK 100ms
/aggregate functions/state/last_valueState/Array(Nullable(UInt32)) OK 87ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 100ms
/aggregate functions/state/last_valueState/Array(Nullable(UInt64)) OK 99ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(UInt8)) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 94ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(UInt16)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/state/last_valueState/Array(Nullable(UInt128)) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 87ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(UInt32)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/last_valueState/Array(Nullable(Int8)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 77ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(UInt64)) OK 170ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 152ms
/aggregate functions/state/last_valueState/Array(Nullable(Int16)) OK 133ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 144ms
/aggregate functions/state/last_valueState/Array(Nullable(Int32)) OK 90ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(UInt128)) OK 87ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,uint8 OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,nullable_uint128_ OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,uint64 OK 98ms
/aggregate functions/state/last_valueState/Array(Nullable(Int64)) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(Int8)) OK 77ms
/aggregate functions/state/groupUniqArrayState/max size OK 460ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(Int16)) OK 95ms
/aggregate functions/state/last_valueState/Array(Nullable(Int128)) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,uint32 OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,uint16 OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/last_valueState/Array(Nullable(Float32)) OK 79ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(Int32)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/last_valueState/Array(Nullable(Float64)) OK 75ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(Int64)) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 87ms
/aggregate functions/state/last_valueState/Array(Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(Int128)) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint128_ OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 84ms
/aggregate functions/state/last_valueState/Array(Nullable(Date)) OK 71ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(Float32)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/last_valueState/Array(Nullable(DateTime)) OK 93ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(Float64)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/groupUniqArrayState/duplicates OK 38ms
/aggregate functions/state/minState OK 2m 19s
/aggregate functions/state/minState/constant OK 51ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/last_valueState/Array(Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/minState/zero rows OK 42ms
/aggregate functions/state/minState/with group by OK 48ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(Date)) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/last_valueState/Array(Nullable(Bool)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/minState/NULL value handling OK 53ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(DateTime)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/minState/inf OK 43ms
/aggregate functions/state/last_valueState/Array(Nullable(String)) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint128__ OK 73ms
/aggregate functions/state/minState/-inf OK 44ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(DateTime64(3))) OK 171ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,uint8 OK 162ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 154ms
/aggregate functions/state/last_valueState/Array(Nullable(FixedString(51))) OK 72ms
/aggregate functions/state/minState/nan OK 40ms
/aggregate functions/state/minState/inf, -inf, nan OK 110ms
/aggregate functions/state/last_valueState/Array(Nullable(UUID)) OK 177ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/minState/UInt8 OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,uint64 OK 95ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(Bool)) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/minState/UInt16 OK 77ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(String)) OK 72ms
/aggregate functions/state/last_valueState/Array(LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,uint32 OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(FixedString(51))) OK 71ms
/aggregate functions/state/minState/UInt32 OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,uint16 OK 90ms
/aggregate functions/state/last_valueState/Array(LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/maxState/Map(UInt32,Nullable(UUID)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/minState/UInt64 OK 76ms
/aggregate functions/state/last_valueState/Array(LowCardinality(UInt32)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,uint128 OK 72ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(UInt8)) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,uint8 OK 87ms
/aggregate functions/state/minState/UInt128 OK 76ms
/aggregate functions/state/last_valueState/Array(LowCardinality(UInt64)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 79ms
/aggregate functions/state/minState/Int8 OK 74ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,uint64 OK 78ms
/aggregate functions/state/last_valueState/Array(LowCardinality(UInt128)) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 71ms
/aggregate functions/state/minState/Int16 OK 105ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Int8)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,uint32 OK 78ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(UInt32)) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 89ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Int16)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,uint16 OK 70ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(UInt64)) OK 82ms
/aggregate functions/state/minState/Int32 OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 90ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Int32)) OK 77ms
/aggregate functions/state/minState/Int64 OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,nullable_uint128_ OK 75ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(UInt128)) OK 71ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Int64)) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 103ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Int8)) OK 99ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/minState/Int128 OK 65ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Int128)) OK 68ms
/aggregate functions/state/minState/Float32 OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 97ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 72ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Int16)) OK 72ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Float32)) OK 70ms
/aggregate functions/state/minState/Float64 OK 106ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 79ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Int32)) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 119ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Float64)) OK 130ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/minState/Decimal128(38) OK 79ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Int64)) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Date)) OK 78ms
/aggregate functions/state/minState/Date OK 93ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Int128)) OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint128_ OK 87ms
/aggregate functions/state/last_valueState/Array(LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Float32)) OK 98ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/minState/DateTime OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Bool)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 65ms
/aggregate functions/state/minState/DateTime64(3) OK 78ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Float64)) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/last_valueState/Array(LowCardinality(String)) OK 78ms
/aggregate functions/state/minState/Bool OK 85ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Date)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/last_valueState/Array(LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/minState/String OK 69ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/last_valueState/Array(LowCardinality(UUID)) OK 86ms
/aggregate functions/state/minState/FixedString(51) OK 93ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Bool)) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint128__ OK 82ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(UInt8))) OK 90ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(String)) OK 99ms
/aggregate functions/state/minState/UUID OK 99ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,uint8 OK 81ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(UInt16))) OK 101ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,uint8 OK 99ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,uint64 OK 78ms
/aggregate functions/state/minState/Map(UInt8,UInt8) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,uint32 OK 94ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(UUID)) OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,uint64 OK 70ms
/aggregate functions/state/minState/Map(UInt8,UInt16) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,uint32 OK 104ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/minState/Map(UInt8,UInt32) OK 86ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,uint16 OK 76ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,uint128 OK 76ms
/aggregate functions/state/minState/Map(UInt8,UInt64) OK 91ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,uint16 OK 89ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,nullable_uint8_ OK 91ms
/aggregate functions/state/minState/Map(UInt8,UInt128) OK 83ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 70ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(Int16))) OK 108ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,nullable_uint64_ OK 95ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 101ms
/aggregate functions/state/minState/Map(UInt8,Int8) OK 94ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 100ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,nullable_uint32_ OK 84ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/minState/Map(UInt8,Int16) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 92ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,nullable_uint16_ OK 79ms
/aggregate functions/state/minState/Map(UInt8,Int32) OK 93ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 66ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,nullable_uint128_ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/state/minState/Map(UInt8,Int64) OK 77ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/minState/Map(UInt8,Int128) OK 73ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,lowcardinality_uint64_ OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/minState/Map(UInt8,Float32) OK 81ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/minState/Map(UInt8,Float64) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/minState/Map(UInt8,Decimal128(38)) OK 78ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,lowcardinality_uint128_ OK 101ms
/aggregate functions/state/minState/Map(UInt8,Date) OK 90ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 105ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/minState/Map(UInt8,DateTime) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/minState/Map(UInt8,DateTime64(3)) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/last_valueState/Array(LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/minState/Map(UInt8,Bool) OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,uint8 OK 73ms
/aggregate functions/state/last_valueState/Array(Array(String)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/minState/Map(UInt8,String) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,uint64 OK 73ms
/aggregate functions/state/last_valueState/Array(Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_int128_,lowcardinality_nullable_uint128__ OK 80ms
/aggregate functions/state/minState/Map(UInt8,FixedString(51)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,uint32 OK 71ms
/aggregate functions/state/last_valueState/Array(Tuple(String)) OK 94ms
/aggregate functions/state/maxState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,uint8 OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,uint16 OK 74ms
/aggregate functions/state/minState/Map(UInt8,UUID) OK 83ms
/aggregate functions/state/last_valueState/LowCardinality(UInt8) OK 101ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,uint64 OK 82ms
/aggregate functions/state/maxState/Map(UInt32,Array(String)) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 79ms
/aggregate functions/state/minState/Map(UInt8,Nullable(UInt8)) OK 74ms
/aggregate functions/state/maxState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 105ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,uint32 OK 92ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 78ms
/aggregate functions/state/last_valueState/LowCardinality(UInt16) OK 81ms
/aggregate functions/state/minState/Map(UInt8,Nullable(UInt16)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 83ms
/aggregate functions/state/last_valueState/LowCardinality(UInt32) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,uint16 OK 94ms
/aggregate functions/state/minState/Map(UInt8,Nullable(UInt32)) OK 82ms
/aggregate functions/state/maxState/Map(UInt32,Tuple(String)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 94ms
/aggregate functions/state/last_valueState/LowCardinality(UInt64) OK 90ms
/aggregate functions/state/maxState/Map(UInt64,UInt8) OK 80ms
/aggregate functions/state/minState/Map(UInt8,Nullable(UInt64)) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,uint128 OK 73ms
/aggregate functions/state/maxState/Map(UInt64,UInt16) OK 95ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/last_valueState/LowCardinality(UInt128) OK 81ms
/aggregate functions/state/minState/Map(UInt8,Nullable(UInt128)) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 78ms
/aggregate functions/state/last_valueState/LowCardinality(Int8) OK 76ms
/aggregate functions/state/minState/Map(UInt8,Nullable(Int8)) OK 82ms
/aggregate functions/state/maxState/Map(UInt64,UInt32) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 85ms
/aggregate functions/state/last_valueState/LowCardinality(Int16) OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 103ms
/aggregate functions/state/minState/Map(UInt8,Nullable(Int16)) OK 84ms
/aggregate functions/state/maxState/Map(UInt64,UInt64) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 91ms
/aggregate functions/state/maxState/Map(UInt64,UInt128) OK 86ms
/aggregate functions/state/last_valueState/LowCardinality(Int32) OK 75ms
/aggregate functions/state/minState/Map(UInt8,Nullable(Int32)) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 87ms
/aggregate functions/state/minState/Map(UInt8,Nullable(Int64)) OK 105ms
/aggregate functions/state/last_valueState/LowCardinality(Int64) OK 81ms
/aggregate functions/state/maxState/Map(UInt64,Int8) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,nullable_uint128_ OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/last_valueState/LowCardinality(Int128) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/maxState/Map(UInt64,Int16) OK 74ms
/aggregate functions/state/minState/Map(UInt8,Nullable(Int128)) OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/last_valueState/LowCardinality(Float32) OK 90ms
/aggregate functions/state/maxState/Map(UInt64,Int32) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 102ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/minState/Map(UInt8,Nullable(Float32)) OK 74ms
/aggregate functions/state/maxState/Map(UInt64,Int64) OK 91ms
/aggregate functions/state/last_valueState/LowCardinality(Float64) OK 88ms
/aggregate functions/state/minState/Map(UInt8,Nullable(Float64)) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/maxState/Map(UInt64,Int128) OK 96ms
/aggregate functions/state/last_valueState/LowCardinality(Date) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,uint8 OK 91ms
/aggregate functions/state/minState/Map(UInt8,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/state/last_valueState/LowCardinality(DateTime) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint128_ OK 79ms
/aggregate functions/state/maxState/Map(UInt64,Float32) OK 83ms
/aggregate functions/state/minState/Map(UInt8,Nullable(Date)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,uint64 OK 89ms
/aggregate functions/state/last_valueState/LowCardinality(Bool) OK 96ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/minState/Map(UInt8,Nullable(DateTime)) OK 78ms
/aggregate functions/state/maxState/Map(UInt64,Float64) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,uint32 OK 86ms
/aggregate functions/state/minState/Map(UInt8,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/maxState/Map(UInt64,Decimal128(38)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/last_valueState/LowCardinality(String) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,uint16 OK 83ms
/aggregate functions/state/maxState/Map(UInt64,Date) OK 105ms
/aggregate functions/state/minState/Map(UInt8,Nullable(Bool)) OK 79ms
/aggregate functions/state/last_valueState/LowCardinality(FixedString(51)) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 72ms
/aggregate functions/state/minState/Map(UInt8,Nullable(String)) OK 99ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/last_valueState/LowCardinality(UUID) OK 94ms
/aggregate functions/state/maxState/Map(UInt64,DateTime) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint128__ OK 80ms
/aggregate functions/state/maxState/Map(UInt64,DateTime64(3)) OK 79ms
/aggregate functions/state/minState/Map(UInt8,Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(UInt8)) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,uint8 OK 71ms
/aggregate functions/state/minState/Map(UInt8,Nullable(UUID)) OK 90ms
/aggregate functions/state/maxState/Map(UInt64,Bool) OK 75ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(UInt16)) OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 157ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,uint64 OK 144ms
/aggregate functions/state/maxState/Map(UInt64,String) OK 125ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(UInt8)) OK 116ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(UInt32)) OK 111ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,uint32 OK 100ms
/aggregate functions/state/maxState/Map(UInt64,FixedString(51)) OK 76ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(UInt64)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/maxState/Map(UInt64,UUID) OK 78ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(UInt128)) OK 79ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(UInt32)) OK 118ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,uint16 OK 111ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 135ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(UInt8)) OK 127ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(Int8)) OK 136ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,uint128 OK 117ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(UInt64)) OK 105ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(UInt16)) OK 90ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 101ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(Int16)) OK 87ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(UInt128)) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 81ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(UInt32)) OK 71ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(Int32)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Int8)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 72ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(UInt64)) OK 76ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(Int64)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 75ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(UInt128)) OK 88ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(Int128)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 83ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(Float32)) OK 76ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(Int8)) OK 75ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Int64)) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,nullable_uint128_ OK 76ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(Float64)) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 82ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(Int16)) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(Int32)) OK 78ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(Date)) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 75ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(Int64)) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 70ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(DateTime)) OK 73ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 86ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(Bool)) OK 71ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(Int128)) OK 74ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Date)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(String)) OK 82ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(Float32)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 65ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(DateTime)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint128_ OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 77ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(Float64)) OK 71ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 84ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(Decimal128(38))) OK 90ms
/aggregate functions/state/last_valueState/LowCardinality(Nullable(UUID)) OK 82ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(String)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 73ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(Date)) OK 83ms
/aggregate functions/state/last_valueState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 547ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 96ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(DateTime)) OK 109ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(UUID)) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint128__ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(Bool)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,uint8 OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 72ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(String)) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,uint64 OK 73ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,uint32 OK 81ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/maxState/Map(UInt64,Nullable(UUID)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,uint16 OK 73ms
/aggregate functions/state/quantileState OK 4s 790ms
/aggregate functions/state/quantileState/constant OK 40ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/quantileState/zero rows OK 38ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,uint128 OK 79ms
/aggregate functions/state/quantileState/single row OK 54ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 98ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(UInt16)) OK 73ms
/aggregate functions/state/quantileState/with group by OK 57ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 85ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(UInt32)) OK 118ms
/aggregate functions/state/quantileState/some negative values OK 85ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 95ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 123ms
/aggregate functions/state/quantileState/NULL value handling OK 47ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 79ms
/aggregate functions/state/quantileState/single NULL value OK 51ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 104ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(UInt128)) OK 94ms
/aggregate functions/state/quantileState/return type OK 45ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 79ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/quantileState/doc example OK 49ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 102ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 104ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Int8)) OK 87ms
/aggregate functions/state/quantileState/inf OK 37ms
/aggregate functions/state/quantileState/-inf OK 57ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Int16)) OK 108ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint128_ OK 80ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 94ms
/aggregate functions/state/quantileState/nan OK 46ms
/aggregate functions/state/quantileState/inf, -inf, nan OK 50ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 90ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Int32)) OK 75ms
/aggregate functions/state/quantileState/UInt8 OK 79ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Int64)) OK 85ms
/aggregate functions/state/quantileState/UInt16 OK 94ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 97ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/quantileState/UInt32 OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Float32)) OK 75ms
/aggregate functions/state/quantileState/UInt64 OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint128_ OK 77ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/quantileState/Int8 OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/minState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Date)) OK 75ms
/aggregate functions/state/quantileState/Int16 OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 87ms
/aggregate functions/state/minState/Map(UInt8,Array(String)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/quantileState/Int32 OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/minState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 98ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Bool)) OK 90ms
/aggregate functions/state/quantileState/Int64 OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(String)) OK 71ms
/aggregate functions/state/minState/Map(UInt8,Tuple(String)) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/quantileState/Float32 OK 73ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(FixedString(51))) OK 109ms
/aggregate functions/state/minState/Map(UInt16,UInt8) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint128__ OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/quantileState/Float64 OK 67ms
/aggregate functions/state/quantileState/Decimal128(38) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 75ms
/aggregate functions/state/minState/Map(UInt16,UInt16) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 100ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 100ms
/aggregate functions/state/minState/Map(UInt16,UInt32) OK 82ms
/aggregate functions/state/quantileState/Date OK 77ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 75ms
/aggregate functions/state/quantileState/DateTime OK 90ms
/aggregate functions/state/minState/Map(UInt16,UInt64) OK 107ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 104ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 65ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 76ms
/aggregate functions/state/quantileState/Nullable(UInt8) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 82ms
/aggregate functions/state/minState/Map(UInt16,UInt128) OK 78ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,uint128 OK 87ms
/aggregate functions/state/quantileState/Nullable(UInt16) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 86ms
/aggregate functions/state/minState/Map(UInt16,Int8) OK 81ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 76ms
/aggregate functions/state/quantileState/Nullable(UInt32) OK 76ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/state/minState/Map(UInt16,Int16) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 96ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 74ms
/aggregate functions/state/quantileState/Nullable(UInt64) OK 79ms
/aggregate functions/state/minState/Map(UInt16,Int32) OK 86ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 78ms
/aggregate functions/state/quantileState/Nullable(Int8) OK 83ms
/aggregate functions/state/minState/Map(UInt16,Int64) OK 79ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 73ms
/aggregate functions/state/quantileState/Nullable(Int16) OK 71ms
/aggregate functions/state/minState/Map(UInt16,Int128) OK 91ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint128_ OK 72ms
/aggregate functions/state/quantileState/Nullable(Int32) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/state/minState/Map(UInt16,Float32) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantileState/Nullable(Int64) OK 67ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/minState/Map(UInt16,Float64) OK 80ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantileState/Nullable(Float32) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/minState/Map(UInt16,Decimal128(38)) OK 80ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 67ms
/aggregate functions/state/quantileState/Nullable(Float64) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 89ms
/aggregate functions/state/minState/Map(UInt16,Date) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/quantileState/Nullable(Decimal128(38)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/minState/Map(UInt16,DateTime) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/quantileState/Nullable(Date) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint128_ OK 76ms
/aggregate functions/state/minState/Map(UInt16,DateTime64(3)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/state/quantileState/Nullable(DateTime) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/state/minState/Map(UInt16,Bool) OK 78ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/quantileState/LowCardinality(UInt8) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/minState/Map(UInt16,String) OK 83ms
/aggregate functions/state/quantileState/LowCardinality(UInt16) OK 103ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 102ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 69ms
/aggregate functions/state/minState/Map(UInt16,FixedString(51)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/quantileState/LowCardinality(UInt32) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 83ms
/aggregate functions/state/minState/Map(UInt16,UUID) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint128__ OK 83ms
/aggregate functions/state/maxState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/quantileState/LowCardinality(UInt64) OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 97ms
/aggregate functions/state/minState/Map(UInt16,Nullable(UInt8)) OK 83ms
/aggregate functions/state/quantileState/LowCardinality(Int8) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 80ms
/aggregate functions/state/maxState/Map(UInt64,Array(String)) OK 67ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 75ms
/aggregate functions/state/maxState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 142ms
/aggregate functions/state/minState/Map(UInt16,Nullable(UInt16)) OK 80ms
/aggregate functions/state/quantileState/LowCardinality(Int16) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 136ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 103ms
/aggregate functions/state/minState/Map(UInt16,Nullable(UInt32)) OK 133ms
/aggregate functions/state/quantileState/LowCardinality(Int32) OK 153ms
/aggregate functions/state/maxState/Map(UInt64,Tuple(String)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 140ms
/aggregate functions/state/minState/Map(UInt16,Nullable(UInt64)) OK 77ms
/aggregate functions/state/maxState/Map(UInt128,UInt8) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 121ms
/aggregate functions/state/quantileState/LowCardinality(Int64) OK 114ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 87ms
/aggregate functions/state/minState/Map(UInt16,Nullable(UInt128)) OK 71ms
/aggregate functions/state/maxState/Map(UInt128,UInt16) OK 74ms
/aggregate functions/state/quantileState/LowCardinality(Float32) OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,uint128 OK 69ms
/aggregate functions/state/minState/Map(UInt16,Nullable(Int8)) OK 90ms
/aggregate functions/state/maxState/Map(UInt128,UInt32) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 77ms
/aggregate functions/state/maxState/Map(UInt128,UInt64) OK 90ms
/aggregate functions/state/quantileState/LowCardinality(Float64) OK 82ms
/aggregate functions/state/minState/Map(UInt16,Nullable(Int16)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 77ms
/aggregate functions/state/minState/Map(UInt16,Nullable(Int32)) OK 96ms
/aggregate functions/state/quantileState/LowCardinality(Date) OK 76ms
/aggregate functions/state/maxState/Map(UInt128,UInt128) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 75ms
/aggregate functions/state/quantileState/LowCardinality(DateTime) OK 84ms
/aggregate functions/state/maxState/Map(UInt128,Int8) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/minState/Map(UInt16,Nullable(Int64)) OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 76ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(UInt8)) OK 104ms
/aggregate functions/state/maxState/Map(UInt128,Int16) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 100ms
/aggregate functions/state/minState/Map(UInt16,Nullable(Int128)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint128_ OK 92ms
/aggregate functions/state/maxState/Map(UInt128,Int32) OK 76ms
/aggregate functions/state/minState/Map(UInt16,Nullable(Float32)) OK 88ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(UInt16)) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 102ms
/aggregate functions/state/maxState/Map(UInt128,Int64) OK 76ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(UInt32)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/minState/Map(UInt16,Nullable(Float64)) OK 77ms
/aggregate functions/state/maxState/Map(UInt128,Int128) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(UInt64)) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/minState/Map(UInt16,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/maxState/Map(UInt128,Float32) OK 99ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(Int8)) OK 88ms
/aggregate functions/state/minState/Map(UInt16,Nullable(Date)) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/maxState/Map(UInt128,Float64) OK 103ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 83ms
/aggregate functions/state/minState/Map(UInt16,Nullable(DateTime)) OK 88ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(Int16)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint128_ OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 82ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(Int32)) OK 99ms
/aggregate functions/state/minState/Map(UInt16,Nullable(DateTime64(3))) OK 87ms
/aggregate functions/state/maxState/Map(UInt128,Decimal128(38)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 83ms
/aggregate functions/state/maxState/Map(UInt128,Date) OK 82ms
/aggregate functions/state/minState/Map(UInt16,Nullable(Bool)) OK 85ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(Int64)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 78ms
/aggregate functions/state/maxState/Map(UInt128,DateTime) OK 77ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(Float32)) OK 80ms
/aggregate functions/state/minState/Map(UInt16,Nullable(String)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 101ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 98ms
/aggregate functions/state/maxState/Map(UInt128,DateTime64(3)) OK 81ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(Float64)) OK 83ms
/aggregate functions/state/minState/Map(UInt16,Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/maxState/Map(UInt128,Bool) OK 88ms
/aggregate functions/state/minState/Map(UInt16,Nullable(UUID)) OK 90ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(Date)) OK 67ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint128__ OK 86ms
/aggregate functions/state/quantileState/LowCardinality(Nullable(DateTime)) OK 82ms
/aggregate functions/state/maxState/Map(UInt128,String) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 89ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 70ms
/aggregate functions/state/quantileBFloat16State OK 3s 955ms
/aggregate functions/state/quantileBFloat16State/constant OK 68ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/maxState/Map(UInt128,FixedString(51)) OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 93ms
/aggregate functions/state/quantileBFloat16State/zero rows OK 44ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(UInt32)) OK 83ms
/aggregate functions/state/maxState/Map(UInt128,UUID) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 87ms
/aggregate functions/state/quantileBFloat16State/single row OK 40ms
/aggregate functions/state/quantileBFloat16State/with group by OK 63ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 91ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(UInt8)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 68ms
/aggregate functions/state/quantileBFloat16State/some negative values OK 57ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 77ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(UInt16)) OK 90ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/quantileBFloat16State/NULL value handling OK 57ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Int8)) OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,uint128 OK 74ms
/aggregate functions/state/quantileBFloat16State/single NULL value OK 41ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(UInt32)) OK 86ms
/aggregate functions/state/quantileBFloat16State/return type OK 51ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 81ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/quantileBFloat16State/doc example OK 47ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(UInt64)) OK 74ms
/aggregate functions/state/quantileBFloat16State/inf OK 43ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 87ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(UInt128)) OK 82ms
/aggregate functions/state/quantileBFloat16State/-inf OK 41ms
/aggregate functions/state/quantileBFloat16State/nan OK 41ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 108ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Int64)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(Int8)) OK 79ms
/aggregate functions/state/quantileBFloat16State/inf, -inf, nan OK 40ms
/aggregate functions/state/quantileBFloat16State/UInt8 OK 71ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(Int16)) OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 76ms
/aggregate functions/state/quantileBFloat16State/UInt16 OK 92ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint128_ OK 86ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(Int32)) OK 68ms
/aggregate functions/state/quantileBFloat16State/UInt32 OK 68ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 69ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(Int64)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/quantileBFloat16State/UInt64 OK 80ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Date)) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 71ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(Int128)) OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 71ms
/aggregate functions/state/quantileBFloat16State/Int8 OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 92ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(DateTime)) OK 68ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(Float32)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/quantileBFloat16State/Int16 OK 86ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Bool)) OK 86ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(Float64)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 77ms
/aggregate functions/state/quantileBFloat16State/Int32 OK 84ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(String)) OK 78ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(Decimal128(38))) OK 91ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint128_ OK 69ms
/aggregate functions/state/quantileBFloat16State/Int64 OK 85ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 86ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(Date)) OK 66ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/quantileBFloat16State/Float32 OK 82ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(DateTime)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(DateTime64(3))) OK 88ms
/aggregate functions/state/quantileBFloat16State/Float64 OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 67ms
/aggregate functions/state/quantileBFloat16State/Nullable(UInt8) OK 75ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 65ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(Bool)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 95ms
/aggregate functions/state/quantileBFloat16State/Nullable(UInt16) OK 88ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(String)) OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint128__ OK 79ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(FixedString(51))) OK 101ms
/aggregate functions/state/quantileBFloat16State/Nullable(UInt32) OK 102ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 95ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 99ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 86ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 96ms
/aggregate functions/state/maxState/Map(UInt128,Nullable(UUID)) OK 90ms
/aggregate functions/state/quantileBFloat16State/Nullable(UInt64) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 81ms
/aggregate functions/state/quantileBFloat16State/Nullable(Int8) OK 70ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(UInt8)) OK 86ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 64ms
/aggregate functions/state/quantileBFloat16State/Nullable(Int16) OK 81ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 96ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 85ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(UInt16)) OK 69ms
/aggregate functions/state/quantileBFloat16State/Nullable(Int32) OK 100ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(UInt32)) OK 95ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,uint128 OK 88ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 63ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 100ms
/aggregate functions/state/quantileBFloat16State/Nullable(Int64) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 75ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(UInt64)) OK 63ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(UInt128)) OK 87ms
/aggregate functions/state/quantileBFloat16State/Nullable(Float32) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 76ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/quantileBFloat16State/Nullable(Float64) OK 79ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 69ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(UInt8) OK 80ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Int16)) OK 92ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 79ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(UInt16) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint128_ OK 82ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Int32)) OK 66ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(UInt32) OK 67ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Int64)) OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(UInt64) OK 80ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 69ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Int8) OK 68ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Float32)) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 76ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Int16) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Float64)) OK 95ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/minState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Int32) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint128_ OK 74ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Date)) OK 100ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 96ms
/aggregate functions/state/minState/Map(UInt16,Array(String)) OK 78ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Int64) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/minState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Float32) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/minState/Map(UInt16,Tuple(String)) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Float64) OK 79ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Bool)) OK 66ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(String)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Nullable(UInt8)) OK 77ms
/aggregate functions/state/minState/Map(UInt32,UInt8) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/minState/Map(UInt32,UInt16) OK 74ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Nullable(UInt16)) OK 104ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint128__ OK 72ms
/aggregate functions/state/minState/Map(UInt32,UInt32) OK 76ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Nullable(UInt32)) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,uint8 OK 76ms
/aggregate functions/state/minState/Map(UInt32,UInt64) OK 82ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 146ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,uint64 OK 127ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Nullable(UInt64)) OK 129ms
/aggregate functions/state/minState/Map(UInt32,UInt128) OK 139ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 140ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,uint32 OK 84ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Nullable(Int8)) OK 77ms
/aggregate functions/state/minState/Map(UInt32,Int8) OK 83ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 87ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Nullable(Int16)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,uint16 OK 86ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/minState/Map(UInt32,Int16) OK 81ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Nullable(Int32)) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,uint128 OK 80ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/state/minState/Map(UInt32,Int32) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 69ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Nullable(Int64)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,nullable_uint8_ OK 75ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 94ms
/aggregate functions/state/minState/Map(UInt32,Int64) OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 91ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Nullable(Float32)) OK 137ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,nullable_uint64_ OK 137ms
/aggregate functions/state/minState/Map(UInt32,Int128) OK 130ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 124ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 84ms
/aggregate functions/state/quantileBFloat16State/LowCardinality(Nullable(Float64)) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,nullable_uint32_ OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 99ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/state/minState/Map(UInt32,Float32) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState OK 54s 120ms
/aggregate functions/state/quantileBFloat16WeightedState/constant OK 49ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,nullable_uint16_ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/zero rows OK 49ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/state/minState/Map(UInt32,Float64) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,nullable_uint128_ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/single row OK 43ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/single row with zero weight OK 49ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/state/minState/Map(UInt32,Decimal128(38)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/with group by OK 59ms
/aggregate functions/state/minState/Map(UInt32,Date) OK 96ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/some negative values OK 42ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/NULL value handling OK 52ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/state/minState/Map(UInt32,DateTime) OK 92ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/weight NULL value handling OK 41ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/single NULL value OK 41ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/minState/Map(UInt32,DateTime64(3)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/return type OK 39ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,lowcardinality_uint128_ OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/doc example OK 41ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/state/minState/Map(UInt32,Bool) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/inf OK 42ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/-inf OK 44ms
/aggregate functions/state/minState/Map(UInt32,String) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/nan OK 40ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/inf, -inf, nan OK 45ms
/aggregate functions/state/minState/Map(UInt32,FixedString(51)) OK 73ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes OK 53s 433ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations OK 53s 433ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,uint8 OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/minState/Map(UInt32,UUID) OK 79ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 113ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,uint64 OK 111ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,lowcardinality_nullable_uint16__ OK 109ms
/aggregate functions/state/minState/Map(UInt32,Nullable(UInt8)) OK 123ms
/aggregate functions/state/maxState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 120ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,uint32 OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_uint128_,lowcardinality_nullable_uint128__ OK 74ms
/aggregate functions/state/minState/Map(UInt32,Nullable(UInt16)) OK 96ms
/aggregate functions/state/maxState/Map(UInt128,Array(String)) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,uint16 OK 75ms
/aggregate functions/state/maxState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 96ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 83ms
/aggregate functions/state/minState/Map(UInt32,Nullable(UInt32)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,nullable_uint8_ OK 84ms
/aggregate functions/state/minState/Map(UInt32,Nullable(UInt64)) OK 100ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 78ms
/aggregate functions/state/maxState/Map(UInt128,Tuple(String)) OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,nullable_uint64_ OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,nullable_uint32_ OK 78ms
/aggregate functions/state/maxState/Map(Int8,UInt8) OK 78ms
/aggregate functions/state/minState/Map(UInt32,Nullable(UInt128)) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint128 OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,nullable_uint16_ OK 104ms
/aggregate functions/state/maxState/Map(Int8,UInt16) OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 89ms
/aggregate functions/state/minState/Map(UInt32,Nullable(Int8)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 88ms
/aggregate functions/state/minState/Map(UInt32,Nullable(Int16)) OK 77ms
/aggregate functions/state/maxState/Map(Int8,UInt32) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/minState/Map(UInt32,Nullable(Int32)) OK 110ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 97ms
/aggregate functions/state/maxState/Map(Int8,UInt64) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 84ms
/aggregate functions/state/maxState/Map(Int8,UInt128) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/minState/Map(UInt32,Nullable(Int64)) OK 70ms
/aggregate functions/state/maxState/Map(Int8,Int8) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 104ms
/aggregate functions/state/minState/Map(UInt32,Nullable(Int128)) OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/maxState/Map(Int8,Int16) OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 87ms
/aggregate functions/state/minState/Map(UInt32,Nullable(Float32)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint128_ OK 86ms
/aggregate functions/state/maxState/Map(Int8,Int32) OK 71ms
/aggregate functions/state/minState/Map(UInt32,Nullable(Float64)) OK 104ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 70ms
/aggregate functions/state/maxState/Map(Int8,Int64) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/minState/Map(UInt32,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/maxState/Map(Int8,Int128) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/maxState/Map(Int8,Float32) OK 77ms
/aggregate functions/state/minState/Map(UInt32,Nullable(Date)) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,uint8 OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 95ms
/aggregate functions/state/maxState/Map(Int8,Float64) OK 75ms
/aggregate functions/state/minState/Map(UInt32,Nullable(DateTime)) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,uint64 OK 72ms
/aggregate functions/state/maxState/Map(Int8,Decimal128(38)) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint128_ OK 80ms
/aggregate functions/state/minState/Map(UInt32,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,uint32 OK 77ms
/aggregate functions/state/maxState/Map(Int8,Date) OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 89ms
/aggregate functions/state/minState/Map(UInt32,Nullable(Bool)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,uint16 OK 73ms
/aggregate functions/state/maxState/Map(Int8,DateTime) OK 72ms
/aggregate functions/state/minState/Map(UInt32,Nullable(String)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,nullable_uint8_ OK 79ms
/aggregate functions/state/maxState/Map(Int8,DateTime64(3)) OK 85ms
/aggregate functions/state/minState/Map(UInt32,Nullable(FixedString(51))) OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,nullable_uint64_ OK 70ms
/aggregate functions/state/maxState/Map(Int8,Bool) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 79ms
/aggregate functions/state/minState/Map(UInt32,Nullable(UUID)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,nullable_uint32_ OK 85ms
/aggregate functions/state/maxState/Map(Int8,String) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint128__ OK 93ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 77ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,nullable_uint16_ OK 82ms
/aggregate functions/state/maxState/Map(Int8,FixedString(51)) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 72ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 71ms
/aggregate functions/state/maxState/Map(Int8,UUID) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 75ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(UInt32)) OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 91ms
/aggregate functions/state/maxState/Map(Int8,Nullable(UInt8)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 74ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/maxState/Map(Int8,Nullable(UInt16)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/maxState/Map(Int8,Nullable(UInt32)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint128 OK 70ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Int8)) OK 81ms
/aggregate functions/state/maxState/Map(Int8,Nullable(UInt64)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 70ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Int16)) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/maxState/Map(Int8,Nullable(UInt128)) OK 66ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/maxState/Map(Int8,Nullable(Int8)) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/maxState/Map(Int8,Nullable(Int16)) OK 85ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Int64)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 82ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Int128)) OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,uint8 OK 76ms
/aggregate functions/state/maxState/Map(Int8,Nullable(Int32)) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint128_ OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,uint64 OK 88ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Float32)) OK 88ms
/aggregate functions/state/maxState/Map(Int8,Nullable(Int64)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,uint32 OK 81ms
/aggregate functions/state/maxState/Map(Int8,Nullable(Int128)) OK 86ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,uint16 OK 86ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Date)) OK 72ms
/aggregate functions/state/maxState/Map(Int8,Nullable(Float32)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/maxState/Map(Int8,Nullable(Float64)) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,nullable_uint8_ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 69ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/maxState/Map(Int8,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,nullable_uint64_ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint128_ OK 67ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(String)) OK 93ms
/aggregate functions/state/maxState/Map(Int8,Nullable(Date)) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,nullable_uint32_ OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,nullable_uint16_ OK 112ms
/aggregate functions/state/maxState/Map(Int8,Nullable(DateTime)) OK 117ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(FixedString(51))) OK 103ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 112ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(UUID)) OK 96ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 77ms
/aggregate functions/state/maxState/Map(Int8,Nullable(DateTime64(3))) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/state/maxState/Map(Int8,Nullable(Bool)) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 100ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint128__ OK 92ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/maxState/Map(Int8,Nullable(String)) OK 81ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/maxState/Map(Int8,Nullable(FixedString(51))) OK 145ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 145ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 134ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 157ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 150ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/maxState/Map(Int8,Nullable(UUID)) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 93ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 83ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 76ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 91ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint128 OK 79ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(UInt64)) OK 95ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,uint8 OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,uint64 OK 90ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 90ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(UInt128)) OK 67ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 82ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,uint32 OK 74ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 75ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Int16)) OK 97ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,uint16 OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 75ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,nullable_uint8_ OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint128_ OK 74ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 99ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,nullable_uint64_ OK 78ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,nullable_uint32_ OK 96ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 98ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 99ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Int128)) OK 66ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,nullable_uint16_ OK 92ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 67ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Float64)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 80ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Date)) OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint128_ OK 77ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/minState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 94ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/minState/Map(UInt32,Array(String)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/minState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(String)) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/minState/Map(UInt32,Tuple(String)) OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint128__ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/minState/Map(UInt64,UInt8) OK 79ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(UUID)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/minState/Map(UInt64,UInt16) OK 74ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,uint8 OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/minState/Map(UInt64,UInt32) OK 79ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,uint64 OK 72ms
/aggregate functions/state/minState/Map(UInt64,UInt64) OK 71ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,uint32 OK 89ms
/aggregate functions/state/minState/Map(UInt64,UInt128) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 79ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint128 OK 78ms
/aggregate functions/state/minState/Map(UInt64,Int8) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,uint16 OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 73ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 93ms
/aggregate functions/state/minState/Map(UInt64,Int16) OK 97ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 93ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 80ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 93ms
/aggregate functions/state/minState/Map(UInt64,Int32) OK 77ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 72ms
/aggregate functions/state/minState/Map(UInt64,Int64) OK 90ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 95ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 68ms
/aggregate functions/state/minState/Map(UInt64,Int128) OK 75ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint128_ OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/minState/Map(UInt64,Float32) OK 76ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/minState/Map(UInt64,Float64) OK 69ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 100ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 69ms
/aggregate functions/state/minState/Map(UInt64,Decimal128(38)) OK 79ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/minState/Map(UInt64,Date) OK 79ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 135ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 133ms
/aggregate functions/state/minState/Map(UInt64,DateTime) OK 105ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint128_ OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/minState/Map(UInt64,DateTime64(3)) OK 94ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/minState/Map(UInt64,Bool) OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(String))) OK 64ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 103ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 100ms
/aggregate functions/state/minState/Map(UInt64,String) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/maxState/Map(Int8,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/state/minState/Map(UInt64,FixedString(51)) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,uint8 OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/maxState/Map(Int8,Array(String)) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint128__ OK 104ms
/aggregate functions/state/minState/Map(UInt64,UUID) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,uint64 OK 66ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/state/maxState/Map(Int8,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,uint32 OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 69ms
/aggregate functions/state/minState/Map(UInt64,Nullable(UInt8)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,uint8 OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 92ms
/aggregate functions/state/maxState/Map(Int8,Tuple(String)) OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,uint16 OK 80ms
/aggregate functions/state/minState/Map(UInt64,Nullable(UInt16)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,uint64 OK 79ms
/aggregate functions/state/minState/Map(UInt64,Nullable(UInt32)) OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 92ms
/aggregate functions/state/maxState/Map(Int16,UInt8) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,uint32 OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 88ms
/aggregate functions/state/minState/Map(UInt64,Nullable(UInt64)) OK 76ms
/aggregate functions/state/maxState/Map(Int16,UInt16) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,uint16 OK 78ms
/aggregate functions/state/minState/Map(UInt64,Nullable(UInt128)) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 90ms
/aggregate functions/state/maxState/Map(Int16,UInt32) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,uint128 OK 71ms
/aggregate functions/state/minState/Map(UInt64,Nullable(Int8)) OK 71ms
/aggregate functions/state/maxState/Map(Int16,UInt64) OK 68ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,nullable_uint8_ OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 97ms
/aggregate functions/state/minState/Map(UInt64,Nullable(Int16)) OK 73ms
/aggregate functions/state/maxState/Map(Int16,UInt128) OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,nullable_uint64_ OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 82ms
/aggregate functions/state/minState/Map(UInt64,Nullable(Int32)) OK 75ms
/aggregate functions/state/maxState/Map(Int16,Int8) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,nullable_uint32_ OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 91ms
/aggregate functions/state/minState/Map(UInt64,Nullable(Int64)) OK 72ms
/aggregate functions/state/maxState/Map(Int16,Int16) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,nullable_uint16_ OK 74ms
/aggregate functions/state/minState/Map(UInt64,Nullable(Int128)) OK 78ms
/aggregate functions/state/maxState/Map(Int16,Int32) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,nullable_uint128_ OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/minState/Map(UInt64,Nullable(Float32)) OK 96ms
/aggregate functions/state/maxState/Map(Int16,Int64) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/maxState/Map(Int16,Int128) OK 77ms
/aggregate functions/state/minState/Map(UInt64,Nullable(Float64)) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/maxState/Map(Int16,Float32) OK 74ms
/aggregate functions/state/minState/Map(UInt64,Nullable(Decimal128(38))) OK 94ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/maxState/Map(Int16,Float64) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/minState/Map(UInt64,Nullable(Date)) OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/maxState/Map(Int16,Decimal128(38)) OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/minState/Map(UInt64,Nullable(DateTime)) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_uint128_ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,uint8 OK 85ms
/aggregate functions/state/maxState/Map(Int16,Date) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/state/minState/Map(UInt64,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,uint64 OK 87ms
/aggregate functions/state/maxState/Map(Int16,DateTime) OK 71ms
/aggregate functions/state/minState/Map(UInt64,Nullable(Bool)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,uint8 OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/maxState/Map(Int16,DateTime64(3)) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,uint32 OK 72ms
/aggregate functions/state/minState/Map(UInt64,Nullable(String)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,uint64 OK 87ms
/aggregate functions/state/maxState/Map(Int16,Bool) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,uint16 OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/minState/Map(UInt64,Nullable(FixedString(51))) OK 91ms
/aggregate functions/state/maxState/Map(Int16,String) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,uint32 OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 77ms
/aggregate functions/state/minState/Map(UInt64,Nullable(UUID)) OK 98ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,uint16 OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_uint128__,lowcardinality_nullable_uint128__ OK 87ms
/aggregate functions/state/maxState/Map(Int16,FixedString(51)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 85ms
/aggregate functions/state/maxState/Map(Int16,UUID) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 87ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(UInt8)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 86ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(UInt16)) OK 69ms
/aggregate functions/state/maxState/Map(Int16,Nullable(UInt8)) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 66ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/maxState/Map(Int16,Nullable(UInt16)) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 94ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 73ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(UInt64)) OK 77ms
/aggregate functions/state/maxState/Map(Int16,Nullable(UInt32)) OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 83ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/maxState/Map(Int16,Nullable(UInt64)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint128 OK 70ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/maxState/Map(Int16,Nullable(UInt128)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 152ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Int16)) OK 121ms
/aggregate functions/state/maxState/Map(Int16,Nullable(Int8)) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 158ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 140ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 85ms
/aggregate functions/state/maxState/Map(Int16,Nullable(Int16)) OK 81ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Int32)) OK 67ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 67ms
/aggregate functions/state/maxState/Map(Int16,Nullable(Int32)) OK 77ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/state/maxState/Map(Int16,Nullable(Int64)) OK 96ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint128_ OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/maxState/Map(Int16,Nullable(Int128)) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,uint8 OK 104ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 98ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Float64)) OK 95ms
/aggregate functions/state/maxState/Map(Int16,Nullable(Float32)) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 121ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 95ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,uint64 OK 84ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Date)) OK 97ms
/aggregate functions/state/maxState/Map(Int16,Nullable(Float64)) OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/maxState/Map(Int16,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,uint32 OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(DateTime)) OK 96ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,uint8 OK 74ms
/aggregate functions/state/maxState/Map(Int16,Nullable(Date)) OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,uint16 OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Bool)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,uint64 OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 72ms
/aggregate functions/state/maxState/Map(Int16,Nullable(DateTime)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint128_ OK 87ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(String)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,uint32 OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 80ms
/aggregate functions/state/maxState/Map(Int16,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,uint16 OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 73ms
/aggregate functions/state/maxState/Map(Int16,Nullable(Bool)) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(UUID)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 79ms
/aggregate functions/state/maxState/Map(Int16,Nullable(String)) OK 76ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/maxState/Map(Int16,Nullable(FixedString(51))) OK 73ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/maxState/Map(Int16,Nullable(UUID)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 71ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint128__ OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(UInt8)) OK 76ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(UInt16)) OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 96ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(UInt32)) OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(UInt64)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint128 OK 74ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Int8)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,uint8 OK 95ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Int16)) OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 76ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Int32)) OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,uint64 OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 71ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,uint32 OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 74ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Int64)) OK 74ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,uint16 OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint128_ OK 77ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Int128)) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,uint8 OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,uint64 OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 94ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Float64)) OK 80ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,uint32 OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 99ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Date)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,uint16 OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 73ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/minState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 80ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Bool)) OK 99ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint128_ OK 76ms
/aggregate functions/state/minState/Map(UInt64,Array(String)) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(String)) OK 79ms
/aggregate functions/state/minState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/minState/Map(UInt64,Tuple(String)) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 87ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/state/minState/Map(UInt128,UInt8) OK 78ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/minState/Map(UInt128,UInt16) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint128__ OK 81ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/state/minState/Map(UInt128,UInt32) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 101ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 78ms
/aggregate functions/state/minState/Map(UInt128,UInt64) OK 72ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/minState/Map(UInt128,UInt128) OK 75ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,uint8 OK 75ms
/aggregate functions/state/minState/Map(UInt128,Int8) OK 80ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,uint64 OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/minState/Map(UInt128,Int16) OK 76ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint128 OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,uint32 OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/minState/Map(UInt128,Int32) OK 81ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 68ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,uint16 OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,uint8 OK 72ms
/aggregate functions/state/minState/Map(UInt128,Int64) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 78ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,uint64 OK 83ms
/aggregate functions/state/minState/Map(UInt128,Int128) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 79ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/state/minState/Map(UInt128,Float32) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,uint32 OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 80ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/minState/Map(UInt128,Float64) OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,uint16 OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint128_ OK 77ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 90ms
/aggregate functions/state/minState/Map(UInt128,Decimal128(38)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/state/minState/Map(UInt128,Date) OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 86ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/minState/Map(UInt128,DateTime) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/minState/Map(UInt128,DateTime64(3)) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/minState/Map(UInt128,Bool) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint128_ OK 88ms
/aggregate functions/state/minState/Map(UInt128,String) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/state/maxState/Map(Int16,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/state/minState/Map(UInt128,FixedString(51)) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/state/maxState/Map(Int16,Array(String)) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/minState/Map(UInt128,UUID) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/maxState/Map(Int16,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/minState/Map(UInt128,Nullable(UInt8)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/maxState/Map(Int16,Tuple(String)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/minState/Map(UInt128,Nullable(UInt16)) OK 68ms
/aggregate functions/state/maxState/Map(Int32,UInt8) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint128__ OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,uint8 OK 71ms
/aggregate functions/state/minState/Map(UInt128,Nullable(UInt32)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 94ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,uint64 OK 80ms
/aggregate functions/state/maxState/Map(Int32,UInt16) OK 74ms
/aggregate functions/state/minState/Map(UInt128,Nullable(UInt64)) OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/maxState/Map(Int32,UInt32) OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,uint32 OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 77ms
/aggregate functions/state/minState/Map(UInt128,Nullable(UInt128)) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,uint8 OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,uint16 OK 100ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 80ms
/aggregate functions/state/minState/Map(UInt128,Nullable(Int8)) OK 72ms
/aggregate functions/state/maxState/Map(Int32,UInt64) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,uint64 OK 71ms
/aggregate functions/state/minState/Map(UInt128,Nullable(Int16)) OK 98ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 81ms
/aggregate functions/state/maxState/Map(Int32,UInt128) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,uint32 OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint128 OK 98ms
/aggregate functions/state/maxState/Map(Int32,Int8) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,uint16 OK 99ms
/aggregate functions/state/minState/Map(UInt128,Nullable(Int32)) OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 82ms
/aggregate functions/state/maxState/Map(Int32,Int16) OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 73ms
/aggregate functions/state/minState/Map(UInt128,Nullable(Int64)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 77ms
/aggregate functions/state/maxState/Map(Int32,Int32) OK 76ms
/aggregate functions/state/minState/Map(UInt128,Nullable(Int128)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 102ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 71ms
/aggregate functions/state/maxState/Map(Int32,Int64) OK 72ms
/aggregate functions/state/minState/Map(UInt128,Nullable(Float32)) OK 86ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 93ms
/aggregate functions/state/maxState/Map(Int32,Int128) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/minState/Map(UInt128,Nullable(Float64)) OK 74ms
/aggregate functions/state/maxState/Map(Int32,Float32) OK 67ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint128_ OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/minState/Map(UInt128,Nullable(Decimal128(38))) OK 66ms
/aggregate functions/state/maxState/Map(Int32,Float64) OK 83ms
/aggregate functions/state/minState/Map(UInt128,Nullable(Date)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 154ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 155ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 144ms
/aggregate functions/state/maxState/Map(Int32,Decimal128(38)) OK 94ms
/aggregate functions/state/minState/Map(UInt128,Nullable(DateTime)) OK 152ms
/aggregate functions/state/maxState/Map(Int32,Date) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/minState/Map(UInt128,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/maxState/Map(Int32,DateTime) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/minState/Map(UInt128,Nullable(Bool)) OK 102ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/maxState/Map(Int32,DateTime64(3)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 64ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint128_ OK 84ms
/aggregate functions/state/maxState/Map(Int32,Bool) OK 95ms
/aggregate functions/state/minState/Map(UInt128,Nullable(String)) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,uint8 OK 86ms
/aggregate functions/state/minState/Map(UInt128,Nullable(FixedString(51))) OK 87ms
/aggregate functions/state/maxState/Map(Int32,String) OK 65ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/maxState/Map(Int32,FixedString(51)) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,uint64 OK 74ms
/aggregate functions/state/minState/Map(UInt128,Nullable(UUID)) OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,uint8 OK 75ms
/aggregate functions/state/maxState/Map(Int32,UUID) OK 76ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,uint32 OK 99ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,uint64 OK 75ms
/aggregate functions/state/maxState/Map(Int32,Nullable(UInt8)) OK 76ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,uint16 OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,uint32 OK 84ms
/aggregate functions/state/maxState/Map(Int32,Nullable(UInt16)) OK 90ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(UInt32)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint128__ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,uint16 OK 68ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/maxState/Map(Int32,Nullable(UInt32)) OK 95ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,uint8 OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 70ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,uint64 OK 83ms
/aggregate functions/state/maxState/Map(Int32,Nullable(UInt64)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 89ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Int8)) OK 86ms
/aggregate functions/state/maxState/Map(Int32,Nullable(UInt128)) OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,uint32 OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 70ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,uint16 OK 83ms
/aggregate functions/state/maxState/Map(Int32,Nullable(Int8)) OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 69ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Int32)) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/maxState/Map(Int32,Nullable(Int16)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,uint128 OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 67ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/maxState/Map(Int32,Nullable(Int32)) OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,nullable_uint8_ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/maxState/Map(Int32,Nullable(Int64)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,nullable_uint64_ OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Float32)) OK 82ms
/aggregate functions/state/maxState/Map(Int32,Nullable(Int128)) OK 103ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 97ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,nullable_uint32_ OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Float64)) OK 113ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/maxState/Map(Int32,Nullable(Float32)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,nullable_uint16_ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Date)) OK 71ms
/aggregate functions/state/maxState/Map(Int32,Nullable(Float64)) OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,nullable_uint128_ OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(DateTime)) OK 72ms
/aggregate functions/state/maxState/Map(Int32,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,uint8 OK 77ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/maxState/Map(Int32,Nullable(Date)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,uint64 OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(String)) OK 69ms
/aggregate functions/state/maxState/Map(Int32,Nullable(DateTime)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,uint8 OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,uint32 OK 83ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/maxState/Map(Int32,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,uint64 OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,uint16 OK 75ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(UUID)) OK 74ms
/aggregate functions/state/maxState/Map(Int32,Nullable(Bool)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_uint128_ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,uint32 OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 88ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/maxState/Map(Int32,Nullable(String)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,uint16 OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 72ms
/aggregate functions/state/maxState/Map(Int32,Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,nullable_uint8_ OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 96ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/maxState/Map(Int32,Nullable(UUID)) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,nullable_uint64_ OK 93ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 76ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 107ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,nullable_uint32_ OK 88ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 86ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_int128__,lowcardinality_nullable_uint128__ OK 75ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(UInt32)) OK 99ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,nullable_uint16_ OK 77ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,lowcardinality_uint8_ OK 105ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 96ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 96ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 69ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 97ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 81ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Int16)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,lowcardinality_uint16_ OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 97ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint128 OK 85ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Int32)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Int128)) OK 84ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,uint8 OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Float32)) OK 86ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,uint64 OK 92ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Float64)) OK 72ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint128_ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,uint8 OK 94ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,uint32 OK 68ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Date)) OK 73ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,uint16 OK 70ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,uint64 OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 83ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,uint32 OK 70ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Bool)) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 73ms
/aggregate functions/state/minState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,uint16 OK 73ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(String)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 74ms
/aggregate functions/state/minState/Map(UInt128,Array(String)) OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,nullable_uint8_ OK 78ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint128_ OK 81ms
/aggregate functions/state/minState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,nullable_uint64_ OK 69ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 104ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,nullable_uint32_ OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/minState/Map(UInt128,Tuple(String)) OK 77ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,nullable_uint16_ OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/state/minState/Map(Int8,UInt8) OK 97ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 67ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/minState/Map(Int8,UInt16) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/minState/Map(Int8,UInt32) OK 77ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/minState/Map(Int8,UInt64) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint128__ OK 74ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/state/minState/Map(Int8,UInt128) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 79ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/minState/Map(Int8,Int8) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 80ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 95ms
/aggregate functions/state/minState/Map(Int8,Int16) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/minState/Map(Int8,Int32) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(Int128))) OK 72ms
/aggregate functions/state/minState/Map(Int8,Int64) OK 101ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,uint8 OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint128 OK 66ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(Float32))) OK 106ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,uint64 OK 70ms
/aggregate functions/state/minState/Map(Int8,Int128) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,uint32 OK 97ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 99ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 82ms
/aggregate functions/state/minState/Map(Int8,Float32) OK 74ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/minState/Map(Int8,Float64) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 94ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,uint16 OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 85ms
/aggregate functions/state/minState/Map(Int8,Decimal128(38)) OK 76ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,nullable_uint8_ OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 72ms
/aggregate functions/state/minState/Map(Int8,Date) OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,nullable_uint64_ OK 70ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint128_ OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,nullable_uint32_ OK 92ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(String))) OK 98ms
/aggregate functions/state/minState/Map(Int8,DateTime) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 72ms
/aggregate functions/state/minState/Map(Int8,DateTime64(3)) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 95ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,nullable_uint16_ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 67ms
/aggregate functions/state/minState/Map(Int8,Bool) OK 93ms
/aggregate functions/state/maxState/Map(Int32,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,lowcardinality_uint64_ OK 89ms
/aggregate functions/state/maxState/Map(Int32,Array(String)) OK 75ms
/aggregate functions/state/minState/Map(Int8,String) OK 65ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/minState/Map(Int8,FixedString(51)) OK 88ms
/aggregate functions/state/maxState/Map(Int32,Map(String,LowCardinality(Float64))) OK 154ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,lowcardinality_uint32_ OK 137ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 139ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint128_ OK 136ms
/aggregate functions/state/minState/Map(Int8,UUID) OK 170ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,lowcardinality_uint16_ OK 97ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/state/maxState/Map(Int32,Tuple(String)) OK 105ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/state/minState/Map(Int8,Nullable(UInt8)) OK 92ms
/aggregate functions/state/maxState/Map(Int64,UInt8) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 96ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/maxState/Map(Int64,UInt16) OK 79ms
/aggregate functions/state/minState/Map(Int8,Nullable(UInt16)) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/state/maxState/Map(Int64,UInt32) OK 68ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/minState/Map(Int8,Nullable(UInt32)) OK 78ms
/aggregate functions/state/maxState/Map(Int64,UInt64) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint128__ OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/minState/Map(Int8,Nullable(UInt64)) OK 78ms
/aggregate functions/state/maxState/Map(Int64,UInt128) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,uint8 OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,uint8 OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 73ms
/aggregate functions/state/minState/Map(Int8,Nullable(UInt128)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,uint64 OK 89ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,uint64 OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 78ms
/aggregate functions/state/maxState/Map(Int64,Int8) OK 78ms
/aggregate functions/state/minState/Map(Int8,Nullable(Int8)) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,uint32 OK 79ms
/aggregate functions/state/maxState/Map(Int64,Int16) OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,uint32 OK 64ms
/aggregate functions/state/minState/Map(Int8,Nullable(Int16)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,uint16 OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 98ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,uint16 OK 80ms
/aggregate functions/state/maxState/Map(Int64,Int32) OK 76ms
/aggregate functions/state/minState/Map(Int8,Nullable(Int32)) OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,uint128 OK 102ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,nullable_uint8_ OK 92ms
/aggregate functions/state/minState/Map(Int8,Nullable(Int64)) OK 82ms
/aggregate functions/state/maxState/Map(Int64,Int64) OK 67ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 73ms
/aggregate functions/state/maxState/Map(Int64,Int128) OK 84ms
/aggregate functions/state/minState/Map(Int8,Nullable(Int128)) OK 97ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 91ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,nullable_uint64_ OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 85ms
/aggregate functions/state/maxState/Map(Int64,Float32) OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,nullable_uint32_ OK 67ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 74ms
/aggregate functions/state/minState/Map(Int8,Nullable(Float32)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,nullable_uint16_ OK 80ms
/aggregate functions/state/maxState/Map(Int64,Float64) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 84ms
/aggregate functions/state/minState/Map(Int8,Nullable(Float64)) OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/maxState/Map(Int64,Decimal128(38)) OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 73ms
/aggregate functions/state/minState/Map(Int8,Nullable(Decimal128(38))) OK 90ms
/aggregate functions/state/maxState/Map(Int64,Date) OK 91ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint128_ OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 69ms
/aggregate functions/state/minState/Map(Int8,Nullable(Date)) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/maxState/Map(Int64,DateTime) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/minState/Map(Int8,Nullable(DateTime)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/maxState/Map(Int64,DateTime64(3)) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/minState/Map(Int8,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/maxState/Map(Int64,Bool) OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/minState/Map(Int8,Nullable(Bool)) OK 75ms
/aggregate functions/state/maxState/Map(Int64,String) OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 106ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 102ms
/aggregate functions/state/minState/Map(Int8,Nullable(String)) OK 73ms
/aggregate functions/state/maxState/Map(Int64,FixedString(51)) OK 73ms
/aggregate functions/state/minState/Map(Int8,Nullable(FixedString(51))) OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint128_ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/maxState/Map(Int64,UUID) OK 87ms
/aggregate functions/state/minState/Map(Int8,Nullable(UUID)) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 77ms
/aggregate functions/state/maxState/Map(Int64,Nullable(UInt8)) OK 75ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(UInt8)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 79ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,uint8 OK 79ms
/aggregate functions/state/maxState/Map(Int64,Nullable(UInt16)) OK 69ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/maxState/Map(Int64,Nullable(UInt32)) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,uint64 OK 71ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(UInt32)) OK 70ms
/aggregate functions/state/maxState/Map(Int64,Nullable(UInt64)) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,uint32 OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/maxState/Map(Int64,Nullable(UInt128)) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,uint16 OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint128__ OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 75ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(UInt128)) OK 85ms
/aggregate functions/state/maxState/Map(Int64,Nullable(Int8)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,uint8 OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,nullable_uint8_ OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 82ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Int8)) OK 71ms
/aggregate functions/state/maxState/Map(Int64,Nullable(Int16)) OK 104ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,nullable_uint64_ OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,uint64 OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 69ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,nullable_uint32_ OK 129ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 119ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,uint32 OK 110ms
/aggregate functions/state/maxState/Map(Int64,Nullable(Int32)) OK 111ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Int32)) OK 108ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,uint16 OK 83ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,nullable_uint16_ OK 72ms
/aggregate functions/state/maxState/Map(Int64,Nullable(Int64)) OK 78ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/maxState/Map(Int64,Nullable(Int128)) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,uint128 OK 86ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Int128)) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 97ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Float32)) OK 101ms
/aggregate functions/state/maxState/Map(Int64,Nullable(Float32)) OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 73ms
/aggregate functions/state/maxState/Map(Int64,Nullable(Float64)) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 98ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Float64)) OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/maxState/Map(Int64,Nullable(Decimal128(38))) OK 99ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Date)) OK 87ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 68ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 184ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 191ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 184ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(DateTime)) OK 190ms
/aggregate functions/state/maxState/Map(Int64,Nullable(Date)) OK 183ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 106ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint128_ OK 92ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Bool)) OK 74ms
/aggregate functions/state/maxState/Map(Int64,Nullable(DateTime)) OK 82ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(String)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/maxState/Map(Int64,Nullable(DateTime64(3))) OK 67ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(FixedString(51))) OK 91ms
/aggregate functions/state/maxState/Map(Int64,Nullable(Bool)) OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 73ms
/aggregate functions/state/maxState/Map(Int64,Nullable(String)) OK 68ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,uint8 OK 70ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(UUID)) OK 98ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/maxState/Map(Int64,Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,uint64 OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/maxState/Map(Int64,Nullable(UUID)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,uint32 OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint128_ OK 83ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(UInt8)) OK 99ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 72ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,uint16 OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 78ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,nullable_uint8_ OK 92ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 68ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 72ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,nullable_uint64_ OK 81ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 79ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(UInt64)) OK 83ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,nullable_uint32_ OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,nullable_uint16_ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint128__ OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 112ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Int8)) OK 98ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,lowcardinality_uint8_ OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,uint8 OK 85ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,lowcardinality_uint64_ OK 96ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,uint64 OK 81ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(Int128))) OK 105ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Int32)) OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,uint32 OK 87ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,lowcardinality_uint16_ OK 70ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,uint16 OK 77ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Int128)) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,uint128 OK 80ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Float32)) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Float64)) OK 90ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 91ms
/aggregate functions/state/meanZTestState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 96ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Date)) OK 77ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,uint8 OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 82ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,uint64 OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 86ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 76ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,uint32 OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint128_ OK 74ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(String)) OK 93ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,uint16 OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 90ms
/aggregate functions/state/minState/Map(Int8,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 70ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 80ms
/aggregate functions/state/minState/Map(Int8,Array(String)) OK 72ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/minState/Map(Int8,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 102ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(UUID)) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 65ms
/aggregate functions/state/minState/Map(Int8,Tuple(String)) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 71ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 96ms
/aggregate functions/state/minState/Map(Int16,UInt8) OK 92ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 97ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint128_ OK 76ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 94ms
/aggregate functions/state/minState/Map(Int16,UInt16) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/minState/Map(Int16,UInt32) OK 76ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 68ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/minState/Map(Int16,UInt64) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/state/minState/Map(Int16,UInt128) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 185ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 173ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 168ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(Int8))) OK 158ms
/aggregate functions/state/minState/Map(Int16,Int8) OK 124ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 100ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint128__ OK 87ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/minState/Map(Int16,Int16) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/minState/Map(Int16,Int32) OK 73ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,uint8 OK 98ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/minState/Map(Int16,Int64) OK 77ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,uint64 OK 75ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/minState/Map(Int16,Int128) OK 72ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,uint32 OK 69ms
/aggregate functions/state/meanZTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/minState/Map(Int16,Float32) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 77ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,uint16 OK 81ms
/aggregate functions/state/quantileDeterministicState OK 4s 477ms
/aggregate functions/state/quantileDeterministicState/constant OK 46ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 76ms
/aggregate functions/state/minState/Map(Int16,Float64) OK 78ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,uint128 OK 75ms
/aggregate functions/state/quantileDeterministicState/zero rows OK 61ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 78ms
/aggregate functions/state/minState/Map(Int16,Decimal128(38)) OK 90ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/quantileDeterministicState/single row OK 45ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 73ms
/aggregate functions/state/quantileDeterministicState/with group by OK 43ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 86ms
/aggregate functions/state/minState/Map(Int16,Date) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 73ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/quantileDeterministicState/some negative values OK 43ms
/aggregate functions/state/quantileDeterministicState/NULL value handling OK 52ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 97ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 95ms
/aggregate functions/state/minState/Map(Int16,DateTime) OK 75ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/quantileDeterministicState/single NULL value OK 40ms
/aggregate functions/state/quantileDeterministicState/return type OK 55ms
/aggregate functions/state/minState/Map(Int16,DateTime64(3)) OK 83ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 86ms
/aggregate functions/state/quantileDeterministicState/doc example OK 49ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 114ms
/aggregate functions/state/minState/Map(Int16,Bool) OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 108ms
/aggregate functions/state/quantileDeterministicState/inf OK 42ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint128_ OK 87ms
/aggregate functions/state/quantileDeterministicState/-inf OK 40ms
/aggregate functions/state/minState/Map(Int16,String) OK 74ms
/aggregate functions/state/quantileDeterministicState/nan OK 45ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 98ms
/aggregate functions/state/maxState/Map(Int64,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 86ms
/aggregate functions/state/quantileDeterministicState/inf, -inf, nan OK 63ms
/aggregate functions/state/minState/Map(Int16,FixedString(51)) OK 72ms
/aggregate functions/state/maxState/Map(Int64,Array(String)) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/quantileDeterministicState/UInt8 OK 67ms
/aggregate functions/state/minState/Map(Int16,UUID) OK 79ms
/aggregate functions/state/maxState/Map(Int64,Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/state/quantileDeterministicState/UInt16 OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/minState/Map(Int16,Nullable(UInt8)) OK 73ms
/aggregate functions/state/maxState/Map(Int64,Tuple(String)) OK 73ms
/aggregate functions/state/quantileDeterministicState/UInt32 OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/minState/Map(Int16,Nullable(UInt16)) OK 77ms
/aggregate functions/state/maxState/Map(Int128,UInt8) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/quantileDeterministicState/UInt64 OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint128_ OK 73ms
/aggregate functions/state/minState/Map(Int16,Nullable(UInt32)) OK 75ms
/aggregate functions/state/maxState/Map(Int128,UInt16) OK 100ms
/aggregate functions/state/quantileDeterministicState/Int8 OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/minState/Map(Int16,Nullable(UInt64)) OK 78ms
/aggregate functions/state/maxState/Map(Int128,UInt32) OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/state/quantileDeterministicState/Int16 OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/state/minState/Map(Int16,Nullable(UInt128)) OK 84ms
/aggregate functions/state/maxState/Map(Int128,UInt64) OK 73ms
/aggregate functions/state/quantileDeterministicState/Int32 OK 82ms
/aggregate functions/state/minState/Map(Int16,Nullable(Int8)) OK 105ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/maxState/Map(Int128,UInt128) OK 83ms
/aggregate functions/state/quantileDeterministicState/Int64 OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/minState/Map(Int16,Nullable(Int16)) OK 92ms
/aggregate functions/state/maxState/Map(Int128,Int8) OK 70ms
/aggregate functions/state/quantileDeterministicState/Float32 OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint128__ OK 79ms
/aggregate functions/state/minState/Map(Int16,Nullable(Int32)) OK 79ms
/aggregate functions/state/maxState/Map(Int128,Int16) OK 73ms
/aggregate functions/state/quantileDeterministicState/Float64 OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,uint8 OK 75ms
/aggregate functions/state/maxState/Map(Int128,Int32) OK 68ms
/aggregate functions/state/minState/Map(Int16,Nullable(Int64)) OK 78ms
/aggregate functions/state/quantileDeterministicState/Date OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,uint64 OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 89ms
/aggregate functions/state/maxState/Map(Int128,Int64) OK 76ms
/aggregate functions/state/minState/Map(Int16,Nullable(Int128)) OK 77ms
/aggregate functions/state/quantileDeterministicState/DateTime OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,uint32 OK 74ms
/aggregate functions/state/maxState/Map(Int128,Int128) OK 101ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 85ms
/aggregate functions/state/minState/Map(Int16,Nullable(Float32)) OK 69ms
/aggregate functions/state/quantileDeterministicState/Nullable(UInt8) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,uint16 OK 79ms
/aggregate functions/state/minState/Map(Int16,Nullable(Float64)) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 77ms
/aggregate functions/state/maxState/Map(Int128,Float32) OK 93ms
/aggregate functions/state/quantileDeterministicState/Nullable(UInt16) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,uint128 OK 76ms
/aggregate functions/state/minState/Map(Int16,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 97ms
/aggregate functions/state/maxState/Map(Int128,Float64) OK 71ms
/aggregate functions/state/quantileDeterministicState/Nullable(UInt32) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,nullable_uint8_ OK 77ms
/aggregate functions/state/minState/Map(Int16,Nullable(Date)) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 96ms
/aggregate functions/state/maxState/Map(Int128,Decimal128(38)) OK 89ms
/aggregate functions/state/quantileDeterministicState/Nullable(UInt64) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,nullable_uint64_ OK 83ms
/aggregate functions/state/minState/Map(Int16,Nullable(DateTime)) OK 79ms
/aggregate functions/state/quantileDeterministicState/Nullable(Int8) OK 77ms
/aggregate functions/state/maxState/Map(Int128,Date) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,nullable_uint32_ OK 86ms
/aggregate functions/state/minState/Map(Int16,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/quantileDeterministicState/Nullable(Int16) OK 86ms
/aggregate functions/state/maxState/Map(Int128,DateTime) OK 94ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/minState/Map(Int16,Nullable(Bool)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,nullable_uint16_ OK 84ms
/aggregate functions/state/quantileDeterministicState/Nullable(Int32) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/maxState/Map(Int128,DateTime64(3)) OK 87ms
/aggregate functions/state/minState/Map(Int16,Nullable(String)) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,nullable_uint128_ OK 71ms
/aggregate functions/state/quantileDeterministicState/Nullable(Int64) OK 76ms
/aggregate functions/state/minState/Map(Int16,Nullable(FixedString(51))) OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/maxState/Map(Int128,Bool) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/quantileDeterministicState/Nullable(Float32) OK 69ms
/aggregate functions/state/minState/Map(Int16,Nullable(UUID)) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/maxState/Map(Int128,String) OK 78ms
/aggregate functions/state/quantileDeterministicState/Nullable(Float64) OK 93ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(UInt8)) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/maxState/Map(Int128,FixedString(51)) OK 74ms
/aggregate functions/state/quantileDeterministicState/Nullable(Date) OK 67ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(UInt16)) OK 95ms
/aggregate functions/state/maxState/Map(Int128,UUID) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,lowcardinality_uint16_ OK 96ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/quantileDeterministicState/Nullable(DateTime) OK 89ms
/aggregate functions/state/maxState/Map(Int128,Nullable(UInt8)) OK 72ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,lowcardinality_uint128_ OK 86ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(UInt8) OK 91ms
/aggregate functions/state/maxState/Map(Int128,Nullable(UInt16)) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(UInt64)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,lowcardinality_nullable_uint8__ OK 105ms
/aggregate functions/state/maxState/Map(Int128,Nullable(UInt32)) OK 73ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(UInt16) OK 84ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/maxState/Map(Int128,Nullable(UInt64)) OK 76ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(UInt32) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 84ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Int8)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/maxState/Map(Int128,Nullable(UInt128)) OK 81ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(UInt64) OK 76ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Int16)) OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/maxState/Map(Int128,Nullable(Int8)) OK 72ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Int8) OK 87ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 67ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_int128_,lowcardinality_nullable_uint128__ OK 75ms
/aggregate functions/state/maxState/Map(Int128,Nullable(Int16)) OK 75ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Int16) OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 90ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Int64)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,uint8 OK 74ms
/aggregate functions/state/maxState/Map(Int128,Nullable(Int32)) OK 83ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Int32) OK 90ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,uint64 OK 80ms
/aggregate functions/state/maxState/Map(Int128,Nullable(Int64)) OK 71ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Float32)) OK 94ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Int64) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,uint32 OK 76ms
/aggregate functions/state/maxState/Map(Int128,Nullable(Int128)) OK 78ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Float32) OK 99ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Float64)) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,uint16 OK 75ms
/aggregate functions/state/maxState/Map(Int128,Nullable(Float32)) OK 74ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Date)) OK 95ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 100ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,uint128 OK 85ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Float64) OK 74ms
/aggregate functions/state/maxState/Map(Int128,Nullable(Float64)) OK 63ms
/aggregate functions/state/maxState/Map(Int128,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Date) OK 66ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(DateTime) OK 78ms
/aggregate functions/state/maxState/Map(Int128,Nullable(Date)) OK 90ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Bool)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(UInt8)) OK 67ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(String)) OK 80ms
/aggregate functions/state/maxState/Map(Int128,Nullable(DateTime)) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(UInt16)) OK 72ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/maxState/Map(Int128,Nullable(DateTime64(3))) OK 87ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(UInt32)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint128_ OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(UUID)) OK 77ms
/aggregate functions/state/maxState/Map(Int128,Nullable(Bool)) OK 74ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(UInt64)) OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/maxState/Map(Int128,Nullable(String)) OK 75ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(Int8)) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/maxState/Map(Int128,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(Int16)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 107ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 77ms
/aggregate functions/state/maxState/Map(Int128,Nullable(UUID)) OK 75ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(Int32)) OK 80ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 71ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(UInt8)) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 87ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(Int64)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 83ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 91ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(UInt16)) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint128_ OK 70ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(Float32)) OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 78ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(Int8))) OK 112ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(UInt32)) OK 98ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(Float64)) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 94ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(Date)) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 96ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(UInt128)) OK 100ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/state/quantileDeterministicState/LowCardinality(Nullable(DateTime)) OK 73ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(Int32))) OK 102ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 78ms
/aggregate functions/state/quantileExactState OK 4s 504ms
/aggregate functions/state/quantileExactState/constant OK 43ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Int8)) OK 70ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/quantileExactState/zero rows OK 40ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 88ms
/aggregate functions/state/quantileExactState/single row OK 41ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint128__ OK 75ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/quantileExactState/with group by OK 49ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,uint8 OK 72ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/quantileExactState/some negative values OK 39ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/quantileExactState/NULL value handling OK 43ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,uint64 OK 158ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Int64)) OK 140ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 145ms
/aggregate functions/state/quantileExactState/single NULL value OK 41ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(Float64))) OK 122ms
/aggregate functions/state/quantileExactState/return type OK 98ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Int128)) OK 94ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/quantileExactState/doc example OK 59ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,uint32 OK 88ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/quantileExactState/inf OK 43ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Float32)) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,uint16 OK 74ms
/aggregate functions/state/quantileExactState/-inf OK 47ms
/aggregate functions/state/quantileExactState/nan OK 52ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Float64)) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,uint128 OK 97ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/state/quantileExactState/inf, -inf, nan OK 43ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Date)) OK 75ms
/aggregate functions/state/quantileExactState/UInt8 OK 69ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 73ms
/aggregate functions/state/quantileExactState/UInt16 OK 80ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(DateTime)) OK 95ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 74ms
/aggregate functions/state/quantileExactState/UInt32 OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/minState/Map(Int16,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 85ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Bool)) OK 85ms
/aggregate functions/state/minState/Map(Int16,Array(String)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 82ms
/aggregate functions/state/quantileExactState/UInt64 OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 77ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(String)) OK 89ms
/aggregate functions/state/minState/Map(Int16,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 74ms
/aggregate functions/state/quantileExactState/Int8 OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint128_ OK 74ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 90ms
/aggregate functions/state/quantileExactState/Int16 OK 86ms
/aggregate functions/state/minState/Map(Int16,Tuple(String)) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/minState/Map(Int32,UInt8) OK 96ms
/aggregate functions/state/quantileExactState/Int32 OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/quantileExactState/Int64 OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 139ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 118ms
/aggregate functions/state/minState/Map(Int32,UInt16) OK 105ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 113ms
/aggregate functions/state/quantileExactState/Float32 OK 78ms
/aggregate functions/state/minState/Map(Int32,UInt32) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 85ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/quantileExactState/Float64 OK 83ms
/aggregate functions/state/minState/Map(Int32,UInt64) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint128_ OK 91ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/state/quantileExactState/Date OK 71ms
/aggregate functions/state/minState/Map(Int32,UInt128) OK 81ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 98ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/quantileExactState/DateTime OK 72ms
/aggregate functions/state/minState/Map(Int32,Int8) OK 86ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/state/quantileExactState/Nullable(UInt8) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 69ms
/aggregate functions/state/minState/Map(Int32,Int16) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/quantileExactState/Nullable(UInt16) OK 77ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/minState/Map(Int32,Int32) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(Int32))) OK 68ms
/aggregate functions/state/quantileExactState/Nullable(UInt32) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/minState/Map(Int32,Int64) OK 77ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/quantileExactState/Nullable(UInt64) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint128__ OK 101ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 81ms
/aggregate functions/state/minState/Map(Int32,Int128) OK 75ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/quantileExactState/Nullable(Int8) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,uint8 OK 90ms
/aggregate functions/state/minState/Map(Int32,Float32) OK 75ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/state/quantileExactState/Nullable(Int16) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,uint64 OK 73ms
/aggregate functions/state/minState/Map(Int32,Float64) OK 92ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/state/quantileExactState/Nullable(Int32) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,uint32 OK 79ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/quantileExactState/Nullable(Int64) OK 90ms
/aggregate functions/state/minState/Map(Int32,Decimal128(38)) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,uint16 OK 86ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/state/minState/Map(Int32,Date) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 88ms
/aggregate functions/state/quantileExactState/Nullable(Float32) OK 69ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,uint128 OK 76ms
/aggregate functions/state/minState/Map(Int32,DateTime) OK 82ms
/aggregate functions/state/quantileExactState/Nullable(Float64) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 85ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,nullable_uint8_ OK 79ms
/aggregate functions/state/minState/Map(Int32,DateTime64(3)) OK 79ms
/aggregate functions/state/quantileExactState/Nullable(Date) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,nullable_uint64_ OK 78ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/state/quantileExactState/Nullable(DateTime) OK 74ms
/aggregate functions/state/minState/Map(Int32,Bool) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,nullable_uint32_ OK 81ms
/aggregate functions/state/quantileExactState/LowCardinality(UInt8) OK 76ms
/aggregate functions/state/minState/Map(Int32,String) OK 76ms
/aggregate functions/state/maxState/Map(Int128,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 71ms
/aggregate functions/state/quantileExactState/LowCardinality(UInt16) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,nullable_uint16_ OK 89ms
/aggregate functions/state/minState/Map(Int32,FixedString(51)) OK 77ms
/aggregate functions/state/maxState/Map(Int128,Array(String)) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 71ms
/aggregate functions/state/quantileExactState/LowCardinality(UInt32) OK 91ms
/aggregate functions/state/minState/Map(Int32,UUID) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,nullable_uint128_ OK 72ms
/aggregate functions/state/maxState/Map(Int128,Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/minState/Map(Int32,Nullable(UInt8)) OK 89ms
/aggregate functions/state/quantileExactState/LowCardinality(UInt64) OK 90ms
/aggregate functions/state/maxState/Map(Int128,Tuple(String)) OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 64ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/minState/Map(Int32,Nullable(UInt16)) OK 92ms
/aggregate functions/state/quantileExactState/LowCardinality(Int8) OK 73ms
/aggregate functions/state/maxState/Map(Date,UInt8) OK 66ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/maxState/Map(Date,UInt16) OK 95ms
/aggregate functions/state/quantileExactState/LowCardinality(Int16) OK 76ms
/aggregate functions/state/minState/Map(Int32,Nullable(UInt32)) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 98ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/quantileExactState/LowCardinality(Int32) OK 77ms
/aggregate functions/state/minState/Map(Int32,Nullable(UInt64)) OK 71ms
/aggregate functions/state/maxState/Map(Date,UInt32) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,lowcardinality_uint128_ OK 80ms
/aggregate functions/state/quantileExactState/LowCardinality(Int64) OK 92ms
/aggregate functions/state/minState/Map(Int32,Nullable(UInt128)) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/maxState/Map(Date,UInt64) OK 84ms
/aggregate functions/state/minState/Map(Int32,Nullable(Int8)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/quantileExactState/LowCardinality(Float32) OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/maxState/Map(Date,UInt128) OK 76ms
/aggregate functions/state/minState/Map(Int32,Nullable(Int16)) OK 70ms
/aggregate functions/state/quantileExactState/LowCardinality(Float64) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/maxState/Map(Date,Int8) OK 75ms
/aggregate functions/state/minState/Map(Int32,Nullable(Int32)) OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/maxState/Map(Date,Int16) OK 73ms
/aggregate functions/state/quantileExactState/LowCardinality(Date) OK 76ms
/aggregate functions/state/minState/Map(Int32,Nullable(Int64)) OK 71ms
/aggregate functions/state/maxState/Map(Date,Int32) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantileExactState/LowCardinality(DateTime) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/state/minState/Map(Int32,Nullable(Int128)) OK 75ms
/aggregate functions/state/maxState/Map(Date,Int64) OK 84ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(UInt8)) OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int8,lowcardinality_nullable_uint128__ OK 84ms
/aggregate functions/state/minState/Map(Int32,Nullable(Float32)) OK 70ms
/aggregate functions/state/maxState/Map(Date,Int128) OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 70ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(UInt16)) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,uint8 OK 89ms
/aggregate functions/state/minState/Map(Int32,Nullable(Float64)) OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 72ms
/aggregate functions/state/maxState/Map(Date,Float32) OK 78ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(UInt32)) OK 94ms
/aggregate functions/state/minState/Map(Int32,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,uint64 OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 79ms
/aggregate functions/state/maxState/Map(Date,Float64) OK 76ms
/aggregate functions/state/minState/Map(Int32,Nullable(Date)) OK 99ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,uint32 OK 79ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(UInt64)) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 81ms
/aggregate functions/state/maxState/Map(Date,Decimal128(38)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,uint16 OK 91ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(Int8)) OK 86ms
/aggregate functions/state/minState/Map(Int32,Nullable(DateTime)) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 69ms
/aggregate functions/state/maxState/Map(Date,Date) OK 78ms
/aggregate functions/state/minState/Map(Int32,Nullable(DateTime64(3))) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,uint128 OK 79ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(Int16)) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 77ms
/aggregate functions/state/maxState/Map(Date,DateTime) OK 85ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(Int32)) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,nullable_uint8_ OK 86ms
/aggregate functions/state/minState/Map(Int32,Nullable(Bool)) OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 73ms
/aggregate functions/state/maxState/Map(Date,DateTime64(3)) OK 73ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(Int64)) OK 107ms
/aggregate functions/state/minState/Map(Int32,Nullable(String)) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,nullable_uint64_ OK 98ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 87ms
/aggregate functions/state/maxState/Map(Date,Bool) OK 70ms
/aggregate functions/state/minState/Map(Int32,Nullable(FixedString(51))) OK 94ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(Float32)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,nullable_uint32_ OK 77ms
/aggregate functions/state/maxState/Map(Date,String) OK 74ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(Float64)) OK 88ms
/aggregate functions/state/minState/Map(Int32,Nullable(UUID)) OK 122ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,nullable_uint16_ OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/maxState/Map(Date,FixedString(51)) OK 75ms
/aggregate functions/state/maxState/Map(Date,UUID) OK 116ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(Date)) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,nullable_uint128_ OK 106ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(UInt8)) OK 89ms
/aggregate functions/state/quantileExactState/LowCardinality(Nullable(DateTime)) OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/maxState/Map(Date,Nullable(UInt8)) OK 75ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/quantileExactExclusiveState OK 4s 490ms
/aggregate functions/state/quantileExactExclusiveState/constant OK 40ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/maxState/Map(Date,Nullable(UInt16)) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/quantileExactExclusiveState/zero rows OK 42ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(UInt32)) OK 69ms
/aggregate functions/state/quantileExactExclusiveState/single row OK 42ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/maxState/Map(Date,Nullable(UInt32)) OK 78ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/quantileExactExclusiveState/with group by OK 51ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/quantileExactExclusiveState/some negative values OK 53ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/maxState/Map(Date,Nullable(UInt64)) OK 94ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/quantileExactExclusiveState/NULL value handling OK 48ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,lowcardinality_uint128_ OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 71ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/quantileExactExclusiveState/single NULL value OK 42ms
/aggregate functions/state/maxState/Map(Date,Nullable(UInt128)) OK 70ms
/aggregate functions/state/quantileExactExclusiveState/return type OK 43ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Int16)) OK 74ms
/aggregate functions/state/maxState/Map(Date,Nullable(Int8)) OK 83ms
/aggregate functions/state/quantileExactExclusiveState/doc example OK 38ms
/aggregate functions/state/quantileExactExclusiveState/inf OK 45ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Int32)) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/maxState/Map(Date,Nullable(Int16)) OK 75ms
/aggregate functions/state/quantileExactExclusiveState/-inf OK 55ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/quantileExactExclusiveState/nan OK 49ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 85ms
/aggregate functions/state/maxState/Map(Date,Nullable(Int32)) OK 75ms
/aggregate functions/state/quantileExactExclusiveState/inf, -inf, nan OK 52ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/maxState/Map(Date,Nullable(Int64)) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 78ms
/aggregate functions/state/quantileExactExclusiveState/UInt8 OK 71ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Float32)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int64,lowcardinality_nullable_uint128__ OK 83ms
/aggregate functions/state/maxState/Map(Date,Nullable(Int128)) OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 78ms
/aggregate functions/state/quantileExactExclusiveState/UInt16 OK 81ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Float64)) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,uint8 OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 75ms
/aggregate functions/state/maxState/Map(Date,Nullable(Float32)) OK 80ms
/aggregate functions/state/quantileExactExclusiveState/UInt32 OK 73ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Date)) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 101ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,uint64 OK 79ms
/aggregate functions/state/quantileExactExclusiveState/UInt64 OK 73ms
/aggregate functions/state/maxState/Map(Date,Nullable(Float64)) OK 97ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(DateTime)) OK 68ms
/aggregate functions/state/quantileExactExclusiveState/Int8 OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,uint32 OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 125ms
/aggregate functions/state/maxState/Map(Date,Nullable(Decimal128(38))) OK 122ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Bool)) OK 112ms
/aggregate functions/state/quantileExactExclusiveState/Int16 OK 151ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,uint16 OK 164ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(String)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 69ms
/aggregate functions/state/maxState/Map(Date,Nullable(Date)) OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 98ms
/aggregate functions/state/quantileExactExclusiveState/Int32 OK 71ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/state/maxState/Map(Date,Nullable(DateTime)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,uint128 OK 67ms
/aggregate functions/state/quantileExactExclusiveState/Int64 OK 79ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(UUID)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,nullable_uint8_ OK 96ms
/aggregate functions/state/maxState/Map(Date,Nullable(DateTime64(3))) OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 68ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/state/quantileExactExclusiveState/Float32 OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/maxState/Map(Date,Nullable(Bool)) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,nullable_uint64_ OK 72ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 97ms
/aggregate functions/state/quantileExactExclusiveState/Float64 OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,nullable_uint32_ OK 81ms
/aggregate functions/state/maxState/Map(Date,Nullable(String)) OK 69ms
/aggregate functions/state/quantileExactExclusiveState/Date OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/state/maxState/Map(Date,Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,nullable_uint16_ OK 66ms
/aggregate functions/state/quantileExactExclusiveState/DateTime OK 81ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,nullable_uint128_ OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/maxState/Map(Date,Nullable(UUID)) OK 86ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(UInt8) OK 82ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(UInt8)) OK 82ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(UInt16) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 93ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(UInt16)) OK 67ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(UInt32) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(UInt32)) OK 96ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 68ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(Int32))) OK 89ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(UInt64) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 83ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(UInt64)) OK 77ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(Int8) OK 70ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,lowcardinality_uint128_ OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 84ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(Int16) OK 68ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 90ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(Int32) OK 73ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(Int64) OK 67ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(Float32) OK 72ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Int32)) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(Float64) OK 84ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int32,lowcardinality_nullable_uint128__ OK 80ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 69ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(Date) OK 93ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Int128)) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,uint8 OK 92ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/quantileExactExclusiveState/Nullable(DateTime) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,uint64 OK 92ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Float64)) OK 87ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(UInt8) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,uint32 OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Date)) OK 73ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(UInt16) OK 73ms
/aggregate functions/state/minState/Map(Int32,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,uint16 OK 72ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(DateTime)) OK 79ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(UInt32) OK 68ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/minState/Map(Int32,Array(String)) OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,uint128 OK 87ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(UInt64) OK 87ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Bool)) OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/minState/Map(Int32,Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,nullable_uint8_ OK 71ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(String)) OK 96ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Int8) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,nullable_uint64_ OK 98ms
/aggregate functions/state/minState/Map(Int32,Tuple(String)) OK 84ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Int16) OK 72ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,uint8 OK 90ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Int32) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,nullable_uint32_ OK 91ms
/aggregate functions/state/minState/Map(Int64,UInt8) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,uint64 OK 81ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Int64) OK 93ms
/aggregate functions/state/minState/Map(Int64,UInt16) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,nullable_uint16_ OK 68ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,uint32 OK 68ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,nullable_uint128_ OK 92ms
/aggregate functions/state/minState/Map(Int64,UInt32) OK 78ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Float32) OK 68ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,uint16 OK 81ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Float64) OK 85ms
/aggregate functions/state/minState/Map(Int64,UInt64) OK 91ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,lowcardinality_uint8_ OK 68ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,lowcardinality_uint64_ OK 99ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Date) OK 96ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/state/minState/Map(Int64,UInt128) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 65ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 68ms
/aggregate functions/state/minState/Map(Int64,Int8) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(DateTime) OK 82ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 91ms
/aggregate functions/state/minState/Map(Int64,Int16) OK 76ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(Int8))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(UInt8)) OK 74ms
/aggregate functions/state/minState/Map(Int64,Int32) OK 100ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,lowcardinality_uint128_ OK 72ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(UInt16)) OK 75ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(UInt32)) OK 86ms
/aggregate functions/state/minState/Map(Int64,Int64) OK 67ms
/aggregate functions/state/minState/Map(Int64,Int128) OK 89ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(UInt64)) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 93ms
/aggregate functions/state/minState/Map(Int64,Float32) OK 81ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(Int8)) OK 97ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/minState/Map(Int64,Float64) OK 81ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(Int16)) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/minState/Map(Int64,Decimal128(38)) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int16,lowcardinality_nullable_uint128__ OK 80ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(Int32)) OK 73ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/minState/Map(Int64,Date) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(Int64)) OK 75ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,uint8 OK 78ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(Float32)) OK 98ms
/aggregate functions/state/minState/Map(Int64,DateTime) OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,uint64 OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,uint8 OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,uint32 OK 78ms
/aggregate functions/state/minState/Map(Int64,DateTime64(3)) OK 85ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(Float64)) OK 104ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,uint16 OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,uint64 OK 79ms
/aggregate functions/state/minState/Map(Int64,Bool) OK 70ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(Date)) OK 74ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,uint128 OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,uint32 OK 89ms
/aggregate functions/state/minState/Map(Int64,String) OK 79ms
/aggregate functions/state/quantileExactExclusiveState/LowCardinality(Nullable(DateTime)) OK 84ms
/aggregate functions/state/maxState/Map(Date,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,nullable_uint8_ OK 76ms
/aggregate functions/state/minState/Map(Int64,FixedString(51)) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,uint16 OK 71ms
/aggregate functions/state/quantileExactHighState OK 4s 534ms
/aggregate functions/state/quantileExactHighState/constant OK 49ms
/aggregate functions/state/maxState/Map(Date,Array(String)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,nullable_uint64_ OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 72ms
/aggregate functions/state/minState/Map(Int64,UUID) OK 78ms
/aggregate functions/state/quantileExactHighState/zero rows OK 38ms
/aggregate functions/state/maxState/Map(Date,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/quantileExactHighState/single row OK 40ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,nullable_uint32_ OK 78ms
/aggregate functions/state/minState/Map(Int64,Nullable(UInt8)) OK 68ms
/aggregate functions/state/quantileExactHighState/with group by OK 53ms
/aggregate functions/state/maxState/Map(Date,Tuple(String)) OK 75ms
/aggregate functions/state/quantileExactHighState/some negative values OK 50ms
/aggregate functions/state/minState/Map(Int64,Nullable(UInt16)) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,nullable_uint16_ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 69ms
/aggregate functions/state/quantileExactHighState/NULL value handling OK 49ms
/aggregate functions/state/maxState/Map(DateTime,UInt8) OK 87ms
/aggregate functions/state/minState/Map(Int64,Nullable(UInt32)) OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,nullable_uint128_ OK 74ms
/aggregate functions/state/quantileExactHighState/single NULL value OK 47ms
/aggregate functions/state/maxState/Map(DateTime,UInt16) OK 73ms
/aggregate functions/state/quantileExactHighState/return type OK 46ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/minState/Map(Int64,Nullable(UInt64)) OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/quantileExactHighState/doc example OK 52ms
/aggregate functions/state/maxState/Map(DateTime,UInt32) OK 71ms
/aggregate functions/state/minState/Map(Int64,Nullable(UInt128)) OK 101ms
/aggregate functions/state/quantileExactHighState/inf OK 59ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 95ms
/aggregate functions/state/maxState/Map(DateTime,UInt64) OK 71ms
/aggregate functions/state/quantileExactHighState/-inf OK 42ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/minState/Map(Int64,Nullable(Int8)) OK 77ms
/aggregate functions/state/quantileExactHighState/nan OK 40ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/maxState/Map(DateTime,UInt128) OK 73ms
/aggregate functions/state/quantileExactHighState/inf, -inf, nan OK 52ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,lowcardinality_uint16_ OK 81ms
/aggregate functions/state/minState/Map(Int64,Nullable(Int16)) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/maxState/Map(DateTime,Int8) OK 70ms
/aggregate functions/state/quantileExactHighState/UInt8 OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,lowcardinality_uint128_ OK 74ms
/aggregate functions/state/minState/Map(Int64,Nullable(Int32)) OK 95ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/maxState/Map(DateTime,Int16) OK 91ms
/aggregate functions/state/quantileExactHighState/UInt16 OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/quantileExactHighState/UInt32 OK 92ms
/aggregate functions/state/minState/Map(Int64,Nullable(Int64)) OK 70ms
/aggregate functions/state/maxState/Map(DateTime,Int32) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/minState/Map(Int64,Nullable(Int128)) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/quantileExactHighState/UInt64 OK 74ms
/aggregate functions/state/maxState/Map(DateTime,Int64) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/minState/Map(Int64,Nullable(Float32)) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/quantileExactHighState/Int8 OK 77ms
/aggregate functions/state/maxState/Map(DateTime,Int128) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/minState/Map(Int64,Nullable(Float64)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,uint8 OK 77ms
/aggregate functions/state/quantileExactHighState/Int16 OK 72ms
/aggregate functions/state/maxState/Map(DateTime,Float32) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/int128,lowcardinality_nullable_uint128__ OK 118ms
/aggregate functions/state/minState/Map(Int64,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,uint64 OK 78ms
/aggregate functions/state/quantileExactHighState/Int32 OK 82ms
/aggregate functions/state/maxState/Map(DateTime,Float64) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,uint8 OK 70ms
/aggregate functions/state/minState/Map(Int64,Nullable(Date)) OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,uint32 OK 73ms
/aggregate functions/state/quantileExactHighState/Int64 OK 90ms
/aggregate functions/state/maxState/Map(DateTime,Decimal128(38)) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,uint64 OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,uint16 OK 73ms
/aggregate functions/state/minState/Map(Int64,Nullable(DateTime)) OK 77ms
/aggregate functions/state/quantileExactHighState/Float32 OK 78ms
/aggregate functions/state/maxState/Map(DateTime,Date) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,uint32 OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 77ms
/aggregate functions/state/minState/Map(Int64,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/quantileExactHighState/Float64 OK 78ms
/aggregate functions/state/maxState/Map(DateTime,DateTime) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,uint16 OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 76ms
/aggregate functions/state/minState/Map(Int64,Nullable(Bool)) OK 91ms
/aggregate functions/state/quantileExactHighState/Date OK 79ms
/aggregate functions/state/maxState/Map(DateTime,DateTime64(3)) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,uint128 OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 118ms
/aggregate functions/state/maxState/Map(DateTime,Bool) OK 97ms
/aggregate functions/state/quantileExactHighState/DateTime OK 80ms
/aggregate functions/state/minState/Map(Int64,Nullable(String)) OK 84ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,nullable_uint8_ OK 75ms
/aggregate functions/state/quantileExactHighState/Nullable(UInt8) OK 84ms
/aggregate functions/state/minState/Map(Int64,Nullable(FixedString(51))) OK 157ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 152ms
/aggregate functions/state/maxState/Map(DateTime,String) OK 66ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,nullable_uint64_ OK 127ms
/aggregate functions/state/maxState/Map(DateTime,FixedString(51)) OK 93ms
/aggregate functions/state/quantileExactHighState/Nullable(UInt16) OK 136ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,nullable_uint32_ OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/minState/Map(Int64,Nullable(UUID)) OK 96ms
/aggregate functions/state/maxState/Map(DateTime,UUID) OK 89ms
/aggregate functions/state/quantileExactHighState/Nullable(UInt32) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 94ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,nullable_uint16_ OK 96ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(UInt8)) OK 73ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(UInt8)) OK 68ms
/aggregate functions/state/quantileExactHighState/Nullable(UInt64) OK 69ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(UInt16)) OK 79ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 92ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,nullable_uint128_ OK 84ms
/aggregate functions/state/quantileExactHighState/Nullable(Int8) OK 70ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(UInt32)) OK 70ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(UInt32)) OK 71ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/quantileExactHighState/Nullable(Int16) OK 73ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(UInt64)) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantileExactHighState/Nullable(Int32) OK 70ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(UInt128)) OK 77ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(UInt128)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/quantileExactHighState/Nullable(Int64) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(Int8)) OK 79ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/quantileExactHighState/Nullable(Float32) OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(Int16)) OK 90ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Int16)) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,lowcardinality_uint128_ OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantileExactHighState/Nullable(Float64) OK 75ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(Int32)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/quantileExactHighState/Nullable(Date) OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,uint8 OK 68ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(Int64)) OK 76ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Int64)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,uint64 OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/quantileExactHighState/Nullable(DateTime) OK 83ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(Int128)) OK 76ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,uint32 OK 77ms
/aggregate functions/state/quantileExactHighState/LowCardinality(UInt8) OK 74ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(Float32)) OK 76ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,uint16 OK 73ms
/aggregate functions/state/quantileExactHighState/LowCardinality(UInt16) OK 75ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(Float64)) OK 74ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Float64)) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 74ms
/aggregate functions/state/quantileExactHighState/LowCardinality(UInt32) OK 87ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float64,lowcardinality_nullable_uint128__ OK 81ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Date)) OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 73ms
/aggregate functions/state/quantileExactHighState/LowCardinality(UInt64) OK 88ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,uint8 OK 101ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(Date)) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 89ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Int8) OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,uint64 OK 107ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(DateTime)) OK 96ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 80ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Int16) OK 74ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(String)) OK 76ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(DateTime64(3))) OK 95ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,uint32 OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Int32) OK 72ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,uint16 OK 90ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(Bool)) OK 75ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Int64) OK 79ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(String)) OK 93ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,uint128 OK 83ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Float32) OK 80ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 90ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,nullable_uint8_ OK 93ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Float64) OK 84ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/state/maxState/Map(DateTime,Nullable(UUID)) OK 96ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Date) OK 98ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,nullable_uint64_ OK 98ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(UInt8)) OK 95ms
/aggregate functions/state/quantileExactHighState/LowCardinality(DateTime) OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,nullable_uint32_ OK 90ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(UInt8)) OK 92ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(UInt16)) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,nullable_uint16_ OK 83ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(UInt16)) OK 99ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(UInt32)) OK 86ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,nullable_uint128_ OK 99ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,uint8 OK 73ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(Int16))) OK 102ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(UInt32)) OK 90ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,uint64 OK 78ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(UInt64)) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,uint32 OK 92ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Int8)) OK 79ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(Int8)) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,uint16 OK 101ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Int16)) OK 90ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(Int16)) OK 82ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,lowcardinality_uint16_ OK 81ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Int32)) OK 86ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(Int32)) OK 74ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 82ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,lowcardinality_uint128_ OK 80ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(Int64)) OK 74ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(Float32)) OK 69ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(Date))) OK 103ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 67ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(Float64)) OK 75ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Float32)) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 72ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(Date)) OK 74ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/state/quantileExactHighState/LowCardinality(Nullable(DateTime)) OK 89ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Date)) OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/float32,lowcardinality_nullable_uint128__ OK 73ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/quantileExactInclusiveState OK 4s 728ms
/aggregate functions/state/quantileExactInclusiveState/constant OK 51ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 110ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 99ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,uint8 OK 88ms
/aggregate functions/state/quantileExactInclusiveState/zero rows OK 74ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/quantileExactInclusiveState/single row OK 54ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,uint64 OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/minState/Map(Int64,LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(String)) OK 72ms
/aggregate functions/state/quantileExactInclusiveState/with group by OK 52ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(FixedString(51))) OK 107ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,uint32 OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/state/minState/Map(Int64,Array(String)) OK 84ms
/aggregate functions/state/quantileExactInclusiveState/some negative values OK 52ms
/aggregate functions/state/quantileExactInclusiveState/NULL value handling OK 45ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,uint16 OK 82ms
/aggregate functions/state/minState/Map(Int64,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/quantileExactInclusiveState/single NULL value OK 41ms
/aggregate functions/state/quantileExactInclusiveState/return type OK 45ms
/aggregate functions/state/minState/Map(Int64,Tuple(String)) OK 81ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,uint128 OK 81ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/quantileExactInclusiveState/doc example OK 40ms
/aggregate functions/state/quantileExactInclusiveState/inf OK 52ms
/aggregate functions/state/minState/Map(Int128,UInt8) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 87ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,uint8 OK 84ms
/aggregate functions/state/quantileExactInclusiveState/-inf OK 50ms
/aggregate functions/state/minState/Map(Int128,UInt16) OK 104ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 100ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 103ms
/aggregate functions/state/quantileExactInclusiveState/nan OK 47ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,uint64 OK 80ms
/aggregate functions/state/quantileExactInclusiveState/inf, -inf, nan OK 55ms
/aggregate functions/state/minState/Map(Int128,UInt32) OK 101ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,uint32 OK 89ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 83ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/quantileExactInclusiveState/UInt8 OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,uint16 OK 100ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/minState/Map(Int128,UInt64) OK 91ms
/aggregate functions/state/quantileExactInclusiveState/UInt16 OK 67ms
/aggregate functions/state/quantileExactInclusiveState/UInt32 OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,nullable_uint128_ OK 70ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/state/minState/Map(Int128,UInt128) OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 70ms
/aggregate functions/state/quantileExactInclusiveState/UInt64 OK 72ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 72ms
/aggregate functions/state/minState/Map(Int128,Int8) OK 74ms
/aggregate functions/state/quantileExactInclusiveState/Int8 OK 93ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 75ms
/aggregate functions/state/minState/Map(Int128,Int16) OK 86ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 95ms
/aggregate functions/state/quantileExactInclusiveState/Int16 OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 82ms
/aggregate functions/state/minState/Map(Int128,Int32) OK 69ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/state/quantileExactInclusiveState/Int32 OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/minState/Map(Int128,Int64) OK 72ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint128_ OK 73ms
/aggregate functions/state/quantileExactInclusiveState/Int64 OK 94ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/minState/Map(Int128,Int128) OK 72ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/minState/Map(Int128,Float32) OK 105ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 102ms
/aggregate functions/state/quantileExactInclusiveState/Float32 OK 94ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/quantileExactInclusiveState/Float64 OK 83ms
/aggregate functions/state/minState/Map(Int128,Float64) OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/quantileExactInclusiveState/Date OK 81ms
/aggregate functions/state/minState/Map(Int128,Decimal128(38)) OK 74ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 79ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/state/quantileExactInclusiveState/DateTime OK 75ms
/aggregate functions/state/minState/Map(Int128,Date) OK 91ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/mannWhitneyUTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint128__ OK 74ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(UInt8) OK 85ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/state/minState/Map(Int128,DateTime) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/quantileExactLowState OK 4s 652ms
/aggregate functions/state/quantileExactLowState/constant OK 53ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(UInt16) OK 84ms
/aggregate functions/state/quantileExactLowState/zero rows OK 50ms
/aggregate functions/state/minState/Map(Int128,DateTime64(3)) OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/maxState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/state/quantileExactLowState/single row OK 52ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(UInt32) OK 73ms
/aggregate functions/state/maxState/Map(DateTime,Array(String)) OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,uint8 OK 80ms
/aggregate functions/state/minState/Map(Int128,Bool) OK 73ms
/aggregate functions/state/quantileExactLowState/with group by OK 46ms
/aggregate functions/state/quantileExactLowState/some negative values OK 42ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(UInt64) OK 77ms
/aggregate functions/state/minState/Map(Int128,String) OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,uint64 OK 74ms
/aggregate functions/state/maxState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/quantileExactLowState/NULL value handling OK 47ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(Int8) OK 88ms
/aggregate functions/state/quantileExactLowState/single NULL value OK 57ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,uint32 OK 76ms
/aggregate functions/state/maxState/Map(DateTime,Tuple(String)) OK 86ms
/aggregate functions/state/minState/Map(Int128,FixedString(51)) OK 76ms
/aggregate functions/state/quantileExactLowState/return type OK 50ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(Int16) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,uint16 OK 81ms
/aggregate functions/state/minState/Map(Int128,UUID) OK 79ms
/aggregate functions/state/maxState/Map(Bool,UInt8) OK 79ms
/aggregate functions/state/quantileExactLowState/doc example OK 40ms
/aggregate functions/state/quantileExactLowState/inf OK 50ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(Int32) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,nullable_uint8_ OK 83ms
/aggregate functions/state/minState/Map(Int128,Nullable(UInt8)) OK 96ms
/aggregate functions/state/maxState/Map(Bool,UInt16) OK 85ms
/aggregate functions/state/quantileExactLowState/-inf OK 54ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(Int64) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,nullable_uint64_ OK 82ms
/aggregate functions/state/quantileExactLowState/nan OK 41ms
/aggregate functions/state/maxState/Map(Bool,UInt32) OK 175ms
/aggregate functions/state/minState/Map(Int128,Nullable(UInt16)) OK 72ms
/aggregate functions/state/quantileExactLowState/inf, -inf, nan OK 46ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(Float32) OK 116ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,nullable_uint32_ OK 110ms
/aggregate functions/state/quantileExactLowState/UInt8 OK 106ms
/aggregate functions/state/minState/Map(Int128,Nullable(UInt32)) OK 181ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,nullable_uint16_ OK 78ms
/aggregate functions/state/maxState/Map(Bool,UInt64) OK 97ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(Float64) OK 72ms
/aggregate functions/state/quantileExactLowState/UInt16 OK 77ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(Date) OK 109ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_uint8_ OK 104ms
/aggregate functions/state/quantileExactLowState/UInt32 OK 80ms
/aggregate functions/state/minState/Map(Int128,Nullable(UInt64)) OK 80ms
/aggregate functions/state/maxState/Map(Bool,UInt128) OK 84ms
/aggregate functions/state/quantileExactLowState/UInt64 OK 75ms
/aggregate functions/state/minState/Map(Int128,Nullable(UInt128)) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/maxState/Map(Bool,Int8) OK 71ms
/aggregate functions/state/quantileExactInclusiveState/Nullable(DateTime) OK 79ms
/aggregate functions/state/quantileExactLowState/Int8 OK 77ms
/aggregate functions/state/minState/Map(Int128,Nullable(Int8)) OK 77ms
/aggregate functions/state/maxState/Map(Bool,Int16) OK 84ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(UInt8) OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/quantileExactLowState/Int16 OK 79ms
/aggregate functions/state/minState/Map(Int128,Nullable(Int16)) OK 80ms
/aggregate functions/state/maxState/Map(Bool,Int32) OK 85ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(UInt16) OK 84ms
/aggregate functions/state/quantileExactLowState/Int32 OK 82ms
/aggregate functions/state/minState/Map(Int128,Nullable(Int32)) OK 77ms
/aggregate functions/state/maxState/Map(Bool,Int64) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(UInt32) OK 80ms
/aggregate functions/state/quantileExactLowState/Int64 OK 72ms
/aggregate functions/state/minState/Map(Int128,Nullable(Int64)) OK 76ms
/aggregate functions/state/maxState/Map(Bool,Int128) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(UInt64) OK 75ms
/aggregate functions/state/quantileExactLowState/Float32 OK 95ms
/aggregate functions/state/minState/Map(Int128,Nullable(Int128)) OK 82ms
/aggregate functions/state/maxState/Map(Bool,Float32) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Int8) OK 82ms
/aggregate functions/state/minState/Map(Int128,Nullable(Float32)) OK 93ms
/aggregate functions/state/quantileExactLowState/Float64 OK 78ms
/aggregate functions/state/maxState/Map(Bool,Float64) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Int16) OK 120ms
/aggregate functions/state/quantileExactLowState/Date OK 89ms
/aggregate functions/state/minState/Map(Int128,Nullable(Float64)) OK 76ms
/aggregate functions/state/maxState/Map(Bool,Decimal128(38)) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,uint8 OK 108ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Int32) OK 73ms
/aggregate functions/state/minState/Map(Int128,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/state/maxState/Map(Bool,Date) OK 77ms
/aggregate functions/state/quantileExactLowState/DateTime OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,uint64 OK 79ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Int64) OK 86ms
/aggregate functions/state/maxState/Map(Bool,DateTime) OK 82ms
/aggregate functions/state/minState/Map(Int128,Nullable(Date)) OK 87ms
/aggregate functions/state/quantileExactLowState/Nullable(UInt8) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,uint32 OK 77ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Float32) OK 82ms
/aggregate functions/state/maxState/Map(Bool,DateTime64(3)) OK 86ms
/aggregate functions/state/quantileExactLowState/Nullable(UInt16) OK 73ms
/aggregate functions/state/minState/Map(Int128,Nullable(DateTime)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,uint16 OK 76ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Float64) OK 81ms
/aggregate functions/state/quantileExactLowState/Nullable(UInt32) OK 94ms
/aggregate functions/state/maxState/Map(Bool,Bool) OK 79ms
/aggregate functions/state/minState/Map(Int128,Nullable(DateTime64(3))) OK 94ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,nullable_uint8_ OK 89ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Date) OK 84ms
/aggregate functions/state/maxState/Map(Bool,String) OK 82ms
/aggregate functions/state/quantileExactLowState/Nullable(UInt64) OK 79ms
/aggregate functions/state/minState/Map(Int128,Nullable(Bool)) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,nullable_uint64_ OK 82ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(DateTime) OK 79ms
/aggregate functions/state/maxState/Map(Bool,FixedString(51)) OK 82ms
/aggregate functions/state/quantileExactLowState/Nullable(Int8) OK 87ms
/aggregate functions/state/minState/Map(Int128,Nullable(String)) OK 87ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,nullable_uint32_ OK 76ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(UInt8)) OK 70ms
/aggregate functions/state/maxState/Map(Bool,UUID) OK 80ms
/aggregate functions/state/quantileExactLowState/Nullable(Int16) OK 74ms
/aggregate functions/state/minState/Map(Int128,Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,nullable_uint16_ OK 75ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(UInt16)) OK 91ms
/aggregate functions/state/maxState/Map(Bool,Nullable(UInt8)) OK 75ms
/aggregate functions/state/quantileExactLowState/Nullable(Int32) OK 77ms
/aggregate functions/state/minState/Map(Int128,Nullable(UUID)) OK 77ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(UInt32)) OK 91ms
/aggregate functions/state/maxState/Map(Bool,Nullable(UInt16)) OK 89ms
/aggregate functions/state/quantileExactLowState/Nullable(Int64) OK 78ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(UInt64)) OK 79ms
/aggregate functions/state/quantileExactLowState/Nullable(Float32) OK 86ms
/aggregate functions/state/maxState/Map(Bool,Nullable(UInt32)) OK 88ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(Int8)) OK 88ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(UInt32)) OK 104ms
/aggregate functions/state/quantileExactLowState/Nullable(Float64) OK 94ms
/aggregate functions/state/maxState/Map(Bool,Nullable(UInt64)) OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(Int16)) OK 83ms
/aggregate functions/state/maxState/Map(Bool,Nullable(UInt128)) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantileExactLowState/Nullable(Date) OK 79ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/maxState/Map(Bool,Nullable(Int8)) OK 104ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(Int32)) OK 88ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/quantileExactLowState/Nullable(DateTime) OK 70ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/quantileExactLowState/LowCardinality(UInt8) OK 86ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(Int64)) OK 93ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/maxState/Map(Bool,Nullable(Int16)) OK 90ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/quantileExactLowState/LowCardinality(UInt16) OK 99ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 103ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(Float32)) OK 81ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Int16)) OK 93ms
/aggregate functions/state/maxState/Map(Bool,Nullable(Int32)) OK 81ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(Float64)) OK 84ms
/aggregate functions/state/quantileExactLowState/LowCardinality(UInt32) OK 81ms
/aggregate functions/state/maxState/Map(Bool,Nullable(Int64)) OK 93ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,uint8 OK 78ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(Date)) OK 79ms
/aggregate functions/state/quantileExactLowState/LowCardinality(UInt64) OK 108ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,uint64 OK 94ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Int64)) OK 99ms
/aggregate functions/state/maxState/Map(Bool,Nullable(Int128)) OK 70ms
/aggregate functions/state/quantileExactInclusiveState/LowCardinality(Nullable(DateTime)) OK 82ms
/aggregate functions/state/maxState/Map(Bool,Nullable(Float32)) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,uint32 OK 87ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Int8) OK 75ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Int128)) OK 82ms
/aggregate functions/state/quantileExactWeightedState OK 1m 15s
/aggregate functions/state/quantileExactWeightedState/constant OK 57ms
/aggregate functions/state/maxState/Map(Bool,Nullable(Float64)) OK 99ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Int16) OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,uint16 OK 89ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/zero rows OK 58ms
/aggregate functions/state/maxState/Map(Bool,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/quantileExactWeightedState/single row OK 46ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Float64)) OK 99ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Int32) OK 100ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,nullable_uint8_ OK 70ms
/aggregate functions/state/quantileExactWeightedState/single row with zero weight OK 46ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,nullable_uint64_ OK 83ms
/aggregate functions/state/maxState/Map(Bool,Nullable(Date)) OK 85ms
/aggregate functions/state/quantileExactWeightedState/with group by OK 40ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Date)) OK 86ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Int64) OK 76ms
/aggregate functions/state/quantileExactWeightedState/some negative values OK 40ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,nullable_uint32_ OK 80ms
/aggregate functions/state/maxState/Map(Bool,Nullable(DateTime)) OK 80ms
/aggregate functions/state/quantileExactWeightedState/NULL value handling OK 54ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Float32) OK 88ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/quantileExactWeightedState/weight NULL value handling OK 43ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,nullable_uint16_ OK 101ms
/aggregate functions/state/maxState/Map(Bool,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Bool)) OK 74ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Float64) OK 82ms
/aggregate functions/state/quantileExactWeightedState/single NULL value OK 45ms
/aggregate functions/state/quantileExactWeightedState/return type OK 43ms
/aggregate functions/state/maxState/Map(Bool,Nullable(Bool)) OK 94ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(String)) OK 108ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Date) OK 90ms
/aggregate functions/state/quantileExactWeightedState/doc example OK 41ms
/aggregate functions/state/quantileExactWeightedState/inf OK 46ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/maxState/Map(Bool,Nullable(String)) OK 80ms
/aggregate functions/state/quantileExactLowState/LowCardinality(DateTime) OK 86ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/quantileExactWeightedState/-inf OK 51ms
/aggregate functions/state/quantileExactWeightedState/nan OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/maxState/Map(Bool,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(UInt8)) OK 79ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/quantileExactWeightedState/inf, -inf, nan OK 44ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/maxState/Map(Bool,Nullable(UUID)) OK 96ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(UInt16)) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes OK 1m 14s
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations OK 1m 14s
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,uint8 OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(UInt32)) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,uint64 OK 76ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(UInt64)) OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,uint32 OK 88ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(Int8)) OK 72ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,uint16 OK 75ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(Int16)) OK 94ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(UInt64)) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,nullable_uint8_ OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,uint8 OK 83ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(Int32)) OK 84ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,nullable_uint64_ OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,uint64 OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,nullable_uint32_ OK 82ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Int8)) OK 75ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(Int64)) OK 78ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,uint32 OK 85ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Int16)) OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,nullable_uint16_ OK 70ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(Float32)) OK 77ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,uint16 OK 94ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(Float64)) OK 76ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Int32)) OK 82ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(Date)) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Int64)) OK 100ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,nullable_uint8_ OK 100ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(Int128))) OK 68ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/quantileExactLowState/LowCardinality(Nullable(DateTime)) OK 86ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Int128)) OK 118ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,nullable_uint64_ OK 110ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/quantileTDigestState OK 4s 751ms
/aggregate functions/state/quantileTDigestState/constant OK 45ms
/aggregate functions/state/quantileTDigestState/zero rows OK 54ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,nullable_uint32_ OK 75ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Float32)) OK 96ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantileTDigestState/single row OK 41ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,nullable_uint16_ OK 72ms
/aggregate functions/state/quantileTDigestState/with group by OK 51ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Float64)) OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/quantileTDigestState/some negative values OK 41ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/quantileTDigestState/NULL value handling OK 68ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Date)) OK 95ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 115ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/quantileTDigestState/single NULL value OK 75ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(DateTime)) OK 106ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_uint32_ OK 130ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/quantileTDigestState/return type OK 57ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 118ms
/aggregate functions/state/quantileTDigestState/doc example OK 73ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Bool)) OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,uint8 OK 126ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/quantileTDigestState/inf OK 50ms
/aggregate functions/state/minState/Map(Int128,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(String)) OK 142ms
/aggregate functions/state/quantileTDigestState/-inf OK 104ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,uint64 OK 164ms
/aggregate functions/state/minState/Map(Int128,Array(String)) OK 150ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 149ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/state/quantileTDigestState/nan OK 57ms
/aggregate functions/state/quantileTDigestState/inf, -inf, nan OK 44ms
/aggregate functions/state/minState/Map(Int128,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,uint32 OK 89ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(UUID)) OK 75ms
/aggregate functions/state/quantileTDigestState/UInt8 OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/minState/Map(Int128,Tuple(String)) OK 83ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,uint16 OK 91ms
/aggregate functions/state/quantileTDigestState/UInt16 OK 71ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/minState/Map(Date,UInt8) OK 77ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/quantileTDigestState/UInt32 OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,nullable_uint8_ OK 69ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,uint8 OK 91ms
/aggregate functions/state/minState/Map(Date,UInt16) OK 84ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,nullable_uint64_ OK 81ms
/aggregate functions/state/quantileTDigestState/UInt64 OK 78ms
/aggregate functions/state/minState/Map(Date,UInt32) OK 88ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,uint64 OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,nullable_uint32_ OK 83ms
/aggregate functions/state/quantileTDigestState/Int8 OK 72ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,uint32 OK 85ms
/aggregate functions/state/minState/Map(Date,UInt64) OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,nullable_uint16_ OK 71ms
/aggregate functions/state/quantileTDigestState/Int16 OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,uint16 OK 89ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/state/minState/Map(Date,UInt128) OK 74ms
/aggregate functions/state/quantileTDigestState/Int32 OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/minState/Map(Date,Int8) OK 97ms
/aggregate functions/state/quantileTDigestState/Int64 OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,nullable_uint8_ OK 81ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/quantileTDigestState/Float32 OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,nullable_uint64_ OK 71ms
/aggregate functions/state/minState/Map(Date,Int16) OK 82ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,nullable_uint32_ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/quantileTDigestState/Float64 OK 80ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/minState/Map(Date,Int32) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,nullable_uint16_ OK 87ms
/aggregate functions/state/quantileTDigestState/Date OK 83ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(Int128))) OK 101ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/minState/Map(Date,Int64) OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/quantileTDigestState/DateTime OK 73ms
/aggregate functions/state/minState/Map(Date,Int128) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/quantileTDigestState/Nullable(UInt8) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/minState/Map(Date,Float32) OK 92ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/quantileTDigestState/Nullable(UInt16) OK 76ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/minState/Map(Date,Float64) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/quantileTDigestState/Nullable(UInt32) OK 75ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,uint8 OK 91ms
/aggregate functions/state/minState/Map(Date,Decimal128(38)) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantileTDigestState/Nullable(UInt64) OK 74ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(Bool))) OK 79ms
/aggregate functions/state/minState/Map(Date,Date) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,uint64 OK 82ms
/aggregate functions/state/quantileTDigestState/Nullable(Int8) OK 73ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(String))) OK 98ms
/aggregate functions/state/minState/Map(Date,DateTime) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,uint32 OK 71ms
/aggregate functions/state/quantileTDigestState/Nullable(Int16) OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,uint16 OK 77ms
/aggregate functions/state/minState/Map(Date,DateTime64(3)) OK 81ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/quantileTDigestState/Nullable(Int32) OK 83ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,nullable_uint8_ OK 83ms
/aggregate functions/state/minState/Map(Date,Bool) OK 89ms
/aggregate functions/state/maxState/Map(Bool,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,uint8 OK 78ms
/aggregate functions/state/quantileTDigestState/Nullable(Int64) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,nullable_uint64_ OK 82ms
/aggregate functions/state/maxState/Map(Bool,Array(String)) OK 81ms
/aggregate functions/state/minState/Map(Date,String) OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,uint64 OK 75ms
/aggregate functions/state/quantileTDigestState/Nullable(Float32) OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,nullable_uint32_ OK 93ms
/aggregate functions/state/maxState/Map(Bool,Map(String,LowCardinality(Float64))) OK 110ms
/aggregate functions/state/minState/Map(Date,FixedString(51)) OK 95ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,uint32 OK 84ms
/aggregate functions/state/quantileTDigestState/Nullable(Float64) OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,nullable_uint16_ OK 76ms
/aggregate functions/state/minState/Map(Date,UUID) OK 80ms
/aggregate functions/state/maxState/Map(Bool,Tuple(String)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,uint16 OK 92ms
/aggregate functions/state/quantileTDigestState/Nullable(Date) OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/minState/Map(Date,Nullable(UInt8)) OK 79ms
/aggregate functions/state/maxState/Map(String,UInt8) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,nullable_uint8_ OK 76ms
/aggregate functions/state/quantileTDigestState/Nullable(DateTime) OK 70ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 76ms
/aggregate functions/state/minState/Map(Date,Nullable(UInt16)) OK 75ms
/aggregate functions/state/maxState/Map(String,UInt16) OK 81ms
/aggregate functions/state/quantileTDigestState/LowCardinality(UInt8) OK 96ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,nullable_uint64_ OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/minState/Map(Date,Nullable(UInt32)) OK 86ms
/aggregate functions/state/maxState/Map(String,UInt32) OK 79ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,nullable_uint32_ OK 80ms
/aggregate functions/state/quantileTDigestState/LowCardinality(UInt16) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/minState/Map(Date,Nullable(UInt64)) OK 82ms
/aggregate functions/state/maxState/Map(String,UInt64) OK 80ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,nullable_uint16_ OK 72ms
/aggregate functions/state/quantileTDigestState/LowCardinality(UInt32) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/minState/Map(Date,Nullable(UInt128)) OK 80ms
/aggregate functions/state/maxState/Map(String,UInt128) OK 89ms
/aggregate functions/state/quantileTDigestState/LowCardinality(UInt64) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/minState/Map(Date,Nullable(Int8)) OK 86ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/maxState/Map(String,Int8) OK 71ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Int8) OK 103ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 111ms
/aggregate functions/state/maxState/Map(String,Int16) OK 86ms
/aggregate functions/state/minState/Map(Date,Nullable(Int16)) OK 89ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Int16) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_uint16_ OK 90ms
/aggregate functions/state/maxState/Map(String,Int32) OK 79ms
/aggregate functions/state/minState/Map(Date,Nullable(Int32)) OK 93ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Int32) OK 68ms
/aggregate functions/state/maxState/Map(String,Int64) OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,uint8 OK 75ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 100ms
/aggregate functions/state/minState/Map(Date,Nullable(Int64)) OK 84ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Int64) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,uint64 OK 82ms
/aggregate functions/state/maxState/Map(String,Int128) OK 103ms
/aggregate functions/state/minState/Map(Date,Nullable(Int128)) OK 91ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Float32) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,uint32 OK 87ms
/aggregate functions/state/minState/Map(Date,Nullable(Float32)) OK 89ms
/aggregate functions/state/maxState/Map(String,Float32) OK 75ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Float64) OK 82ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,uint16 OK 78ms
/aggregate functions/state/maxState/Map(String,Float64) OK 83ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Date) OK 72ms
/aggregate functions/state/minState/Map(Date,Nullable(Float64)) OK 81ms
/aggregate functions/state/quantileBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,nullable_uint8_ OK 83ms
/aggregate functions/state/quantileTDigestState/LowCardinality(DateTime) OK 90ms
/aggregate functions/state/maxState/Map(String,Decimal128(38)) OK 82ms
/aggregate functions/state/minState/Map(Date,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState OK 1m 12s
/aggregate functions/state/quantileTDigestWeightedState/constant OK 50ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,nullable_uint64_ OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/zero rows OK 62ms
/aggregate functions/state/maxState/Map(String,Date) OK 88ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(UInt8)) OK 78ms
/aggregate functions/state/minState/Map(Date,Nullable(Date)) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,nullable_uint32_ OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/single row OK 43ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(UInt16)) OK 85ms
/aggregate functions/state/maxState/Map(String,DateTime) OK 85ms
/aggregate functions/state/minState/Map(Date,Nullable(DateTime)) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/single row with zero weight OK 40ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,nullable_uint16_ OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/with group by OK 47ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(UInt32)) OK 107ms
/aggregate functions/state/maxState/Map(String,DateTime64(3)) OK 106ms
/aggregate functions/state/minState/Map(Date,Nullable(DateTime64(3))) OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/some negative values OK 44ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/NULL value handling OK 53ms
/aggregate functions/state/minState/Map(Date,Nullable(Bool)) OK 77ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(UInt64)) OK 80ms
/aggregate functions/state/maxState/Map(String,Bool) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/weight NULL value handling OK 43ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/single NULL value OK 43ms
/aggregate functions/state/minState/Map(Date,Nullable(String)) OK 100ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(Int8)) OK 102ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/maxState/Map(String,String) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/return type OK 66ms
/aggregate functions/state/quantileTDigestWeightedState/doc example OK 52ms
/aggregate functions/state/maxState/Map(String,FixedString(51)) OK 99ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/minState/Map(Date,Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(Int16)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/inf OK 43ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/-inf OK 66ms
/aggregate functions/state/minState/Map(Date,Nullable(UUID)) OK 84ms
/aggregate functions/state/maxState/Map(String,UUID) OK 94ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(Int32)) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/nan OK 48ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/minState/Map(Date,LowCardinality(UInt8)) OK 73ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(Int64)) OK 83ms
/aggregate functions/state/maxState/Map(String,Nullable(UInt8)) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/inf, -inf, nan OK 57ms
/aggregate functions/state/minState/Map(Date,LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes OK 1m 11s
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations OK 1m 11s
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,uint8 OK 94ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(Float32)) OK 98ms
/aggregate functions/state/maxState/Map(String,Nullable(UInt16)) OK 89ms
/aggregate functions/state/minState/Map(Date,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,uint64 OK 79ms
/aggregate functions/state/maxState/Map(String,Nullable(UInt32)) OK 80ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(Float64)) OK 72ms
/aggregate functions/state/minState/Map(Date,LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,uint8 OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,uint32 OK 92ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(Date)) OK 84ms
/aggregate functions/state/maxState/Map(String,Nullable(UInt64)) OK 83ms
/aggregate functions/state/minState/Map(Date,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,uint64 OK 103ms
/aggregate functions/state/quantileTDigestState/LowCardinality(Nullable(DateTime)) OK 84ms
/aggregate functions/state/maxState/Map(String,Nullable(UInt128)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,uint16 OK 74ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Int8)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,nullable_uint8_ OK 90ms
/aggregate functions/state/maxState/Map(String,Nullable(Int8)) OK 84ms
/aggregate functions/state/quantileTimingState OK 3s 828ms
/aggregate functions/state/quantileTimingState/constant OK 69ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,uint32 OK 101ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Int16)) OK 74ms
/aggregate functions/state/quantileTimingState/zero rows OK 47ms
/aggregate functions/state/maxState/Map(String,Nullable(Int16)) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,nullable_uint64_ OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,uint16 OK 84ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Int32)) OK 80ms
/aggregate functions/state/quantileTimingState/single row OK 43ms
/aggregate functions/state/maxState/Map(String,Nullable(Int32)) OK 86ms
/aggregate functions/state/quantileTimingState/with group by OK 52ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,nullable_uint32_ OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 80ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Int64)) OK 88ms
/aggregate functions/state/quantileTimingState/some negative values OK 46ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,nullable_uint16_ OK 82ms
/aggregate functions/state/maxState/Map(String,Nullable(Int64)) OK 82ms
/aggregate functions/state/quantileTimingState/NULL value handling OK 48ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 81ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Int128)) OK 82ms
/aggregate functions/state/quantileTimingState/single NULL value OK 46ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/maxState/Map(String,Nullable(Int128)) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 77ms
/aggregate functions/state/quantileTimingState/return type OK 46ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Float32)) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/quantileTimingState/doc example OK 47ms
/aggregate functions/state/maxState/Map(String,Nullable(Float32)) OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 83ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Float64)) OK 94ms
/aggregate functions/state/quantileTimingState/inf OK 66ms
/aggregate functions/state/maxState/Map(String,Nullable(Float64)) OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 72ms
/aggregate functions/state/quantileTimingState/-inf OK 51ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Date)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/quantileTimingState/nan OK 48ms
/aggregate functions/state/maxState/Map(String,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/quantileTimingState/inf, -inf, nan OK 55ms
/aggregate functions/state/minState/Map(Date,LowCardinality(DateTime)) OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/maxState/Map(String,Nullable(Date)) OK 86ms
/aggregate functions/state/quantileTimingState/UInt8 OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Bool)) OK 167ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 152ms
/aggregate functions/state/maxState/Map(String,Nullable(DateTime)) OK 133ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 120ms
/aggregate functions/state/quantileTimingState/UInt16 OK 112ms
/aggregate functions/state/minState/Map(Date,LowCardinality(String)) OK 110ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 104ms
/aggregate functions/state/quantileTimingState/UInt32 OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/maxState/Map(String,Nullable(DateTime64(3))) OK 91ms
/aggregate functions/state/quantileTimingState/UInt64 OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/state/maxState/Map(String,Nullable(Bool)) OK 91ms
/aggregate functions/state/minState/Map(Date,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantileTimingState/Int8 OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/minState/Map(Date,LowCardinality(UUID)) OK 77ms
/aggregate functions/state/maxState/Map(String,Nullable(String)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,uint8 OK 78ms
/aggregate functions/state/quantileTimingState/Int16 OK 82ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(UInt8))) OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/maxState/Map(String,Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,uint64 OK 72ms
/aggregate functions/state/quantileTimingState/Int32 OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,uint32 OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,uint8 OK 80ms
/aggregate functions/state/maxState/Map(String,Nullable(UUID)) OK 71ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/state/quantileTimingState/Int64 OK 90ms
/aggregate functions/state/maxState/Map(String,LowCardinality(UInt8)) OK 133ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,uint64 OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,uint16 OK 126ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(UInt32))) OK 121ms
/aggregate functions/state/quantileTimingState/Float32 OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,uint32 OK 101ms
/aggregate functions/state/maxState/Map(String,LowCardinality(UInt16)) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,nullable_uint8_ OK 85ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/state/quantileTimingState/Float64 OK 70ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,uint16 OK 71ms
/aggregate functions/state/quantileTimingState/Nullable(UInt8) OK 87ms
/aggregate functions/state/maxState/Map(String,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,nullable_uint64_ OK 90ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 78ms
/aggregate functions/state/maxState/Map(String,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/quantileTimingState/Nullable(UInt16) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,nullable_uint32_ OK 86ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 70ms
/aggregate functions/state/maxState/Map(String,LowCardinality(UInt128)) OK 99ms
/aggregate functions/state/quantileTimingState/Nullable(UInt32) OK 90ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,nullable_uint16_ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 85ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/quantileTimingState/Nullable(UInt64) OK 82ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Int8)) OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 93ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Int16)) OK 91ms
/aggregate functions/state/quantileTimingState/Nullable(Int8) OK 88ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Int32)) OK 75ms
/aggregate functions/state/quantileTimingState/Nullable(Int16) OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/quantileTimingState/Nullable(Int32) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/quantileTimingState/Nullable(Int64) OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Float32)) OK 85ms
/aggregate functions/state/quantileTimingState/Nullable(Float32) OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(DateTime))) OK 94ms
/aggregate functions/state/quantileTimingState/Nullable(Float64) OK 72ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Float64)) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/quantileTimingState/LowCardinality(UInt8) OK 71ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Date)) OK 101ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/quantileTimingState/LowCardinality(UInt16) OK 75ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(String))) OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,uint8 OK 85ms
/aggregate functions/state/maxState/Map(String,LowCardinality(DateTime)) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/quantileTimingState/LowCardinality(UInt32) OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,uint64 OK 101ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,uint8 OK 74ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Bool)) OK 74ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/quantileTimingState/LowCardinality(UInt64) OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,uint64 OK 100ms
/aggregate functions/state/maxState/Map(String,LowCardinality(String)) OK 87ms
/aggregate functions/state/minState/Map(Date,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/state/quantileTimingState/LowCardinality(Int8) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,uint32 OK 87ms
/aggregate functions/state/maxState/Map(String,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/minState/Map(Date,Array(String)) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,uint32 OK 76ms
/aggregate functions/state/quantileTimingState/LowCardinality(Int16) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,uint16 OK 78ms
/aggregate functions/state/maxState/Map(String,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,uint16 OK 81ms
/aggregate functions/state/minState/Map(Date,Map(String,LowCardinality(Float64))) OK 95ms
/aggregate functions/state/quantileTimingState/LowCardinality(Int32) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,nullable_uint8_ OK 84ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 84ms
/aggregate functions/state/quantileTimingState/LowCardinality(Int64) OK 69ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,nullable_uint64_ OK 72ms
/aggregate functions/state/minState/Map(Date,Tuple(String)) OK 73ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/state/quantileTimingState/LowCardinality(Float32) OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,nullable_uint32_ OK 77ms
/aggregate functions/state/minState/Map(DateTime,UInt8) OK 69ms
/aggregate functions/state/quantileTimingState/LowCardinality(Float64) OK 98ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 81ms
/aggregate functions/state/minState/Map(DateTime,UInt16) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,nullable_uint16_ OK 79ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(UInt64))) OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 81ms
/aggregate functions/state/minState/Map(DateTime,UInt32) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 70ms
/aggregate functions/state/quantileTimingState/LowCardinality(Nullable(UInt8)) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 102ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/minState/Map(DateTime,UInt64) OK 74ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/state/quantileTimingState/LowCardinality(Nullable(UInt16)) OK 63ms
/aggregate functions/state/quantileTimingState/LowCardinality(Nullable(UInt32)) OK 76ms
/aggregate functions/state/minState/Map(DateTime,UInt128) OK 77ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(Int8))) OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/quantileTimingState/LowCardinality(Nullable(UInt64)) OK 78ms
/aggregate functions/state/minState/Map(DateTime,Int8) OK 68ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/minState/Map(DateTime,Int16) OK 77ms
/aggregate functions/state/quantileTimingState/LowCardinality(Nullable(Int8)) OK 65ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 66ms
/aggregate functions/state/quantileTimingState/LowCardinality(Nullable(Int16)) OK 73ms
/aggregate functions/state/minState/Map(DateTime,Int32) OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/quantileTimingState/LowCardinality(Nullable(Int32)) OK 79ms
/aggregate functions/state/minState/Map(DateTime,Int64) OK 71ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/state/minState/Map(DateTime,Int128) OK 76ms
/aggregate functions/state/quantileTimingState/LowCardinality(Nullable(Int64)) OK 68ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/quantileTimingState/LowCardinality(Nullable(Float32)) OK 81ms
/aggregate functions/state/minState/Map(DateTime,Float32) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,uint8 OK 79ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/quantileTimingState/LowCardinality(Nullable(Float64)) OK 68ms
/aggregate functions/state/minState/Map(DateTime,Float64) OK 69ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,uint64 OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,uint8 OK 64ms
/aggregate functions/state/quantileTimingWeightedState OK 1m 6s
/aggregate functions/state/quantileTimingWeightedState/constant OK 174ms
/aggregate functions/state/minState/Map(DateTime,Decimal128(38)) OK 165ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,uint64 OK 191ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,uint32 OK 182ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(DateTime))) OK 183ms
/aggregate functions/state/minState/Map(DateTime,Date) OK 72ms
/aggregate functions/state/quantileTimingWeightedState/zero rows OK 58ms
/aggregate functions/state/quantileTimingWeightedState/single row OK 59ms
/aggregate functions/state/minState/Map(DateTime,DateTime) OK 105ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,uint32 OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,uint16 OK 83ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(Bool))) OK 66ms
/aggregate functions/state/quantileTimingWeightedState/single row with zero weight OK 64ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,nullable_uint8_ OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,uint16 OK 95ms
/aggregate functions/state/minState/Map(DateTime,DateTime64(3)) OK 71ms
/aggregate functions/state/quantileTimingWeightedState/with group by OK 53ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/some negative values OK 48ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,nullable_uint64_ OK 83ms
/aggregate functions/state/minState/Map(DateTime,Bool) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 74ms
/aggregate functions/state/quantileTimingWeightedState/NULL value handling OK 56ms
/aggregate functions/state/maxState/Map(String,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,nullable_uint32_ OK 72ms
/aggregate functions/state/minState/Map(DateTime,String) OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 70ms
/aggregate functions/state/quantileTimingWeightedState/weight NULL value handling OK 47ms
/aggregate functions/state/maxState/Map(String,Array(String)) OK 71ms
/aggregate functions/state/quantileTimingWeightedState/single NULL value OK 51ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,nullable_uint16_ OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 84ms
/aggregate functions/state/minState/Map(DateTime,FixedString(51)) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/return type OK 58ms
/aggregate functions/state/maxState/Map(String,Map(String,LowCardinality(Float64))) OK 121ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 253ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 258ms
/aggregate functions/state/minState/Map(DateTime,UUID) OK 242ms
/aggregate functions/state/quantileTimingWeightedState/doc example OK 209ms
/aggregate functions/state/maxState/Map(String,Tuple(String)) OK 172ms
/aggregate functions/state/quantileTimingWeightedState/inf OK 46ms
/aggregate functions/state/minState/Map(DateTime,Nullable(UInt8)) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/maxState/Map(FixedString(51),UInt8) OK 70ms
/aggregate functions/state/quantileTimingWeightedState/-inf OK 49ms
/aggregate functions/state/quantileTimingWeightedState/nan OK 59ms
/aggregate functions/state/minState/Map(DateTime,Nullable(UInt16)) OK 80ms
/aggregate functions/state/maxState/Map(FixedString(51),UInt16) OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/quantileTimingWeightedState/inf, -inf, nan OK 48ms
/aggregate functions/state/maxState/Map(FixedString(51),UInt32) OK 81ms
/aggregate functions/state/minState/Map(DateTime,Nullable(UInt32)) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes OK 1m 5s
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations OK 1m 5s
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,uint8 OK 80ms
/aggregate functions/state/minState/Map(DateTime,Nullable(UInt64)) OK 76ms
/aggregate functions/state/maxState/Map(FixedString(51),UInt64) OK 69ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,uint64 OK 82ms
/aggregate functions/state/maxState/Map(FixedString(51),UInt128) OK 73ms
/aggregate functions/state/minState/Map(DateTime,Nullable(UInt128)) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 125ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 114ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,uint32 OK 112ms
/aggregate functions/state/maxState/Map(FixedString(51),Int8) OK 76ms
/aggregate functions/state/minState/Map(DateTime,Nullable(Int8)) OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 111ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/maxState/Map(FixedString(51),Int16) OK 104ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,uint16 OK 91ms
/aggregate functions/state/minState/Map(DateTime,Nullable(Int16)) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/minState/Map(DateTime,Nullable(Int32)) OK 96ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,nullable_uint8_ OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/maxState/Map(FixedString(51),Int32) OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,uint8 OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 99ms
/aggregate functions/state/maxState/Map(FixedString(51),Int64) OK 111ms
/aggregate functions/state/minState/Map(DateTime,Nullable(Int64)) OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,nullable_uint64_ OK 113ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,uint64 OK 74ms
/aggregate functions/state/minState/Map(DateTime,Nullable(Int128)) OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,uint8 OK 88ms
/aggregate functions/state/maxState/Map(FixedString(51),Int128) OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,nullable_uint32_ OK 116ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,uint32 OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,uint64 OK 86ms
/aggregate functions/state/minState/Map(DateTime,Nullable(Float32)) OK 73ms
/aggregate functions/state/maxState/Map(FixedString(51),Float32) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,uint16 OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,nullable_uint16_ OK 97ms
/aggregate functions/state/minState/Map(DateTime,Nullable(Float64)) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,uint32 OK 84ms
/aggregate functions/state/maxState/Map(FixedString(51),Float64) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 117ms
/aggregate functions/state/minState/Map(DateTime,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,uint16 OK 117ms
/aggregate functions/state/maxState/Map(FixedString(51),Decimal128(38)) OK 102ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 89ms
/aggregate functions/state/minState/Map(DateTime,Nullable(Date)) OK 131ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 134ms
/aggregate functions/state/maxState/Map(FixedString(51),Date) OK 111ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 106ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 108ms
/aggregate functions/state/minState/Map(DateTime,Nullable(DateTime)) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 170ms
/aggregate functions/state/maxState/Map(FixedString(51),DateTime) OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 161ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 162ms
/aggregate functions/state/minState/Map(DateTime,Nullable(DateTime64(3))) OK 190ms
/aggregate functions/state/maxState/Map(FixedString(51),DateTime64(3)) OK 186ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 108ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 108ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/maxState/Map(FixedString(51),Bool) OK 74ms
/aggregate functions/state/minState/Map(DateTime,Nullable(Bool)) OK 76ms
/aggregate functions/state/maxState/Map(FixedString(51),String) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/minState/Map(DateTime,Nullable(String)) OK 69ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/minState/Map(DateTime,Nullable(FixedString(51))) OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/maxState/Map(FixedString(51),FixedString(51)) OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/minState/Map(DateTime,Nullable(UUID)) OK 78ms
/aggregate functions/state/maxState/Map(FixedString(51),UUID) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(UInt8)) OK 77ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(UInt8)) OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,uint8 OK 104ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(UInt16)) OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,uint64 OK 97ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(UInt32)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(UInt32)) OK 81ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(UInt64)) OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,uint32 OK 115ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,uint8 OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(UInt64)) OK 77ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,uint64 OK 78ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(UInt128)) OK 105ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,uint16 OK 100ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,uint32 OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,uint8 OK 99ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(Int8)) OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,nullable_uint8_ OK 83ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Int16)) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,uint16 OK 79ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(Int16)) OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,nullable_uint64_ OK 111ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,uint64 OK 80ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Int32)) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 92ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(Int32)) OK 87ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,uint32 OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,nullable_uint32_ OK 93ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(Int64)) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,uint16 OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,nullable_uint16_ OK 95ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(Int128)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 84ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Float32)) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(Float32)) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 76ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Float64)) OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 110ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 74ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(Float64)) OK 100ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Date)) OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 116ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 102ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(Decimal128(38))) OK 87ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Bool)) OK 165ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(Date)) OK 160ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 170ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 149ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 108ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(String)) OK 104ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(DateTime)) OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(DateTime64(3))) OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 110ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(FixedString(51))) OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 100ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(Bool)) OK 123ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 98ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(UUID)) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 110ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(String)) OK 102ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 99ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,uint8 OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 102ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,uint8 OK 87ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,uint64 OK 78ms
/aggregate functions/state/maxState/Map(FixedString(51),Nullable(UUID)) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,uint64 OK 114ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,uint32 OK 92ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(UInt8)) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,uint8 OK 77ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,uint32 OK 105ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,uint16 OK 81ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,uint64 OK 78ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 124ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,uint16 OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,uint32 OK 101ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 272ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 256ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,nullable_uint8_ OK 245ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(UInt64)) OK 232ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,uint16 OK 227ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 106ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(UInt128)) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 108ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,nullable_uint64_ OK 107ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Int8)) OK 132ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 114ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 111ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,nullable_uint32_ OK 91ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,nullable_uint16_ OK 129ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Int16)) OK 109ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 116ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 105ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Int32)) OK 104ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 104ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Int64)) OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Int128)) OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 109ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Float32)) OK 99ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 98ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Float64)) OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Date)) OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 110ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 109ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(DateTime)) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 116ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,uint8 OK 107ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/minState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Bool)) OK 83ms
/aggregate functions/state/minState/Map(DateTime,Array(String)) OK 114ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,uint64 OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(String)) OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,uint32 OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,uint8 OK 107ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/minState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,uint16 OK 73ms
/aggregate functions/state/minState/Map(DateTime,Tuple(String)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,uint8 OK 76ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(UUID)) OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,uint64 OK 109ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,uint64 OK 97ms
/aggregate functions/state/minState/Map(Bool,UInt8) OK 80ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,uint32 OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 81ms
/aggregate functions/state/minState/Map(Bool,UInt16) OK 93ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,uint32 OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 105ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,uint16 OK 92ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 97ms
/aggregate functions/state/minState/Map(Bool,UInt32) OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,uint16 OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,nullable_uint8_ OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 97ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/state/minState/Map(Bool,UInt64) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,nullable_uint64_ OK 90ms
/aggregate functions/state/minState/Map(Bool,UInt128) OK 96ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,nullable_uint32_ OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 76ms
/aggregate functions/state/minState/Map(Bool,Int8) OK 80ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,nullable_uint16_ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 99ms
/aggregate functions/state/minState/Map(Bool,Int16) OK 81ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/minState/Map(Bool,Int32) OK 89ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 94ms
/aggregate functions/state/minState/Map(Bool,Int64) OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 105ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 105ms
/aggregate functions/state/minState/Map(Bool,Int128) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 115ms
/aggregate functions/state/minState/Map(Bool,Float32) OK 115ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 104ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 104ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,uint8 OK 96ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/state/minState/Map(Bool,Float64) OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,uint64 OK 81ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/minState/Map(Bool,Decimal128(38)) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,uint32 OK 100ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 113ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/state/minState/Map(Bool,Date) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,uint16 OK 91ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/minState/Map(Bool,DateTime) OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 106ms
/aggregate functions/state/minState/Map(Bool,DateTime64(3)) OK 92ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,uint8 OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,uint8 OK 85ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 74ms
/aggregate functions/state/minState/Map(Bool,Bool) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,uint64 OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,uint64 OK 107ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 89ms
/aggregate functions/state/maxState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/minState/Map(Bool,String) OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,uint32 OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,uint32 OK 109ms
/aggregate functions/state/minState/Map(Bool,FixedString(51)) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 99ms
/aggregate functions/state/maxState/Map(FixedString(51),Array(String)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,uint16 OK 89ms
/aggregate functions/state/minState/Map(Bool,UUID) OK 79ms
/aggregate functions/state/maxState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 114ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,uint16 OK 112ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 85ms
/aggregate functions/state/minState/Map(Bool,Nullable(UInt8)) OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 121ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 118ms
/aggregate functions/state/maxState/Map(FixedString(51),Tuple(String)) OK 125ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 139ms
/aggregate functions/state/minState/Map(Bool,Nullable(UInt16)) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 145ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 138ms
/aggregate functions/state/maxState/Map(UUID,UInt8) OK 144ms
/aggregate functions/state/minState/Map(Bool,Nullable(UInt32)) OK 136ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 134ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 108ms
/aggregate functions/state/minState/Map(Bool,Nullable(UInt64)) OK 70ms
/aggregate functions/state/maxState/Map(UUID,UInt16) OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 88ms
/aggregate functions/state/minState/Map(Bool,Nullable(UInt128)) OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/maxState/Map(UUID,UInt32) OK 103ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/minState/Map(Bool,Nullable(Int8)) OK 82ms
/aggregate functions/state/maxState/Map(UUID,UInt64) OK 101ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 106ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/minState/Map(Bool,Nullable(Int16)) OK 100ms
/aggregate functions/state/maxState/Map(UUID,UInt128) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/minState/Map(Bool,Nullable(Int32)) OK 78ms
/aggregate functions/state/maxState/Map(UUID,Int8) OK 102ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 102ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,uint8 OK 103ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/minState/Map(Bool,Nullable(Int64)) OK 92ms
/aggregate functions/state/maxState/Map(UUID,Int16) OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 118ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 107ms
/aggregate functions/state/minState/Map(Bool,Nullable(Int128)) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,uint64 OK 103ms
/aggregate functions/state/maxState/Map(UUID,Int32) OK 75ms
/aggregate functions/state/minState/Map(Bool,Nullable(Float32)) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 96ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,uint32 OK 96ms
/aggregate functions/state/maxState/Map(UUID,Int64) OK 77ms
/aggregate functions/state/minState/Map(Bool,Nullable(Float64)) OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 106ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/state/maxState/Map(UUID,Int128) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,uint16 OK 84ms
/aggregate functions/state/minState/Map(Bool,Nullable(Decimal128(38))) OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,uint8 OK 85ms
/aggregate functions/state/maxState/Map(UUID,Float32) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/minState/Map(Bool,Nullable(Date)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 119ms
/aggregate functions/state/maxState/Map(UUID,Float64) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,uint64 OK 114ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 99ms
/aggregate functions/state/minState/Map(Bool,Nullable(DateTime)) OK 76ms
/aggregate functions/state/maxState/Map(UUID,Decimal128(38)) OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,uint32 OK 100ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,uint8 OK 100ms
/aggregate functions/state/minState/Map(Bool,Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/maxState/Map(UUID,Date) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 104ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,uint16 OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,uint64 OK 93ms
/aggregate functions/state/minState/Map(Bool,Nullable(Bool)) OK 87ms
/aggregate functions/state/maxState/Map(UUID,DateTime) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 104ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,uint32 OK 98ms
/aggregate functions/state/minState/Map(Bool,Nullable(String)) OK 78ms
/aggregate functions/state/maxState/Map(UUID,DateTime64(3)) OK 88ms
/aggregate functions/state/minState/Map(Bool,Nullable(FixedString(51))) OK 97ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 112ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,uint16 OK 117ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 104ms
/aggregate functions/state/maxState/Map(UUID,Bool) OK 83ms
/aggregate functions/state/minState/Map(Bool,Nullable(UUID)) OK 116ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/maxState/Map(UUID,String) OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 95ms
/aggregate functions/state/maxState/Map(UUID,FixedString(51)) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 86ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(UInt8)) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 90ms
/aggregate functions/state/maxState/Map(UUID,UUID) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 110ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(UInt16)) OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 93ms
/aggregate functions/state/maxState/Map(UUID,Nullable(UInt8)) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 115ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(UInt32)) OK 99ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 105ms
/aggregate functions/state/maxState/Map(UUID,Nullable(UInt16)) OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 122ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(UInt64)) OK 130ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/maxState/Map(UUID,Nullable(UInt32)) OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 105ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(UInt128)) OK 86ms
/aggregate functions/state/maxState/Map(UUID,Nullable(UInt64)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,uint8 OK 110ms
/aggregate functions/state/maxState/Map(UUID,Nullable(UInt128)) OK 80ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Int8)) OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 95ms
/aggregate functions/state/maxState/Map(UUID,Nullable(Int8)) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,uint64 OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Int16)) OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/maxState/Map(UUID,Nullable(Int16)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,uint32 OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Int32)) OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/state/maxState/Map(UUID,Nullable(Int32)) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,uint16 OK 81ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Int64)) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 123ms
/aggregate functions/state/maxState/Map(UUID,Nullable(Int64)) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 86ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Int128)) OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,uint8 OK 80ms
/aggregate functions/state/maxState/Map(UUID,Nullable(Int128)) OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 84ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Float32)) OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,uint64 OK 93ms
/aggregate functions/state/maxState/Map(UUID,Nullable(Float32)) OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 124ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 98ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Float64)) OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,uint32 OK 104ms
/aggregate functions/state/maxState/Map(UUID,Nullable(Float64)) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 93ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Date)) OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,uint8 OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,uint16 OK 89ms
/aggregate functions/state/maxState/Map(UUID,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,uint64 OK 114ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(DateTime)) OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 100ms
/aggregate functions/state/maxState/Map(UUID,Nullable(Date)) OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Bool)) OK 99ms
/aggregate functions/state/maxState/Map(UUID,Nullable(DateTime)) OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,uint32 OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/maxState/Map(UUID,Nullable(DateTime64(3))) OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 118ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(String)) OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,uint16 OK 110ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/maxState/Map(UUID,Nullable(Bool)) OK 76ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 100ms
/aggregate functions/state/maxState/Map(UUID,Nullable(String)) OK 96ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 142ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 111ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 107ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 96ms
/aggregate functions/state/maxState/Map(UUID,Nullable(FixedString(51))) OK 98ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 98ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 103ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 89ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/state/maxState/Map(UUID,Nullable(UUID)) OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 108ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 91ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,uint8 OK 90ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 99ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 98ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,uint64 OK 99ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 101ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(UInt32)) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 108ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,uint32 OK 81ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(UInt64)) OK 121ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 120ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 103ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,uint16 OK 111ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(Int16))) OK 120ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 103ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 73ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Int8)) OK 323ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 313ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(Int32))) OK 295ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 343ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 319ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,uint8 OK 141ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(Int64))) OK 132ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Int16)) OK 122ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Int32)) OK 106ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(Int128))) OK 113ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,uint64 OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 96ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Int64)) OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 110ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,uint32 OK 96ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(Float64))) OK 462ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Int128)) OK 440ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 444ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,uint16 OK 423ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,uint8 OK 422ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint8_ OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,uint64 OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint64_ OK 89ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,uint32 OK 103ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Date)) OK 248ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint32_ OK 243ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 260ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(Bool))) OK 256ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,uint16 OK 257ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint16_ OK 112ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(DateTime)) OK 104ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(String))) OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Bool)) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(String)) OK 70ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/minState/Map(Bool,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,uint8 OK 82ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/minState/Map(Bool,Array(String)) OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,uint64 OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint16_ OK 96ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/minState/Map(Bool,Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,uint32 OK 82ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/minState/Map(Bool,Tuple(String)) OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,uint16 OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/state/minState/Map(String,UInt8) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 91ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/minState/Map(String,UInt16) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 107ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint16__ OK 101ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 110ms
/aggregate functions/state/minState/Map(String,UInt32) OK 95ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 99ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,uint8 OK 104ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/minState/Map(String,UInt64) OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 163ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 142ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,uint64 OK 148ms
/aggregate functions/state/minState/Map(String,UInt128) OK 140ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(Int8))) OK 118ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(Int16))) OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/minState/Map(String,Int8) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,uint32 OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 103ms
/aggregate functions/state/minState/Map(String,Int16) OK 97ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,uint16 OK 100ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/state/minState/Map(String,Int32) OK 97ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(Int64))) OK 103ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,nullable_uint8_ OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,uint8 OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,nullable_uint64_ OK 91ms
/aggregate functions/state/minState/Map(String,Int64) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 112ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(Int128))) OK 108ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,uint64 OK 187ms
/aggregate functions/state/minState/Map(String,Int128) OK 123ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,nullable_uint32_ OK 109ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(Float32))) OK 121ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 169ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,nullable_uint16_ OK 90ms
/aggregate functions/state/minState/Map(String,Float32) OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,uint32 OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 103ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint8_ OK 105ms
/aggregate functions/state/minState/Map(String,Float64) OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,uint16 OK 81ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/state/minState/Map(String,Decimal128(38)) OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint64_ OK 88ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/minState/Map(String,Date) OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/minState/Map(String,DateTime) OK 79ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,uint8 OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/minState/Map(String,DateTime64(3)) OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,uint64 OK 86ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 119ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/minState/Map(String,Bool) OK 88ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,uint32 OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint64__ OK 105ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/minState/Map(String,String) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,uint16 OK 105ms
/aggregate functions/state/maxState/Map(UUID,LowCardinality(Nullable(UUID))) OK 112ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 99ms
/aggregate functions/state/minState/Map(String,FixedString(51)) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 92ms
/aggregate functions/state/maxState/Map(UUID,Array(String)) OK 95ms
/aggregate functions/state/minState/Map(String,UUID) OK 68ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 97ms
/aggregate functions/state/minState/Map(String,Nullable(UInt8)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 98ms
/aggregate functions/state/maxState/Map(UUID,Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 104ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 85ms
/aggregate functions/state/minState/Map(String,Nullable(UInt16)) OK 75ms
/aggregate functions/state/maxState/Map(UUID,Tuple(String)) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/state/minState/Map(String,Nullable(UInt32)) OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 83ms
/aggregate functions/state/maxState/Map(LowCardinality(String),UInt8) OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 105ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/minState/Map(String,Nullable(UInt64)) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 87ms
/aggregate functions/state/maxState/Map(LowCardinality(String),UInt16) OK 85ms
/aggregate functions/state/minState/Map(String,Nullable(UInt128)) OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 107ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 89ms
/aggregate functions/state/maxState/Map(LowCardinality(String),UInt32) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/minState/Map(String,Nullable(Int8)) OK 104ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 94ms
/aggregate functions/state/maxState/Map(LowCardinality(String),UInt64) OK 110ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 111ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/minState/Map(String,Nullable(Int16)) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 98ms
/aggregate functions/state/maxState/Map(LowCardinality(String),UInt128) OK 96ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,uint8 OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/minState/Map(String,Nullable(Int32)) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,uint64 OK 92ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Int8) OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/minState/Map(String,Nullable(Int64)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,uint32 OK 101ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Int16) OK 85ms
/aggregate functions/state/minState/Map(String,Nullable(Int128)) OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 107ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Int32) OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,uint16 OK 94ms
/aggregate functions/state/minState/Map(String,Nullable(Float32)) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,uint8 OK 71ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Int64) OK 117ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 110ms
/aggregate functions/state/minState/Map(String,Nullable(Float64)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,uint64 OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/minState/Map(String,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Int128) OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 113ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,uint32 OK 95ms
/aggregate functions/state/minState/Map(String,Nullable(Date)) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Float32) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,uint16 OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 109ms
/aggregate functions/state/minState/Map(String,Nullable(DateTime)) OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Float64) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint8_ OK 75ms
/aggregate functions/state/minState/Map(String,Nullable(DateTime64(3))) OK 103ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 106ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 99ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Decimal128(38)) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint64_ OK 72ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Date) OK 76ms
/aggregate functions/state/minState/Map(String,Nullable(Bool)) OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint32_ OK 78ms
/aggregate functions/state/maxState/Map(LowCardinality(String),DateTime) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 104ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 116ms
/aggregate functions/state/minState/Map(String,Nullable(String)) OK 102ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint16_ OK 85ms
/aggregate functions/state/maxState/Map(LowCardinality(String),DateTime64(3)) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 82ms
/aggregate functions/state/minState/Map(String,Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 120ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Bool) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint64_ OK 102ms
/aggregate functions/state/minState/Map(String,Nullable(UUID)) OK 95ms
/aggregate functions/state/maxState/Map(LowCardinality(String),String) OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 115ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 94ms
/aggregate functions/state/minState/Map(String,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/maxState/Map(LowCardinality(String),FixedString(51)) OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint16_ OK 107ms
/aggregate functions/state/minState/Map(String,LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 72ms
/aggregate functions/state/maxState/Map(LowCardinality(String),UUID) OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 108ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 88ms
/aggregate functions/state/minState/Map(String,LowCardinality(UInt32)) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(UInt8)) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 88ms
/aggregate functions/state/minState/Map(String,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(UInt16)) OK 87ms
/aggregate functions/state/minState/Map(String,LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint32__ OK 109ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(UInt32)) OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 108ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/minState/Map(String,LowCardinality(Int8)) OK 79ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(UInt64)) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,uint8 OK 81ms
/aggregate functions/state/minState/Map(String,LowCardinality(Int16)) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(UInt128)) OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,uint8 OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,uint64 OK 124ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 102ms
/aggregate functions/state/minState/Map(String,LowCardinality(Int32)) OK 95ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(Int8)) OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,uint64 OK 78ms
/aggregate functions/state/minState/Map(String,LowCardinality(Int64)) OK 101ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(Int16)) OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,uint32 OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,uint32 OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 102ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(Int32)) OK 88ms
/aggregate functions/state/minState/Map(String,LowCardinality(Int128)) OK 96ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,uint16 OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,uint16 OK 89ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(Int64)) OK 98ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/minState/Map(String,LowCardinality(Float32)) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,nullable_uint8_ OK 64ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,nullable_uint64_ OK 111ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 113ms
/aggregate functions/state/minState/Map(String,LowCardinality(Float64)) OK 86ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(Int128)) OK 96ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 107ms
/aggregate functions/state/minState/Map(String,LowCardinality(Date)) OK 90ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(Float32)) OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,nullable_uint32_ OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 97ms
/aggregate functions/state/minState/Map(String,LowCardinality(DateTime)) OK 100ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,nullable_uint16_ OK 116ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(Float64)) OK 108ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 97ms
/aggregate functions/state/minState/Map(String,LowCardinality(Bool)) OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 81ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/minState/Map(String,LowCardinality(String)) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 93ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(Date)) OK 82ms
/aggregate functions/state/minState/Map(String,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint32_ OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 97ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(DateTime)) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/minState/Map(String,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 104ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(Bool)) OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 89ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(String)) OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 103ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 112ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(UInt32))) OK 98ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 91ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(UInt64))) OK 96ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Nullable(UUID)) OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 69ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 104ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 100ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,uint8 OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 74ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(Int16))) OK 99ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,uint64 OK 90ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 85ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,uint32 OK 98ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 108ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(Int64))) OK 123ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 115ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,uint16 OK 86ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 74ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Int8)) OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 83ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Int16)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 104ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 100ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 92ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Int32)) OK 77ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Int64)) OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 234ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 203ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Int128)) OK 148ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(DateTime))) OK 132ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 146ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Float32)) OK 103ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 110ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 78ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Float64)) OK 111ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 109ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Date)) OK 87ms
/aggregate functions/state/minState/Map(String,LowCardinality(Nullable(UUID))) OK 100ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 85ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 102ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 183ms
/aggregate functions/state/minState/Map(String,Array(String)) OK 184ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 84ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Bool)) OK 138ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 163ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 163ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/minState/Map(String,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(String)) OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/minState/Map(String,Tuple(String)) OK 77ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/minState/Map(FixedString(51),UInt8) OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 90ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(UUID)) OK 70ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/minState/Map(FixedString(51),UInt16) OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/minState/Map(FixedString(51),UInt32) OK 87ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,uint8 OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/minState/Map(FixedString(51),UInt64) OK 99ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,uint64 OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,uint32 OK 82ms
/aggregate functions/state/minState/Map(FixedString(51),UInt128) OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,uint16 OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 74ms
/aggregate functions/state/minState/Map(FixedString(51),Int8) OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 73ms
/aggregate functions/state/minState/Map(FixedString(51),Int16) OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 73ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 70ms
/aggregate functions/state/minState/Map(FixedString(51),Int32) OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 78ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 72ms
/aggregate functions/state/minState/Map(FixedString(51),Int64) OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 78ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/minState/Map(FixedString(51),Int128) OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 70ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/minState/Map(FixedString(51),Float32) OK 67ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/minState/Map(FixedString(51),Float64) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/state/minState/Map(FixedString(51),Decimal128(38)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 69ms
/aggregate functions/state/minState/Map(FixedString(51),Date) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/minState/Map(FixedString(51),DateTime) OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/minState/Map(FixedString(51),DateTime64(3)) OK 84ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 73ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/minState/Map(FixedString(51),Bool) OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 86ms
/aggregate functions/state/minState/Map(FixedString(51),String) OK 82ms
/aggregate functions/state/maxState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 70ms
/aggregate functions/state/minState/Map(FixedString(51),FixedString(51)) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Array(String)) OK 70ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,uint8 OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 66ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/minState/Map(FixedString(51),UUID) OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,uint64 OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(UInt8)) OK 76ms
/aggregate functions/state/maxState/Map(LowCardinality(String),Tuple(String)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,uint32 OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(UInt16)) OK 84ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),UInt8) OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,uint16 OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 76ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(UInt32)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 75ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),UInt16) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 85ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(UInt64)) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 86ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),UInt32) OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 83ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(UInt128)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 94ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),UInt64) OK 68ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 81ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(Int8)) OK 87ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),UInt128) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 109ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 102ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(Int16)) OK 75ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Int8) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 87ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(Int32)) OK 72ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Int16) OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(Int64)) OK 108ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Int32) OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 116ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(Int128)) OK 85ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Int64) OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(Float32)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Int128) OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(Float64)) OK 132ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 121ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 123ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Float32) OK 121ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 134ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 109ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(Decimal128(38))) OK 98ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 86ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Float64) OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 100ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 102ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 102ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(Date)) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(DateTime)) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 89ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Date) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 80ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(DateTime64(3))) OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 82ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),DateTime) OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 105ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 87ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(Bool)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 100ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 103ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(String)) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 80ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Bool) OK 101ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 82ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(FixedString(51))) OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 86ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),String) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/minState/Map(FixedString(51),Nullable(UUID)) OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 89ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 67ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(UInt8)) OK 98ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),UUID) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 109ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(UInt16)) OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 99ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(UInt32)) OK 103ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 116ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 100ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(UInt64)) OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 108ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 95ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Int8)) OK 74ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 119ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 101ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Int16)) OK 84ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 104ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 97ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Int32)) OK 81ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 70ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Int64)) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 76ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Int128)) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 107ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 82ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Float32)) OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Float64)) OK 90ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 81ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Date)) OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 117ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 95ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Bool)) OK 102ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 102ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 129ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(String)) OK 109ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 113ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 111ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 88ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 118ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 97ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 116ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 106ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 118ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(UUID)) OK 102ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 95ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 113ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 113ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 107ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 102ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 118ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 117ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 99ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 204ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 93ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 182ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 156ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 153ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 165ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 82ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 92ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 123ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 103ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 112ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 100ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 139ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 125ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 126ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 121ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 99ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 75ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 86ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 74ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 83ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 100ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 94ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 84ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 102ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 90ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 104ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 102ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 89ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 156ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 151ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 133ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 112ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 112ms
/aggregate functions/state/minState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 105ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 84ms
/aggregate functions/state/minState/Map(FixedString(51),Array(String)) OK 323ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 326ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 310ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 306ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 305ms
/aggregate functions/state/minState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 325ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 324ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 317ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 326ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 313ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 130ms
/aggregate functions/state/minState/Map(FixedString(51),Tuple(String)) OK 132ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 124ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 120ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 124ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 310ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 322ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 318ms
/aggregate functions/state/minState/Map(UUID,UInt8) OK 305ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 322ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 111ms
/aggregate functions/state/minState/Map(UUID,UInt16) OK 110ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 108ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 241ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 214ms
/aggregate functions/state/minState/Map(UUID,UInt32) OK 359ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 217ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 350ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 189ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 175ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 175ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 105ms
/aggregate functions/state/minState/Map(UUID,UInt64) OK 108ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 103ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 110ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/minState/Map(UUID,UInt128) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 96ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 102ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 115ms
/aggregate functions/state/minState/Map(UUID,Int8) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 103ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/state/minState/Map(UUID,Int16) OK 97ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 104ms
/aggregate functions/state/minState/Map(UUID,Int32) OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 97ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 184ms
/aggregate functions/state/minState/Map(UUID,Int64) OK 181ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 179ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 127ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 131ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 113ms
/aggregate functions/state/minState/Map(UUID,Int128) OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 101ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 106ms
/aggregate functions/state/minState/Map(UUID,Float32) OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 84ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/minState/Map(UUID,Float64) OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 93ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 104ms
/aggregate functions/state/minState/Map(UUID,Decimal128(38)) OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 101ms
/aggregate functions/state/minState/Map(UUID,Date) OK 86ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 102ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 106ms
/aggregate functions/state/minState/Map(UUID,DateTime) OK 83ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 103ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 102ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 111ms
/aggregate functions/state/minState/Map(UUID,DateTime64(3)) OK 108ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 97ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 100ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 89ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/minState/Map(UUID,Bool) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 115ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Array(String)) OK 101ms
/aggregate functions/state/minState/Map(UUID,String) OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 101ms
/aggregate functions/state/minState/Map(UUID,FixedString(51)) OK 84ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 111ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 76ms
/aggregate functions/state/minState/Map(UUID,UUID) OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 97ms
/aggregate functions/state/maxState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/maxState/Nullable(UInt8) OK 101ms
/aggregate functions/state/minState/Map(UUID,Nullable(UInt8)) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 70ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 102ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 98ms
/aggregate functions/state/minState/Map(UUID,Nullable(UInt16)) OK 90ms
/aggregate functions/state/maxState/Nullable(UInt16) OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/state/minState/Map(UUID,Nullable(UInt32)) OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/maxState/Nullable(UInt32) OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/minState/Map(UUID,Nullable(UInt64)) OK 90ms
/aggregate functions/state/maxState/Nullable(UInt64) OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 115ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 128ms
/aggregate functions/state/maxState/Nullable(UInt128) OK 88ms
/aggregate functions/state/minState/Map(UUID,Nullable(UInt128)) OK 117ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 121ms
/aggregate functions/state/maxState/Nullable(Int8) OK 104ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/minState/Map(UUID,Nullable(Int8)) OK 112ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 89ms
/aggregate functions/state/maxState/Nullable(Int16) OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 85ms
/aggregate functions/state/minState/Map(UUID,Nullable(Int16)) OK 76ms
/aggregate functions/state/maxState/Nullable(Int32) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 112ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 98ms
/aggregate functions/state/minState/Map(UUID,Nullable(Int32)) OK 84ms
/aggregate functions/state/maxState/Nullable(Int64) OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 119ms
/aggregate functions/state/minState/Map(UUID,Nullable(Int64)) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 98ms
/aggregate functions/state/maxState/Nullable(Int128) OK 83ms
/aggregate functions/state/minState/Map(UUID,Nullable(Int128)) OK 113ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 89ms
/aggregate functions/state/maxState/Nullable(Float32) OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 92ms
/aggregate functions/state/minState/Map(UUID,Nullable(Float32)) OK 110ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 115ms
/aggregate functions/state/maxState/Nullable(Float64) OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 154ms
/aggregate functions/state/maxState/Nullable(Decimal128(38)) OK 155ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 146ms
/aggregate functions/state/minState/Map(UUID,Nullable(Float64)) OK 134ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 125ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 110ms
/aggregate functions/state/minState/Map(UUID,Nullable(Decimal128(38))) OK 103ms
/aggregate functions/state/maxState/Nullable(Date) OK 103ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 121ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 104ms
/aggregate functions/state/minState/Map(UUID,Nullable(Date)) OK 106ms
/aggregate functions/state/maxState/Nullable(DateTime) OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 102ms
/aggregate functions/state/maxState/Nullable(DateTime64(3)) OK 99ms
/aggregate functions/state/minState/Map(UUID,Nullable(DateTime)) OK 103ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 102ms
/aggregate functions/state/maxState/Nullable(Bool) OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 120ms
/aggregate functions/state/minState/Map(UUID,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/state/minState/Map(UUID,Nullable(Bool)) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/maxState/Nullable(String) OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 105ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/minState/Map(UUID,Nullable(String)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 89ms
/aggregate functions/state/maxState/Nullable(FixedString(51)) OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/minState/Map(UUID,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/maxState/Nullable(UUID) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 106ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 105ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/minState/Map(UUID,Nullable(UUID)) OK 86ms
/aggregate functions/state/maxState/Array(UInt8) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 105ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(UInt8)) OK 92ms
/aggregate functions/state/maxState/Array(UInt16) OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 93ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 107ms
/aggregate functions/state/maxState/Array(UInt32) OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 81ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(UInt32)) OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 110ms
/aggregate functions/state/maxState/Array(UInt64) OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 73ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/maxState/Array(UInt128) OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 105ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 82ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(UInt128)) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/maxState/Array(Int8) OK 97ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 97ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/maxState/Array(Int16) OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 98ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 100ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Int16)) OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 93ms
/aggregate functions/state/maxState/Array(Int32) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 94ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Int32)) OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 104ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 75ms
/aggregate functions/state/maxState/Array(Int64) OK 80ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Int64)) OK 193ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 187ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 171ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 181ms
/aggregate functions/state/maxState/Array(Int128) OK 117ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 85ms
/aggregate functions/state/maxState/Array(Float32) OK 108ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 100ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Int128)) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 139ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Float32)) OK 134ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 129ms
/aggregate functions/state/maxState/Array(Float64) OK 126ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 104ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Float64)) OK 98ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 108ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/maxState/Array(Decimal128(38)) OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 110ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 131ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Date)) OK 111ms
/aggregate functions/state/maxState/Array(Date) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 104ms
/aggregate functions/state/maxState/Array(DateTime) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(DateTime)) OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 105ms
/aggregate functions/state/maxState/Array(DateTime64(3)) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Bool)) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/maxState/Array(Bool) OK 78ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(String)) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/state/maxState/Array(String) OK 79ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 133ms
/aggregate functions/state/maxState/Array(FixedString(51)) OK 112ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 108ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(UUID)) OK 104ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 117ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 83ms
/aggregate functions/state/maxState/Array(UUID) OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/state/maxState/Array(Nullable(UInt8)) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/maxState/Array(Nullable(UInt16)) OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/state/maxState/Array(Nullable(UInt32)) OK 99ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 82ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 116ms
/aggregate functions/state/maxState/Array(Nullable(UInt64)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 101ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/maxState/Array(Nullable(UInt128)) OK 97ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 177ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(Int16))) OK 155ms
/aggregate functions/state/maxState/Array(Nullable(Int8)) OK 150ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 152ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 133ms
/aggregate functions/state/maxState/Array(Nullable(Int16)) OK 91ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(Int32))) OK 107ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 114ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 87ms
/aggregate functions/state/maxState/Array(Nullable(Int32)) OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 90ms
/aggregate functions/state/maxState/Array(Nullable(Int64)) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 94ms
/aggregate functions/state/maxState/Array(Nullable(Int128)) OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/maxState/Array(Nullable(Float32)) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/maxState/Array(Nullable(Float64)) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/state/maxState/Array(Nullable(Decimal128(38))) OK 96ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 107ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/maxState/Array(Nullable(Date)) OK 103ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(String))) OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/maxState/Array(Nullable(DateTime)) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 102ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/state/maxState/Array(Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 119ms
/aggregate functions/state/minState/Map(UUID,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/state/maxState/Array(Nullable(Bool)) OK 98ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/minState/Map(UUID,Array(String)) OK 81ms
/aggregate functions/state/maxState/Array(Nullable(String)) OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/minState/Map(UUID,Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 78ms
/aggregate functions/state/maxState/Array(Nullable(FixedString(51))) OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 74ms
/aggregate functions/state/minState/Map(UUID,Tuple(String)) OK 79ms
/aggregate functions/state/maxState/Array(Nullable(UUID)) OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 71ms
/aggregate functions/state/maxState/Array(LowCardinality(UInt8)) OK 94ms
/aggregate functions/state/minState/Map(LowCardinality(String),UInt8) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 75ms
/aggregate functions/state/minState/Map(LowCardinality(String),UInt16) OK 102ms
/aggregate functions/state/maxState/Array(LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 81ms
/aggregate functions/state/maxState/Array(LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/minState/Map(LowCardinality(String),UInt32) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 98ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 80ms
/aggregate functions/state/maxState/Array(LowCardinality(UInt64)) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 113ms
/aggregate functions/state/minState/Map(LowCardinality(String),UInt64) OK 117ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 110ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/maxState/Array(LowCardinality(UInt128)) OK 112ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 103ms
/aggregate functions/state/minState/Map(LowCardinality(String),UInt128) OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 84ms
/aggregate functions/state/maxState/Array(LowCardinality(Int8)) OK 67ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 104ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 97ms
/aggregate functions/state/minState/Map(LowCardinality(String),Int8) OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 85ms
/aggregate functions/state/maxState/Array(LowCardinality(Int16)) OK 80ms
/aggregate functions/state/minState/Map(LowCardinality(String),Int16) OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/maxState/Array(LowCardinality(Int32)) OK 79ms
/aggregate functions/state/minState/Map(LowCardinality(String),Int32) OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 98ms
/aggregate functions/state/maxState/Array(LowCardinality(Int64)) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/minState/Map(LowCardinality(String),Int64) OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/maxState/Array(LowCardinality(Int128)) OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/minState/Map(LowCardinality(String),Int128) OK 70ms
/aggregate functions/state/maxState/Array(LowCardinality(Float32)) OK 108ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/minState/Map(LowCardinality(String),Float32) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 99ms
/aggregate functions/state/minState/Map(LowCardinality(String),Float64) OK 98ms
/aggregate functions/state/maxState/Array(LowCardinality(Float64)) OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint8 OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 100ms
/aggregate functions/state/maxState/Array(LowCardinality(Date)) OK 88ms
/aggregate functions/state/minState/Map(LowCardinality(String),Decimal128(38)) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint64 OK 128ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/minState/Map(LowCardinality(String),Date) OK 81ms
/aggregate functions/state/maxState/Array(LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 122ms
/aggregate functions/state/minState/Map(LowCardinality(String),DateTime) OK 102ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/state/maxState/Array(LowCardinality(Bool)) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint32 OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/maxState/Array(LowCardinality(String)) OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 70ms
/aggregate functions/state/minState/Map(LowCardinality(String),DateTime64(3)) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint16 OK 70ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 76ms
/aggregate functions/state/minState/Map(LowCardinality(String),Bool) OK 78ms
/aggregate functions/state/maxState/Array(LowCardinality(FixedString(51))) OK 69ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint8_ OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 75ms
/aggregate functions/state/maxState/Array(LowCardinality(UUID)) OK 84ms
/aggregate functions/state/minState/Map(LowCardinality(String),String) OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint64_ OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 72ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/minState/Map(LowCardinality(String),FixedString(51)) OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint32_ OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 79ms
/aggregate functions/state/minState/Map(LowCardinality(String),UUID) OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint16_ OK 88ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 69ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(UInt8)) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint8_ OK 68ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(UInt16)) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(UInt32)) OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint16_ OK 86ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(UInt64)) OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(UInt128)) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(Int8)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(Int16)) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(Int128))) OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(Int32)) OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint8 OK 76ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(Int64)) OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint64 OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(Int128)) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint32 OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(Float32)) OK 83ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint16 OK 90ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(Float64)) OK 68ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint8_ OK 87ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 92ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 68ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint64_ OK 78ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(Date)) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 83ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint32_ OK 88ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(DateTime)) OK 158ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 147ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 158ms
/aggregate functions/state/maxState/Array(LowCardinality(Nullable(UUID))) OK 102ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint16_ OK 139ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 98ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 87ms
/aggregate functions/state/maxState/Array(Array(String)) OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint8_ OK 70ms
/aggregate functions/state/maxState/Array(Map(String,LowCardinality(Float64))) OK 98ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(Bool)) OK 98ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 110ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 98ms
/aggregate functions/state/maxState/Array(Tuple(String)) OK 76ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(String)) OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/maxState/LowCardinality(UInt8) OK 102ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 103ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/minState/Map(LowCardinality(String),Nullable(UUID)) OK 105ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 105ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint8__ OK 107ms
/aggregate functions/state/maxState/LowCardinality(UInt16) OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 106ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/maxState/LowCardinality(UInt32) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/maxState/LowCardinality(UInt64) OK 70ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 97ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 94ms
/aggregate functions/state/maxState/LowCardinality(UInt128) OK 72ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 92ms
/aggregate functions/state/maxState/LowCardinality(Int8) OK 74ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,uint8 OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 99ms
/aggregate functions/state/maxState/LowCardinality(Int16) OK 80ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,uint64 OK 80ms
/aggregate functions/state/maxState/LowCardinality(Int32) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Int8)) OK 70ms
/aggregate functions/state/maxState/LowCardinality(Int64) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,uint32 OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Int16)) OK 84ms
/aggregate functions/state/maxState/LowCardinality(Int128) OK 113ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,uint16 OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint8 OK 98ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Int32)) OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 79ms
/aggregate functions/state/maxState/LowCardinality(Float32) OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 108ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint64 OK 81ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Int64)) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint32 OK 97ms
/aggregate functions/state/maxState/LowCardinality(Float64) OK 94ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Int128)) OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 129ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 101ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Float32)) OK 130ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint16 OK 116ms
/aggregate functions/state/maxState/LowCardinality(Date) OK 124ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint8_ OK 94ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Float64)) OK 92ms
/aggregate functions/state/maxState/LowCardinality(DateTime) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 90ms
/aggregate functions/state/maxState/LowCardinality(Bool) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint64_ OK 106ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Date)) OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 89ms
/aggregate functions/state/maxState/LowCardinality(String) OK 105ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint32_ OK 68ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint16_ OK 99ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Bool)) OK 73ms
/aggregate functions/state/maxState/LowCardinality(FixedString(51)) OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(String)) OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/maxState/LowCardinality(UUID) OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/maxState/LowCardinality(Nullable(UInt8)) OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/maxState/LowCardinality(Nullable(UInt16)) OK 113ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(UUID)) OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 68ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/maxState/LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,uint8 OK 86ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint8__ OK 116ms
/aggregate functions/state/maxState/LowCardinality(Nullable(UInt64)) OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,uint64 OK 87ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/maxState/LowCardinality(Nullable(UInt128)) OK 114ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,uint32 OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 99ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,uint16 OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/maxState/LowCardinality(Nullable(Int8)) OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 72ms
/aggregate functions/state/maxState/LowCardinality(Nullable(Int16)) OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 78ms
/aggregate functions/state/maxState/LowCardinality(Nullable(Int32)) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint8 OK 77ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 78ms
/aggregate functions/state/maxState/LowCardinality(Nullable(Int64)) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint64 OK 71ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 157ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 138ms
/aggregate functions/state/maxState/LowCardinality(Nullable(Int128)) OK 131ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint32 OK 122ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 135ms
/aggregate functions/state/maxState/LowCardinality(Nullable(Float32)) OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint16 OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 89ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint8_ OK 99ms
/aggregate functions/state/maxState/LowCardinality(Nullable(Float64)) OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 91ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/maxState/LowCardinality(Nullable(Date)) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 105ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint64_ OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 99ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/state/maxState/LowCardinality(Nullable(DateTime)) OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint32_ OK 74ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 95ms
/aggregate functions/state/maxState/LowCardinality(Nullable(Bool)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint16_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 94ms
/aggregate functions/state/maxState/LowCardinality(Nullable(String)) OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/maxState/LowCardinality(Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint64_ OK 91ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/maxState/LowCardinality(Nullable(UUID)) OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/maxState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 561ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint16_ OK 109ms
/aggregate functions/state/minState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 111ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,uint8 OK 63ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,uint64 OK 102ms
/aggregate functions/state/minState/Map(LowCardinality(String),Array(String)) OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,uint32 OK 68ms
/aggregate functions/state/minState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,uint16 OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/minState/Map(LowCardinality(String),Tuple(String)) OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 126ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 75ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),UInt8) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,uint8 OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),UInt16) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,uint64 OK 109ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),UInt32) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/state/quantilesState OK 5s 404ms
/aggregate functions/state/quantilesState/constant OK 37ms
/aggregate functions/state/quantilesState/zero rows OK 44ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),UInt64) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,uint32 OK 75ms
/aggregate functions/state/quantilesState/single row OK 37ms
/aggregate functions/state/quantilesState/with group by OK 65ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),UInt128) OK 108ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,uint16 OK 72ms
/aggregate functions/state/quantilesState/some negative values OK 61ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 68ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/quantilesState/NULL value handling OK 52ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Int8) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 82ms
/aggregate functions/state/quantilesState/single NULL value OK 60ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 107ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Int16) OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 87ms
/aggregate functions/state/quantilesState/return type OK 58ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 104ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 93ms
/aggregate functions/state/quantilesState/doc example OK 72ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Int32) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 100ms
/aggregate functions/state/quantilesState/inf OK 56ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Int64) OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 89ms
/aggregate functions/state/quantilesState/-inf OK 55ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 139ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Int128) OK 162ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 151ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 160ms
/aggregate functions/state/quantilesState/nan OK 107ms
/aggregate functions/state/quantilesState/inf, -inf, nan OK 51ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 104ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Float32) OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 97ms
/aggregate functions/state/quantilesState/UInt8 OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Float64) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/state/quantilesState/UInt16 OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantilesState/UInt32 OK 97ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,uint8 OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,uint64 OK 83ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Date) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 84ms
/aggregate functions/state/quantilesState/UInt64 OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,uint32 OK 78ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),DateTime) OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/quantilesState/Int8 OK 69ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,uint16 OK 79ms
/aggregate functions/state/quantilesState/Int16 OK 72ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/state/quantilesState/Int32 OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 79ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Bool) OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,uint8 OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/quantilesState/Int64 OK 78ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),String) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,uint64 OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 71ms
/aggregate functions/state/quantilesState/Float32 OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,uint32 OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),UUID) OK 71ms
/aggregate functions/state/quantilesState/Float64 OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,uint16 OK 106ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/quantilesState/Decimal128(38) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 92ms
/aggregate functions/state/quantilesState/Date OK 162ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 151ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 142ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 194ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 189ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 133ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 136ms
/aggregate functions/state/quantilesState/DateTime OK 128ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 92ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/quantilesState/Nullable(UInt8) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/quantilesState/Nullable(UInt16) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 79ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 93ms
/aggregate functions/state/quantilesState/Nullable(UInt32) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 76ms
/aggregate functions/state/quantilesState/Nullable(UInt64) OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 84ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 71ms
/aggregate functions/state/quantilesState/Nullable(Int8) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 84ms
/aggregate functions/state/quantilesState/Nullable(Int16) OK 121ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,uint8 OK 122ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 131ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 119ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 112ms
/aggregate functions/state/quantilesState/Nullable(Int32) OK 206ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,uint64 OK 91ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 193ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 177ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 113ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,uint32 OK 97ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,uint16 OK 101ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 91ms
/aggregate functions/state/quantilesState/Nullable(Int64) OK 102ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 91ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/quantilesState/Nullable(Float32) OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 106ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 108ms
/aggregate functions/state/quantilesState/Nullable(Float64) OK 93ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 95ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,uint8 OK 82ms
/aggregate functions/state/quantilesState/Nullable(Decimal128(38)) OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,uint64 OK 90ms
/aggregate functions/state/quantilesState/Nullable(Date) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 77ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 97ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/quantilesState/Nullable(DateTime) OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,uint32 OK 74ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 70ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,uint16 OK 75ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 85ms
/aggregate functions/state/quantilesState/LowCardinality(UInt8) OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/quantilesState/LowCardinality(UInt16) OK 90ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 67ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 78ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 137ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/quantilesState/LowCardinality(UInt32) OK 111ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 106ms
/aggregate functions/state/quantilesState/LowCardinality(UInt64) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,uint8 OK 99ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/quantilesState/LowCardinality(Int8) OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,uint64 OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/quantilesState/LowCardinality(Int16) OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,uint32 OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/quantilesState/LowCardinality(Int32) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,uint16 OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,uint8 OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/quantilesState/LowCardinality(Int64) OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,uint64 OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 96ms
/aggregate functions/state/quantilesState/LowCardinality(Float32) OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 100ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,uint32 OK 86ms
/aggregate functions/state/quantilesState/LowCardinality(Float64) OK 77ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 112ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,uint16 OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 94ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 71ms
/aggregate functions/state/quantilesState/LowCardinality(Date) OK 87ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 105ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 101ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/quantilesState/LowCardinality(DateTime) OK 77ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(UInt8)) OK 98ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,uint8 OK 85ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,uint64 OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(UInt16)) OK 80ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 104ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(UInt32)) OK 104ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 86ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,uint32 OK 96ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 98ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(UInt64)) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,uint16 OK 87ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(Int8)) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 76ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(Int16)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 97ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 87ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(Int32)) OK 98ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 112ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(Int64)) OK 77ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 110ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(Float32)) OK 71ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 113ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(Float64)) OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,uint8 OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 123ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 124ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(Date)) OK 110ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 109ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,uint64 OK 118ms
/aggregate functions/state/quantilesState/LowCardinality(Nullable(DateTime)) OK 213ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 224ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 217ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,uint8 OK 202ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,uint32 OK 201ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,uint64 OK 91ms
/aggregate functions/state/quantilesBFloat16State OK 4s 910ms
/aggregate functions/state/quantilesBFloat16State/constant OK 168ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,uint16 OK 117ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 103ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,uint32 OK 68ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,uint16 OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/quantilesBFloat16State/zero rows OK 46ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 105ms
/aggregate functions/state/quantilesBFloat16State/single row OK 64ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint8_ OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/quantilesBFloat16State/with group by OK 45ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint64_ OK 88ms
/aggregate functions/state/quantilesBFloat16State/some negative values OK 46ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,uint8 OK 125ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/state/quantilesBFloat16State/NULL value handling OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 429ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint32_ OK 421ms
/aggregate functions/state/quantilesBFloat16State/single NULL value OK 47ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,uint64 OK 373ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 386ms
/aggregate functions/state/quantilesBFloat16State/return type OK 324ms
/aggregate functions/state/quantilesBFloat16State/doc example OK 182ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,uint32 OK 223ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint16_ OK 223ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 222ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 203ms
/aggregate functions/state/quantilesBFloat16State/inf OK 55ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,uint16 OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 88ms
/aggregate functions/state/quantilesBFloat16State/-inf OK 53ms
/aggregate functions/state/quantilesBFloat16State/nan OK 64ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 118ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint64_ OK 113ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 119ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 105ms
/aggregate functions/state/quantilesBFloat16State/inf, -inf, nan OK 68ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint32_ OK 192ms
/aggregate functions/state/quantilesBFloat16State/UInt8 OK 204ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 200ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 192ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 195ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint16_ OK 161ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 148ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 134ms
/aggregate functions/state/quantilesBFloat16State/UInt16 OK 145ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 146ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 116ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 91ms
/aggregate functions/state/quantilesBFloat16State/UInt32 OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint8__ OK 103ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 105ms
/aggregate functions/state/quantilesBFloat16State/UInt64 OK 102ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 98ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 104ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/quantilesBFloat16State/Int8 OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 114ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 103ms
/aggregate functions/state/quantilesBFloat16State/Int16 OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,uint8 OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/quantilesBFloat16State/Int32 OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,uint8 OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,uint64 OK 108ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Array(String)) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 86ms
/aggregate functions/state/quantilesBFloat16State/Int64 OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,uint64 OK 80ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,uint32 OK 103ms
/aggregate functions/state/quantilesBFloat16State/Float32 OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,uint32 OK 77ms
/aggregate functions/state/minState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 111ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 106ms
/aggregate functions/state/quantilesBFloat16State/Float64 OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,uint16 OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,uint16 OK 81ms
/aggregate functions/state/quantilesBFloat16State/Nullable(UInt8) OK 84ms
/aggregate functions/state/minState/Nullable(UInt8) OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint8_ OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 86ms
/aggregate functions/state/quantilesBFloat16State/Nullable(UInt16) OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint64_ OK 82ms
/aggregate functions/state/minState/Nullable(UInt16) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 97ms
/aggregate functions/state/quantilesBFloat16State/Nullable(UInt32) OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint32_ OK 99ms
/aggregate functions/state/minState/Nullable(UInt32) OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,uint8 OK 113ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 100ms
/aggregate functions/state/minState/Nullable(UInt64) OK 109ms
/aggregate functions/state/quantilesBFloat16State/Nullable(UInt64) OK 97ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint16_ OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,uint64 OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantilesBFloat16State/Nullable(Int8) OK 74ms
/aggregate functions/state/minState/Nullable(UInt128) OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,uint32 OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint64_ OK 99ms
/aggregate functions/state/quantilesBFloat16State/Nullable(Int16) OK 90ms
/aggregate functions/state/minState/Nullable(Int8) OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,uint16 OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint32_ OK 95ms
/aggregate functions/state/quantilesBFloat16State/Nullable(Int32) OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 164ms
/aggregate functions/state/minState/Nullable(Int16) OK 146ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 141ms
/aggregate functions/state/quantilesBFloat16State/Nullable(Int64) OK 176ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint16_ OK 161ms
/aggregate functions/state/minState/Nullable(Int32) OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/state/quantilesBFloat16State/Nullable(Float32) OK 77ms
/aggregate functions/state/minState/Nullable(Int64) OK 70ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/minState/Nullable(Int128) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 79ms
/aggregate functions/state/quantilesBFloat16State/Nullable(Float64) OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/minState/Nullable(Float32) OK 95ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(UInt8) OK 102ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/minState/Nullable(Float64) OK 87ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(UInt16) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,uint8 OK 69ms
/aggregate functions/state/minState/Nullable(Decimal128(38)) OK 92ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(UInt32) OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,uint8 OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,uint64 OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/minState/Nullable(Date) OK 71ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(UInt64) OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,uint64 OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,uint32 OK 71ms
/aggregate functions/state/minState/Nullable(DateTime) OK 70ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Int8) OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,uint32 OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,uint16 OK 76ms
/aggregate functions/state/minState/Nullable(DateTime64(3)) OK 69ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Int16) OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,uint16 OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,nullable_uint8_ OK 82ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/minState/Nullable(Bool) OK 76ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Int32) OK 66ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,nullable_uint64_ OK 82ms
/aggregate functions/state/minState/Nullable(String) OK 74ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Int64) OK 74ms
/aggregate functions/state/minState/Nullable(FixedString(51)) OK 68ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,nullable_uint32_ OK 74ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Float32) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,uint8 OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 94ms
/aggregate functions/state/minState/Nullable(UUID) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,nullable_uint16_ OK 69ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,uint64 OK 78ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Float64) OK 103ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 89ms
/aggregate functions/state/minState/Array(UInt8) OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,lowcardinality_uint8_ OK 69ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,uint32 OK 70ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Nullable(UInt8)) OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 99ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/minState/Array(UInt16) OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,uint16 OK 91ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Nullable(UInt16)) OK 70ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/minState/Array(UInt32) OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint8_ OK 82ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Nullable(UInt32)) OK 68ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 110ms
/aggregate functions/state/minState/Array(UInt64) OK 92ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Nullable(UInt64)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint64_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint32_ OK 98ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Nullable(Int8)) OK 106ms
/aggregate functions/state/minState/Array(UInt128) OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/state/minState/Array(Int8) OK 113ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint16_ OK 103ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 109ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Nullable(Int16)) OK 107ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 103ms
/aggregate functions/state/minState/Array(Int16) OK 105ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint8_ OK 121ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Nullable(Int32)) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 103ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Nullable(Int64)) OK 95ms
/aggregate functions/state/minState/Array(Int32) OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,uint8 OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint64_ OK 88ms
/aggregate functions/state/minState/Array(Int64) OK 97ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Nullable(Float32)) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 99ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,uint64 OK 93ms
/aggregate functions/state/quantilesBFloat16State/LowCardinality(Nullable(Float64)) OK 89ms
/aggregate functions/state/minState/Array(Int128) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,uint32 OK 83ms
/aggregate functions/state/minState/Array(Float32) OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState OK 1m 6s
/aggregate functions/state/quantilesBFloat16WeightedState/constant OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,uint16 OK 88ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,uint8 OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/zero rows OK 46ms
/aggregate functions/state/minState/Array(Float64) OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,uint64 OK 101ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,nullable_uint8_ OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/single row OK 39ms
/aggregate functions/state/minState/Array(Decimal128(38)) OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/single row with zero weight OK 66ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,nullable_uint64_ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,uint32 OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/quantilesBFloat16WeightedState/with group by OK 42ms
/aggregate functions/state/minState/Array(Date) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,nullable_uint32_ OK 102ms
/aggregate functions/state/quantilesBFloat16WeightedState/some negative values OK 43ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint16__ OK 104ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,uint16 OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/NULL value handling OK 63ms
/aggregate functions/state/minState/Array(DateTime) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,nullable_uint16_ OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/weight NULL value handling OK 49ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,uint8 OK 79ms
/aggregate functions/state/minState/Array(DateTime64(3)) OK 102ms
/aggregate functions/state/quantilesBFloat16WeightedState/single NULL value OK 48ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 110ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,lowcardinality_uint8_ OK 174ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,uint64 OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/return type OK 61ms
/aggregate functions/state/minState/Array(Bool) OK 149ms
/aggregate functions/state/quantilesBFloat16WeightedState/doc example OK 135ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,uint32 OK 225ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 215ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,lowcardinality_uint64_ OK 160ms
/aggregate functions/state/minState/Array(String) OK 142ms
/aggregate functions/state/quantilesBFloat16WeightedState/inf OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/-inf OK 57ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,uint16 OK 94ms
/aggregate functions/state/minState/Array(FixedString(51)) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/nan OK 64ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/minState/Array(UUID) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint8_ OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/inf, -inf, nan OK 41ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes OK 1m 5s
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations OK 1m 5s
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,uint8 OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint64_ OK 92ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/minState/Array(Nullable(UInt8)) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,uint64 OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/minState/Array(Nullable(UInt16)) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint32_ OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,uint32 OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/minState/Array(Nullable(UInt32)) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint16_ OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,uint16 OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/minState/Array(Nullable(UInt64)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint8_ OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,nullable_uint8_ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 103ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,uint8 OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint64_ OK 76ms
/aggregate functions/state/minState/Array(Nullable(UInt128)) OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,nullable_uint64_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,uint64 OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint32_ OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/minState/Array(Nullable(Int8)) OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,nullable_uint32_ OK 74ms
/aggregate functions/state/minState/Array(Nullable(Int16)) OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,nullable_uint16_ OK 98ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,uint32 OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,uint8 OK 84ms
/aggregate functions/state/minState/Array(Nullable(Int32)) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,uint16 OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,uint64 OK 119ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,nullable_uint8_ OK 108ms
/aggregate functions/state/minState/Array(Nullable(Int64)) OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint64__ OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 100ms
/aggregate functions/state/minState/Array(Nullable(Int128)) OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,nullable_uint64_ OK 100ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,uint32 OK 98ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/minState/Array(Nullable(Float32)) OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,nullable_uint32_ OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,uint16 OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/minState/Array(Nullable(Float64)) OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,nullable_uint16_ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 103ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,uint8 OK 92ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/minState/Array(Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,lowcardinality_uint8_ OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,uint64 OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/minState/Array(Nullable(Date)) OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,uint32 OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/minState/Array(Nullable(DateTime)) OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,uint16 OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,uint8 OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/minState/Array(Nullable(DateTime64(3))) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,nullable_uint8_ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,uint64 OK 90ms
/aggregate functions/state/minState/Array(Nullable(Bool)) OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,nullable_uint64_ OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/minState/Array(Nullable(String)) OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,uint32 OK 69ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,nullable_uint32_ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,uint16 OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/minState/Array(Nullable(FixedString(51))) OK 69ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,nullable_uint16_ OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/minState/Array(Nullable(UUID)) OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,nullable_uint8_ OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,uint8 OK 74ms
/aggregate functions/state/minState/Array(LowCardinality(UInt8)) OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,nullable_uint64_ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,uint64 OK 73ms
/aggregate functions/state/minState/Array(LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,nullable_uint32_ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,lowcardinality_uint32_ OK 111ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,uint32 OK 111ms
/aggregate functions/state/minState/Array(LowCardinality(UInt32)) OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,nullable_uint16_ OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 116ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,uint16 OK 84ms
/aggregate functions/state/minState/Array(LowCardinality(UInt64)) OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,nullable_uint8_ OK 89ms
/aggregate functions/state/minState/Array(LowCardinality(UInt128)) OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,uint8 OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,nullable_uint64_ OK 87ms
/aggregate functions/state/minState/Array(LowCardinality(Int8)) OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,uint64 OK 87ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 159ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,nullable_uint32_ OK 170ms
/aggregate functions/state/minState/Array(LowCardinality(Int16)) OK 154ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,uint32 OK 124ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 114ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 116ms
/aggregate functions/state/minState/Array(LowCardinality(Int32)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,uint8 OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,uint16 OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,nullable_uint16_ OK 95ms
/aggregate functions/state/minState/Array(LowCardinality(Int64)) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,uint64 OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,nullable_uint8_ OK 103ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/minState/Array(LowCardinality(Int128)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,uint32 OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,nullable_uint64_ OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,uint16 OK 79ms
/aggregate functions/state/minState/Array(LowCardinality(Float32)) OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,nullable_uint32_ OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,nullable_uint8_ OK 78ms
/aggregate functions/state/minState/Array(LowCardinality(Float64)) OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,uint8 OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,nullable_uint16_ OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,nullable_uint64_ OK 84ms
/aggregate functions/state/minState/Array(LowCardinality(Date)) OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,uint64 OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,nullable_uint32_ OK 89ms
/aggregate functions/state/minState/Array(LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,uint32 OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,lowcardinality_uint64_ OK 112ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,nullable_uint16_ OK 87ms
/aggregate functions/state/minState/Array(LowCardinality(Bool)) OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,uint16 OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/minState/Array(LowCardinality(String)) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,lowcardinality_uint32_ OK 92ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,nullable_uint8_ OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,uint8 OK 81ms
/aggregate functions/state/minState/Array(LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,nullable_uint64_ OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,uint64 OK 72ms
/aggregate functions/state/minState/Array(LowCardinality(UUID)) OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,nullable_uint32_ OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,uint32 OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,lowcardinality_uint16_ OK 69ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,nullable_uint16_ OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,uint16 OK 69ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,nullable_uint8_ OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,nullable_uint64_ OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(UInt64))) OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 107ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,uint8 OK 109ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,nullable_uint32_ OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 104ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 100ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,uint64 OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,nullable_uint16_ OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,uint8 OK 78ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,lowcardinality_uint8_ OK 113ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,uint64 OK 107ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,uint32 OK 95ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,uint16 OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,uint32 OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(Int64))) OK 98ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,uint16 OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,nullable_uint8_ OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,nullable_uint8_ OK 71ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,lowcardinality_uint16_ OK 102ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(Int128))) OK 98ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,nullable_uint64_ OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,nullable_uint64_ OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,nullable_uint32_ OK 103ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,uint8 OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,nullable_uint32_ OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,uint64 OK 73ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,nullable_uint16_ OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,nullable_uint16_ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,uint32 OK 78ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,uint16 OK 72ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(DateTime))) OK 69ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,lowcardinality_uint64_ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,nullable_uint8_ OK 85ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,uint8 OK 71ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,nullable_uint64_ OK 78ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,uint64 OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,lowcardinality_uint16_ OK 120ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,nullable_uint32_ OK 89ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(FixedString(51)))) OK 97ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,uint32 OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,nullable_uint16_ OK 89ms
/aggregate functions/state/minState/Array(LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,uint16 OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/minState/Array(Array(String)) OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 98ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,nullable_uint8_ OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/minState/Array(Map(String,LowCardinality(Float64))) OK 114ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,nullable_uint64_ OK 112ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 101ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 126ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 132ms
/aggregate functions/state/minState/Array(Tuple(String)) OK 108ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,uint8 OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,nullable_uint32_ OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/minState/LowCardinality(UInt8) OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,uint64 OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,uint8 OK 87ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,nullable_uint16_ OK 69ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,uint32 OK 102ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/state/minState/LowCardinality(UInt16) OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,uint64 OK 82ms
/aggregate functions/state/minState/LowCardinality(UInt32) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,lowcardinality_uint64_ OK 103ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,uint32 OK 101ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,uint16 OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,nullable_uint8_ OK 78ms
/aggregate functions/state/minState/LowCardinality(UInt64) OK 109ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 103ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,lowcardinality_uint32_ OK 93ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,uint16 OK 103ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,nullable_uint64_ OK 81ms
/aggregate functions/state/minState/LowCardinality(UInt128) OK 107ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,lowcardinality_uint16_ OK 98ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 107ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,nullable_uint8_ OK 110ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,nullable_uint32_ OK 100ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/minState/LowCardinality(Int8) OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,uint8 OK 96ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,nullable_uint64_ OK 96ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,nullable_uint16_ OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/minState/LowCardinality(Int16) OK 102ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,uint64 OK 104ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,nullable_uint32_ OK 108ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/minState/LowCardinality(Int32) OK 167ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,uint32 OK 145ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,nullable_uint16_ OK 150ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,lowcardinality_uint64_ OK 127ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 129ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,uint16 OK 115ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,lowcardinality_uint32_ OK 110ms
/aggregate functions/state/minState/LowCardinality(Int64) OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,uint8 OK 116ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,lowcardinality_uint8_ OK 113ms
/aggregate functions/state/minState/LowCardinality(Int128) OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,lowcardinality_uint16_ OK 100ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,uint64 OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/minState/LowCardinality(Float32) OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 94ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,uint32 OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/minState/LowCardinality(Float64) OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,uint16 OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,lowcardinality_uint16_ OK 87ms
/aggregate functions/state/minState/LowCardinality(Date) OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 70ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/minState/LowCardinality(DateTime) OK 67ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/minState/LowCardinality(Bool) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/minState/LowCardinality(String) OK 99ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,uint8 OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/minState/LowCardinality(FixedString(51)) OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,uint64 OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 101ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/minState/LowCardinality(UUID) OK 85ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,uint32 OK 108ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,uint8 OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/minState/LowCardinality(Nullable(UInt8)) OK 88ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,uint16 OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,uint64 OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/state/minState/LowCardinality(Nullable(UInt16)) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,nullable_uint8_ OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,uint32 OK 100ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/minState/LowCardinality(Nullable(UInt32)) OK 91ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 70ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,nullable_uint64_ OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,uint16 OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/minState/LowCardinality(Nullable(UInt64)) OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,nullable_uint32_ OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,uint8 OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,nullable_uint8_ OK 85ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/minState/LowCardinality(Nullable(UInt128)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,nullable_uint16_ OK 71ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,uint64 OK 115ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,nullable_uint64_ OK 96ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/minState/LowCardinality(Nullable(Int8)) OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 106ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,nullable_uint32_ OK 106ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,uint32 OK 98ms
/aggregate functions/state/minState/LowCardinality(Nullable(Int16)) OK 81ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,uint8 OK 108ms
/aggregate functions/state/minState/LowCardinality(Nullable(Int32)) OK 86ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,nullable_uint16_ OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,uint16 OK 78ms
/aggregate functions/state/minState/LowCardinality(Nullable(Int64)) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 97ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,uint64 OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 104ms
/aggregate functions/state/minState/LowCardinality(Nullable(Int128)) OK 114ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,lowcardinality_uint64_ OK 136ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 109ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,uint32 OK 109ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 137ms
/aggregate functions/state/minState/LowCardinality(Nullable(Float32)) OK 121ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 119ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,uint16 OK 112ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,lowcardinality_uint32_ OK 105ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/state/minState/LowCardinality(Nullable(Float64)) OK 93ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,nullable_uint8_ OK 104ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 107ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/minState/LowCardinality(Nullable(Date)) OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 103ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,nullable_uint64_ OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,uint8 OK 74ms
/aggregate functions/state/minState/LowCardinality(Nullable(DateTime)) OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,nullable_uint32_ OK 120ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,uint64 OK 138ms
/aggregate functions/state/minState/LowCardinality(Nullable(Bool)) OK 125ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 210ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,nullable_uint16_ OK 195ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 136ms
/aggregate functions/state/minState/LowCardinality(Nullable(String)) OK 142ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,uint32 OK 142ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,lowcardinality_uint8_ OK 109ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/minState/LowCardinality(Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,uint16 OK 83ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,uint8 OK 111ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,nullable_uint8_ OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/state/minState/LowCardinality(Nullable(UUID)) OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,lowcardinality_uint64_ OK 66ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,nullable_uint64_ OK 76ms
/aggregate functions/state/minState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 589ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,uint64 OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,lowcardinality_uint16_ OK 101ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,nullable_uint32_ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,uint32 OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 112ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,nullable_uint16_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,uint16 OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,uint8 OK 91ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,lowcardinality_uint8_ OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,nullable_uint8_ OK 79ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,uint64 OK 82ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,nullable_uint64_ OK 107ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,uint32 OK 73ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,nullable_uint32_ OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,uint16 OK 86ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,uint8 OK 84ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,nullable_uint16_ OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,uint64 OK 92ms
/aggregate functions/state/quantilesDeterministicState OK 4s 667ms
/aggregate functions/state/quantilesDeterministicState/constant OK 49ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 106ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/quantilesDeterministicState/zero rows OK 46ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,uint32 OK 79ms
/aggregate functions/state/quantilesDeterministicState/single row OK 51ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,uint16 OK 99ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,lowcardinality_uint64_ OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 75ms
/aggregate functions/state/quantilesDeterministicState/with group by OK 55ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantilesDeterministicState/some negative values OK 39ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,lowcardinality_uint32_ OK 98ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,nullable_uint8_ OK 83ms
/aggregate functions/state/quantilesDeterministicState/NULL value handling OK 43ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,uint8 OK 90ms
/aggregate functions/state/quantilesDeterministicState/single NULL value OK 63ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,nullable_uint64_ OK 76ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,lowcardinality_uint16_ OK 81ms
/aggregate functions/state/quantilesDeterministicState/return type OK 42ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,uint64 OK 68ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/quantilesDeterministicState/doc example OK 51ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,nullable_uint32_ OK 73ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 106ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,uint32 OK 89ms
/aggregate functions/state/quantilesDeterministicState/inf OK 42ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,nullable_uint16_ OK 81ms
/aggregate functions/state/quantilesDeterministicState/-inf OK 48ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,uint16 OK 77ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/quantilesDeterministicState/nan OK 44ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 72ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/quantilesDeterministicState/inf, -inf, nan OK 42ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,nullable_uint8_ OK 84ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/quantilesDeterministicState/UInt8 OK 76ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,nullable_uint64_ OK 79ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 104ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/quantilesDeterministicState/UInt16 OK 69ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,nullable_uint32_ OK 78ms
/aggregate functions/state/quantilesDeterministicState/UInt32 OK 118ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 118ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,lowcardinality_uint16_ OK 110ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,uint8 OK 111ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,nullable_uint16_ OK 72ms
/aggregate functions/state/quantilesDeterministicState/UInt64 OK 102ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 109ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,uint64 OK 102ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/quantilesDeterministicState/Int8 OK 111ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_uint64_ OK 98ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,uint32 OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,uint8 OK 74ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,uint64 OK 81ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,uint16 OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/quantilesDeterministicState/Int16 OK 79ms
/aggregate functions/state/quantileExactWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,uint32 OK 92ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,nullable_uint8_ OK 86ms
/aggregate functions/state/quantilesDeterministicState/Int32 OK 76ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/quantilesExactState OK 4s 714ms
/aggregate functions/state/quantilesExactState/constant OK 44ms
/aggregate functions/state/quantilesExactState/zero rows OK 62ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,uint16 OK 89ms
/aggregate functions/state/quantilesDeterministicState/Int64 OK 86ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,nullable_uint64_ OK 88ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/quantilesExactState/single row OK 51ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 110ms
/aggregate functions/state/quantilesDeterministicState/Float32 OK 103ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,nullable_uint32_ OK 94ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/quantilesExactState/with group by OK 41ms
/aggregate functions/state/quantilesExactState/some negative values OK 52ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint32__ OK 106ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,nullable_uint16_ OK 106ms
/aggregate functions/state/quantilesDeterministicState/Float64 OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 83ms
/aggregate functions/state/quantilesExactState/NULL value handling OK 41ms
/aggregate functions/state/quantilesExactState/single NULL value OK 47ms
/aggregate functions/state/quantilesDeterministicState/Date OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint16__ OK 99ms
/aggregate functions/state/quantilesExactState/return type OK 60ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/quantilesExactState/doc example OK 47ms
/aggregate functions/state/quantilesDeterministicState/DateTime OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 90ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,uint8 OK 90ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,lowcardinality_uint64_ OK 89ms
/aggregate functions/state/quantilesExactState/inf OK 42ms
/aggregate functions/state/quantilesDeterministicState/Nullable(UInt8) OK 77ms
/aggregate functions/state/quantilesExactState/-inf OK 45ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 114ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,uint64 OK 108ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,lowcardinality_uint32_ OK 93ms
/aggregate functions/state/quantilesExactState/nan OK 51ms
/aggregate functions/state/quantilesDeterministicState/Nullable(UInt16) OK 76ms
/aggregate functions/state/quantilesExactState/inf, -inf, nan OK 49ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,lowcardinality_uint16_ OK 100ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,uint32 OK 76ms
/aggregate functions/state/quantilesExactState/UInt8 OK 83ms
/aggregate functions/state/quantilesDeterministicState/Nullable(UInt32) OK 75ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,uint16 OK 103ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 105ms
/aggregate functions/state/quantilesDeterministicState/Nullable(UInt64) OK 83ms
/aggregate functions/state/quantilesExactState/UInt16 OK 101ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/quantilesDeterministicState/Nullable(Int8) OK 112ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,nullable_uint8_ OK 104ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantilesExactState/UInt32 OK 69ms
/aggregate functions/state/quantilesExactState/UInt64 OK 104ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 104ms
/aggregate functions/state/quantilesDeterministicState/Nullable(Int16) OK 77ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,nullable_uint64_ OK 92ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/quantilesDeterministicState/Nullable(Int32) OK 86ms
/aggregate functions/state/quantilesExactState/Int8 OK 95ms
/aggregate functions/state/quantileTimingWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,nullable_uint32_ OK 75ms
/aggregate functions/state/quantilesDeterministicState/Nullable(Int64) OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,nullable_uint16_ OK 84ms
/aggregate functions/state/quantilesExactState/Int16 OK 82ms
/aggregate functions/state/quantilesExactExclusiveState OK 4s 605ms
/aggregate functions/state/quantilesExactExclusiveState/constant OK 50ms
/aggregate functions/state/quantilesExactExclusiveState/zero rows OK 46ms
/aggregate functions/state/quantilesDeterministicState/Nullable(Float32) OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/quantilesExactState/Int32 OK 81ms
/aggregate functions/state/quantilesExactExclusiveState/single row OK 45ms
/aggregate functions/state/quantilesDeterministicState/Nullable(Float64) OK 97ms
/aggregate functions/state/quantilesExactExclusiveState/with group by OK 65ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantilesExactState/Int64 OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,uint8 OK 70ms
/aggregate functions/state/quantilesExactExclusiveState/some negative values OK 40ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,uint64 OK 97ms
/aggregate functions/state/quantilesExactState/Float32 OK 96ms
/aggregate functions/state/quantilesDeterministicState/Nullable(Date) OK 78ms
/aggregate functions/state/quantilesExactExclusiveState/NULL value handling OK 50ms
/aggregate functions/state/quantilesExactExclusiveState/single NULL value OK 46ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/quantilesDeterministicState/Nullable(DateTime) OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,uint32 OK 75ms
/aggregate functions/state/quantilesExactState/Float64 OK 70ms
/aggregate functions/state/quantilesExactExclusiveState/return type OK 43ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/quantilesExactExclusiveState/doc example OK 46ms
/aggregate functions/state/quantilesExactState/Date OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,uint16 OK 91ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(UInt8) OK 76ms
/aggregate functions/state/quantilesExactExclusiveState/inf OK 45ms
/aggregate functions/state/quantilesExactState/DateTime OK 83ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/quantilesExactExclusiveState/-inf OK 46ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(UInt16) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 86ms
/aggregate functions/state/quantilesExactExclusiveState/nan OK 54ms
/aggregate functions/state/quantilesExactState/Nullable(UInt8) OK 103ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(UInt32) OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 95ms
/aggregate functions/state/quantilesExactExclusiveState/inf, -inf, nan OK 43ms
/aggregate functions/state/quantilesExactExclusiveState/UInt8 OK 72ms
/aggregate functions/state/quantileTDigestWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(UInt64) OK 75ms
/aggregate functions/state/quantilesExactState/Nullable(UInt16) OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 72ms
/aggregate functions/state/quantilesExactExclusiveState/UInt16 OK 91ms
/aggregate functions/state/quantilesExactHighState OK 4s 607ms
/aggregate functions/state/quantilesExactHighState/constant OK 40ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Int8) OK 77ms
/aggregate functions/state/quantilesExactState/Nullable(UInt32) OK 68ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 79ms
/aggregate functions/state/quantilesExactHighState/zero rows OK 39ms
/aggregate functions/state/quantilesExactExclusiveState/UInt32 OK 91ms
/aggregate functions/state/quantilesExactHighState/single row OK 57ms
/aggregate functions/state/quantilesExactState/Nullable(UInt64) OK 85ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Int16) OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/quantilesExactHighState/with group by OK 43ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Int32) OK 79ms
/aggregate functions/state/quantilesExactExclusiveState/UInt64 OK 78ms
/aggregate functions/state/quantilesExactState/Nullable(Int8) OK 74ms
/aggregate functions/state/quantilesExactHighState/some negative values OK 68ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 99ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Int64) OK 85ms
/aggregate functions/state/quantilesExactExclusiveState/Int8 OK 76ms
/aggregate functions/state/quantilesExactState/Nullable(Int16) OK 92ms
/aggregate functions/state/quantilesExactHighState/NULL value handling OK 58ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/quantilesExactHighState/single NULL value OK 42ms
/aggregate functions/state/quantilesExactExclusiveState/Int16 OK 79ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Float32) OK 88ms
/aggregate functions/state/quantilesExactState/Nullable(Int32) OK 86ms
/aggregate functions/state/quantilesExactHighState/return type OK 52ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/quantilesExactExclusiveState/Int32 OK 82ms
/aggregate functions/state/quantilesExactHighState/doc example OK 40ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Float64) OK 86ms
/aggregate functions/state/quantilesExactState/Nullable(Int64) OK 84ms
/aggregate functions/state/quantilesExactHighState/inf OK 46ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/quantilesExactExclusiveState/Int64 OK 78ms
/aggregate functions/state/quantilesExactHighState/-inf OK 41ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Date) OK 81ms
/aggregate functions/state/quantilesExactState/Nullable(Float32) OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/quantilesExactHighState/nan OK 39ms
/aggregate functions/state/quantilesExactExclusiveState/Float32 OK 81ms
/aggregate functions/state/quantilesExactHighState/inf, -inf, nan OK 51ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(DateTime) OK 78ms
/aggregate functions/state/quantilesExactState/Nullable(Float64) OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/quantilesExactHighState/UInt8 OK 72ms
/aggregate functions/state/quantilesExactExclusiveState/Float64 OK 78ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(UInt8)) OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/quantilesExactState/Nullable(Date) OK 74ms
/aggregate functions/state/quantilesExactHighState/UInt16 OK 71ms
/aggregate functions/state/quantilesExactExclusiveState/Date OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,uint8 OK 75ms
/aggregate functions/state/quantilesExactState/Nullable(DateTime) OK 72ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(UInt16)) OK 80ms
/aggregate functions/state/quantilesExactHighState/UInt32 OK 82ms
/aggregate functions/state/quantilesExactExclusiveState/DateTime OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,uint64 OK 80ms
/aggregate functions/state/quantilesExactState/LowCardinality(UInt8) OK 83ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(UInt32)) OK 82ms
/aggregate functions/state/quantilesExactHighState/UInt64 OK 74ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(UInt8) OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,uint32 OK 76ms
/aggregate functions/state/quantilesExactState/LowCardinality(UInt16) OK 68ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(UInt64)) OK 79ms
/aggregate functions/state/quantilesExactHighState/Int8 OK 75ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(UInt16) OK 86ms
/aggregate functions/state/quantilesExactState/LowCardinality(UInt32) OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,uint16 OK 73ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(Int8)) OK 71ms
/aggregate functions/state/quantilesExactHighState/Int16 OK 70ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(UInt32) OK 85ms
/aggregate functions/state/quantilesExactState/LowCardinality(UInt64) OK 74ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 79ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(Int16)) OK 80ms
/aggregate functions/state/quantilesExactHighState/Int32 OK 77ms
/aggregate functions/state/quantilesExactState/LowCardinality(Int8) OK 92ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(UInt64) OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 77ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(Int32)) OK 82ms
/aggregate functions/state/quantilesExactHighState/Int64 OK 84ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(Int8) OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 78ms
/aggregate functions/state/quantilesExactState/LowCardinality(Int16) OK 70ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(Int64)) OK 72ms
/aggregate functions/state/quantilesExactHighState/Float32 OK 79ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(Int16) OK 84ms
/aggregate functions/state/quantilesExactState/LowCardinality(Int32) OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 97ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(Float32)) OK 81ms
/aggregate functions/state/quantilesExactHighState/Float64 OK 78ms
/aggregate functions/state/quantilesExactState/LowCardinality(Int64) OK 76ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(Int32) OK 71ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(Float64)) OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/quantilesExactHighState/Date OK 83ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(Int64) OK 84ms
/aggregate functions/state/quantilesExactState/LowCardinality(Float32) OK 82ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(Date)) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/quantilesExactHighState/DateTime OK 74ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(Float32) OK 72ms
/aggregate functions/state/quantilesExactState/LowCardinality(Float64) OK 78ms
/aggregate functions/state/quantilesExactHighState/Nullable(UInt8) OK 84ms
/aggregate functions/state/quantilesDeterministicState/LowCardinality(Nullable(DateTime)) OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(Float64) OK 70ms
/aggregate functions/state/quantilesExactState/LowCardinality(Date) OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 157ms
/aggregate functions/state/quantilesExactHighState/Nullable(UInt16) OK 161ms
/aggregate functions/state/quantilesExactInclusiveState OK 4s 645ms
/aggregate functions/state/quantilesExactInclusiveState/constant OK 47ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(Date) OK 136ms
/aggregate functions/state/quantilesExactState/LowCardinality(DateTime) OK 119ms
/aggregate functions/state/quantilesExactInclusiveState/zero rows OK 111ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/quantilesExactHighState/Nullable(UInt32) OK 104ms
/aggregate functions/state/quantilesExactInclusiveState/single row OK 47ms
/aggregate functions/state/quantilesExactExclusiveState/Nullable(DateTime) OK 81ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(UInt8)) OK 93ms
/aggregate functions/state/quantilesExactInclusiveState/with group by OK 44ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(UInt8) OK 78ms
/aggregate functions/state/quantilesExactInclusiveState/some negative values OK 44ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(UInt16)) OK 76ms
/aggregate functions/state/quantilesExactHighState/Nullable(UInt64) OK 76ms
/aggregate functions/state/quantilesExactInclusiveState/NULL value handling OK 49ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(UInt16) OK 78ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/state/quantilesExactHighState/Nullable(Int8) OK 79ms
/aggregate functions/state/quantilesExactInclusiveState/single NULL value OK 55ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(UInt32) OK 81ms
/aggregate functions/state/quantilesExactInclusiveState/return type OK 47ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(UInt64)) OK 77ms
/aggregate functions/state/quantilesExactHighState/Nullable(Int16) OK 78ms
/aggregate functions/state/quantilesExactInclusiveState/doc example OK 49ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,uint8 OK 75ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(UInt64) OK 172ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(Int8)) OK 159ms
/aggregate functions/state/quantilesExactHighState/Nullable(Int32) OK 147ms
/aggregate functions/state/quantilesExactInclusiveState/inf OK 48ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,uint64 OK 114ms
/aggregate functions/state/quantilesExactInclusiveState/-inf OK 102ms
/aggregate functions/state/quantilesExactHighState/Nullable(Int64) OK 103ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(Int16)) OK 102ms
/aggregate functions/state/quantilesExactInclusiveState/nan OK 63ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Int8) OK 101ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,uint32 OK 101ms
/aggregate functions/state/quantilesExactInclusiveState/inf, -inf, nan OK 53ms
/aggregate functions/state/quantilesExactHighState/Nullable(Float32) OK 87ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(Int32)) OK 79ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Int16) OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,uint16 OK 79ms
/aggregate functions/state/quantilesExactInclusiveState/UInt8 OK 83ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(Int64)) OK 81ms
/aggregate functions/state/quantilesExactHighState/Nullable(Float64) OK 75ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Int32) OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 75ms
/aggregate functions/state/quantilesExactInclusiveState/UInt16 OK 78ms
/aggregate functions/state/quantilesExactHighState/Nullable(Date) OK 77ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(Float32)) OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 78ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Int64) OK 72ms
/aggregate functions/state/quantilesExactInclusiveState/UInt32 OK 83ms
/aggregate functions/state/quantilesExactHighState/Nullable(DateTime) OK 81ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Float32) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 81ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(Float64)) OK 71ms
/aggregate functions/state/quantilesExactInclusiveState/UInt64 OK 70ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(Date)) OK 107ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Float64) OK 77ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(UInt8) OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 73ms
/aggregate functions/state/quantilesExactInclusiveState/Int8 OK 74ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(UInt16) OK 80ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Date) OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/quantilesExactInclusiveState/Int16 OK 82ms
/aggregate functions/state/quantilesExactState/LowCardinality(Nullable(DateTime)) OK 76ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(UInt32) OK 69ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(DateTime) OK 84ms
/aggregate functions/state/quantilesExactInclusiveState/Int32 OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantilesExactLowState OK 4s 653ms
/aggregate functions/state/quantilesExactLowState/constant OK 54ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(UInt64) OK 76ms
/aggregate functions/state/quantilesExactLowState/zero rows OK 39ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(UInt8)) OK 71ms
/aggregate functions/state/quantilesExactInclusiveState/Int64 OK 80ms
/aggregate functions/state/quantilesExactLowState/single row OK 44ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Int8) OK 71ms
/aggregate functions/state/quantilesExactLowState/with group by OK 47ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(UInt16)) OK 71ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/quantilesExactInclusiveState/Float32 OK 79ms
/aggregate functions/state/quantilesExactLowState/some negative values OK 46ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Int16) OK 74ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(UInt32)) OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/quantilesExactLowState/NULL value handling OK 48ms
/aggregate functions/state/quantilesExactInclusiveState/Float64 OK 86ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Int32) OK 86ms
/aggregate functions/state/quantilesExactLowState/single NULL value OK 40ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(UInt64)) OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/quantilesExactLowState/return type OK 44ms
/aggregate functions/state/quantilesExactInclusiveState/Date OK 75ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Int64) OK 79ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(Int8)) OK 84ms
/aggregate functions/state/quantilesExactLowState/doc example OK 47ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/quantilesExactInclusiveState/DateTime OK 75ms
/aggregate functions/state/quantilesExactLowState/inf OK 49ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Float32) OK 76ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(Int16)) OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/quantilesExactLowState/-inf OK 39ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(UInt8) OK 82ms
/aggregate functions/state/quantilesExactLowState/nan OK 62ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Float64) OK 77ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(Int32)) OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,uint8 OK 78ms
/aggregate functions/state/quantilesExactLowState/inf, -inf, nan OK 44ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(UInt16) OK 76ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Date) OK 88ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(Int64)) OK 69ms
/aggregate functions/state/quantilesExactLowState/UInt8 OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,uint64 OK 81ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(UInt32) OK 80ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(Float32)) OK 75ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(DateTime) OK 82ms
/aggregate functions/state/quantilesExactLowState/UInt16 OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,uint32 OK 73ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(UInt64) OK 80ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(Float64)) OK 83ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(UInt8)) OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,uint16 OK 75ms
/aggregate functions/state/quantilesExactLowState/UInt32 OK 72ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(Int8) OK 80ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(Date)) OK 84ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(UInt16)) OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 79ms
/aggregate functions/state/quantilesExactLowState/UInt64 OK 78ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(Int16) OK 74ms
/aggregate functions/state/quantilesExactExclusiveState/LowCardinality(Nullable(DateTime)) OK 82ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(UInt32)) OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 127ms
/aggregate functions/state/quantilesExactLowState/Int8 OK 122ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(Int32) OK 89ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(UInt64)) OK 123ms
/aggregate functions/state/quantilesExactWeightedState OK 1m 19s
/aggregate functions/state/quantilesExactWeightedState/constant OK 81ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(Int64) OK 71ms
/aggregate functions/state/quantilesExactLowState/Int16 OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 72ms
/aggregate functions/state/quantilesExactWeightedState/zero rows OK 41ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(Int8)) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/single row OK 45ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(Float32) OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 89ms
/aggregate functions/state/quantilesExactLowState/Int32 OK 80ms
/aggregate functions/state/quantilesExactWeightedState/single row with zero weight OK 55ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(Int16)) OK 77ms
/aggregate functions/state/quantilesExactLowState/Int64 OK 78ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(Float64) OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/with group by OK 56ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(Int32)) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/some negative values OK 44ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(Date) OK 86ms
/aggregate functions/state/quantilesExactLowState/Float32 OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/NULL value handling OK 52ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(Int64)) OK 72ms
/aggregate functions/state/quantilesExactWeightedState/weight NULL value handling OK 47ms
/aggregate functions/state/quantilesExactInclusiveState/Nullable(DateTime) OK 79ms
/aggregate functions/state/quantilesExactLowState/Float64 OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(Float32)) OK 68ms
/aggregate functions/state/quantilesExactWeightedState/single NULL value OK 48ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(UInt8) OK 87ms
/aggregate functions/state/quantilesExactLowState/Date OK 97ms
/aggregate functions/state/quantilesExactWeightedState/return type OK 67ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(Float64)) OK 70ms
/aggregate functions/state/quantilesExactWeightedState/doc example OK 63ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(UInt16) OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(Date)) OK 79ms
/aggregate functions/state/quantilesExactLowState/DateTime OK 72ms
/aggregate functions/state/quantilesExactWeightedState/inf OK 53ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(UInt32) OK 91ms
/aggregate functions/state/quantilesExactLowState/Nullable(UInt8) OK 83ms
/aggregate functions/state/quantilesExactHighState/LowCardinality(Nullable(DateTime)) OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/quantilesExactWeightedState/-inf OK 51ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(UInt64) OK 88ms
/aggregate functions/state/quantilesExactWeightedState/nan OK 71ms
/aggregate functions/state/quantilesTDigestState OK 4s 676ms
/aggregate functions/state/quantilesTDigestState/constant OK 68ms
/aggregate functions/state/quantilesExactLowState/Nullable(UInt16) OK 71ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/quantilesExactWeightedState/inf, -inf, nan OK 58ms
/aggregate functions/state/quantilesTDigestState/zero rows OK 50ms
/aggregate functions/state/quantilesExactLowState/Nullable(UInt32) OK 102ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Int8) OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/quantilesTDigestState/single row OK 48ms
/aggregate functions/state/quantilesExactWeightedState/datatypes OK 1m 18s
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations OK 1m 18s
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,uint8 OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,uint8 OK 74ms
/aggregate functions/state/quantilesTDigestState/with group by OK 47ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Int16) OK 79ms
/aggregate functions/state/quantilesExactLowState/Nullable(UInt64) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,uint64 OK 80ms
/aggregate functions/state/quantilesTDigestState/some negative values OK 44ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,uint64 OK 83ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Int32) OK 73ms
/aggregate functions/state/quantilesExactLowState/Nullable(Int8) OK 74ms
/aggregate functions/state/quantilesTDigestState/NULL value handling OK 55ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,uint32 OK 75ms
/aggregate functions/state/quantilesTDigestState/single NULL value OK 43ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,uint32 OK 77ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Int64) OK 86ms
/aggregate functions/state/quantilesExactLowState/Nullable(Int16) OK 76ms
/aggregate functions/state/quantilesTDigestState/return type OK 50ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,uint16 OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,uint16 OK 90ms
/aggregate functions/state/quantilesExactLowState/Nullable(Int32) OK 98ms
/aggregate functions/state/quantilesTDigestState/doc example OK 46ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Float32) OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,nullable_uint8_ OK 84ms
/aggregate functions/state/quantilesTDigestState/inf OK 41ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 81ms
/aggregate functions/state/quantilesTDigestState/-inf OK 57ms
/aggregate functions/state/quantilesExactLowState/Nullable(Int64) OK 71ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Float64) OK 67ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,nullable_uint64_ OK 77ms
/aggregate functions/state/quantilesTDigestState/nan OK 41ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 78ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Date) OK 77ms
/aggregate functions/state/quantilesExactLowState/Nullable(Float32) OK 72ms
/aggregate functions/state/quantilesTDigestState/inf, -inf, nan OK 42ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,nullable_uint32_ OK 77ms
/aggregate functions/state/quantilesTDigestState/UInt8 OK 69ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 74ms
/aggregate functions/state/quantilesExactLowState/Nullable(Float64) OK 84ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(DateTime) OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,nullable_uint16_ OK 76ms
/aggregate functions/state/quantilesTDigestState/UInt16 OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 113ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(UInt8)) OK 97ms
/aggregate functions/state/quantilesExactLowState/Nullable(Date) OK 105ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/quantilesTDigestState/UInt32 OK 86ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(UInt16)) OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantilesExactLowState/Nullable(DateTime) OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/quantilesTDigestState/UInt64 OK 89ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(UInt32)) OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(UInt8) OK 69ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/quantilesTDigestState/Int8 OK 74ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(UInt64)) OK 76ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(UInt16) OK 74ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/quantilesTDigestState/Int16 OK 85ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(Int8)) OK 73ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(UInt32) OK 103ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/quantilesTDigestState/Int32 OK 79ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(Int16)) OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(UInt64) OK 72ms
/aggregate functions/state/quantilesTDigestState/Int64 OK 86ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(Int32)) OK 81ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Int8) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/quantilesTDigestState/Float32 OK 77ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(Int64)) OK 70ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Int16) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/quantilesTDigestState/Float64 OK 78ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(Float32)) OK 71ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Int32) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,uint8 OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/quantilesTDigestState/Date OK 78ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(Float64)) OK 74ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Int64) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,uint8 OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,uint64 OK 77ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(Date)) OK 83ms
/aggregate functions/state/quantilesTDigestState/DateTime OK 83ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Float32) OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,uint64 OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,uint32 OK 73ms
/aggregate functions/state/quantilesExactInclusiveState/LowCardinality(Nullable(DateTime)) OK 85ms
/aggregate functions/state/quantilesTDigestState/Nullable(UInt8) OK 74ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Float64) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,uint16 OK 171ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,uint32 OK 160ms
/aggregate functions/state/quantilesTDigestState/Nullable(UInt16) OK 144ms
/aggregate functions/state/quantilesTDigestWeightedState OK 1m 16s
/aggregate functions/state/quantilesTDigestWeightedState/constant OK 47ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Date) OK 122ms
/aggregate functions/state/quantilesTDigestWeightedState/zero rows OK 111ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,uint16 OK 78ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(DateTime) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,nullable_uint8_ OK 77ms
/aggregate functions/state/quantilesTDigestState/Nullable(UInt32) OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/single row OK 41ms
/aggregate functions/state/quantilesTDigestWeightedState/single row with zero weight OK 51ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,nullable_uint64_ OK 80ms
/aggregate functions/state/quantilesTDigestState/Nullable(UInt64) OK 82ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(UInt8)) OK 68ms
/aggregate functions/state/quantilesTDigestWeightedState/with group by OK 49ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(UInt16)) OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,nullable_uint32_ OK 84ms
/aggregate functions/state/quantilesTDigestState/Nullable(Int8) OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/some negative values OK 63ms
/aggregate functions/state/quantilesTDigestWeightedState/NULL value handling OK 47ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(UInt32)) OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,nullable_uint16_ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 74ms
/aggregate functions/state/quantilesTDigestState/Nullable(Int16) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/weight NULL value handling OK 48ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/single NULL value OK 54ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(UInt64)) OK 84ms
/aggregate functions/state/quantilesTDigestState/Nullable(Int32) OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/return type OK 42ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/quantilesTDigestState/Nullable(Int64) OK 76ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(Int8)) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/doc example OK 40ms
/aggregate functions/state/quantilesTDigestWeightedState/inf OK 44ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 94ms
/aggregate functions/state/quantilesTDigestState/Nullable(Float32) OK 89ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(Int16)) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 98ms
/aggregate functions/state/quantilesTDigestWeightedState/-inf OK 59ms
/aggregate functions/state/quantilesTDigestWeightedState/nan OK 43ms
/aggregate functions/state/quantilesTDigestState/Nullable(Float64) OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 91ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(Int32)) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/inf, -inf, nan OK 40ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes OK 1m 15s
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations OK 1m 15s
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,uint8 OK 110ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(Int64)) OK 85ms
/aggregate functions/state/quantilesTDigestState/Nullable(Date) OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(Float32)) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/quantilesTDigestState/Nullable(DateTime) OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,uint64 OK 80ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(Float64)) OK 107ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(UInt8) OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,uint32 OK 79ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(UInt16) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,uint16 OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(Date)) OK 83ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(UInt32) OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,uint8 OK 85ms
/aggregate functions/state/quantilesExactLowState/LowCardinality(Nullable(DateTime)) OK 99ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,nullable_uint8_ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 75ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(UInt64) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,uint64 OK 93ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,nullable_uint64_ OK 89ms
/aggregate functions/state/quantilesTimingState OK 4s 247ms
/aggregate functions/state/quantilesTimingState/constant OK 43ms
/aggregate functions/state/quantilesTimingState/zero rows OK 51ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 85ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Int8) OK 95ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,nullable_uint32_ OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,uint32 OK 89ms
/aggregate functions/state/quantilesTimingState/single row OK 65ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,nullable_uint16_ OK 70ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Int16) OK 77ms
/aggregate functions/state/quantilesTimingState/with group by OK 43ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,uint16 OK 75ms
/aggregate functions/state/quantilesTimingState/some negative values OK 48ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 75ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Int32) OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,nullable_uint8_ OK 82ms
/aggregate functions/state/quantilesTimingState/NULL value handling OK 48ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 76ms
/aggregate functions/state/quantilesTimingState/single NULL value OK 42ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Int64) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,nullable_uint64_ OK 85ms
/aggregate functions/state/quantilesTimingState/return type OK 41ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/quantilesTimingState/doc example OK 40ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Float32) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,nullable_uint32_ OK 84ms
/aggregate functions/state/quantilesTimingState/inf OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Float64) OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,nullable_uint16_ OK 129ms
/aggregate functions/state/quantilesTimingState/-inf OK 45ms
/aggregate functions/state/quantilesTimingState/nan OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 81ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Date) OK 103ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 97ms
/aggregate functions/state/quantilesTimingState/inf, -inf, nan OK 44ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/quantilesTimingState/UInt8 OK 71ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(DateTime) OK 74ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/quantilesTimingState/UInt16 OK 72ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(UInt8)) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 114ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 101ms
/aggregate functions/state/quantilesTimingState/UInt32 OK 99ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(UInt16)) OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,uint8 OK 87ms
/aggregate functions/state/quantilesTimingState/UInt64 OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(UInt32)) OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,uint64 OK 87ms
/aggregate functions/state/quantilesTimingState/Int8 OK 85ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(UInt64)) OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,uint32 OK 69ms
/aggregate functions/state/quantilesTimingState/Int16 OK 81ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(Int8)) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,uint16 OK 91ms
/aggregate functions/state/quantilesTimingState/Int32 OK 69ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(Int16)) OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 101ms
/aggregate functions/state/quantilesTimingState/Int64 OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,nullable_uint8_ OK 90ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(Int32)) OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,uint8 OK 83ms
/aggregate functions/state/quantilesTimingState/Float32 OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,nullable_uint64_ OK 91ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(Int64)) OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 77ms
/aggregate functions/state/quantilesTimingState/Float64 OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,uint64 OK 76ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(Float32)) OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,nullable_uint32_ OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 82ms
/aggregate functions/state/quantilesTimingState/Nullable(UInt8) OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,uint32 OK 78ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(Float64)) OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,nullable_uint16_ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,uint16 OK 72ms
/aggregate functions/state/quantilesTimingState/Nullable(UInt16) OK 73ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(Date)) OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,nullable_uint8_ OK 91ms
/aggregate functions/state/quantilesTimingState/Nullable(UInt32) OK 90ms
/aggregate functions/state/quantilesTDigestState/LowCardinality(Nullable(DateTime)) OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 72ms
/aggregate functions/state/quantilesTimingWeightedState OK 1m 10s
/aggregate functions/state/quantilesTimingWeightedState/constant OK 175ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,nullable_uint64_ OK 171ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 161ms
/aggregate functions/state/quantilesTimingState/Nullable(UInt64) OK 170ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 154ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 96ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,nullable_uint32_ OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/zero rows OK 60ms
/aggregate functions/state/quantilesTimingState/Nullable(Int8) OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/single row OK 53ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,nullable_uint16_ OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/quantilesTimingState/Nullable(Int16) OK 102ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/single row with zero weight OK 58ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/with group by OK 51ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/quantilesTimingState/Nullable(Int32) OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/some negative values OK 59ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/quantilesTimingState/Nullable(Int64) OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/NULL value handling OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/weight NULL value handling OK 52ms
/aggregate functions/state/quantilesTimingState/Nullable(Float32) OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,uint8 OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/single NULL value OK 47ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/quantilesTimingState/Nullable(Float64) OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/return type OK 61ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,uint64 OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/doc example OK 54ms
/aggregate functions/state/quantilesTimingState/LowCardinality(UInt8) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,uint32 OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/inf OK 47ms
/aggregate functions/state/quantilesTimingState/LowCardinality(UInt16) OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/-inf OK 60ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,uint16 OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/nan OK 57ms
/aggregate functions/state/quantilesTimingState/LowCardinality(UInt32) OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 107ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,nullable_uint8_ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/inf, -inf, nan OK 51ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 75ms
/aggregate functions/state/quantilesTimingState/LowCardinality(UInt64) OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes OK 1m 9s
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations OK 1m 9s
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,uint8 OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,nullable_uint64_ OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 94ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Int8) OK 104ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,uint8 OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,uint64 OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,nullable_uint32_ OK 101ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,uint64 OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,uint32 OK 102ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Int16) OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,nullable_uint16_ OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,uint32 OK 78ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Int32) OK 107ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,uint16 OK 98ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,uint16 OK 88ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Int64) OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,nullable_uint8_ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 73ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Float32) OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,nullable_uint64_ OK 92ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 68ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 81ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Float64) OK 74ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 179ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 180ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,nullable_uint32_ OK 167ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 152ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Nullable(UInt8)) OK 118ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Nullable(UInt16)) OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,nullable_uint16_ OK 102ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 92ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 112ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 98ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Nullable(UInt64)) OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Nullable(Int8)) OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 106ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Nullable(Int16)) OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,uint8 OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Nullable(Int32)) OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,uint64 OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 126ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Nullable(Int64)) OK 126ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 126ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,uint32 OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,uint16 OK 106ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Nullable(Float32)) OK 102ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 105ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 106ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,nullable_uint8_ OK 88ms
/aggregate functions/state/quantilesTimingState/LowCardinality(Nullable(Float64)) OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,nullable_uint64_ OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 76ms
/aggregate functions/state/rankCorrState OK 10s 8ms
/aggregate functions/state/rankCorrState/zero rows OK 62ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 103ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,uint8 OK 91ms
/aggregate functions/state/rankCorrState/single row OK 49ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,nullable_uint32_ OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,uint64 OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,uint8 OK 89ms
/aggregate functions/state/rankCorrState/with group by OK 53ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,nullable_uint16_ OK 77ms
/aggregate functions/state/rankCorrState/some negative values OK 50ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,uint32 OK 94ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,uint64 OK 93ms
/aggregate functions/state/rankCorrState/NULL value handling OK 42ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/rankCorrState/single NULL value OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,uint16 OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,uint32 OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 83ms
/aggregate functions/state/rankCorrState/inf, -inf, nan OK 490ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,uint16 OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,nullable_uint8_ OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,nullable_uint64_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 96ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,nullable_uint32_ OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,nullable_uint16_ OK 108ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/rankCorrState/return type OK 53ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 106ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 109ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/rankCorrState/example OK 46ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/rankCorrState/datatypes OK 9s 87ms
/aggregate functions/state/rankCorrState/datatypes/Float64,UInt8 OK 556ms
/aggregate functions/state/rankCorrState/datatypes/UInt8,Float64 OK 1s 12ms
/aggregate functions/state/rankCorrState/datatypes/Float64,UInt16 OK 1s 460ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,uint8 OK 1s 437ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 1s 454ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 1s 392ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 1s 376ms
/aggregate functions/state/rankCorrState/datatypes/UInt16,Float64 OK 910ms
/aggregate functions/state/rankCorrState/datatypes/Float64,UInt32 OK 466ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,uint64 OK 107ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 126ms
/aggregate functions/state/rankCorrState/datatypes/UInt32,Float64 OK 89ms
/aggregate functions/state/rankCorrState/datatypes/Float64,UInt64 OK 108ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 111ms
/aggregate functions/state/rankCorrState/datatypes/UInt64,Float64 OK 101ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 116ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Int8 OK 98ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,uint32 OK 120ms
/aggregate functions/state/rankCorrState/datatypes/Int8,Float64 OK 118ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Int16 OK 113ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 96ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 106ms
/aggregate functions/state/rankCorrState/datatypes/Int16,Float64 OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,uint16 OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 109ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Int32 OK 87ms
/aggregate functions/state/rankCorrState/datatypes/Int32,Float64 OK 103ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 105ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Int64 OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/rankCorrState/datatypes/Int64,Float64 OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 115ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Float32 OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 81ms
/aggregate functions/state/rankCorrState/datatypes/Float32,Float64 OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 172ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Float64 OK 170ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,uint8 OK 168ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Float64 OK 158ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 153ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Nullable(UInt8) OK 151ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 137ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 147ms
/aggregate functions/state/rankCorrState/datatypes/Nullable(UInt8),Float64 OK 125ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 132ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Nullable(UInt16) OK 135ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,uint64 OK 115ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 118ms
/aggregate functions/state/rankCorrState/datatypes/Nullable(UInt16),Float64 OK 117ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,uint32 OK 115ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Nullable(UInt32) OK 129ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,uint8 OK 115ms
/aggregate functions/state/rankCorrState/datatypes/Nullable(UInt32),Float64 OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 99ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Nullable(UInt64) OK 100ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 110ms
/aggregate functions/state/rankCorrState/datatypes/Nullable(UInt64),Float64 OK 135ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 124ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,uint16 OK 122ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Nullable(Int8) OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,uint64 OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 104ms
/aggregate functions/state/rankCorrState/datatypes/Nullable(Int8),Float64 OK 77ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Nullable(Int16) OK 112ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,uint32 OK 117ms
/aggregate functions/state/rankCorrState/datatypes/Nullable(Int16),Float64 OK 115ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 106ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 108ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Nullable(Int32) OK 107ms
/aggregate functions/state/rankCorrState/datatypes/Nullable(Int32),Float64 OK 133ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,uint16 OK 130ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Nullable(Int64) OK 119ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 110ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 111ms
/aggregate functions/state/rankCorrState/datatypes/Nullable(Int64),Float64 OK 104ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 124ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 112ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Nullable(Float32) OK 107ms
/aggregate functions/state/rankCorrState/datatypes/Nullable(Float32),Float64 OK 82ms
/aggregate functions/state/rankCorrState/datatypes/Float64,Nullable(Float64) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 112ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,nullable_uint8_ OK 109ms
/aggregate functions/state/rankCorrState/datatypes/Nullable(Float64),Float64 OK 77ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(UInt8) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 118ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(UInt8),Float64 OK 98ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 107ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,nullable_uint64_ OK 96ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(UInt16) OK 77ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(UInt16),Float64 OK 81ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(UInt32) OK 121ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 117ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,nullable_uint32_ OK 116ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 100ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(UInt32),Float64 OK 97ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(UInt64) OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 113ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 107ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(UInt64),Float64 OK 121ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 122ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,nullable_uint16_ OK 107ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Int8) OK 111ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Int8),Float64 OK 111ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 125ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 127ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 128ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Int16) OK 112ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Int16),Float64 OK 114ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 114ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Int32) OK 103ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 107ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Int32),Float64 OK 119ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Int64) OK 84ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Int64),Float64 OK 110ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,uint8 OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 110ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Float32) OK 140ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 136ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 115ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,uint64 OK 97ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Float32),Float64 OK 96ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Float64) OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Float64),Float64 OK 125ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,uint32 OK 122ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 102ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 111ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 202ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 199ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 193ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,uint16 OK 85ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 133ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 126ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 193ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 181ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 114ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,uint8 OK 103ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 126ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 123ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 93ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 118ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,uint64 OK 108ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 99ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 80ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,uint32 OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 109ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 107ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 105ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 93ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,uint16 OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,uint8 OK 85ms
/aggregate functions/state/rankCorrState/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 109ms
/aggregate functions/state/rankCorrState/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 109ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,uint64 OK 193ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 194ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 225ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 477ms
/aggregate functions/state/rankCorrState/datatypes/permutations OK 4s 896ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,uint32 OK 459ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 417ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 438ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 384ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,uint16 OK 291ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 253ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 198ms
/aggregate functions/state/rankCorrState/datatypes/permutations/UInt64,UInt64 OK 607ms
/aggregate functions/state/rankCorrState/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 68ms
/aggregate functions/state/rankCorrState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 509ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 1s 416ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 1s 417ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 1s 417ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,nullable_uint8_ OK 1s 407ms
/aggregate functions/state/rankCorrState/datatypes/permutations/UInt64,Nullable(Float32) OK 894ms
/aggregate functions/state/rankCorrState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 447ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 128ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 132ms
/aggregate functions/state/rankCorrState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 121ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,nullable_uint64_ OK 100ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 112ms
/aggregate functions/state/rankCorrState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 98ms
/aggregate functions/state/rankCorrState/datatypes/permutations/UInt64,Int64 OK 75ms
/aggregate functions/state/rankCorrState/datatypes/permutations/UInt64,Float32 OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,nullable_uint32_ OK 128ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(UInt64),UInt64 OK 115ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 100ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 100ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 101ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 116ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,nullable_uint16_ OK 97ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 132ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(UInt64),Int64 OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,uint8 OK 115ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 114ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(UInt64),Float32 OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Int64),UInt64 OK 123ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 109ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 116ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,uint64 OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 118ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,uint32 OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 128ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 97ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 103ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 114ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 110ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,uint16 OK 76ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 133ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Int64),Int64 OK 136ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 112ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,uint8 OK 127ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Int64),Float32 OK 115ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 106ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 143ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Float32),UInt64 OK 107ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 116ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 76ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 99ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,uint64 OK 99ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 77ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 95ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 102ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,uint32 OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 108ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 80ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,uint16 OK 127ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Float32),Int64 OK 103ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Nullable(Float32),Float32 OK 117ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 105ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 111ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 99ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 80ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 169ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 126ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 119ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 103ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 107ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 111ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 104ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 106ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,uint8 OK 108ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 77ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 104ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 115ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 95ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 106ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,uint64 OK 103ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 78ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 131ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 131ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 102ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,uint32 OK 115ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 112ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 101ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 121ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,uint16 OK 107ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Int64),Int64 OK 106ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Int64),Float32 OK 127ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 121ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 117ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 120ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 121ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 117ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 116ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 132ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,uint8 OK 90ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 116ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 124ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,uint64 OK 121ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Float32),Int64 OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 115ms
/aggregate functions/state/rankCorrState/datatypes/permutations/LowCardinality(Float32),Float32 OK 107ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Int64,UInt64 OK 77ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Int64,Nullable(UInt64) OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,uint32 OK 104ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 94ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Int64,Nullable(Int64) OK 71ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Int64,Nullable(Float32) OK 121ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 117ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 110ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,uint16 OK 95ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 99ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Int64,LowCardinality(Int64) OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 119ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Int64,LowCardinality(Float32) OK 109ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 105ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 114ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Int64,Int64 OK 78ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Int64,Float32 OK 106ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Float32,UInt64 OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 123ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 106ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Float32,Nullable(UInt64) OK 117ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,uint8 OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Float32,Nullable(Int64) OK 85ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Float32,Nullable(Float32) OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,uint64 OK 115ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 115ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 121ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 107ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 85ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Float32,LowCardinality(Int64) OK 70ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Float32,LowCardinality(Float32) OK 82ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Float32,Int64 OK 133ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 111ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,uint32 OK 102ms
/aggregate functions/state/rankCorrState/datatypes/permutations/Float32,Float32 OK 107ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 191ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 197ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 185ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,uint16 OK 187ms
/aggregate functions/state/simpleLinearRegressionState OK 10s 202ms
/aggregate functions/state/simpleLinearRegressionState/constant OK 60ms
/aggregate functions/state/simpleLinearRegressionState/zero rows OK 163ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/simpleLinearRegressionState/single row OK 55ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 110ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 116ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 77ms
/aggregate functions/state/simpleLinearRegressionState/with group by OK 48ms
/aggregate functions/state/simpleLinearRegressionState/some negative values OK 51ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 74ms
/aggregate functions/state/simpleLinearRegressionState/NULL value handling OK 56ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,uint8 OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 106ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 89ms
/aggregate functions/state/simpleLinearRegressionState/single NULL value OK 52ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,uint64 OK 90ms
/aggregate functions/state/simpleLinearRegressionState/inf, -inf, nan OK 451ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 114ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 124ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,uint32 OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,uint16 OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 101ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,uint8 OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,uint64 OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/simpleLinearRegressionState/return type OK 49ms
/aggregate functions/state/simpleLinearRegressionState/example OK 50ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,uint32 OK 105ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/simpleLinearRegressionState/datatypes OK 9s 160ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,UInt8 OK 583ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/UInt8,Float64 OK 1s 40ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,UInt16 OK 1s 647ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 1s 607ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 1s 604ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,uint16 OK 1s 582ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 1s 587ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/UInt16,Float64 OK 1s 68ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,UInt32 OK 615ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/UInt32,Float64 OK 142ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,UInt64 OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 93ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/UInt64,Float64 OK 113ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 109ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 133ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Int8 OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,uint8 OK 101ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Int8,Float64 OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 73ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Int16 OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Int16,Float64 OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,uint64 OK 107ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Int32 OK 101ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Int32,Float64 OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 95ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Int64 OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 77ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Int64,Float64 OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,uint32 OK 86ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Float32 OK 86ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float32,Float64 OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 99ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 91ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Float64 OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,uint16 OK 86ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Float64 OK 74ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Nullable(UInt8) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 95ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Nullable(UInt8),Float64 OK 83ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Nullable(UInt16) OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 87ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Nullable(UInt16),Float64 OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 102ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 105ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Nullable(UInt32) OK 96ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Nullable(UInt32),Float64 OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 236ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Nullable(UInt64) OK 236ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 190ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 193ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Nullable(UInt64),Float64 OK 192ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 180ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Nullable(Int8) OK 187ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 162ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Nullable(Int8),Float64 OK 156ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,uint8 OK 117ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 102ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Nullable(Int16) OK 117ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Nullable(Int16),Float64 OK 132ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 110ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,uint64 OK 106ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Nullable(Int32) OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 86ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Nullable(Int32),Float64 OK 92ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Nullable(Int64) OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 108ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 123ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Nullable(Int64),Float64 OK 119ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,uint32 OK 116ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 101ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Nullable(Float32) OK 84ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Nullable(Float32),Float64 OK 105ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 127ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,Nullable(Float64) OK 123ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Nullable(Float64),Float64 OK 105ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,uint16 OK 112ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(UInt8) OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,uint8 OK 113ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 115ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(UInt8),Float64 OK 80ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(UInt16) OK 101ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(UInt16),Float64 OK 94ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 101ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(UInt32) OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,uint64 OK 134ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 119ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(UInt32),Float64 OK 122ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(UInt64) OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 116ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(UInt64),Float64 OK 74ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Int8) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Int8),Float64 OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,uint32 OK 102ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 104ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Int16) OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Int16),Float64 OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 114ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Int32) OK 107ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,uint16 OK 121ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 99ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Int32),Float64 OK 103ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Int64) OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 149ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Int64),Float64 OK 119ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 132ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 132ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Float32) OK 128ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Float32),Float64 OK 112ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 96ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Float64) OK 123ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 130ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Float64),Float64 OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 106ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 100ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Nullable(UInt8)) OK 105ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,uint8 OK 101ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Nullable(UInt8)),Float64 OK 136ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 135ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 108ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Nullable(UInt16)) OK 77ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Nullable(UInt16)),Float64 OK 112ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 105ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,uint64 OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 109ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 100ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Nullable(UInt32)),Float64 OK 112ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Nullable(UInt64)) OK 120ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 128ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Nullable(UInt64)),Float64 OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,uint32 OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 78ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Nullable(Int8)) OK 100ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Nullable(Int8)),Float64 OK 103ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,uint16 OK 88ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Nullable(Int16)) OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 95ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 91ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Nullable(Int16)),Float64 OK 78ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Nullable(Int32)) OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 96ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Nullable(Int32)),Float64 OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 102ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Nullable(Int64)) OK 77ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Nullable(Int64)),Float64 OK 81ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Nullable(Float32)) OK 127ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 116ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 93ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Nullable(Float32)),Float64 OK 91ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/Float64,LowCardinality(Nullable(Float64)) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 293ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/LowCardinality(Nullable(Float64)),Float64 OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 191ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 150ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations OK 4s 912ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,uint8 OK 593ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 412ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 537ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 448ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 296ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,uint64 OK 277ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 255ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 240ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/UInt64,UInt64 OK 585ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 32ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 458ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 1s 377ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,uint32 OK 1s 299ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 1s 300ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 1s 300ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/UInt64,Nullable(Float32) OK 880ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 433ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,uint8 OK 124ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 115ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/UInt64,LowCardinality(Float32) OK 118ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/UInt64,Int64 OK 135ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,uint16 OK 120ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 118ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 113ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,uint64 OK 111ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/UInt64,Float32 OK 120ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(UInt64),UInt64 OK 118ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 110ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 69ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 101ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,uint32 OK 96ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 106ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(UInt64),Nullable(Float32) OK 80ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 106ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 113ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 83ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(UInt64),LowCardinality(Float32) OK 127ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 104ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,uint16 OK 118ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 112ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(UInt64),Int64 OK 105ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 103ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(UInt64),Float32 OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 134ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 100ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Int64),UInt64 OK 124ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 113ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 95ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 85ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Int64),Nullable(Float32) OK 117ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 131ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 113ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 105ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 107ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 133ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Int64),LowCardinality(Float32) OK 127ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Int64),Int64 OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 109ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Int64),Float32 OK 112ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 111ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,uint8 OK 79ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Float32),UInt64 OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,uint64 OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 101ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 100ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 101ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,uint32 OK 78ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Float32),Nullable(Float32) OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 104ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 103ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 104ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,uint16 OK 80ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Float32),LowCardinality(Float32) OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 118ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 96ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Float32),Int64 OK 119ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 111ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Nullable(Float32),Float32 OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 95ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 178ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 326ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 321ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 283ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 306ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 289ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 288ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(UInt64),Nullable(Float32) OK 179ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 117ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 107ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 120ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 112ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Float32) OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 104ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 130ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 111ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(UInt64),Float32 OK 129ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 122ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 99ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 115ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 116ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,uint8 OK 120ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Int64),Nullable(Float32) OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 132ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 100ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 128ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 127ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 113ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Float32) OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,uint64 OK 116ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 102ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Int64),Int64 OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 104ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Int64),Float32 OK 114ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 116ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 112ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,uint32 OK 122ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 102ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,uint8 OK 82ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Float32),Nullable(Float32) OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,uint16 OK 96ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,uint64 OK 102ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Float32) OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 98ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Float32),Int64 OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/LowCardinality(Float32),Float32 OK 79ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Int64,UInt64 OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,uint32 OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 102ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Int64,Nullable(UInt64) OK 130ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 96ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Int64,Nullable(Int64) OK 99ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Int64,Nullable(Float32) OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,uint16 OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 104ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 106ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 87ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Int64,LowCardinality(Int64) OK 97ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Int64,LowCardinality(Float32) OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,uint8 OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 101ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Int64,Int64 OK 92ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Int64,Float32 OK 93ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 90ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Float32,UInt64 OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,uint64 OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 102ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Float32,Nullable(UInt64) OK 106ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 115ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Float32,Nullable(Int64) OK 81ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Float32,Nullable(Float32) OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,uint32 OK 92ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 102ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 105ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Float32,LowCardinality(Int64) OK 82ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Float32,LowCardinality(Float32) OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 106ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,uint16 OK 78ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Float32,Int64 OK 91ms
/aggregate functions/state/simpleLinearRegressionState/datatypes/permutations/Float32,Float32 OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 100ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 124ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 121ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 94ms
/aggregate functions/state/singleValueOrNullState OK 2m 20s
/aggregate functions/state/singleValueOrNullState/constant OK 71ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 90ms
/aggregate functions/state/singleValueOrNullState/zero rows OK 46ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 78ms
/aggregate functions/state/singleValueOrNullState/single row OK 49ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 105ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 104ms
/aggregate functions/state/singleValueOrNullState/with group by OK 57ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 67ms
/aggregate functions/state/singleValueOrNullState/NULL value handling OK 44ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 102ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/state/singleValueOrNullState/single NULL value OK 48ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/singleValueOrNullState/string that ends with \0 OK 55ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/singleValueOrNullState/inf OK 39ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/singleValueOrNullState/-inf OK 40ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 106ms
/aggregate functions/state/singleValueOrNullState/nan OK 45ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 101ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/singleValueOrNullState/UInt8 OK 74ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,uint8 OK 75ms
/aggregate functions/state/singleValueOrNullState/UInt16 OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,uint64 OK 105ms
/aggregate functions/state/singleValueOrNullState/UInt32 OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,uint8 OK 71ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/state/singleValueOrNullState/UInt64 OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,uint32 OK 99ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,uint64 OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/singleValueOrNullState/UInt128 OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,uint16 OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,uint32 OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/singleValueOrNullState/Int8 OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,uint16 OK 74ms
/aggregate functions/state/singleValueOrNullState/Int16 OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,uint8 OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 78ms
/aggregate functions/state/singleValueOrNullState/Int32 OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,uint64 OK 68ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,uint32 OK 76ms
/aggregate functions/state/singleValueOrNullState/Int64 OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 109ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,uint16 OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 98ms
/aggregate functions/state/singleValueOrNullState/Int128 OK 66ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 95ms
/aggregate functions/state/singleValueOrNullState/Float32 OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/singleValueOrNullState/Float64 OK 68ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/singleValueOrNullState/Decimal128(38) OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Date OK 137ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 174ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 290ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 181ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 258ms
/aggregate functions/state/singleValueOrNullState/DateTime OK 190ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 157ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 165ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 115ms
/aggregate functions/state/singleValueOrNullState/DateTime64(3) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Bool OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/singleValueOrNullState/String OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 69ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 104ms
/aggregate functions/state/singleValueOrNullState/FixedString(51) OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,uint8 OK 98ms
/aggregate functions/state/singleValueOrNullState/UUID OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,uint8 OK 74ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,UInt8) OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,uint64 OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,uint64 OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,UInt16) OK 68ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 66ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,uint32 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,UInt32) OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,uint32 OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,uint8 OK 105ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,uint16 OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,UInt64) OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,uint16 OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,uint64 OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,UInt128) OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,uint32 OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Int8) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 114ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,uint16 OK 101ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 102ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Int16) OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Int32) OK 104ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint8_ OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 101ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint64_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Int64) OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint32_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Int128) OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint16_ OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Float32) OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 92ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Float64) OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 101ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Decimal128(38)) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Date) OK 68ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,DateTime) OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 100ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,DateTime64(3)) OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Bool) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,uint8 OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,String) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,uint64 OK 67ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,uint8 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,FixedString(51)) OK 100ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,uint32 OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,uint64 OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,uint16 OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,uint8 OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,UUID) OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,uint32 OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,uint8 OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,uint64 OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint8_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(UInt8)) OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,uint16 OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,uint32 OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,uint64 OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(UInt16)) OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint64_ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,uint16 OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,uint32 OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(UInt32)) OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint32_ OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,nullable_uint8_ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(UInt64)) OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,uint16 OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,nullable_uint16_ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,nullable_uint64_ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(UInt128)) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,nullable_uint32_ OK 110ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 102ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(Int8)) OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(Int16)) OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint32_ OK 103ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,nullable_uint16_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(Int32)) OK 67ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(Int64)) OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 96ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(Int128)) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint32_ OK 100ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint64__ OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 104ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(Float32)) OK 98ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 111ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(Float64)) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 103ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_datetime_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,uint8 OK 102ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(Date)) OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 100ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,uint64 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(DateTime)) OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,uint32 OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,uint8 OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(Bool)) OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,uint16 OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,uint64 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(String)) OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,nullable_uint8_ OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,uint8 OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,uint32 OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,uint64 OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(FixedString(51))) OK 69ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,nullable_uint64_ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,uint16 OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,uint32 OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Nullable(UUID)) OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,nullable_uint32_ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,uint16 OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,nullable_uint16_ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(UInt16)) OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint8_ OK 70ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint64_ OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(UInt64)) OK 128ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 127ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 133ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint32_ OK 123ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(UInt128)) OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Int8)) OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Int16)) OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 95ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint32__ OK 98ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/nullable_date_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Int64)) OK 89ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 569ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 518ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 533ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Int128)) OK 521ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 478ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 106ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Float32)) OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Float64)) OK 99ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,uint8 OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 102ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,uint64 OK 100ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Date)) OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,uint8 OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(DateTime)) OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,uint64 OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,uint32 OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,uint32 OK 194ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 204ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Bool)) OK 211ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 171ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,uint16 OK 192ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 144ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,uint16 OK 144ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 114ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 133ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(String)) OK 116ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(UUID)) OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 74ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 110ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 111ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 140ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 121ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 146ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 140ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 136ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 109ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 66ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 96ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,uint8 OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,uint64 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,uint32 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 69ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 96ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,uint16 OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 68ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Array(String)) OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UInt8,Tuple(String)) OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 139ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 157ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 146ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,UInt8) OK 114ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 116ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,UInt16) OK 172ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 166ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 169ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 145ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 156ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,UInt32) OK 100ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 111ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,UInt64) OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,UInt128) OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 120ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 105ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Int8) OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,uint8 OK 172ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 171ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Int16) OK 142ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 124ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 107ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,uint64 OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 106ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Int32) OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 117ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,uint32 OK 124ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 102ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Int64) OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 107ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 102ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Int128) OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,uint16 OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Float32) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 109ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Float64) OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 108ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 100ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 166ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Decimal128(38)) OK 165ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 160ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 135ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 145ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 176ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 160ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Date) OK 163ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 169ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 153ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,DateTime) OK 102ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 95ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 111ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 120ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 110ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,DateTime64(3)) OK 95ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 104ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Bool) OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 96ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,String) OK 99ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,FixedString(51)) OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 103ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,UUID) OK 103ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(UInt8)) OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 107ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(UInt16)) OK 108ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,uint8 OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(UInt32)) OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,uint64 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(UInt64)) OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 104ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 89ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,uint32 OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(UInt128)) OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 95ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,uint16 OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(Int8)) OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(Int16)) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(Int32)) OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(Int64)) OK 95ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(Int128)) OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 122ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(Float32)) OK 109ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(Float64)) OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 98ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(Decimal128(38))) OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(Date)) OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(DateTime)) OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 101ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(Bool)) OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(String)) OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,uint8 OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 110ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(FixedString(51))) OK 107ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,uint64 OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Nullable(UUID)) OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,uint32 OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,uint16 OK 67ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,nullable_uint8_ OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(UInt32)) OK 100ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,nullable_uint64_ OK 102ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 103ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 110ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,nullable_uint32_ OK 96ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,nullable_uint16_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Int8)) OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_uint8_ OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 96ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_uint64_ OK 109ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 109ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Int32)) OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_uint32_ OK 108ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 102ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 130ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 105ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Int128)) OK 96ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_uint16_ OK 134ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 135ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Float32)) OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 119ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 111ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Float64)) OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Date)) OK 92ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 105ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(DateTime)) OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 157ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 120ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 159ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 173ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Bool)) OK 169ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 92ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,uint8 OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(String)) OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,uint64 OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,uint32 OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 94ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,uint16 OK 113ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 95ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 118ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 94ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,nullable_uint8_ OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 100ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,nullable_uint64_ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,nullable_uint32_ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 103ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,nullable_uint16_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 116ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_uint16_ OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 103ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 106ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 93ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 112ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 98ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,uint8 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,uint64 OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 93ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,uint32 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 71ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,uint16 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,nullable_uint8_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 99ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,nullable_uint64_ OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Array(String)) OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,nullable_uint32_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 102ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,nullable_uint16_ OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 120ms
/aggregate functions/state/singleValueOrNullState/Map(UInt16,Tuple(String)) OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 106ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 105ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,UInt8) OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,UInt16) OK 116ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_uint32_ OK 116ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 98ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 106ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,UInt32) OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,UInt64) OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 131ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 125ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 127ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 131ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,UInt128) OK 109ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 109ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 105ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 95ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Int8) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 116ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Int16) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Int32) OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 110ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 120ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,uint8 OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Int64) OK 98ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,uint64 OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Int128) OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 104ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,uint32 OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 126ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Float32) OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,uint16 OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Float64) OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 97ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,nullable_uint8_ OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Decimal128(38)) OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 103ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,nullable_uint64_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Date) OK 119ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 108ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 109ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,nullable_uint32_ OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,nullable_uint16_ OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,DateTime) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,DateTime64(3)) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 92ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Bool) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 106ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,String) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,FixedString(51)) OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,UUID) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(UInt8)) OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 108ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(UInt16)) OK 73ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 103ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(UInt32)) OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,uint8 OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 110ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(UInt64)) OK 110ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 103ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,uint64 OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 133ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(UInt128)) OK 75ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,uint32 OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 118ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(Int8)) OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,uint16 OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 98ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(Int16)) OK 76ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,nullable_uint8_ OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(Int32)) OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 101ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,nullable_uint64_ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 79ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,nullable_uint32_ OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 106ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(Int64)) OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 83ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,nullable_uint16_ OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(Int128)) OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(Float32)) OK 93ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(Float64)) OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(Date)) OK 72ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(DateTime)) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 95ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 99ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(Bool)) OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 106ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 91ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(String)) OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 100ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,uint8 OK 111ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 96ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(FixedString(51))) OK 99ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 106ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 116ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,uint64 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Nullable(UUID)) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(UInt8)) OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,uint32 OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 107ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 81ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,uint16 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(UInt16)) OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 116ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(UInt32)) OK 86ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,nullable_uint8_ OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 119ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,nullable_uint64_ OK 98ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 102ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 96ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(UInt128)) OK 87ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,nullable_uint32_ OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 173ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 181ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 154ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Int8)) OK 110ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,nullable_uint16_ OK 170ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Int16)) OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 112ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 90ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_uint8_ OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Int32)) OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_uint64_ OK 102ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Int64)) OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 104ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Int128)) OK 93ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_uint32_ OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Float32)) OK 110ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_uint16_ OK 110ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 103ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 70ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 112ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Date)) OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 107ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 95ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(DateTime)) OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 100ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 108ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Bool)) OK 78ms
/aggregate functions/state/quantilesBFloat16WeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(String)) OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 105ms
/aggregate functions/state/skewPopState OK 3s 960ms
/aggregate functions/state/skewPopState/constant OK 48ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 81ms
/aggregate functions/state/skewPopState/zero rows OK 46ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 89ms
/aggregate functions/state/skewPopState/single row OK 61ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(UUID)) OK 77ms
/aggregate functions/state/skewPopState/with group by OK 52ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/skewPopState/some negative values OK 52ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/state/skewPopState/NULL value handling OK 65ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/skewPopState/single NULL value OK 43ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 104ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 88ms
/aggregate functions/state/skewPopState/return type OK 39ms
/aggregate functions/state/skewPopState/doc example OK 48ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/skewPopState/inf OK 42ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 101ms
/aggregate functions/state/skewPopState/-inf OK 57ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 107ms
/aggregate functions/state/skewPopState/nan OK 47ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 98ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/skewPopState/inf, -inf, nan OK 63ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 104ms
/aggregate functions/state/skewPopState/UInt8 OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/skewPopState/UInt16 OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 99ms
/aggregate functions/state/skewPopState/UInt32 OK 99ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 111ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 114ms
/aggregate functions/state/skewPopState/UInt64 OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 117ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 86ms
/aggregate functions/state/skewPopState/Int8 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/skewPopState/Int16 OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 82ms
/aggregate functions/state/skewPopState/Int32 OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 103ms
/aggregate functions/state/skewPopState/Int64 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/skewPopState/Float32 OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 113ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/skewPopState/Float64 OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 93ms
/aggregate functions/state/skewPopState/Nullable(UInt8) OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 78ms
/aggregate functions/state/skewPopState/Nullable(UInt16) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 95ms
/aggregate functions/state/skewPopState/Nullable(UInt32) OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Array(String)) OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 83ms
/aggregate functions/state/skewPopState/Nullable(UInt64) OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 106ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/skewPopState/Nullable(Int8) OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 94ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(UInt32,Tuple(String)) OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 82ms
/aggregate functions/state/skewPopState/Nullable(Int16) OK 69ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,UInt8) OK 75ms
/aggregate functions/state/skewPopState/Nullable(Int32) OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 114ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 100ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,UInt16) OK 101ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/skewPopState/Nullable(Int64) OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,UInt32) OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 100ms
/aggregate functions/state/skewPopState/Nullable(Float32) OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 107ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,UInt64) OK 109ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 97ms
/aggregate functions/state/skewPopState/Nullable(Float64) OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/skewPopState/LowCardinality(UInt8) OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,UInt128) OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/skewPopState/LowCardinality(UInt16) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Int8) OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 98ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/state/skewPopState/LowCardinality(UInt32) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Int16) OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/skewPopState/LowCardinality(UInt64) OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 102ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Int32) OK 110ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 108ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 94ms
/aggregate functions/state/skewPopState/LowCardinality(Int8) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 101ms
/aggregate functions/state/skewPopState/LowCardinality(Int16) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Int64) OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Int128) OK 102ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 98ms
/aggregate functions/state/skewPopState/LowCardinality(Int32) OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 88ms
/aggregate functions/state/skewPopState/LowCardinality(Int64) OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 103ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Float32) OK 103ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 102ms
/aggregate functions/state/skewPopState/LowCardinality(Float32) OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 114ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Float64) OK 89ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 97ms
/aggregate functions/state/skewPopState/LowCardinality(Float64) OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Decimal128(38)) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 83ms
/aggregate functions/state/skewPopState/LowCardinality(Nullable(UInt8)) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Date) OK 104ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 109ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 106ms
/aggregate functions/state/skewPopState/LowCardinality(Nullable(UInt16)) OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,DateTime) OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 116ms
/aggregate functions/state/skewPopState/LowCardinality(Nullable(UInt32)) OK 103ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 120ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,DateTime64(3)) OK 80ms
/aggregate functions/state/skewPopState/LowCardinality(Nullable(UInt64)) OK 69ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 102ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Bool) OK 72ms
/aggregate functions/state/skewPopState/LowCardinality(Nullable(Int8)) OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,String) OK 77ms
/aggregate functions/state/skewPopState/LowCardinality(Nullable(Int16)) OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,FixedString(51)) OK 74ms
/aggregate functions/state/skewPopState/LowCardinality(Nullable(Int32)) OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,UUID) OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/skewPopState/LowCardinality(Nullable(Int64)) OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 100ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(UInt8)) OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/skewPopState/LowCardinality(Nullable(Float32)) OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(UInt16)) OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/state/skewPopState/LowCardinality(Nullable(Float64)) OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(UInt32)) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/state/skewSampState OK 3s 893ms
/aggregate functions/state/skewSampState/constant OK 44ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 87ms
/aggregate functions/state/skewSampState/zero rows OK 50ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(UInt64)) OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 81ms
/aggregate functions/state/skewSampState/single row OK 40ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(UInt128)) OK 77ms
/aggregate functions/state/skewSampState/with group by OK 44ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 89ms
/aggregate functions/state/skewSampState/some negative values OK 45ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(Int8)) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint8 OK 87ms
/aggregate functions/state/skewSampState/NULL value handling OK 47ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 89ms
/aggregate functions/state/skewSampState/single NULL value OK 59ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(Int16)) OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint64 OK 80ms
/aggregate functions/state/skewSampState/return type OK 43ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 92ms
/aggregate functions/state/skewSampState/doc example OK 41ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(Int32)) OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint32 OK 92ms
/aggregate functions/state/skewSampState/inf OK 60ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 106ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(Int64)) OK 85ms
/aggregate functions/state/skewSampState/-inf OK 59ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint16 OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 123ms
/aggregate functions/state/skewSampState/nan OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(Int128)) OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint8_ OK 88ms
/aggregate functions/state/skewSampState/inf, -inf, nan OK 49ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(Float32)) OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 102ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/skewSampState/UInt8 OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint64_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(Float64)) OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 104ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint32_ OK 77ms
/aggregate functions/state/skewSampState/UInt16 OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(Decimal128(38))) OK 70ms
/aggregate functions/state/skewSampState/UInt32 OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint16_ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(Date)) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/skewSampState/UInt64 OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(DateTime)) OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/skewSampState/Int8 OK 165ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 145ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(DateTime64(3))) OK 123ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 126ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint32_ OK 95ms
/aggregate functions/state/skewSampState/Int16 OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(Bool)) OK 110ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint16_ OK 106ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 106ms
/aggregate functions/state/skewSampState/Int32 OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint8 OK 123ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(String)) OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 118ms
/aggregate functions/state/skewSampState/Int64 OK 103ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint64__ OK 140ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(FixedString(51))) OK 131ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint64 OK 113ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 110ms
/aggregate functions/state/skewSampState/Float32 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Nullable(UUID)) OK 101ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint32 OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 96ms
/aggregate functions/state/skewSampState/Float64 OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,uint16 OK 81ms
/aggregate functions/state/skewSampState/Nullable(UInt8) OK 69ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(UInt8)) OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 117ms
/aggregate functions/state/skewSampState/Nullable(UInt16) OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint8_ OK 106ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint8 OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 99ms
/aggregate functions/state/skewSampState/Nullable(UInt32) OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint64 OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint64_ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/skewSampState/Nullable(UInt64) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint32 OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint32_ OK 82ms
/aggregate functions/state/skewSampState/Nullable(Int8) OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint16 OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,nullable_uint16_ OK 75ms
/aggregate functions/state/skewSampState/Nullable(Int16) OK 67ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Int8)) OK 101ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint8_ OK 101ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint8_ OK 77ms
/aggregate functions/state/skewSampState/Nullable(Int32) OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint64_ OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Int16)) OK 89ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/skewSampState/Nullable(Int64) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint32_ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Int32)) OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 91ms
/aggregate functions/state/skewSampState/Nullable(Float32) OK 64ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Int64)) OK 75ms
/aggregate functions/state/skewSampState/Nullable(Float64) OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint16_ OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/skewSampState/LowCardinality(UInt8) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/skewSampState/LowCardinality(UInt16) OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint32_ OK 99ms
/aggregate functions/state/skewSampState/LowCardinality(UInt32) OK 68ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_datetime__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Date)) OK 81ms
/aggregate functions/state/skewSampState/LowCardinality(UInt64) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint8 OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/skewSampState/LowCardinality(Int8) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint64 OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/skewSampState/LowCardinality(Int16) OK 68ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint32 OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(String)) OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/skewSampState/LowCardinality(Int32) OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint32__ OK 110ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,uint16 OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 108ms
/aggregate functions/state/skewSampState/LowCardinality(Int64) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(UUID)) OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint8_ OK 98ms
/aggregate functions/state/skewSampState/LowCardinality(Float32) OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/skewSampState/LowCardinality(Float64) OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint64_ OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,uint8 OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/state/skewSampState/LowCardinality(Nullable(UInt8)) OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint32_ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,uint64 OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/skewSampState/LowCardinality(Nullable(UInt16)) OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,nullable_uint16_ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,uint32 OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/state/skewSampState/LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,uint16 OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/skewSampState/LowCardinality(Nullable(UInt64)) OK 66ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/skewSampState/LowCardinality(Nullable(Int8)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 72ms
/aggregate functions/state/skewSampState/LowCardinality(Nullable(Int16)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/state/skewSampState/LowCardinality(Nullable(Int32)) OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/skewSampState/LowCardinality(Nullable(Int64)) OK 65ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 102ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/skewSampState/LowCardinality(Nullable(Float32)) OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 82ms
/aggregate functions/state/skewSampState/LowCardinality(Nullable(Float64)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_nullable_date__,lowcardinality_nullable_uint16__ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 77ms
/aggregate functions/state/sparkbarState OK 8s 77ms
/aggregate functions/state/sparkbarState/constant OK 47ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,uint8 OK 79ms
/aggregate functions/state/sparkbarState/zero rows OK 45ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/state/sparkbarState/single row OK 40ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,uint64 OK 71ms
/aggregate functions/state/sparkbarState/single row with zero weight OK 42ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 91ms
/aggregate functions/state/sparkbarState/with group by OK 43ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,uint32 OK 76ms
/aggregate functions/state/sparkbarState/NULL value handling OK 50ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,uint16 OK 84ms
/aggregate functions/state/sparkbarState/weight NULL value handling OK 38ms
/aggregate functions/state/sparkbarState/single NULL value OK 47ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/state/sparkbarState/return type OK 56ms
/aggregate functions/state/sparkbarState/datatypes OK 7s 661ms
/aggregate functions/state/sparkbarState/datatypes/permutations OK 7s 660ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,uint8 OK 154ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,uint8 OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,uint64 OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 76ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,uint64 OK 168ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Array(String)) OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,uint32 OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 69ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,uint16 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 128ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 127ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 160ms
/aggregate functions/state/singleValueOrNullState/Map(UInt64,Tuple(String)) OK 152ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,uint32 OK 216ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 101ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,UInt8) OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,uint8 OK 79ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,uint16 OK 151ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,UInt16) OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,uint64 OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,UInt32) OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,uint32 OK 96ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,nullable_uint8_ OK 153ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 105ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,UInt64) OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,uint16 OK 96ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,UInt128) OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,nullable_uint64_ OK 147ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Int8) OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,uint8 OK 73ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,nullable_uint32_ OK 148ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Int16) OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,uint64 OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Int32) OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,nullable_uint16_ OK 149ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,uint32 OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Int64) OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,uint16 OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Int128) OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 153ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Float32) OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,uint8 OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Float64) OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 70ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 165ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,uint64 OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Decimal128(38)) OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,uint32 OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Date) OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 81ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 160ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,uint16 OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 104ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,DateTime) OK 65ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,DateTime64(3)) OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 170ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Bool) OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,String) OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,uint8 OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,FixedString(51)) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 89ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 162ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,uint64 OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,UUID) OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,uint32 OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(UInt8)) OK 90ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 164ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,uint16 OK 104ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(UInt16)) OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 80ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 162ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(UInt32)) OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,uint8 OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(UInt64)) OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,uint64 OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 200ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(UInt128)) OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 103ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,uint32 OK 62ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,uint16 OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 114ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(Int8)) OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 158ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 138ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(Int16)) OK 173ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 171ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,uint8 XFail 494us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,uint64 XFail 375us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,uint32 XFail 368us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,uint16 XFail 60ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,nullable_uint8_ XFail 369us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,nullable_uint64_ XFail 360us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,nullable_uint32_ XFail 352us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,nullable_uint16_ XFail 423us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_uint8_ XFail 395us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_uint64_ XFail 354us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_uint32_ XFail 350us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_uint16_ XFail 350us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ XFail 440us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ XFail 4ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 108ms
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ XFail 451us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ XFail 386us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,uint8 XFail 508us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,uint64 XFail 353us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,uint32 XFail 352us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,uint16 XFail 350us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,nullable_uint8_ XFail 351us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,nullable_uint64_ XFail 436us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,nullable_uint32_ XFail 353us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,nullable_uint16_ XFail 359us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_uint8_ XFail 789us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_uint64_ XFail 353us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_uint32_ XFail 355us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_uint16_ XFail 450us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ XFail 352us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ XFail 358us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ XFail 349us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ XFail 349us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,uint8 XFail 390us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,uint64 XFail 449us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,uint32 XFail 359us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,uint16 XFail 857us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,nullable_uint8_ XFail 424us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,nullable_uint64_ XFail 386us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,nullable_uint32_ XFail 490us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,nullable_uint16_ XFail 455us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_uint8_ XFail 367us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_uint64_ XFail 367us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_uint32_ XFail 359us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_uint16_ XFail 363us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ XFail 449us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ XFail 355us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ XFail 355us
/aggregate functions/state/sparkbarState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ XFail 355us
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,uint8 OK 165ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(Int32)) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,uint8 OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,uint64 OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(Int64)) OK 109ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,uint64 OK 158ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 99ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,uint32 OK 94ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(Int128)) OK 71ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,uint32 OK 149ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(Float32)) OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,uint16 OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(Float64)) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 99ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,uint16 OK 155ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(Date)) OK 67ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 101ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,nullable_uint8_ OK 150ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(DateTime)) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,uint8 OK 106ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,nullable_uint64_ OK 144ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(Bool)) OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,uint64 OK 109ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(String)) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,uint32 OK 98ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,nullable_uint32_ OK 150ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,uint8 OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,uint16 OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Nullable(UUID)) OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,uint64 OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,nullable_uint16_ OK 135ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,uint32 OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,uint16 OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(UInt16)) OK 70ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,lowcardinality_uint8_ OK 151ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(UInt32)) OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 106ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,lowcardinality_uint64_ OK 166ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(UInt128)) OK 103ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 103ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,uint8 OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,lowcardinality_uint32_ OK 152ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,uint64 OK 69ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 104ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,uint32 OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,uint16 OK 73ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,lowcardinality_uint16_ OK 150ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 78ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,lowcardinality_nullable_uint8__ OK 149ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Int128)) OK 67ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Float32)) OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,lowcardinality_nullable_uint64__ OK 158ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Float64)) OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Date)) OK 89ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 89ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,lowcardinality_nullable_uint32__ OK 145ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,uint8 OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Bool)) OK 95ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,uint64 OK 96ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,uint8 OK 79ms
/aggregate functions/state/sparkbarState/datatypes/permutations/datetime,lowcardinality_nullable_uint16__ OK 153ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,uint64 OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(String)) OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,uint32 OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,uint32 OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,uint8 OK 166ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,uint16 OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,uint16 OK 108ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,uint64 OK 138ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 103ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 87ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,uint32 OK 154ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,uint8 OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,uint64 OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,uint16 OK 163ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,uint32 OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,uint16 OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,nullable_uint8_ OK 172ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,nullable_uint64_ OK 159ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 79ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,nullable_uint32_ OK 204ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 106ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,uint8 OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 91ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,nullable_uint16_ OK 138ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,uint8 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,uint64 OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,uint64 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,lowcardinality_uint8_ OK 154ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,uint32 OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,uint32 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,uint16 OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,uint16 OK 105ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 77ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,lowcardinality_uint64_ OK 155ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 98ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,lowcardinality_uint32_ OK 153ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,uint8 OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Array(String)) OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,uint64 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 83ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,lowcardinality_uint16_ OK 145ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,uint32 OK 69ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UInt128,Tuple(String)) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,uint16 OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,UInt8) OK 77ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,lowcardinality_nullable_uint8__ OK 141ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint8_ OK 88ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,UInt16) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint64_ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,UInt32) OK 74ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,lowcardinality_nullable_uint64__ OK 143ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint32_ OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,UInt64) OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,UInt128) OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint16_ OK 74ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,lowcardinality_nullable_uint32__ OK 148ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint8_ OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Int8) OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Int16) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 136ms
/aggregate functions/state/sparkbarState/datatypes/permutations/date,lowcardinality_nullable_uint16__ OK 155ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint64_ OK 133ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 134ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Int32) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,uint8 OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint32_ OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 95ms
/aggregate functions/state/stddevPopState OK 3s 808ms
/aggregate functions/state/stddevPopState/constant OK 48ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Int64) OK 80ms
/aggregate functions/state/stddevPopState/zero rows OK 56ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,uint64 OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Int128) OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,uint8 OK 90ms
/aggregate functions/state/stddevPopState/single row OK 43ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,uint32 OK 78ms
/aggregate functions/state/stddevPopState/with group by OK 41ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Float32) OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,uint64 OK 86ms
/aggregate functions/state/stddevPopState/some negative values OK 41ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,uint16 OK 88ms
/aggregate functions/state/stddevPopState/NULL value handling OK 44ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Float64) OK 70ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,uint32 OK 80ms
/aggregate functions/state/stddevPopState/single NULL value OK 44ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint8_ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Decimal128(38)) OK 80ms
/aggregate functions/state/stddevPopState/return type OK 46ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,uint16 OK 88ms
/aggregate functions/state/stddevPopState/doc example OK 40ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint64_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Date) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/stddevPopState/inf OK 39ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 76ms
/aggregate functions/state/stddevPopState/-inf OK 56ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint32_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,DateTime) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,uint8 OK 72ms
/aggregate functions/state/stddevPopState/nan OK 47ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,nullable_uint16_ OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,DateTime64(3)) OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,uint64 OK 79ms
/aggregate functions/state/stddevPopState/inf, -inf, nan OK 44ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 83ms
/aggregate functions/state/stddevPopState/UInt8 OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Bool) OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,uint32 OK 157ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint8_ OK 70ms
/aggregate functions/state/stddevPopState/UInt16 OK 122ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 117ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint64_ OK 140ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,String) OK 141ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,uint16 OK 75ms
/aggregate functions/state/stddevPopState/UInt32 OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,FixedString(51)) OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint8_ OK 86ms
/aggregate functions/state/stddevPopState/UInt64 OK 64ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,UUID) OK 83ms
/aggregate functions/state/stddevPopState/Int8 OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint64_ OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/stddevPopState/Int16 OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(UInt8)) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint32_ OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/stddevPopState/Int32 OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(UInt16)) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint16_ OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/stddevPopState/Int64 OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(UInt32)) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/stddevPopState/Float32 OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_datetime_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(UInt64)) OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,uint8 OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(UInt128)) OK 76ms
/aggregate functions/state/stddevPopState/Float64 OK 65ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/stddevPopState/Nullable(UInt8) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(Int8)) OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,uint64 OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(Int16)) OK 76ms
/aggregate functions/state/stddevPopState/Nullable(UInt16) OK 95ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,uint32 OK 69ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,uint8 OK 103ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(Int32)) OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,uint16 OK 78ms
/aggregate functions/state/stddevPopState/Nullable(UInt32) OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,uint64 OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(Int64)) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint8_ OK 69ms
/aggregate functions/state/stddevPopState/Nullable(UInt64) OK 69ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,uint32 OK 97ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint64_ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(Int128)) OK 81ms
/aggregate functions/state/stddevPopState/Nullable(Int8) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,uint16 OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint32_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(Float32)) OK 86ms
/aggregate functions/state/stddevPopState/Nullable(Int16) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,nullable_uint16_ OK 96ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,uint8 OK 98ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,nullable_uint8_ OK 84ms
/aggregate functions/state/stddevPopState/Nullable(Int32) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(Float64)) OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(Decimal128(38))) OK 124ms
/aggregate functions/state/stddevPopState/Nullable(Int64) OK 114ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,nullable_uint64_ OK 118ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint8_ OK 99ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,uint64 OK 103ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/stddevPopState/Nullable(Float32) OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(Date)) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,uint32 OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,nullable_uint32_ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,uint16 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(DateTime)) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint32_ OK 104ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,nullable_uint16_ OK 112ms
/aggregate functions/state/stddevPopState/Nullable(Float64) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,nullable_uint8_ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(DateTime64(3))) OK 102ms
/aggregate functions/state/stddevPopState/LowCardinality(UInt8) OK 96ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,nullable_uint64_ OK 72ms
/aggregate functions/state/stddevPopState/LowCardinality(UInt16) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(Bool)) OK 89ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,lowcardinality_uint64_ OK 89ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,nullable_uint32_ OK 68ms
/aggregate functions/state/stddevPopState/LowCardinality(UInt32) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(String)) OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,nullable_uint16_ OK 87ms
/aggregate functions/state/stddevPopState/LowCardinality(UInt64) OK 67ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,lowcardinality_uint16_ OK 96ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/stddevPopState/LowCardinality(Int8) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Nullable(UUID)) OK 101ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/lowcardinality_date_,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/state/stddevPopState/LowCardinality(Int16) OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/stddevPopState/LowCardinality(Int32) OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,uint8 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(UInt8)) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/state/stddevPopState/LowCardinality(Int64) OK 109ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,uint64 OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(UInt32)) OK 121ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,uint32 OK 74ms
/aggregate functions/state/stddevPopState/LowCardinality(Float32) OK 101ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,uint16 OK 112ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,uint8 OK 87ms
/aggregate functions/state/stddevPopState/LowCardinality(Float64) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(UInt64)) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/stddevPopState/LowCardinality(Nullable(UInt8)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(UInt128)) OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,nullable_uint8_ OK 89ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,uint64 OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 105ms
/aggregate functions/state/stddevPopState/LowCardinality(Nullable(UInt16)) OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Int8)) OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,nullable_uint64_ OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,uint32 OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/stddevPopState/LowCardinality(Nullable(UInt32)) OK 69ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,nullable_uint32_ OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,uint8 OK 86ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,uint16 OK 85ms
/aggregate functions/state/stddevPopState/LowCardinality(Nullable(UInt64)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Int32)) OK 103ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,nullable_uint16_ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,uint64 OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,nullable_uint8_ OK 82ms
/aggregate functions/state/stddevPopState/LowCardinality(Nullable(Int8)) OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Int64)) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,uint32 OK 69ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,nullable_uint64_ OK 97ms
/aggregate functions/state/stddevPopState/LowCardinality(Nullable(Int16)) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,uint16 OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,nullable_uint32_ OK 92ms
/aggregate functions/state/stddevPopState/LowCardinality(Nullable(Int32)) OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,nullable_uint8_ OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/stddevPopState/LowCardinality(Nullable(Int64)) OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,nullable_uint16_ OK 86ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,lowcardinality_uint16_ OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,nullable_uint64_ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Float64)) OK 81ms
/aggregate functions/state/stddevPopState/LowCardinality(Nullable(Float32)) OK 68ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,nullable_uint32_ OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Date)) OK 75ms
/aggregate functions/state/stddevPopState/LowCardinality(Nullable(Float64)) OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,nullable_uint16_ OK 85ms
/aggregate functions/state/stddevPopStableState OK 3s 887ms
/aggregate functions/state/stddevPopStableState/constant OK 50ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,lowcardinality_uint32_ OK 82ms
/aggregate functions/state/stddevPopStableState/zero rows OK 39ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Bool)) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,lowcardinality_uint8_ OK 70ms
/aggregate functions/state/stddevPopStableState/single row OK 40ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/stddevPopStableState/with group by OK 44ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,lowcardinality_uint64_ OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(String)) OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/stddevPopStableState/some negative values OK 43ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/stddevPopStableState/NULL value handling OK 43ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,uint8 OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/stddevPopStableState/single NULL value OK 44ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/state/stddevPopStableState/return type OK 43ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,uint64 OK 96ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,lowcardinality_uint16_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(UUID)) OK 80ms
/aggregate functions/state/stddevPopStableState/doc example OK 56ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 119ms
/aggregate functions/state/stddevPopStableState/inf OK 44ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 99ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,uint32 OK 68ms
/aggregate functions/state/stddevPopStableState/-inf OK 55ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,uint16 OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 99ms
/aggregate functions/state/stddevPopStableState/nan OK 56ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/stddevPopStableState/inf, -inf, nan OK 44ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,nullable_uint8_ OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/state/stddevPopStableState/UInt8 OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,uint8 OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,nullable_uint64_ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/stddevPopStableState/UInt16 OK 69ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,uint64 OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,nullable_uint32_ OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,uint8 OK 85ms
/aggregate functions/state/stddevPopStableState/UInt32 OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,uint32 OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,nullable_uint16_ OK 91ms
/aggregate functions/state/stddevPopStableState/UInt64 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,uint64 OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,uint16 OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/stddevPopStableState/Int8 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,uint32 OK 76ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,nullable_uint8_ OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,lowcardinality_uint64_ OK 97ms
/aggregate functions/state/stddevPopStableState/Int16 OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,uint16 OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,nullable_uint64_ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/state/stddevPopStableState/Int32 OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,lowcardinality_uint32_ OK 68ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,nullable_uint8_ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,nullable_uint32_ OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/stddevPopStableState/Int64 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,nullable_uint64_ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,nullable_uint16_ OK 121ms
/aggregate functions/state/stddevPopStableState/Float32 OK 108ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 114ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(Float32))) OK 104ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,nullable_uint32_ OK 110ms
/aggregate functions/state/stddevPopStableState/Float64 OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,nullable_uint16_ OK 68ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(Date))) OK 100ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,lowcardinality_uint64_ OK 105ms
/aggregate functions/state/stddevPopStableState/Nullable(UInt8) OK 68ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/stddevPopStableState/Nullable(UInt16) OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,lowcardinality_uint32_ OK 93ms
/aggregate functions/state/stddevPopStableState/Nullable(UInt32) OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,uint8 OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,lowcardinality_uint16_ OK 98ms
/aggregate functions/state/stddevPopStableState/Nullable(UInt64) OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,uint64 OK 68ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,lowcardinality_uint16_ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/stddevPopStableState/Nullable(Int8) OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,uint32 OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/stddevPopStableState/Nullable(Int16) OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 94ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,uint16 OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/state/stddevPopStableState/Nullable(Int32) OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,nullable_uint8_ OK 92ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Array(String)) OK 86ms
/aggregate functions/state/stddevPopStableState/Nullable(Int64) OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 110ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,nullable_uint64_ OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/state/stddevPopStableState/Nullable(Float32) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(Int8,Tuple(String)) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,uint8 OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,nullable_uint32_ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,uint8 OK 85ms
/aggregate functions/state/stddevPopStableState/Nullable(Float64) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,UInt8) OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,nullable_uint16_ OK 96ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,uint64 OK 68ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,uint64 OK 80ms
/aggregate functions/state/stddevPopStableState/LowCardinality(UInt8) OK 77ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,uint32 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,UInt16) OK 66ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,lowcardinality_uint8_ OK 109ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,uint32 OK 112ms
/aggregate functions/state/stddevPopStableState/LowCardinality(UInt16) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,UInt32) OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,uint16 OK 75ms
/aggregate functions/state/stddevPopStableState/LowCardinality(UInt32) OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,lowcardinality_uint64_ OK 105ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,uint16 OK 107ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,UInt64) OK 69ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,nullable_uint8_ OK 83ms
/aggregate functions/state/stddevPopStableState/LowCardinality(UInt64) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,UInt128) OK 100ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,nullable_uint64_ OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,nullable_uint8_ OK 77ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Int8) OK 78ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,lowcardinality_uint16_ OK 156ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,nullable_uint32_ OK 145ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Int8) OK 152ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,nullable_uint64_ OK 150ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Int16) OK 134ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,nullable_uint16_ OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Int32) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Int16) OK 84ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,nullable_uint32_ OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Int32) OK 95ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Int64) OK 96ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,nullable_uint16_ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 101ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,lowcardinality_uint8_ OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Int64) OK 93ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Float32) OK 95ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Int128) OK 93ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Float64) OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,uint8 OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Float32) OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,lowcardinality_uint32_ OK 96ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Nullable(UInt8)) OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Nullable(UInt16)) OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Float64) OK 99ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,uint64 OK 70ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,lowcardinality_uint16_ OK 103ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,uint32 OK 75ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Nullable(UInt32)) OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Decimal128(38)) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,uint16 OK 70ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Nullable(UInt64)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Date) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,nullable_uint8_ OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,DateTime) OK 90ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Nullable(Int8)) OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,uint8 OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,nullable_uint64_ OK 74ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Nullable(Int16)) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,uint64 OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,DateTime64(3)) OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,nullable_uint32_ OK 95ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Bool) OK 78ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Nullable(Int32)) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,uint32 OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,nullable_uint16_ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,uint8 OK 80ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Nullable(Int64)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,String) OK 76ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,uint16 OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,uint64 OK 83ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Nullable(Float32)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,FixedString(51)) OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,nullable_uint8_ OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,uint32 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,UUID) OK 75ms
/aggregate functions/state/stddevPopStableState/LowCardinality(Nullable(Float64)) OK 75ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,nullable_uint64_ OK 81ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,uint16 OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(UInt8)) OK 85ms
/aggregate functions/state/stddevSampState OK 3s 743ms
/aggregate functions/state/stddevSampState/constant OK 57ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,nullable_uint32_ OK 71ms
/aggregate functions/state/stddevSampState/zero rows OK 49ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,nullable_uint8_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(UInt16)) OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,nullable_uint16_ OK 81ms
/aggregate functions/state/stddevSampState/single row OK 48ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,nullable_uint64_ OK 91ms
/aggregate functions/state/stddevSampState/with group by OK 42ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(UInt32)) OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/stddevSampState/some negative values OK 49ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(UInt64)) OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,nullable_uint32_ OK 87ms
/aggregate functions/state/stddevSampState/NULL value handling OK 39ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/stddevSampState/single NULL value OK 45ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(UInt128)) OK 69ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,nullable_uint16_ OK 89ms
/aggregate functions/state/stddevSampState/return type OK 42ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/stddevSampState/doc example OK 44ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(Int8)) OK 75ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,lowcardinality_uint8_ OK 133ms
/aggregate functions/state/stddevSampState/inf OK 53ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,lowcardinality_uint16_ OK 116ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,uint8 OK 113ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(Int16)) OK 94ms
/aggregate functions/state/stddevSampState/-inf OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/stddevSampState/nan OK 51ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,uint64 OK 89ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(Int32)) OK 72ms
/aggregate functions/state/stddevSampState/inf, -inf, nan OK 43ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(Int64)) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 101ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,uint32 OK 76ms
/aggregate functions/state/stddevSampState/UInt8 OK 67ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,lowcardinality_uint32_ OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(Int128)) OK 71ms
/aggregate functions/state/stddevSampState/UInt16 OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,uint16 OK 68ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(Float32)) OK 74ms
/aggregate functions/state/stddevSampState/UInt32 OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,nullable_uint8_ OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(Float64)) OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,nullable_uint64_ OK 84ms
/aggregate functions/state/stddevSampState/UInt64 OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,uint8 OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/state/stddevSampState/Int8 OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,nullable_uint32_ OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,uint64 OK 82ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/stddevSampState/Int16 OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,nullable_uint16_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(Date)) OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,uint32 OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 94ms
/aggregate functions/state/stddevSampState/Int32 OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(DateTime)) OK 81ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,uint16 OK 79ms
/aggregate functions/state/stddevSampState/Int64 OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,uint8 OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,nullable_uint8_ OK 72ms
/aggregate functions/state/stddevSampState/Float32 OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(Bool)) OK 87ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,uint64 OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,nullable_uint64_ OK 72ms
/aggregate functions/state/stddevSampState/Float64 OK 68ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,uint32 OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(String)) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,nullable_uint32_ OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,lowcardinality_uint16_ OK 66ms
/aggregate functions/state/stddevSampState/Nullable(UInt8) OK 69ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,nullable_uint16_ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,uint16 OK 75ms
/aggregate functions/state/stddevSampState/Nullable(UInt16) OK 80ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,nullable_uint8_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Nullable(UUID)) OK 70ms
/aggregate functions/state/stddevSampState/Nullable(UInt32) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,nullable_uint64_ OK 84ms
/aggregate functions/state/stddevSampState/Nullable(UInt64) OK 68ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,nullable_uint32_ OK 90ms
/aggregate functions/state/stddevSampState/Nullable(Int8) OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(UInt32)) OK 91ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,uint8 OK 71ms
/aggregate functions/state/stddevSampState/Nullable(Int16) OK 79ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,nullable_uint16_ OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,uint64 OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(UInt64)) OK 74ms
/aggregate functions/state/stddevSampState/Nullable(Int32) OK 68ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/stddevSampState/Nullable(Int64) OK 105ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,uint32 OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,uint16 OK 66ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/stddevSampState/Nullable(Float32) OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,nullable_uint8_ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Int16)) OK 70ms
/aggregate functions/state/stddevSampState/Nullable(Float64) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,nullable_uint64_ OK 79ms
/aggregate functions/state/stddevSampState/LowCardinality(UInt8) OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,uint8 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Int64)) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,nullable_uint32_ OK 78ms
/aggregate functions/state/stddevSampState/LowCardinality(UInt16) OK 74ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,uint64 OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,nullable_uint16_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/stddevSampState/LowCardinality(UInt32) OK 94ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,uint32 OK 78ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Float32)) OK 123ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,lowcardinality_uint8_ OK 109ms
/aggregate functions/state/stddevSampState/LowCardinality(UInt64) OK 102ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,uint16 OK 97ms
/aggregate functions/state/quantilesTimingWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/stddevSampStableState OK 3s 786ms
/aggregate functions/state/stddevSampStableState/constant OK 52ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 74ms
/aggregate functions/state/stddevSampState/LowCardinality(Int8) OK 69ms
/aggregate functions/state/stddevSampStableState/zero rows OK 43ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Date)) OK 78ms
/aggregate functions/state/stddevSampState/LowCardinality(Int16) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 69ms
/aggregate functions/state/stddevSampStableState/single row OK 48ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/stddevSampStableState/with group by OK 43ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(DateTime)) OK 93ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 77ms
/aggregate functions/state/stddevSampState/LowCardinality(Int32) OK 80ms
/aggregate functions/state/stddevSampStableState/some negative values OK 49ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 79ms
/aggregate functions/state/stddevSampState/LowCardinality(Int64) OK 73ms
/aggregate functions/state/stddevSampStableState/NULL value handling OK 41ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Bool)) OK 74ms
/aggregate functions/state/stddevSampStableState/single NULL value OK 56ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/stddevSampState/LowCardinality(Float32) OK 91ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(String)) OK 77ms
/aggregate functions/state/stddevSampStableState/return type OK 39ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/stddevSampStableState/doc example OK 40ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/stddevSampState/LowCardinality(Float64) OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/stddevSampStableState/inf OK 39ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/stddevSampStableState/-inf OK 49ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(UUID)) OK 75ms
/aggregate functions/state/stddevSampState/LowCardinality(Nullable(UInt8)) OK 67ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,uint8 OK 72ms
/aggregate functions/state/stddevSampStableState/nan OK 46ms
/aggregate functions/state/stddevSampState/LowCardinality(Nullable(UInt16)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/state/stddevSampStableState/inf, -inf, nan OK 42ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,uint64 OK 72ms
/aggregate functions/state/stddevSampStableState/UInt8 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/stddevSampState/LowCardinality(Nullable(UInt32)) OK 71ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,uint32 OK 78ms
/aggregate functions/state/stddevSampStableState/UInt16 OK 79ms
/aggregate functions/state/stddevSampState/LowCardinality(Nullable(UInt64)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,uint16 OK 74ms
/aggregate functions/state/stddevSampStableState/UInt32 OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/state/stddevSampState/LowCardinality(Nullable(Int8)) OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,nullable_uint8_ OK 71ms
/aggregate functions/state/stddevSampStableState/UInt64 OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/stddevSampState/LowCardinality(Nullable(Int16)) OK 67ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,nullable_uint64_ OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/stddevSampStableState/Int8 OK 73ms
/aggregate functions/state/stddevSampState/LowCardinality(Nullable(Int32)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,nullable_uint32_ OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,uint8 OK 86ms
/aggregate functions/state/stddevSampStableState/Int16 OK 68ms
/aggregate functions/state/stddevSampState/LowCardinality(Nullable(Int64)) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,nullable_uint16_ OK 128ms
/aggregate functions/state/stddevSampStableState/Int32 OK 123ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,uint64 OK 114ms
/aggregate functions/state/stddevSampState/LowCardinality(Nullable(Float32)) OK 104ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(Int32))) OK 98ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,uint32 OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/stddevSampState/LowCardinality(Nullable(Float64)) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/stddevSampStableState/Int64 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,uint16 OK 90ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/stddevSampStableState/Float32 OK 78ms
/aggregate functions/state/stochasticLinearRegressionState OK 3s 856ms
/aggregate functions/state/stochasticLinearRegressionState/constant OK 42ms
/aggregate functions/state/stochasticLinearRegressionState/zero rows OK 42ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/stddevSampStableState/Float64 OK 82ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,nullable_uint8_ OK 73ms
/aggregate functions/state/stochasticLinearRegressionState/single row OK 36ms
/aggregate functions/state/stochasticLinearRegressionState/with group by OK 42ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,nullable_uint64_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/stddevSampStableState/Nullable(UInt8) OK 78ms
/aggregate functions/state/stochasticLinearRegressionState/some negative values OK 55ms
/aggregate functions/state/stochasticLinearRegressionState/NULL value handling OK 50ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,nullable_uint32_ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/state/stddevSampStableState/Nullable(UInt16) OK 67ms
/aggregate functions/state/stochasticLinearRegressionState/single NULL value OK 45ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint64__ OK 143ms
/aggregate functions/state/stddevSampStableState/Nullable(UInt32) OK 149ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,nullable_uint16_ OK 135ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 143ms
/aggregate functions/state/stochasticLinearRegressionState/return type OK 40ms
/aggregate functions/state/stochasticLinearRegressionState/doc example OK 101ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint32__ OK 94ms
/aggregate functions/state/stddevSampStableState/Nullable(UInt64) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/stochasticLinearRegressionState/inf OK 43ms
/aggregate functions/state/stochasticLinearRegressionState/-inf OK 46ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/stddevSampStableState/Nullable(Int8) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/stochasticLinearRegressionState/nan OK 46ms
/aggregate functions/state/stochasticLinearRegressionState/inf, -inf, nan OK 46ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/stddevSampStableState/Nullable(Int16) OK 69ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,uint8 OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/stochasticLinearRegressionState/UInt8 OK 75ms
/aggregate functions/state/stddevSampStableState/Nullable(Int32) OK 87ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,uint64 OK 77ms
/aggregate functions/state/stochasticLinearRegressionState/UInt16 OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/stddevSampStableState/Nullable(Int64) OK 70ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,uint32 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Array(String)) OK 80ms
/aggregate functions/state/stochasticLinearRegressionState/UInt32 OK 77ms
/aggregate functions/state/stddevSampStableState/Nullable(Float32) OK 73ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,uint16 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/stochasticLinearRegressionState/UInt64 OK 71ms
/aggregate functions/state/stddevSampStableState/Nullable(Float64) OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int16,Tuple(String)) OK 85ms
/aggregate functions/state/stochasticLinearRegressionState/Int8 OK 82ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,nullable_uint8_ OK 81ms
/aggregate functions/state/stddevSampStableState/LowCardinality(UInt8) OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/datetime,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,UInt8) OK 69ms
/aggregate functions/state/stochasticLinearRegressionState/Int16 OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,nullable_uint64_ OK 74ms
/aggregate functions/state/stddevSampStableState/LowCardinality(UInt16) OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,uint8 OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,UInt16) OK 85ms
/aggregate functions/state/stochasticLinearRegressionState/Int32 OK 85ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,nullable_uint32_ OK 84ms
/aggregate functions/state/stddevSampStableState/LowCardinality(UInt32) OK 72ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,uint64 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,UInt32) OK 72ms
/aggregate functions/state/stochasticLinearRegressionState/Int64 OK 71ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,nullable_uint16_ OK 78ms
/aggregate functions/state/stddevSampStableState/LowCardinality(UInt64) OK 69ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,uint32 OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,UInt64) OK 76ms
/aggregate functions/state/stochasticLinearRegressionState/Float32 OK 93ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Int8) OK 84ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,uint16 OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,UInt128) OK 71ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Int16) OK 70ms
/aggregate functions/state/stochasticLinearRegressionState/Float64 OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,nullable_uint8_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Int8) OK 73ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Int32) OK 91ms
/aggregate functions/state/stochasticLinearRegressionState/Nullable(UInt8) OK 83ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,nullable_uint64_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Int16) OK 70ms
/aggregate functions/state/stochasticLinearRegressionState/Nullable(UInt16) OK 80ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Int64) OK 79ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,nullable_uint32_ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Int32) OK 73ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint8__ OK 88ms
/aggregate functions/state/stochasticLinearRegressionState/Nullable(UInt32) OK 79ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Float32) OK 79ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,nullable_uint16_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Int64) OK 78ms
/aggregate functions/state/stochasticLinearRegressionState/Nullable(UInt64) OK 96ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Float64) OK 68ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,lowcardinality_uint8_ OK 72ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Int128) OK 72ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Nullable(UInt8)) OK 86ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,lowcardinality_uint64_ OK 69ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint32__ OK 75ms
/aggregate functions/state/stochasticLinearRegressionState/Nullable(Int8) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Float32) OK 70ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Nullable(UInt16)) OK 70ms
/aggregate functions/state/stochasticLinearRegressionState/Nullable(Int16) OK 81ms
/aggregate functions/state/quantilesTDigestWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Float64) OK 67ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Nullable(UInt32)) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Decimal128(38)) OK 81ms
/aggregate functions/state/stochasticLinearRegressionState/Nullable(Int32) OK 79ms
/aggregate functions/state/stochasticLogisticRegressionState OK 4s 106ms
/aggregate functions/state/stochasticLogisticRegressionState/constant OK 60ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Nullable(UInt64)) OK 83ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/stochasticLogisticRegressionState/zero rows OK 43ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Date) OK 72ms
/aggregate functions/state/stochasticLinearRegressionState/Nullable(Int64) OK 68ms
/aggregate functions/state/stochasticLogisticRegressionState/single row OK 40ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Nullable(Int8)) OK 79ms
/aggregate functions/state/stochasticLinearRegressionState/Nullable(Float32) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,DateTime) OK 71ms
/aggregate functions/state/stochasticLogisticRegressionState/with group by OK 52ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/stochasticLogisticRegressionState/some negative values OK 49ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Nullable(Int16)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,DateTime64(3)) OK 76ms
/aggregate functions/state/stochasticLinearRegressionState/Nullable(Float64) OK 68ms
/aggregate functions/state/stochasticLogisticRegressionState/NULL value handling OK 42ms
/aggregate functions/state/quantilesExactWeightedState/datatypes/permutations/date,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Nullable(Int32)) OK 79ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(UInt8) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Bool) OK 89ms
/aggregate functions/state/stochasticLogisticRegressionState/single NULL value OK 56ms
/aggregate functions/state/studentTTestState OK 59s 648ms
/aggregate functions/state/studentTTestState/single value in 0 population OK 55ms
/aggregate functions/state/stochasticLogisticRegressionState/return type OK 58ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Nullable(Int64)) OK 91ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(UInt16) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,String) OK 78ms
/aggregate functions/state/studentTTestState/single value in 1 population OK 42ms
/aggregate functions/state/stochasticLogisticRegressionState/doc example OK 43ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(UInt32) OK 97ms
/aggregate functions/state/studentTTestState/constant OK 42ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Nullable(Float32)) OK 78ms
/aggregate functions/state/stochasticLogisticRegressionState/inf OK 44ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,FixedString(51)) OK 79ms
/aggregate functions/state/studentTTestState/zero rows OK 46ms
/aggregate functions/state/stochasticLogisticRegressionState/-inf OK 43ms
/aggregate functions/state/stddevSampStableState/LowCardinality(Nullable(Float64)) OK 86ms
/aggregate functions/state/studentTTestState/single row OK 61ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(UInt64) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,UUID) OK 80ms
/aggregate functions/state/stochasticLogisticRegressionState/nan OK 57ms
/aggregate functions/state/studentTTestState/single row with zero weight OK 45ms
/aggregate functions/state/stochasticLogisticRegressionState/inf, -inf, nan OK 45ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Int8) OK 74ms
/aggregate functions/state/sumState OK 4s 274ms
/aggregate functions/state/sumState/constant OK 45ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(UInt8)) OK 71ms
/aggregate functions/state/studentTTestState/with group by OK 51ms
/aggregate functions/state/stochasticLogisticRegressionState/UInt8 OK 80ms
/aggregate functions/state/sumState/zero rows OK 60ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Int16) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(UInt16)) OK 73ms
/aggregate functions/state/studentTTestState/some negative values OK 38ms
/aggregate functions/state/sumState/with group by OK 47ms
/aggregate functions/state/stochasticLogisticRegressionState/UInt16 OK 81ms
/aggregate functions/state/studentTTestState/NULL value handling OK 41ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Int32) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(UInt32)) OK 75ms
/aggregate functions/state/sumState/inf OK 44ms
/aggregate functions/state/studentTTestState/weight NULL value handling OK 41ms
/aggregate functions/state/stochasticLogisticRegressionState/UInt32 OK 91ms
/aggregate functions/state/sumState/-inf OK 41ms
/aggregate functions/state/studentTTestState/single NULL value OK 41ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Int64) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(UInt64)) OK 71ms
/aggregate functions/state/sumState/nan OK 47ms
/aggregate functions/state/studentTTestState/return type OK 38ms
/aggregate functions/state/studentTTestState/doc example OK 46ms
/aggregate functions/state/stochasticLogisticRegressionState/UInt64 OK 81ms
/aggregate functions/state/sumState/inf, -inf, nan OK 48ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Float32) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(UInt128)) OK 72ms
/aggregate functions/state/studentTTestState/inf OK 45ms
/aggregate functions/state/sumState/UInt8 OK 79ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Float64) OK 134ms
/aggregate functions/state/stochasticLogisticRegressionState/Int8 OK 130ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(Int8)) OK 134ms
/aggregate functions/state/studentTTestState/-inf OK 38ms
/aggregate functions/state/studentTTestState/nan OK 95ms
/aggregate functions/state/sumState/UInt16 OK 84ms
/aggregate functions/state/stochasticLogisticRegressionState/Int16 OK 98ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Nullable(UInt8)) OK 81ms
/aggregate functions/state/sumState/UInt32 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(Int16)) OK 79ms
/aggregate functions/state/studentTTestState/inf, -inf, nan OK 40ms
/aggregate functions/state/studentTTestState/datatypes OK 58s 830ms
/aggregate functions/state/studentTTestState/datatypes/permutations OK 58s 830ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,uint8 OK 78ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Nullable(UInt16)) OK 70ms
/aggregate functions/state/sumState/UInt64 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(Int32)) OK 79ms
/aggregate functions/state/stochasticLogisticRegressionState/Int32 OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,uint64 OK 76ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Nullable(UInt32)) OK 104ms
/aggregate functions/state/sumState/UInt128 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(Int64)) OK 93ms
/aggregate functions/state/stochasticLogisticRegressionState/Int64 OK 93ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,uint32 OK 73ms
/aggregate functions/state/sumState/Int8 OK 67ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Nullable(UInt64)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(Int128)) OK 77ms
/aggregate functions/state/stochasticLogisticRegressionState/Float32 OK 90ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,uint16 OK 65ms
/aggregate functions/state/sumState/Int16 OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(Float32)) OK 79ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Nullable(Int8)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,nullable_uint8_ OK 74ms
/aggregate functions/state/stochasticLogisticRegressionState/Float64 OK 72ms
/aggregate functions/state/sumState/Int32 OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(Float64)) OK 85ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Nullable(Int16)) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,nullable_uint64_ OK 76ms
/aggregate functions/state/stochasticLogisticRegressionState/Nullable(UInt8) OK 83ms
/aggregate functions/state/sumState/Int64 OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,nullable_uint32_ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Nullable(Int32)) OK 78ms
/aggregate functions/state/stochasticLogisticRegressionState/Nullable(UInt16) OK 83ms
/aggregate functions/state/sumState/Int128 OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(Date)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,nullable_uint16_ OK 74ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Nullable(Int64)) OK 75ms
/aggregate functions/state/stochasticLogisticRegressionState/Nullable(UInt32) OK 92ms
/aggregate functions/state/sumState/Float32 OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(DateTime)) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Nullable(Float32)) OK 79ms
/aggregate functions/state/sumState/Float64 OK 69ms
/aggregate functions/state/stochasticLogisticRegressionState/Nullable(UInt64) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/stochasticLinearRegressionState/LowCardinality(Nullable(Float64)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/sumState/Decimal128(38) OK 73ms
/aggregate functions/state/stochasticLogisticRegressionState/Nullable(Int8) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(Bool)) OK 98ms
/aggregate functions/state/sumCountState OK 4s 347ms
/aggregate functions/state/sumCountState/constant OK 64ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 80ms
/aggregate functions/state/sumState/Nullable(UInt8) OK 77ms
/aggregate functions/state/stochasticLogisticRegressionState/Nullable(Int16) OK 96ms
/aggregate functions/state/sumCountState/zero rows OK 44ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/sumState/Nullable(UInt16) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(String)) OK 69ms
/aggregate functions/state/sumCountState/with group by OK 42ms
/aggregate functions/state/stochasticLogisticRegressionState/Nullable(Int32) OK 109ms
/aggregate functions/state/sumCountState/inf OK 49ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/sumState/Nullable(UInt32) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/sumCountState/-inf OK 50ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Nullable(UUID)) OK 76ms
/aggregate functions/state/sumState/Nullable(UInt64) OK 85ms
/aggregate functions/state/stochasticLogisticRegressionState/Nullable(Int64) OK 89ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/sumCountState/nan OK 40ms
/aggregate functions/state/sumCountState/inf, -inf, nan OK 47ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/sumState/Nullable(UInt128) OK 70ms
/aggregate functions/state/stochasticLogisticRegressionState/Nullable(Float32) OK 81ms
/aggregate functions/state/sumCountState/UInt8 OK 71ms
/aggregate functions/state/sumState/Nullable(Int8) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(UInt16)) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/sumCountState/UInt16 OK 83ms
/aggregate functions/state/stochasticLogisticRegressionState/Nullable(Float64) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(UInt32)) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,uint8 OK 81ms
/aggregate functions/state/sumState/Nullable(Int16) OK 79ms
/aggregate functions/state/sumCountState/UInt32 OK 74ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(UInt8) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,uint64 OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(UInt64)) OK 96ms
/aggregate functions/state/sumCountState/UInt64 OK 74ms
/aggregate functions/state/sumState/Nullable(Int32) OK 86ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(UInt16) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,uint32 OK 69ms
/aggregate functions/state/sumCountState/UInt128 OK 77ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(UInt32) OK 75ms
/aggregate functions/state/sumState/Nullable(Int64) OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,uint16 OK 70ms
/aggregate functions/state/sumCountState/Int8 OK 69ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(UInt64) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/sumState/Nullable(Int128) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,nullable_uint8_ OK 72ms
/aggregate functions/state/sumCountState/Int16 OK 70ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Int8) OK 84ms
/aggregate functions/state/sumState/Nullable(Float32) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,nullable_uint64_ OK 69ms
/aggregate functions/state/sumCountState/Int32 OK 73ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Int16) OK 81ms
/aggregate functions/state/sumState/Nullable(Float64) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Int32)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,nullable_uint32_ OK 81ms
/aggregate functions/state/sumCountState/Int64 OK 73ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Int32) OK 83ms
/aggregate functions/state/sumState/Nullable(Decimal128(38)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,nullable_uint16_ OK 86ms
/aggregate functions/state/sumCountState/Int128 OK 74ms
/aggregate functions/state/sumState/LowCardinality(UInt8) OK 72ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Int64) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Int128)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/sumCountState/Float32 OK 72ms
/aggregate functions/state/sumState/LowCardinality(UInt16) OK 72ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Float32) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/sumCountState/Float64 OK 68ms
/aggregate functions/state/sumState/LowCardinality(UInt32) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Float64)) OK 74ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Float64) OK 78ms
/aggregate functions/state/sumCountState/Decimal128(38) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/sumState/LowCardinality(UInt64) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Date)) OK 91ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Nullable(UInt8)) OK 79ms
/aggregate functions/state/sumCountState/Nullable(UInt8) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 124ms
/aggregate functions/state/sumState/LowCardinality(UInt128) OK 113ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Nullable(UInt16)) OK 161ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(DateTime)) OK 147ms
/aggregate functions/state/sumCountState/Nullable(UInt16) OK 152ms
/aggregate functions/state/sumState/LowCardinality(Int8) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Bool)) OK 87ms
/aggregate functions/state/sumCountState/Nullable(UInt32) OK 72ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Nullable(UInt32)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/sumState/LowCardinality(Int16) OK 71ms
/aggregate functions/state/sumCountState/Nullable(UInt64) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/sumState/LowCardinality(Int32) OK 89ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Nullable(UInt64)) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(String)) OK 81ms
/aggregate functions/state/sumCountState/Nullable(UInt128) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/sumState/LowCardinality(Int64) OK 68ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Nullable(Int8)) OK 72ms
/aggregate functions/state/sumState/LowCardinality(Int128) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Nullable(Int16)) OK 87ms
/aggregate functions/state/sumCountState/Nullable(Int8) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,uint8 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/sumCountState/Nullable(Int16) OK 89ms
/aggregate functions/state/sumState/LowCardinality(Float32) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,uint64 OK 84ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Nullable(Int32)) OK 69ms
/aggregate functions/state/sumState/LowCardinality(Float64) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Nullable(Int64)) OK 88ms
/aggregate functions/state/sumCountState/Nullable(Int32) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,uint32 OK 75ms
/aggregate functions/state/sumState/LowCardinality(Nullable(UInt8)) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/sumCountState/Nullable(Int64) OK 74ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Nullable(Float32)) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,uint16 OK 68ms
/aggregate functions/state/sumCountState/Nullable(Int128) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,nullable_uint8_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/sumState/LowCardinality(Nullable(UInt16)) OK 81ms
/aggregate functions/state/stochasticLogisticRegressionState/LowCardinality(Nullable(Float64)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,nullable_uint64_ OK 107ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 103ms
/aggregate functions/state/sumCountState/Nullable(Float32) OK 95ms
/aggregate functions/state/sumState/LowCardinality(Nullable(UInt32)) OK 92ms
/aggregate functions/state/sumKahanState OK 4s 225ms
/aggregate functions/state/sumKahanState/constant OK 96ms
/aggregate functions/state/sumState/LowCardinality(Nullable(UInt64)) OK 93ms
/aggregate functions/state/sumCountState/Nullable(Float64) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,nullable_uint32_ OK 76ms
/aggregate functions/state/sumKahanState/zero rows OK 53ms
/aggregate functions/state/sumKahanState/with group by OK 41ms
/aggregate functions/state/sumCountState/Nullable(Decimal128(38)) OK 90ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,nullable_uint16_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/state/sumState/LowCardinality(Nullable(UInt128)) OK 76ms
/aggregate functions/state/sumKahanState/inf OK 38ms
/aggregate functions/state/sumKahanState/-inf OK 42ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/sumCountState/LowCardinality(UInt8) OK 77ms
/aggregate functions/state/sumState/LowCardinality(Nullable(Int8)) OK 69ms
/aggregate functions/state/sumKahanState/nan OK 38ms
/aggregate functions/state/sumKahanState/inf, -inf, nan OK 40ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/sumState/LowCardinality(Nullable(Int16)) OK 77ms
/aggregate functions/state/sumCountState/LowCardinality(UInt16) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/sumKahanState/UInt8 OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(Int128))) OK 100ms
/aggregate functions/state/sumState/LowCardinality(Nullable(Int32)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/sumCountState/LowCardinality(UInt32) OK 93ms
/aggregate functions/state/sumKahanState/UInt16 OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/sumState/LowCardinality(Nullable(Int64)) OK 64ms
/aggregate functions/state/sumKahanState/UInt32 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(Float32))) OK 86ms
/aggregate functions/state/sumCountState/LowCardinality(UInt64) OK 82ms
/aggregate functions/state/sumState/LowCardinality(Nullable(Int128)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/sumKahanState/UInt64 OK 71ms
/aggregate functions/state/sumCountState/LowCardinality(UInt128) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/state/sumState/LowCardinality(Nullable(Float32)) OK 71ms
/aggregate functions/state/sumKahanState/UInt128 OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 95ms
/aggregate functions/state/sumCountState/LowCardinality(Int8) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/sumState/LowCardinality(Nullable(Float64)) OK 80ms
/aggregate functions/state/sumKahanState/Int8 OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/sumCountState/LowCardinality(Int16) OK 73ms
/aggregate functions/state/sumMapState OK 552ms
/aggregate functions/state/sumMapState/constant OK 45ms
/aggregate functions/state/sumKahanState/Int16 OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/state/sumMapState/zero rows OK 38ms
/aggregate functions/state/sumCountState/LowCardinality(Int32) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/sumMapState/with group by OK 42ms
/aggregate functions/state/sumKahanState/Int32 OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/sumMapState/some negative values OK 41ms
/aggregate functions/state/sumCountState/LowCardinality(Int64) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,uint8 OK 92ms
/aggregate functions/state/sumKahanState/Int64 OK 72ms
/aggregate functions/state/sumMapState/one to many OK 38ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/sumMapState/NULL value handling OK 42ms
/aggregate functions/state/sumCountState/LowCardinality(Int128) OK 74ms
/aggregate functions/state/sumKahanState/Int128 OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,uint64 OK 68ms
/aggregate functions/state/sumMapState/single NULL value OK 47ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/sumMapState/inf OK 42ms
/aggregate functions/state/sumCountState/LowCardinality(Float32) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,uint32 OK 71ms
/aggregate functions/state/sumKahanState/Float32 OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Array(String)) OK 71ms
/aggregate functions/state/sumMapState/-inf OK 45ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,uint16 OK 70ms
/aggregate functions/state/sumCountState/LowCardinality(Float64) OK 77ms
/aggregate functions/state/sumMapState/nan OK 39ms
/aggregate functions/state/sumKahanState/Float64 OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/sumMapState/inf, -inf, nan OK 42ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,nullable_uint8_ OK 68ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(UInt8)) OK 72ms
/aggregate functions/state/sumKahanState/Decimal128(38) OK 71ms
/aggregate functions/state/sumMapState/return type OK 40ms
/aggregate functions/state/singleValueOrNullState/Map(Int32,Tuple(String)) OK 74ms
/aggregate functions/state/sumMapState/NULL in strings OK 43ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,nullable_uint64_ OK 73ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(UInt16)) OK 76ms
/aggregate functions/state/sumKahanState/Nullable(UInt8) OK 77ms
/aggregate functions/state/sumMapState/datatypes XFail 437us
/aggregate functions/state/minMapState OK 640ms
/aggregate functions/state/minMapState/constant OK 50ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,UInt8) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,nullable_uint32_ OK 78ms
/aggregate functions/state/minMapState/zero rows OK 50ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(UInt32)) OK 68ms
/aggregate functions/state/sumKahanState/Nullable(UInt16) OK 67ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,UInt16) OK 69ms
/aggregate functions/state/minMapState/with group by OK 38ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,nullable_uint16_ OK 69ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(UInt64)) OK 78ms
/aggregate functions/state/sumKahanState/Nullable(UInt32) OK 70ms
/aggregate functions/state/minMapState/some negative values OK 48ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,UInt32) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/minMapState/one to many OK 53ms
/aggregate functions/state/sumKahanState/Nullable(UInt64) OK 75ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(UInt128)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,UInt64) OK 71ms
/aggregate functions/state/minMapState/NULL value handling OK 43ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/sumKahanState/Nullable(UInt128) OK 83ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(Int8)) OK 70ms
/aggregate functions/state/minMapState/single NULL value OK 53ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,UInt128) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/minMapState/inf OK 42ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(Int16)) OK 83ms
/aggregate functions/state/sumKahanState/Nullable(Int8) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Int8) OK 72ms
/aggregate functions/state/minMapState/-inf OK 44ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/minMapState/nan OK 44ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(Int32)) OK 74ms
/aggregate functions/state/sumKahanState/Nullable(Int16) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Int16) OK 81ms
/aggregate functions/state/minMapState/inf, -inf, nan OK 45ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(Int64)) OK 88ms
/aggregate functions/state/sumKahanState/Nullable(Int32) OK 77ms
/aggregate functions/state/minMapState/return type OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Int32) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/minMapState/NULL in strings OK 55ms
/aggregate functions/state/sumKahanState/Nullable(Int64) OK 67ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Int64) OK 71ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(Int128)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/minMapState/datatypes XFail 500us
/aggregate functions/state/maxMapState OK 648ms
/aggregate functions/state/maxMapState/constant OK 53ms
/aggregate functions/state/sumKahanState/Nullable(Int128) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Int128) OK 83ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(Float32)) OK 77ms
/aggregate functions/state/maxMapState/zero rows OK 54ms
/aggregate functions/state/studentTTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/sumKahanState/Nullable(Float32) OK 81ms
/aggregate functions/state/maxMapState/with group by OK 56ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Float32) OK 71ms
/aggregate functions/state/sumCountState/LowCardinality(Nullable(Float64)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,uint8 OK 78ms
/aggregate functions/state/maxMapState/some negative values OK 42ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Float64) OK 87ms
/aggregate functions/state/sumKahanState/Nullable(Float64) OK 82ms
/aggregate functions/state/sumWithOverflowState OK 6s 220ms
/aggregate functions/state/sumWithOverflowState/constant OK 45ms
/aggregate functions/state/maxMapState/one to many OK 42ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,uint64 OK 73ms
/aggregate functions/state/sumWithOverflowState/zero rows OK 41ms
/aggregate functions/state/maxMapState/NULL value handling OK 43ms
/aggregate functions/state/sumKahanState/Nullable(Decimal128(38)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Decimal128(38)) OK 83ms
/aggregate functions/state/sumWithOverflowState/with group by OK 51ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,uint32 OK 76ms
/aggregate functions/state/maxMapState/single NULL value OK 36ms
/aggregate functions/state/maxMapState/inf OK 45ms
/aggregate functions/state/sumWithOverflowState/inf OK 45ms
/aggregate functions/state/sumKahanState/LowCardinality(UInt8) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Date) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,uint16 OK 76ms
/aggregate functions/state/maxMapState/-inf OK 55ms
/aggregate functions/state/sumWithOverflowState/-inf OK 52ms
/aggregate functions/state/sumKahanState/LowCardinality(UInt16) OK 69ms
/aggregate functions/state/maxMapState/nan OK 63ms
/aggregate functions/state/sumWithOverflowState/nan OK 45ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,DateTime) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 67ms
/aggregate functions/state/sumWithOverflowState/inf, -inf, nan OK 39ms
/aggregate functions/state/sumKahanState/LowCardinality(UInt32) OK 73ms
/aggregate functions/state/maxMapState/inf, -inf, nan OK 45ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 82ms
/aggregate functions/state/sumWithOverflowState/UInt8 OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,DateTime64(3)) OK 73ms
/aggregate functions/state/maxMapState/return type OK 55ms
/aggregate functions/state/sumKahanState/LowCardinality(UInt64) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 73ms
/aggregate functions/state/maxMapState/NULL in strings OK 50ms
/aggregate functions/state/sumWithOverflowState/UInt16 OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Bool) OK 69ms
/aggregate functions/state/sumKahanState/LowCardinality(UInt128) OK 76ms
/aggregate functions/state/maxMapState/datatypes XFail 497us
/aggregate functions/state/topKState OK 2m 27s
/aggregate functions/state/topKState/constant OK 58ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 91ms
/aggregate functions/state/sumWithOverflowState/UInt32 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,String) OK 84ms
/aggregate functions/state/topKState/zero rows OK 56ms
/aggregate functions/state/sumKahanState/LowCardinality(Int8) OK 68ms
/aggregate functions/state/sumWithOverflowState/UInt64 OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,FixedString(51)) OK 80ms
/aggregate functions/state/topKState/with group by OK 71ms
/aggregate functions/state/sumKahanState/LowCardinality(Int16) OK 104ms
/aggregate functions/state/sumWithOverflowState/UInt128 OK 81ms
/aggregate functions/state/topKState/some negative values OK 61ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,UUID) OK 82ms
/aggregate functions/state/sumKahanState/LowCardinality(Int32) OK 72ms
/aggregate functions/state/topKState/first non-NULL value OK 43ms
/aggregate functions/state/sumWithOverflowState/Int8 OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(UInt8)) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/topKState/NULL for all rows OK 43ms
/aggregate functions/state/sumKahanState/LowCardinality(Int64) OK 88ms
/aggregate functions/state/topKState/return type OK 56ms
/aggregate functions/state/sumWithOverflowState/Int16 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(UInt16)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 68ms
/aggregate functions/state/topKState/with another aggregate function OK 45ms
/aggregate functions/state/sumKahanState/LowCardinality(Int128) OK 72ms
/aggregate functions/state/sumWithOverflowState/Int32 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(UInt32)) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/topKState/with another aggregate function and group by OK 41ms
/aggregate functions/state/sumKahanState/LowCardinality(Float32) OK 101ms
/aggregate functions/state/topKState/string that ends with \0 OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(UInt64)) OK 134ms
/aggregate functions/state/sumWithOverflowState/Int64 OK 121ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 130ms
/aggregate functions/state/topKState/inf OK 47ms
/aggregate functions/state/sumKahanState/LowCardinality(Float64) OK 75ms
/aggregate functions/state/topKState/-inf OK 46ms
/aggregate functions/state/sumWithOverflowState/Int128 OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(UInt128)) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(UInt8)) OK 74ms
/aggregate functions/state/topKState/nan OK 51ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 81ms
/aggregate functions/state/sumWithOverflowState/Float32 OK 80ms
/aggregate functions/state/topKState/UInt8 OK 92ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(UInt16)) OK 65ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(Int8)) OK 81ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(UInt32)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,uint8 OK 70ms
/aggregate functions/state/sumWithOverflowState/Float64 OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(Int16)) OK 70ms
/aggregate functions/state/topKState/UInt16 OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,uint64 OK 80ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(UInt64)) OK 65ms
/aggregate functions/state/sumWithOverflowState/Decimal128(38) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(Int32)) OK 77ms
/aggregate functions/state/topKState/UInt32 OK 77ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(UInt128)) OK 72ms
/aggregate functions/state/sumWithOverflowState/Nullable(UInt8) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,uint32 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(Int64)) OK 69ms
/aggregate functions/state/topKState/UInt64 OK 90ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(Int8)) OK 78ms
/aggregate functions/state/sumWithOverflowState/Nullable(UInt16) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,uint16 OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(Int128)) OK 69ms
/aggregate functions/state/topKState/UInt128 OK 73ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(Int16)) OK 70ms
/aggregate functions/state/sumWithOverflowState/Nullable(UInt32) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(Float32)) OK 70ms
/aggregate functions/state/topKState/Int8 OK 70ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(Int32)) OK 101ms
/aggregate functions/state/sumWithOverflowState/Nullable(UInt64) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(Float64)) OK 91ms
/aggregate functions/state/topKState/Int16 OK 70ms
/aggregate functions/state/sumWithOverflowState/Nullable(UInt128) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 75ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(Int64)) OK 136ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(Decimal128(38))) OK 154ms
/aggregate functions/state/topKState/Int32 OK 146ms
/aggregate functions/state/sumWithOverflowState/Nullable(Int8) OK 99ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 96ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(Int128)) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/sumWithOverflowState/Nullable(Int16) OK 73ms
/aggregate functions/state/topKState/Int64 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(Date)) OK 87ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(Float32)) OK 71ms
/aggregate functions/state/sumWithOverflowState/Nullable(Int32) OK 78ms
/aggregate functions/state/topKState/Int128 OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(DateTime)) OK 73ms
/aggregate functions/state/sumKahanState/LowCardinality(Nullable(Float64)) OK 72ms
/aggregate functions/state/sumWithOverflowState/Nullable(Int64) OK 92ms
/aggregate functions/state/topKState/Float32 OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/topKWeightedState OK 8s 60ms
/aggregate functions/state/topKWeightedState/constant OK 60ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 86ms
/aggregate functions/state/topKState/Float64 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(Bool)) OK 82ms
/aggregate functions/state/sumWithOverflowState/Nullable(Int128) OK 78ms
/aggregate functions/state/topKWeightedState/zero rows OK 37ms
/aggregate functions/state/topKWeightedState/single row OK 38ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/topKState/Decimal128(38) OK 74ms
/aggregate functions/state/sumWithOverflowState/Nullable(Float32) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(String)) OK 66ms
/aggregate functions/state/topKWeightedState/with group by OK 38ms
/aggregate functions/state/topKWeightedState/some negative values OK 41ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(FixedString(51))) OK 97ms
/aggregate functions/state/topKState/Date OK 88ms
/aggregate functions/state/sumWithOverflowState/Nullable(Float64) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/topKWeightedState/NULL value handling OK 58ms
/aggregate functions/state/topKWeightedState/single NULL value OK 64ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/sumWithOverflowState/Nullable(Decimal128(38)) OK 81ms
/aggregate functions/state/topKState/DateTime OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Nullable(UUID)) OK 70ms
/aggregate functions/state/topKWeightedState/inf OK 47ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(UInt8)) OK 89ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(UInt8) OK 80ms
/aggregate functions/state/topKState/DateTime64(3) OK 80ms
/aggregate functions/state/topKWeightedState/-inf OK 37ms
/aggregate functions/state/topKWeightedState/nan OK 42ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,uint8 OK 76ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(UInt16) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/topKState/Bool OK 90ms
/aggregate functions/state/topKWeightedState/return type OK 38ms
/aggregate functions/state/topKWeightedState/example OK 42ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,uint64 OK 190ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(UInt32) OK 155ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(UInt32)) OK 156ms
/aggregate functions/state/topKState/String OK 194ms
/aggregate functions/state/topKWeightedState/datatypes OK 6s 998ms
/aggregate functions/state/topKWeightedState/datatypes/permutations OK 6s 998ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(UInt64) OK 290ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(UInt64)) OK 284ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,uint32 OK 303ms
/aggregate functions/state/topKState/FixedString(51) OK 304ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(UInt128) OK 306ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(UInt128)) OK 310ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,uint16 OK 276ms
/aggregate functions/state/topKState/UUID OK 253ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/UInt64,UInt64 OK 575ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Int8) OK 567ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/UInt64,Nullable(UInt64) OK 1s 8ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/UInt64,Nullable(Int64) OK 1s 427ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 1s 406ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Int8)) OK 1s 438ms
/aggregate functions/state/topKState/Map(UInt8,UInt8) OK 1s 418ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Int16) OK 861ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/UInt64,LowCardinality(UInt64) OK 878ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/UInt64,LowCardinality(Int64) OK 413ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 99ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/UInt64,Int64 OK 88ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Int32) OK 89ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/String,UInt64 OK 90ms
/aggregate functions/state/topKState/Map(UInt8,UInt16) OK 75ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/String,Nullable(UInt64) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/String,Nullable(Int64) OK 83ms
/aggregate functions/state/topKState/Map(UInt8,UInt32) OK 105ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Int64) OK 114ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 100ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/String,LowCardinality(UInt64) OK 106ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/String,LowCardinality(Int64) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/String,Int64 OK 73ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(UInt64),UInt64 OK 100ms
/aggregate functions/state/topKState/Map(UInt8,UInt64) OK 110ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Int64)) OK 86ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(UInt64),Nullable(UInt64) OK 95ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Int128) OK 89ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(UInt64),Nullable(Int64) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(UInt64),LowCardinality(UInt64) OK 86ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Float32) OK 100ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(UInt64),LowCardinality(Int64) OK 79ms
/aggregate functions/state/topKState/Map(UInt8,UInt128) OK 88ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(UInt64),Int64 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Float32)) OK 96ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(String),UInt64 OK 74ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(String),Nullable(UInt64) OK 76ms
/aggregate functions/state/topKState/Map(UInt8,Int8) OK 75ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Float64) OK 76ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(String),Nullable(Int64) OK 80ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(String),LowCardinality(UInt64) OK 103ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(String),LowCardinality(Int64) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Float64)) OK 100ms
/aggregate functions/state/topKState/Map(UInt8,Int16) OK 89ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(UInt8)) OK 94ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(String),Int64 OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Int64),UInt64 OK 72ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Int64),Nullable(UInt64) OK 83ms
/aggregate functions/state/topKState/Map(UInt8,Int32) OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Date)) OK 80ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(UInt16)) OK 94ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Int64),Nullable(Int64) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Int64),LowCardinality(UInt64) OK 79ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Int64),LowCardinality(Int64) OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Int64),Int64 OK 85ms
/aggregate functions/state/topKState/Map(UInt8,Int64) OK 81ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(UInt32)) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float64),UInt64 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Bool)) OK 102ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float64),Nullable(UInt64) OK 118ms
/aggregate functions/state/topKState/Map(UInt8,Int128) OK 112ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float64),Nullable(Int64) OK 106ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(UInt64)) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float64),LowCardinality(UInt64) OK 89ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(UInt128)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(String)) OK 77ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float64),LowCardinality(Int64) OK 93ms
/aggregate functions/state/topKState/Map(UInt8,Float32) OK 93ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float64),Int64 OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float32),UInt64 OK 87ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(Int8)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float32),Nullable(UInt64) OK 81ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float32),Nullable(Int64) OK 88ms
/aggregate functions/state/topKState/Map(UInt8,Float64) OK 100ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float32),LowCardinality(UInt64) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,uint8 OK 87ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(Int16)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float32),LowCardinality(Int64) OK 76ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Float32),Int64 OK 87ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(FixedString(51)),UInt64 OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,uint64 OK 88ms
/aggregate functions/state/topKState/Map(UInt8,Decimal128(38)) OK 74ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(Int32)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(FixedString(51)),Nullable(UInt64) OK 92ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(FixedString(51)),Nullable(Int64) OK 82ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(FixedString(51)),LowCardinality(UInt64) OK 87ms
/aggregate functions/state/topKState/Map(UInt8,Date) OK 83ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(Int64)) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,uint32 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(FixedString(51)),LowCardinality(Int64) OK 76ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(FixedString(51)),Int64 OK 79ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Decimal128(38)),UInt64 OK 89ms
/aggregate functions/state/topKState/Map(UInt8,DateTime) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,uint16 OK 79ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(Int128)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(UInt64) OK 89ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Decimal128(38)),Nullable(Int64) OK 80ms
/aggregate functions/state/topKState/Map(UInt8,DateTime64(3)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 86ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(UInt64) OK 76ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(Float32)) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Decimal128(38)),LowCardinality(Int64) OK 76ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Decimal128(38)),Int64 OK 78ms
/aggregate functions/state/topKState/Map(UInt8,Bool) OK 86ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(DateTime),UInt64 OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 78ms
/aggregate functions/state/sumWithOverflowState/LowCardinality(Nullable(Float64)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(DateTime),Nullable(UInt64) OK 97ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(DateTime),Nullable(Int64) OK 94ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(DateTime),LowCardinality(UInt64) OK 103ms
/aggregate functions/state/topKState/Map(UInt8,String) OK 93ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 85ms
/aggregate functions/state/uniqState OK 2m 24s
/aggregate functions/state/uniqState/constant OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(DateTime),LowCardinality(Int64) OK 107ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(DateTime),Int64 OK 98ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 109ms
/aggregate functions/state/uniqState/zero rows OK 68ms
/aggregate functions/state/topKState/Map(UInt8,FixedString(51)) OK 89ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Date),UInt64 OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(Int16))) OK 200ms
/aggregate functions/state/uniqState/with group by OK 149ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Date),Nullable(UInt64) OK 142ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Date),Nullable(Int64) OK 126ms
/aggregate functions/state/topKState/Map(UInt8,UUID) OK 128ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Date),LowCardinality(UInt64) OK 156ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 157ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Date),LowCardinality(Int64) OK 79ms
/aggregate functions/state/uniqState/some negative values OK 49ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(UInt8)) OK 97ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Nullable(Date),Int64 OK 90ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Map(String,LowCardinality(Float64)),UInt64 OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/uniqState/first non-NULL value OK 42ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(UInt64) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/uniqState/NULL for all rows OK 76ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Map(String,LowCardinality(Float64)),Nullable(Int64) OK 78ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(UInt16)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(UInt64) OK 72ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Map(String,LowCardinality(Float64)),LowCardinality(Int64) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/state/uniqState/return type OK 49ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Map(String,LowCardinality(Float64)),Int64 OK 77ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(UInt32)) OK 80ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(UInt64),UInt64 OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/uniqState/with another aggregate function OK 54ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(UInt64),Nullable(UInt64) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(Float32))) OK 93ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(UInt64),Nullable(Int64) OK 85ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(UInt64)) OK 82ms
/aggregate functions/state/uniqState/with another aggregate function and group by OK 56ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(UInt64) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/uniqState/string that ends with \0 OK 72ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(UInt64),LowCardinality(Int64) OK 99ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(UInt64),Int64 OK 75ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(UInt128)) OK 100ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(Float64))) OK 92ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(String),UInt64 OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/uniqState/inf OK 54ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(String),Nullable(UInt64) OK 79ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(String),Nullable(Int64) OK 107ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(Date))) OK 114ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(Int8)) OK 111ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(String),LowCardinality(UInt64) OK 106ms
/aggregate functions/state/uniqState/-inf OK 44ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(String),LowCardinality(Int64) OK 75ms
/aggregate functions/state/uniqState/nan OK 44ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(String),Int64 OK 116ms
/aggregate functions/state/uniqState/UInt8 OK 113ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(Int16)) OK 144ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Int64),UInt64 OK 134ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Int64),Nullable(UInt64) OK 125ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,uint8 OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Int64),Nullable(Int64) OK 97ms
/aggregate functions/state/uniqState/UInt16 OK 90ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Int64),LowCardinality(UInt64) OK 89ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Int64),LowCardinality(Int64) OK 91ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(Int32)) OK 92ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,uint64 OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(String))) OK 92ms
/aggregate functions/state/uniqState/UInt32 OK 74ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Int64),Int64 OK 74ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float64),UInt64 OK 116ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float64),Nullable(UInt64) OK 107ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(Int64)) OK 98ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,uint32 OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/uniqState/UInt64 OK 80ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float64),Nullable(Int64) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,uint16 OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(Int128)) OK 112ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float64),LowCardinality(UInt64) OK 100ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float64),LowCardinality(Int64) OK 91ms
/aggregate functions/state/uniqState/UInt128 OK 87ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float64),Int64 OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Array(String)) OK 75ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float32),UInt64 OK 82ms
/aggregate functions/state/uniqState/Int8 OK 104ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float32),Nullable(UInt64) OK 79ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float32),Nullable(Int64) OK 83ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(Float32)) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float32),LowCardinality(UInt64) OK 83ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float32),LowCardinality(Int64) OK 86ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Float32),Int64 OK 84ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(Float64)) OK 86ms
/aggregate functions/state/uniqState/Int16 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int64,Tuple(String)) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 77ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(FixedString(51)),UInt64 OK 104ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(FixedString(51)),Nullable(UInt64) OK 90ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(FixedString(51)),Nullable(Int64) OK 90ms
/aggregate functions/state/uniqState/Int32 OK 74ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,UInt8) OK 69ms
/aggregate functions/state/uniqState/Int64 OK 76ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(FixedString(51)),LowCardinality(UInt64) OK 104ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(FixedString(51)),LowCardinality(Int64) OK 89ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(FixedString(51)),Int64 OK 94ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(Date)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,UInt16) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/uniqState/Int128 OK 81ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(DateTime)) OK 87ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(DateTime),UInt64 OK 85ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(DateTime),Nullable(UInt64) OK 91ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(DateTime),Nullable(Int64) OK 102ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,UInt32) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/uniqState/Float32 OK 81ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(DateTime64(3))) OK 112ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(UInt64) OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,UInt64) OK 89ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(DateTime),LowCardinality(Int64) OK 97ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(DateTime),Int64 OK 90ms
/aggregate functions/state/uniqState/Float64 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,UInt128) OK 121ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Date),UInt64 OK 91ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(Bool)) OK 119ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Date),Nullable(UInt64) OK 104ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Date),Nullable(Int64) OK 72ms
/aggregate functions/state/uniqState/Decimal128(38) OK 91ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Date),LowCardinality(UInt64) OK 82ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Date),LowCardinality(Int64) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/LowCardinality(Date),Int64 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Int8) OK 85ms
/aggregate functions/state/uniqState/Date OK 84ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(String)) OK 86ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Int64,UInt64 OK 88ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Int64,Nullable(UInt64) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Int64,Nullable(Int64) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Int16) OK 97ms
/aggregate functions/state/uniqState/DateTime OK 88ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Int64,LowCardinality(UInt64) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 85ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Int64,LowCardinality(Int64) OK 76ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Int64,Int64 OK 88ms
/aggregate functions/state/uniqState/DateTime64(3) OK 82ms
/aggregate functions/state/topKState/Map(UInt8,Nullable(UUID)) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Int32) OK 81ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float64,UInt64 OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float64,Nullable(UInt64) OK 78ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float64,Nullable(Int64) OK 84ms
/aggregate functions/state/uniqState/Bool OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Int64) OK 90ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float64,LowCardinality(UInt64) OK 92ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float64,LowCardinality(Int64) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,uint8 OK 87ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float64,Int64 OK 79ms
/aggregate functions/state/uniqState/String OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Int128) OK 89ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float32,UInt64 OK 75ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float32,Nullable(UInt64) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,uint64 OK 83ms
/aggregate functions/state/uniqState/FixedString(51) OK 91ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float32,Nullable(Int64) OK 84ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(UInt32)) OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Float32) OK 96ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float32,LowCardinality(UInt64) OK 75ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float32,LowCardinality(Int64) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,uint32 OK 78ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Float32,Int64 OK 72ms
/aggregate functions/state/uniqState/UUID OK 72ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/FixedString(51),UInt64 OK 79ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(UInt64)) OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Float64) OK 79ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/FixedString(51),Nullable(UInt64) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,uint16 OK 79ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/FixedString(51),Nullable(Int64) OK 93ms
/aggregate functions/state/uniqState/Map(UInt8,UInt8) OK 87ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/FixedString(51),LowCardinality(UInt64) OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Decimal128(38)) OK 79ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/FixedString(51),LowCardinality(Int64) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 72ms
/aggregate functions/state/uniqState/Map(UInt8,UInt16) OK 78ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/FixedString(51),Int64 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Date) OK 97ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Decimal128(38),UInt64 OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 74ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Decimal128(38),Nullable(UInt64) OK 79ms
/aggregate functions/state/uniqState/Map(UInt8,UInt32) OK 92ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Decimal128(38),Nullable(Int64) OK 88ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Int16)) OK 99ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 100ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Decimal128(38),LowCardinality(UInt64) OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,DateTime) OK 80ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Decimal128(38),LowCardinality(Int64) OK 80ms
/aggregate functions/state/uniqState/Map(UInt8,UInt64) OK 70ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Decimal128(38),Int64 OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,DateTime64(3)) OK 84ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/DateTime,UInt64 OK 77ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Int32)) OK 89ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/DateTime,Nullable(UInt64) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 76ms
/aggregate functions/state/uniqState/Map(UInt8,UInt128) OK 73ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/DateTime,Nullable(Int64) OK 94ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/DateTime,LowCardinality(UInt64) OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Bool) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/DateTime,LowCardinality(Int64) OK 72ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Int64)) OK 90ms
/aggregate functions/state/uniqState/Map(UInt8,Int8) OK 85ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/DateTime,Int64 OK 74ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Date,UInt64 OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,String) OK 72ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Date,Nullable(UInt64) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Int128)) OK 87ms
/aggregate functions/state/uniqState/Map(UInt8,Int16) OK 70ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Date,Nullable(Int64) OK 91ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Date,LowCardinality(UInt64) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,FixedString(51)) OK 83ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Date,LowCardinality(Int64) OK 80ms
/aggregate functions/state/uniqState/Map(UInt8,Int32) OK 93ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Date,Int64 OK 84ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Array(String),UInt64 OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,UUID) OK 77ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Array(String),Nullable(UInt64) OK 81ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Float64)) OK 97ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/uniqState/Map(UInt8,Int64) OK 84ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Array(String),Nullable(Int64) OK 90ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Array(String),LowCardinality(UInt64) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(UInt8)) OK 79ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Array(String),LowCardinality(Int64) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 90ms
/aggregate functions/state/uniqState/Map(UInt8,Int128) OK 80ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Date)) OK 70ms
/aggregate functions/state/topKWeightedState/datatypes/permutations/Array(String),Int64 OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(UInt16)) OK 80ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/uniqState/Map(UInt8,Float32) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/topKWeightedState/K values OK 467ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(UInt32)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt8,Float64) OK 91ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Bool)) OK 89ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(UInt64)) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 115ms
/aggregate functions/state/uniqState/Map(UInt8,Decimal128(38)) OK 116ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(String)) OK 105ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(UInt128)) OK 155ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,uint8 OK 78ms
/aggregate functions/state/uniqState/Map(UInt8,Date) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(Int8)) OK 102ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,uint64 OK 90ms
/aggregate functions/state/uniqState/Map(UInt8,DateTime) OK 75ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 67ms
/aggregate functions/state/uniqState/Map(UInt8,DateTime64(3)) OK 100ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,uint32 OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(Int16)) OK 88ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/topKWeightedState/custom load factor OK 43ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,uint16 OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(Int32)) OK 82ms
/aggregate functions/state/uniqState/Map(UInt8,Bool) OK 84ms
/aggregate functions/state/uniqCombinedState OK 2m 29s
/aggregate functions/state/uniqCombinedState/constant OK 65ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/uniqCombinedState/zero rows OK 47ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(Int64)) OK 200ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 161ms
/aggregate functions/state/uniqState/Map(UInt8,String) OK 188ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 165ms
/aggregate functions/state/uniqCombinedState/with group by OK 139ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 131ms
/aggregate functions/state/uniqCombinedState/some negative values OK 63ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/state/uniqState/Map(UInt8,FixedString(51)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(Int128)) OK 94ms
/aggregate functions/state/uniqCombinedState/first non-NULL value OK 53ms
/aggregate functions/state/uniqState/Map(UInt8,UUID) OK 88ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(Float32)) OK 75ms
/aggregate functions/state/uniqCombinedState/NULL for all rows OK 43ms
/aggregate functions/state/uniqCombinedState/return type OK 43ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(UInt8)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(Float64)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 70ms
/aggregate functions/state/uniqCombinedState/with another aggregate function OK 39ms
/aggregate functions/state/uniqCombinedState/with another aggregate function and group by OK 45ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(UInt16)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/state/uniqCombinedState/string that ends with \0 OK 45ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 134ms
/aggregate functions/state/uniqCombinedState/inf OK 53ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(UInt32)) OK 126ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 121ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(Date)) OK 111ms
/aggregate functions/state/uniqCombinedState/-inf OK 68ms
/aggregate functions/state/uniqCombinedState/nan OK 67ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 120ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(DateTime)) OK 111ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(UInt64)) OK 103ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 111ms
/aggregate functions/state/uniqCombinedState/UInt8 OK 119ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(UInt128)) OK 102ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/uniqCombinedState/UInt16 OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(Int8)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(Bool)) OK 81ms
/aggregate functions/state/uniqCombinedState/UInt32 OK 80ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(String)) OK 77ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(Int16)) OK 70ms
/aggregate functions/state/uniqCombinedState/UInt64 OK 83ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(Int32)) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(FixedString(51))) OK 87ms
/aggregate functions/state/uniqCombinedState/UInt128 OK 95ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Nullable(UUID)) OK 87ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(Int64)) OK 70ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,uint8 OK 82ms
/aggregate functions/state/uniqCombinedState/Int8 OK 81ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(Int128)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,uint64 OK 69ms
/aggregate functions/state/uniqCombinedState/Int16 OK 76ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(Float32)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(UInt16)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,uint32 OK 77ms
/aggregate functions/state/topKState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/uniqCombinedState/Int32 OK 79ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(Float64)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(UInt32)) OK 67ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,uint16 OK 70ms
/aggregate functions/state/topKState/Map(UInt8,Array(String)) OK 99ms
/aggregate functions/state/uniqCombinedState/Int64 OK 94ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(UInt64)) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 78ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(Date)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/topKState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 69ms
/aggregate functions/state/uniqCombinedState/Int128 OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Int8)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(DateTime)) OK 77ms
/aggregate functions/state/topKState/Map(UInt8,Tuple(String)) OK 82ms
/aggregate functions/state/uniqCombinedState/Float32 OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/uniqCombinedState/Float64 OK 82ms
/aggregate functions/state/topKState/Map(UInt16,UInt8) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Int32)) OK 71ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(Bool)) OK 76ms
/aggregate functions/state/uniqCombinedState/Decimal128(38) OK 74ms
/aggregate functions/state/topKState/Map(UInt16,UInt16) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Int64)) OK 69ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(String)) OK 77ms
/aggregate functions/state/uniqCombinedState/Date OK 89ms
/aggregate functions/state/topKState/Map(UInt16,UInt32) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/uniqCombinedState/DateTime OK 81ms
/aggregate functions/state/topKState/Map(UInt16,UInt64) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/uniqState/Map(UInt8,Nullable(UUID)) OK 71ms
/aggregate functions/state/uniqCombinedState/DateTime64(3) OK 81ms
/aggregate functions/state/topKState/Map(UInt16,UInt128) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/uniqCombinedState/Bool OK 72ms
/aggregate functions/state/topKState/Map(UInt16,Int8) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Date)) OK 70ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/uniqCombinedState/String OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/topKState/Map(UInt16,Int16) OK 89ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/uniqCombinedState/FixedString(51) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Bool)) OK 92ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/topKState/Map(UInt16,Int32) OK 77ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(UInt64)) OK 92ms
/aggregate functions/state/uniqCombinedState/UUID OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/topKState/Map(UInt16,Int64) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(String)) OK 77ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(UInt128)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,UInt8) OK 76ms
/aggregate functions/state/topKState/Map(UInt16,Int128) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,uint8 OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,UInt16) OK 77ms
/aggregate functions/state/topKState/Map(UInt16,Float32) OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Int16)) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,uint64 OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,UInt32) OK 69ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Int32)) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/topKState/Map(UInt16,Float64) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,uint32 OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,UInt64) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/state/topKState/Map(UInt16,Decimal128(38)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,uint16 OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,UInt128) OK 70ms
/aggregate functions/state/topKState/Map(UInt16,Date) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 78ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Int128)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Int8) OK 76ms
/aggregate functions/state/topKState/Map(UInt16,DateTime) OK 90ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Int16) OK 81ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Float32)) OK 70ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Float64)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Int32) OK 81ms
/aggregate functions/state/topKState/Map(UInt16,DateTime64(3)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 80ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Date)) OK 86ms
/aggregate functions/state/topKState/Map(UInt16,Bool) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Int64) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Int128) OK 78ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(DateTime)) OK 65ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/topKState/Map(UInt16,String) OK 81ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Bool)) OK 68ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Float32) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/topKState/Map(UInt16,FixedString(51)) OK 73ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(String)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Float64) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/topKState/Map(UInt16,UUID) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Decimal128(38)) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(UInt8)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(UUID)) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Date) OK 90ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(UInt16)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(Float32))) OK 65ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(UInt32)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,DateTime) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(UInt64)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,DateTime64(3)) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(UInt128)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Bool) OK 83ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 70ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(Int8)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,uint8 OK 70ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,String) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(Int16)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,uint64 OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,FixedString(51)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(Int32)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,uint32 OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,UUID) OK 71ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(Int64)) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,uint16 OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(UInt8)) OK 76ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(Int128)) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Array(String)) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(UInt16)) OK 80ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Map(String,LowCardinality(Float64))) OK 69ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(Float32)) OK 71ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(UInt32)) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Int128,Tuple(String)) OK 75ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(Float64)) OK 70ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(UInt64)) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(Date,UInt8) OK 93ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 70ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(UInt128)) OK 76ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(Date)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Date,UInt16) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(Int8)) OK 76ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(DateTime)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Date,UInt32) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(Int16)) OK 84ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Date,UInt64) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(Int32)) OK 94ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 79ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(Bool)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Date,UInt128) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 70ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(String)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(Int64)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Int8) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(Int128)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Int16) OK 95ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/uniqState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/state/topKState/Map(UInt16,Nullable(UUID)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(Float32)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Int32) OK 75ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(UInt8)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(Float64)) OK 77ms
/aggregate functions/state/uniqState/Map(UInt8,Array(String)) OK 89ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Int64) OK 64ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Int128) OK 75ms
/aggregate functions/state/uniqState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,uint8 OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(Date)) OK 95ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(UInt32)) OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Float32) OK 80ms
/aggregate functions/state/uniqState/Map(UInt8,Tuple(String)) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,uint64 OK 65ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,uint32 OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Float64) OK 145ms
/aggregate functions/state/uniqState/Map(UInt16,UInt8) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(DateTime)) OK 136ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(UInt64)) OK 142ms
/aggregate functions/state/uniqState/Map(UInt16,UInt16) OK 158ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,uint16 OK 162ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(DateTime64(3))) OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Decimal128(38)) OK 78ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Date) OK 86ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Int8)) OK 90ms
/aggregate functions/state/uniqState/Map(UInt16,UInt32) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(Bool)) OK 64ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(String)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Date,DateTime) OK 88ms
/aggregate functions/state/uniqState/Map(UInt16,UInt64) OK 87ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Int16)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(FixedString(51))) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 88ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Date,DateTime64(3)) OK 81ms
/aggregate functions/state/uniqState/Map(UInt16,UInt128) OK 72ms
/aggregate functions/state/uniqState/Map(UInt16,Int8) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Nullable(UUID)) OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Bool) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 72ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Int64)) OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(Date,String) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/uniqState/Map(UInt16,Int16) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(UInt8)) OK 77ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Int128)) OK 67ms
/aggregate functions/state/singleValueOrNullState/Map(Date,FixedString(51)) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 76ms
/aggregate functions/state/uniqState/Map(UInt16,Int32) OK 78ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/uniqState/Map(UInt16,Int64) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Date,UUID) OK 81ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Float64)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(UInt32)) OK 67ms
/aggregate functions/state/uniqState/Map(UInt16,Int128) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(UInt8)) OK 74ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Date)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(UInt16)) OK 91ms
/aggregate functions/state/uniqState/Map(UInt16,Float32) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(UInt128)) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(DateTime)) OK 64ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Int8)) OK 67ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Bool)) OK 95ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(UInt32)) OK 96ms
/aggregate functions/state/uniqState/Map(UInt16,Float64) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Int16)) OK 71ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(String)) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(UInt64)) OK 73ms
/aggregate functions/state/uniqState/Map(UInt16,Decimal128(38)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Int32)) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(UInt128)) OK 81ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(FixedString(51))) OK 98ms
/aggregate functions/state/uniqState/Map(UInt16,Date) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Int64)) OK 66ms
/aggregate functions/state/uniqState/Map(UInt16,DateTime) OK 139ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(Int8)) OK 153ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Int128)) OK 143ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 120ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(UUID)) OK 131ms
/aggregate functions/state/uniqState/Map(UInt16,DateTime64(3)) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 92ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Float32)) OK 77ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(Int16)) OK 69ms
/aggregate functions/state/uniqState/Map(UInt16,Bool) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(Int32)) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Float64)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 70ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Date)) OK 89ms
/aggregate functions/state/uniqState/Map(UInt16,String) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(Int64)) OK 71ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(Int128)) OK 77ms
/aggregate functions/state/uniqState/Map(UInt16,FixedString(51)) OK 77ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(DateTime)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(Float32)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt16,UUID) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 75ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(Float64)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(String)) OK 95ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(UInt8)) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 73ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(UInt16)) OK 95ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(Date)) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(UUID)) OK 92ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(UInt32)) OK 78ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 67ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(DateTime)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 71ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(UInt64)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 68ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(UInt128)) OK 76ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(Bool)) OK 71ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(Int8)) OK 75ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(String)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(Int16)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(FixedString(51))) OK 73ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(Int32)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Nullable(UUID)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(Int64)) OK 90ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(Int128)) OK 71ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(Float32)) OK 82ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(UInt32)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(Float64)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(Decimal128(38))) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/topKState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 68ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(Date)) OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Int8)) OK 93ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 69ms
/aggregate functions/state/topKState/Map(UInt16,Array(String)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 86ms
/aggregate functions/state/topKState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(DateTime)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Int16)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 101ms
/aggregate functions/state/topKState/Map(UInt16,Tuple(String)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Int32)) OK 93ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(Bool)) OK 91ms
/aggregate functions/state/topKState/Map(UInt32,UInt8) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 98ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Int64)) OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/topKState/Map(UInt32,UInt16) OK 71ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(String)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/state/topKState/Map(UInt32,UInt32) OK 106ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Float32)) OK 82ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 67ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Float64)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 67ms
/aggregate functions/state/uniqState/Map(UInt16,Nullable(UUID)) OK 69ms
/aggregate functions/state/topKState/Map(UInt32,UInt64) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Array(String)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Date)) OK 84ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(UInt8)) OK 74ms
/aggregate functions/state/topKState/Map(UInt32,UInt128) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 90ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(UInt16)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/topKState/Map(UInt32,Int8) OK 81ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt8,Tuple(String)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/topKState/Map(UInt32,Int16) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,UInt8) OK 76ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(String)) OK 74ms
/aggregate functions/state/topKState/Map(UInt32,Int32) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,UInt16) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(UInt128)) OK 86ms
/aggregate functions/state/topKState/Map(UInt32,Int64) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(UUID)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,UInt32) OK 87ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/topKState/Map(UInt32,Int128) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(UInt8))) OK 89ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Int16)) OK 89ms
/aggregate functions/state/topKState/Map(UInt32,Float32) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,UInt64) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 86ms
/aggregate functions/state/topKState/Map(UInt32,Float64) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,UInt128) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(UInt16))) OK 63ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(UInt32))) OK 105ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 82ms
/aggregate functions/state/topKState/Map(UInt32,Decimal128(38)) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Int8) OK 78ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Int64)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Int16) OK 92ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/state/topKState/Map(UInt32,Date) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 71ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Float32)) OK 96ms
/aggregate functions/state/topKState/Map(UInt32,DateTime) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Int32) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 66ms
/aggregate functions/state/topKState/Map(UInt32,DateTime64(3)) OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Int64) OK 69ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Float64)) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 116ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(Int16))) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Int128) OK 86ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Date)) OK 81ms
/aggregate functions/state/topKState/Map(UInt32,Bool) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 102ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Float32) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/topKState/Map(UInt32,String) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Float64) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(Int64))) OK 89ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 69ms
/aggregate functions/state/topKState/Map(UInt32,FixedString(51)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Decimal128(38)) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(String)) OK 73ms
/aggregate functions/state/topKState/Map(UInt32,UUID) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(FixedString(51))) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Date) OK 93ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(UInt8)) OK 65ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(UInt16)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(UUID)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,DateTime) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(Float64))) OK 67ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(UInt32)) OK 78ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,DateTime64(3)) OK 71ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(UInt64)) OK 76ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Bool) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(UInt128)) OK 94ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,String) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,FixedString(51)) OK 93ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 78ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(Int8)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 90ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(Int16)) OK 66ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,UUID) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 66ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(Int32)) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Date,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(UInt8)) OK 87ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(Int64)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Array(String)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 68ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(UInt16)) OK 77ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(Int128)) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(UInt32)) OK 71ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(Float32)) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Date,Tuple(String)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(UInt64)) OK 80ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(Float64)) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,UInt8) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(UInt128)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 156ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(Decimal128(38))) OK 140ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,UInt16) OK 108ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 102ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(Int8)) OK 177ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,UInt32) OK 89ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(Date)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 127ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 111ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(DateTime)) OK 125ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(Int16)) OK 114ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,UInt64) OK 108ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,UInt128) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(Int32)) OK 79ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(DateTime64(3))) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(Int64)) OK 78ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Int8) OK 82ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(Bool)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(Int128)) OK 83ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(String)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Int16) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(Float32)) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Int32) OK 88ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(FixedString(51))) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(Float64)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Int64) OK 96ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/state/topKState/Map(UInt32,Nullable(UUID)) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Int128) OK 80ms
/aggregate functions/state/uniqState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(UInt8)) OK 67ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(Date)) OK 68ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(UInt16)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Float32) OK 94ms
/aggregate functions/state/uniqState/Map(UInt16,Array(String)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(DateTime)) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 71ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/uniqState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Float64) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 64ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Decimal128(38)) OK 76ms
/aggregate functions/state/uniqState/Map(UInt16,Tuple(String)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(Bool)) OK 76ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Date) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 76ms
/aggregate functions/state/uniqState/Map(UInt32,UInt8) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(String)) OK 74ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Int8)) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 77ms
/aggregate functions/state/uniqState/Map(UInt32,UInt16) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,DateTime) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Int16)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 78ms
/aggregate functions/state/uniqState/Map(UInt32,UInt32) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,DateTime64(3)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Nullable(UUID)) OK 69ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Int32)) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/uniqState/Map(UInt32,UInt64) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Bool) OK 72ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Int64)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,String) OK 79ms
/aggregate functions/state/uniqState/Map(UInt32,UInt128) OK 93ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(UInt16)) OK 81ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Int128)) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,FixedString(51)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/uniqState/Map(UInt32,Int8) OK 79ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,UUID) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Float64)) OK 93ms
/aggregate functions/state/uniqState/Map(UInt32,Int16) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(UInt128)) OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(UInt8)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/uniqState/Map(UInt32,Int32) OK 74ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Date)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(UInt16)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 84ms
/aggregate functions/state/uniqState/Map(UInt32,Int64) OK 76ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(DateTime)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(UInt32)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Int16)) OK 140ms
/aggregate functions/state/uniqState/Map(UInt32,Int128) OK 144ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Bool)) OK 135ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 136ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(UInt64)) OK 140ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Int32)) OK 101ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(String)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/uniqState/Map(UInt32,Float32) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(UInt128)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/uniqState/Map(UInt32,Float64) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Int64)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(Int8)) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 71ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/uniqState/Map(UInt32,Decimal128(38)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Int128)) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(Int16)) OK 67ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 76ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Float32)) OK 66ms
/aggregate functions/state/uniqState/Map(UInt32,Date) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(Int32)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 86ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/state/uniqState/Map(UInt32,DateTime) OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(Int64)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Date)) OK 92ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 74ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/uniqState/Map(UInt32,DateTime64(3)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(Int128)) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 76ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/uniqState/Map(UInt32,Bool) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(Float32)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 99ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/state/uniqState/Map(UInt32,String) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Bool)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(Float64)) OK 82ms
/aggregate functions/state/uniqState/Map(UInt32,FixedString(51)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(String)) OK 77ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 77ms
/aggregate functions/state/uniqState/Map(UInt32,UUID) OK 79ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(Date)) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(UInt8)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(UUID)) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(DateTime)) OK 67ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(UInt16)) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 97ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 92ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(UInt32)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(Bool)) OK 73ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(UInt64)) OK 99ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(String)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(UInt128)) OK 75ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Nullable(UUID)) OK 289ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 264ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(Int8)) OK 244ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 264ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(Date))) OK 214ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 237ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(Int16)) OK 219ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 208ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 205ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(UInt8)) OK 173ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(UInt16)) OK 140ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(Int32)) OK 111ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 124ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 103ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(Int64)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 249ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(Int128)) OK 242ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 230ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(UInt64)) OK 217ms
/aggregate functions/state/topKState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 187ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(UInt128)) OK 269ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 242ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(Float32)) OK 238ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 224ms
/aggregate functions/state/topKState/Map(UInt32,Array(String)) OK 252ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 110ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 95ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(Float64)) OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Int8)) OK 89ms
/aggregate functions/state/topKState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 80ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Int16)) OK 76ms
/aggregate functions/state/topKState/Map(UInt32,Tuple(String)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 101ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(Date)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Int32)) OK 75ms
/aggregate functions/state/topKState/Map(UInt64,UInt8) OK 76ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(DateTime)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/topKState/Map(UInt64,UInt16) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(DateTime64(3))) OK 87ms
/aggregate functions/state/topKState/Map(UInt64,UInt32) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Float32)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(Bool)) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/topKState/Map(UInt64,UInt64) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(String)) OK 71ms
/aggregate functions/state/topKState/Map(UInt64,UInt128) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Date)) OK 82ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(FixedString(51))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/state/topKState/Map(UInt64,Int8) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(DateTime)) OK 117ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Array(String)) OK 106ms
/aggregate functions/state/uniqState/Map(UInt32,Nullable(UUID)) OK 103ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/topKState/Map(UInt64,Int16) OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Bool)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/topKState/Map(UInt64,Int32) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(String)) OK 88ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/topKState/Map(UInt64,Int64) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt16,Tuple(String)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,UInt8) OK 83ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(UInt32)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/topKState/Map(UInt64,Int128) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(UUID)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,UInt16) OK 83ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(UInt64)) OK 75ms
/aggregate functions/state/topKState/Map(UInt64,Float32) OK 64ms
/aggregate functions/state/topKState/Map(UInt64,Float64) OK 105ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(UInt128)) OK 101ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,UInt32) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,UInt64) OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 103ms
/aggregate functions/state/topKState/Map(UInt64,Decimal128(38)) OK 98ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Int8)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 96ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Int16)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,UInt128) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/topKState/Map(UInt64,Date) OK 77ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Int32)) OK 204ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Int8) OK 197ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 210ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 185ms
/aggregate functions/state/topKState/Map(UInt64,DateTime) OK 206ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 111ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Int16) OK 101ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Int64)) OK 107ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 73ms
/aggregate functions/state/topKState/Map(UInt64,DateTime64(3)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 95ms
/aggregate functions/state/topKState/Map(UInt64,Bool) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Int32) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 96ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Int128)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Int64) OK 134ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 127ms
/aggregate functions/state/topKState/Map(UInt64,String) OK 124ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 100ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Float32)) OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Float64)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Int128) OK 75ms
/aggregate functions/state/topKState/Map(UInt64,FixedString(51)) OK 83ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Date)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Float32) OK 89ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/state/topKState/Map(UInt64,UUID) OK 64ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(UInt8)) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 89ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Float64) OK 84ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Bool)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 64ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(UInt16)) OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Decimal128(38)) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(String)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 150ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Date) OK 157ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(UInt32)) OK 148ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 107ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(Date))) OK 98ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(UUID)) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,DateTime) OK 74ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(UInt64)) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(UInt128)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,DateTime64(3)) OK 89ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 65ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(Int8)) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Bool) OK 79ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,String) OK 66ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(Int16)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,FixedString(51)) OK 90ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(Int32)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 68ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,UUID) OK 86ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(Int64)) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Array(String)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 71ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(UInt8)) OK 75ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(Int128)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 78ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(UInt16)) OK 71ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(Float32)) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(DateTime,Tuple(String)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 79ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(UInt32)) OK 79ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(Float64)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,UInt8) OK 89ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 72ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(UInt64)) OK 77ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 89ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,UInt16) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(UInt128)) OK 69ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(Date)) OK 89ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,UInt32) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(Int8)) OK 78ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(DateTime)) OK 87ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(Int16)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,UInt64) OK 73ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,UInt128) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(Int32)) OK 73ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(Bool)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Int8) OK 83ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(Int64)) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(String)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Int16) OK 80ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(Int128)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(FixedString(51))) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Int32) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 100ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(Float32)) OK 86ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/state/topKState/Map(UInt64,Nullable(UUID)) OK 64ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Int64) OK 99ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(Float64)) OK 85ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 67ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/uniqState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 104ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(UInt16)) OK 108ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 92ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Int128) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Float32) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 95ms
/aggregate functions/state/uniqState/Map(UInt32,Array(String)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(Date)) OK 87ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(UInt32)) OK 70ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(UInt64)) OK 103ms
/aggregate functions/state/uniqState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Float64) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(DateTime)) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Decimal128(38)) OK 69ms
/aggregate functions/state/uniqState/Map(UInt32,Tuple(String)) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(UInt128)) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Date) OK 78ms
/aggregate functions/state/uniqState/Map(UInt64,UInt8) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(Bool)) OK 72ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Int8)) OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,DateTime) OK 69ms
/aggregate functions/state/uniqState/Map(UInt64,UInt16) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(String)) OK 76ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Int16)) OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,DateTime64(3)) OK 85ms
/aggregate functions/state/uniqState/Map(UInt64,UInt32) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/uniqState/Map(UInt64,UInt64) OK 89ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Int32)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Bool) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Nullable(UUID)) OK 80ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Int64)) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,String) OK 83ms
/aggregate functions/state/uniqState/Map(UInt64,UInt128) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/uniqState/Map(UInt64,Int8) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,FixedString(51)) OK 67ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 64ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(UInt16)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,UUID) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/uniqState/Map(UInt64,Int16) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(UInt8)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Float64)) OK 68ms
/aggregate functions/state/uniqState/Map(UInt64,Int32) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(UInt16)) OK 73ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Date)) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(UInt128)) OK 94ms
/aggregate functions/state/uniqState/Map(UInt64,Int64) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(UInt32)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(DateTime)) OK 68ms
/aggregate functions/state/uniqState/Map(UInt64,Int128) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(UInt64)) OK 76ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Bool)) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/uniqState/Map(UInt64,Float32) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(UInt128)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(String)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/uniqState/Map(UInt64,Float64) OK 67ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(Int8)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/uniqState/Map(UInt64,Decimal128(38)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(Int16)) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 90ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(UUID)) OK 77ms
/aggregate functions/state/uniqState/Map(UInt64,Date) OK 68ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(Int32)) OK 74ms
/aggregate functions/state/uniqState/Map(UInt64,DateTime) OK 81ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(Int64)) OK 85ms
/aggregate functions/state/uniqState/Map(UInt64,DateTime64(3)) OK 80ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(Int128)) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 84ms
/aggregate functions/state/uniqState/Map(UInt64,Bool) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Date)) OK 79ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(Float32)) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/uniqState/Map(UInt64,String) OK 80ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(Float64)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 84ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Bool)) OK 78ms
/aggregate functions/state/uniqState/Map(UInt64,FixedString(51)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 96ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(String)) OK 71ms
/aggregate functions/state/uniqState/Map(UInt64,UUID) OK 81ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(Date)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(UInt8)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(DateTime)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(UInt16)) OK 67ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(UInt32)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(Bool)) OK 77ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(UInt64)) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(String)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 108ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(UInt128)) OK 111ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Nullable(UUID)) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 98ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(Int8)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(UInt8)) OK 96ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(Date))) OK 104ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(Int16)) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(Int32)) OK 70ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(Int64)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(UInt32)) OK 88ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 78ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(Int128)) OK 75ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(UInt64)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 86ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(Float32)) OK 87ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 79ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(Float64)) OK 88ms
/aggregate functions/state/topKState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Int8)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 99ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/topKState/Map(UInt64,Array(String)) OK 77ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(Decimal128(38))) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 99ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(Date)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Int32)) OK 68ms
/aggregate functions/state/topKState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(DateTime)) OK 68ms
/aggregate functions/state/topKState/Map(UInt64,Tuple(String)) OK 93ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(DateTime64(3))) OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Int128)) OK 90ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 93ms
/aggregate functions/state/topKState/Map(UInt128,UInt8) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Float32)) OK 87ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(Bool)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 70ms
/aggregate functions/state/topKState/Map(UInt128,UInt16) OK 70ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(String)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Float64)) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/topKState/Map(UInt128,UInt32) OK 86ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Date)) OK 83ms
/aggregate functions/state/topKState/Map(UInt128,UInt64) OK 82ms
/aggregate functions/state/uniqState/Map(UInt64,Nullable(UUID)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/topKState/Map(UInt128,UInt128) OK 77ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Array(String)) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Bool)) OK 69ms
/aggregate functions/state/topKState/Map(UInt128,Int8) OK 88ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(String)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/state/topKState/Map(UInt128,Int16) OK 79ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(UInt32)) OK 68ms
/aggregate functions/state/uniqCombinedState/Map(UInt32,Tuple(String)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/topKState/Map(UInt128,Int32) OK 76ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(UInt64)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,UInt8) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/topKState/Map(UInt128,Int64) OK 81ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,UInt16) OK 77ms
/aggregate functions/state/topKState/Map(UInt128,Int128) OK 81ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Int8)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 154ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,UInt32) OK 73ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Int16)) OK 114ms
/aggregate functions/state/topKState/Map(UInt128,Float32) OK 111ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 132ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,UInt64) OK 155ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Int32)) OK 70ms
/aggregate functions/state/topKState/Map(UInt128,Float64) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 75ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Int64)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,UInt128) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/topKState/Map(UInt128,Decimal128(38)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Int8) OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/topKState/Map(UInt128,Date) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/state/topKState/Map(UInt128,DateTime) OK 79ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Int16) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 79ms
/aggregate functions/state/topKState/Map(UInt128,DateTime64(3)) OK 90ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Float64)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Int32) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 73ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Date)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/topKState/Map(UInt128,Bool) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Int64) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 73ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/topKState/Map(UInt128,String) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Int128) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 72ms
/aggregate functions/state/topKState/Map(UInt128,FixedString(51)) OK 96ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Bool)) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Float32) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(Float32))) OK 113ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(String)) OK 115ms
/aggregate functions/state/topKState/Map(UInt128,UUID) OK 111ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Float64) OK 97ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(Float64))) OK 102ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Decimal128(38)) OK 81ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(UInt8)) OK 89ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Date) OK 71ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(UInt16)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,DateTime) OK 78ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 68ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(UInt32)) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,DateTime64(3)) OK 78ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(UInt64)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(Bool))) OK 192ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 149ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 137ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Bool) OK 143ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(UInt128)) OK 131ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(Int8)) OK 97ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,String) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,FixedString(51)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 70ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(Int16)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,UUID) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(Int32)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Array(String)) OK 97ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(Int64)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(UInt8)) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 78ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(Int128)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(UInt16)) OK 67ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 76ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(Float32)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(UInt32)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(Bool,Tuple(String)) OK 76ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(Float64)) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(UInt64)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(String,UInt8) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 80ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(UInt128)) OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(String,UInt16) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(Date)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(String,UInt32) OK 78ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(Int8)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(String,UInt64) OK 74ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(DateTime)) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(Int16)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(String,UInt128) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(Int32)) OK 66ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(DateTime64(3))) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(String,Int8) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(Int64)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(Bool)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(String,Int16) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(Int128)) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(String)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(String,Int32) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(Float32)) OK 74ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 102ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 102ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(FixedString(51))) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(String,Int64) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(Float64)) OK 72ms
/aggregate functions/state/topKState/Map(UInt128,Nullable(UUID)) OK 75ms
/aggregate functions/state/uniqState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(String,Int128) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(UInt8)) OK 74ms
/aggregate functions/state/uniqState/Map(UInt64,Array(String)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(String,Float32) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(Date)) OK 85ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(UInt16)) OK 85ms
/aggregate functions/state/uniqState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,uint8 OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(String,Float64) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(DateTime)) OK 150ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(UInt32)) OK 131ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,uint64 OK 100ms
/aggregate functions/state/uniqState/Map(UInt64,Tuple(String)) OK 104ms
/aggregate functions/state/singleValueOrNullState/Map(String,Decimal128(38)) OK 98ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,uint32 OK 248ms
/aggregate functions/state/uniqState/Map(UInt128,UInt8) OK 229ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(UInt64)) OK 249ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(DateTime64(3))) OK 241ms
/aggregate functions/state/singleValueOrNullState/Map(String,Date) OK 225ms
/aggregate functions/state/uniqState/Map(UInt128,UInt16) OK 143ms
/aggregate functions/state/singleValueOrNullState/Map(String,DateTime) OK 135ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,uint16 OK 107ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(Bool)) OK 103ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(UInt128)) OK 99ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(String)) OK 86ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Int8)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(String,DateTime64(3)) OK 79ms
/aggregate functions/state/uniqState/Map(UInt128,UInt32) OK 71ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Int16)) OK 347ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 339ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(FixedString(51))) OK 309ms
/aggregate functions/state/uniqState/Map(UInt128,UInt64) OK 319ms
/aggregate functions/state/singleValueOrNullState/Map(String,Bool) OK 303ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Nullable(UUID)) OK 160ms
/aggregate functions/state/singleValueOrNullState/Map(String,String) OK 140ms
/aggregate functions/state/uniqState/Map(UInt128,UInt128) OK 130ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 117ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Int32)) OK 141ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 100ms
/aggregate functions/state/singleValueOrNullState/Map(String,FixedString(51)) OK 118ms
/aggregate functions/state/uniqState/Map(UInt128,Int8) OK 111ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(UInt8)) OK 96ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Int128)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/uniqState/Map(UInt128,Int16) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(String,UUID) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 68ms
/aggregate functions/state/uniqState/Map(UInt128,Int32) OK 78ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(UInt8)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Float64)) OK 70ms
/aggregate functions/state/uniqState/Map(UInt128,Int64) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(UInt16)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(UInt64)) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 80ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Date)) OK 81ms
/aggregate functions/state/uniqState/Map(UInt128,Int128) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(UInt32)) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/uniqState/Map(UInt128,Float32) OK 76ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Int8)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(UInt64)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/uniqState/Map(UInt128,Float64) OK 80ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Int16)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(UInt128)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/uniqState/Map(UInt128,Decimal128(38)) OK 75ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(String)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Int32)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(Int8)) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/uniqState/Map(UInt128,Date) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Int64)) OK 75ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(Int16)) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,uint8 OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/uniqState/Map(UInt128,DateTime) OK 83ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(Int32)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,uint64 OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Float32)) OK 76ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/uniqState/Map(UInt128,DateTime64(3)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(Int64)) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,uint32 OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Float64)) OK 73ms
/aggregate functions/state/uniqState/Map(UInt128,Bool) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(Int128)) OK 80ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,uint16 OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Date)) OK 86ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/state/uniqState/Map(UInt128,String) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(Float32)) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 68ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(DateTime)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(Float64)) OK 77ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/uniqState/Map(UInt128,FixedString(51)) OK 64ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 70ms
/aggregate functions/state/uniqState/Map(UInt128,UUID) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Bool)) OK 81ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 83ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(UInt8)) OK 100ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(Date)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(String)) OK 81ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(DateTime)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(UInt16)) OK 81ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(UUID)) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(UInt32)) OK 74ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(Bool)) OK 100ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(UInt64)) OK 74ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 83ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(UInt128)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(String)) OK 67ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 122ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 97ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(Int8)) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(FixedString(51))) OK 121ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(Int16)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(String,Nullable(UUID)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 164ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(Int32)) OK 158ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 154ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 163ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(UInt8)) OK 125ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 93ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(Int64)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(Int128)) OK 100ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,uint8 OK 97ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 103ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 95ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(Float32)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,uint64 OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(UInt128)) OK 71ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(Float64)) OK 165ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(String))) OK 159ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 168ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,uint32 OK 157ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Int8)) OK 120ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(Decimal128(38))) OK 96ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,uint16 OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Int16)) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/state/topKState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(Date)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Int32)) OK 69ms
/aggregate functions/state/topKState/Map(UInt128,Array(String)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Int64)) OK 71ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(DateTime)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/state/topKState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Int128)) OK 132ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(DateTime64(3))) OK 129ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 114ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(Date))) OK 116ms
/aggregate functions/state/topKState/Map(UInt128,Tuple(String)) OK 160ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 81ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(Bool)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Float32)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 97ms
/aggregate functions/state/topKState/Map(Int8,UInt8) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Float64)) OK 91ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(String)) OK 66ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(FixedString(51))) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 82ms
/aggregate functions/state/topKState/Map(Int8,UInt16) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Date)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/uniqState/Map(UInt128,Nullable(UUID)) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/topKState/Map(Int8,UInt32) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(UInt8)) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/topKState/Map(Int8,UInt64) OK 70ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(UInt16)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(String)) OK 72ms
/aggregate functions/state/topKState/Map(Int8,UInt128) OK 101ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Array(String)) OK 72ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/topKState/Map(Int8,Int8) OK 87ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(UInt64)) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(UUID)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(UInt64,Tuple(String)) OK 86ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/topKState/Map(Int8,Int16) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,UInt8) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Int8)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/topKState/Map(Int8,Int32) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,UInt16) OK 74ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Int16)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,uint8 OK 69ms
/aggregate functions/state/topKState/Map(Int8,Int64) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(UInt32))) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,UInt32) OK 72ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Int32)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,uint64 OK 73ms
/aggregate functions/state/topKState/Map(Int8,Int128) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,UInt64) OK 75ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Int64)) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,uint32 OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/topKState/Map(Int8,Float32) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,UInt128) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,uint16 OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Int128)) OK 78ms
/aggregate functions/state/topKState/Map(Int8,Float64) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Int8) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 70ms
/aggregate functions/state/topKState/Map(Int8,Decimal128(38)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Int16) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 85ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Float64)) OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/state/topKState/Map(Int8,Date) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Int32) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 80ms
/aggregate functions/state/topKState/Map(Int8,DateTime) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Date)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Int64) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 74ms
/aggregate functions/state/topKState/Map(Int8,DateTime64(3)) OK 77ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Int128) OK 94ms
/aggregate functions/state/topKState/Map(Int8,Bool) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Bool)) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/topKState/Map(Int8,String) OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(String)) OK 67ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Float32) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Float64) OK 74ms
/aggregate functions/state/topKState/Map(Int8,FixedString(51)) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Decimal128(38)) OK 87ms
/aggregate functions/state/topKState/Map(Int8,UUID) OK 79ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(UUID)) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/state/topKState/Map(Int8,Nullable(UInt8)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Date) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,DateTime) OK 81ms
/aggregate functions/state/topKState/Map(Int8,Nullable(UInt16)) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,DateTime64(3)) OK 68ms
/aggregate functions/state/topKState/Map(Int8,Nullable(UInt32)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Bool) OK 90ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/topKState/Map(Int8,Nullable(UInt64)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,uint8 OK 127ms
/aggregate functions/state/topKState/Map(Int8,Nullable(UInt128)) OK 120ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,String) OK 109ms
/aggregate functions/state/singleValueOrNullState/Map(String,LowCardinality(Nullable(UUID))) OK 119ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 101ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,FixedString(51)) OK 104ms
/aggregate functions/state/topKState/Map(Int8,Nullable(Int8)) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(String,Array(String)) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,uint64 OK 90ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(String,Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/state/topKState/Map(Int8,Nullable(Int16)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,uint32 OK 96ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,UUID) OK 76ms
/aggregate functions/state/topKState/Map(Int8,Nullable(Int32)) OK 92ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(UInt8)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(String,Tuple(String)) OK 66ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,uint16 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),UInt8) OK 106ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(UInt16)) OK 77ms
/aggregate functions/state/topKState/Map(Int8,Nullable(Int64)) OK 99ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 68ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(UInt32)) OK 96ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 87ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),UInt16) OK 75ms
/aggregate functions/state/topKState/Map(Int8,Nullable(Int128)) OK 85ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 68ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 97ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(UInt64)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),UInt32) OK 88ms
/aggregate functions/state/topKState/Map(Int8,Nullable(Float32)) OK 80ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(UInt128)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),UInt64) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 80ms
/aggregate functions/state/topKState/Map(Int8,Nullable(Float64)) OK 82ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(Int8)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),UInt128) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/topKState/Map(Int8,Nullable(Decimal128(38))) OK 89ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(Int16)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Int8) OK 101ms
/aggregate functions/state/topKState/Map(Int8,Nullable(Date)) OK 70ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 93ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(Int32)) OK 70ms
/aggregate functions/state/topKState/Map(Int8,Nullable(DateTime)) OK 69ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Int16) OK 85ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(Int64)) OK 77ms
/aggregate functions/state/topKState/Map(Int8,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Int32) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(Int128)) OK 86ms
/aggregate functions/state/topKState/Map(Int8,Nullable(Bool)) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 79ms
/aggregate functions/state/uniqState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(Float32)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Int64) OK 72ms
/aggregate functions/state/topKState/Map(Int8,Nullable(String)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/uniqState/Map(UInt128,Array(String)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(Float64)) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Int128) OK 73ms
/aggregate functions/state/topKState/Map(Int8,Nullable(FixedString(51))) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/uniqState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Float32) OK 70ms
/aggregate functions/state/topKState/Map(Int8,Nullable(UUID)) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 97ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(Date)) OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Float64) OK 96ms
/aggregate functions/state/uniqState/Map(UInt128,Tuple(String)) OK 78ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/uniqState/Map(Int8,UInt8) OK 97ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,uint8 OK 72ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(DateTime)) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Decimal128(38)) OK 68ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(UInt16)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,uint64 OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Date) OK 68ms
/aggregate functions/state/uniqState/Map(Int8,UInt16) OK 74ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(DateTime64(3))) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),DateTime) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,uint32 OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(Bool)) OK 82ms
/aggregate functions/state/uniqState/Map(Int8,UInt32) OK 84ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(UInt64)) OK 66ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),DateTime64(3)) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,uint16 OK 75ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(UInt128)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(String)) OK 83ms
/aggregate functions/state/uniqState/Map(Int8,UInt64) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Bool) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 78ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/uniqState/Map(Int8,UInt128) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),String) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 87ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Int16)) OK 73ms
/aggregate functions/state/uniqState/Map(Int8,Int8) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Nullable(UUID)) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),FixedString(51)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 89ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/uniqState/Map(Int8,Int16) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),UUID) OK 84ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Int64)) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/uniqState/Map(Int8,Int32) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(UInt8)) OK 86ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Int128)) OK 102ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 89ms
/aggregate functions/state/uniqState/Map(Int8,Int64) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(UInt16)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 96ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(UInt64)) OK 96ms
/aggregate functions/state/uniqState/Map(Int8,Int128) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(UInt32)) OK 84ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Float64)) OK 107ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/uniqState/Map(Int8,Float32) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(UInt64)) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Int8)) OK 100ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Date)) OK 97ms
/aggregate functions/state/uniqState/Map(Int8,Float64) OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(UInt128)) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Int16)) OK 92ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/uniqState/Map(Int8,Decimal128(38)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(Int8)) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 92ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Bool)) OK 100ms
/aggregate functions/state/uniqState/Map(Int8,Date) OK 108ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Int32)) OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(Int16)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(String)) OK 107ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(Int32)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Int64)) OK 95ms
/aggregate functions/state/uniqState/Map(Int8,DateTime) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(Int64)) OK 74ms
/aggregate functions/state/uniqState/Map(Int8,DateTime64(3)) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Int128)) OK 96ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,uint8 OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(Int128)) OK 83ms
/aggregate functions/state/uniqState/Map(Int8,Bool) OK 87ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(UUID)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Float32)) OK 99ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,uint64 OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(Float32)) OK 83ms
/aggregate functions/state/uniqState/Map(Int8,String) OK 82ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Float64)) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,uint32 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(Float64)) OK 77ms
/aggregate functions/state/uniqState/Map(Int8,FixedString(51)) OK 81ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,uint16 OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Date)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/uniqState/Map(Int8,UUID) OK 72ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,nullable_uint8_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(Date)) OK 76ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(UInt8)) OK 74ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Bool)) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,nullable_uint64_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(DateTime)) OK 102ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(UInt16)) OK 83ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 130ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,nullable_uint32_ OK 121ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(String)) OK 112ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(UInt32)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(FixedString(51))) OK 93ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,nullable_uint16_ OK 88ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(UInt64)) OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(Bool)) OK 92ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(UInt128)) OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(String)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 98ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(FixedString(51))) OK 167ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(Int8)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,lowcardinality_uint32_ OK 110ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(Int64))) OK 164ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 179ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(Int16)) OK 166ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Nullable(UUID)) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,lowcardinality_uint16_ OK 88ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(Int32)) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 77ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(Float32))) OK 96ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(Int64)) OK 101ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(UInt16)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 110ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(Float64))) OK 106ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(Int128)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(Float32)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(Float64)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,uint8 OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Int8)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 89ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,uint64 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Int16)) OK 75ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(Date)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,uint32 OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Int32)) OK 78ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(DateTime)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,uint16 OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Int64)) OK 86ms
/aggregate functions/state/topKState/Map(Int8,LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(DateTime64(3))) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,nullable_uint8_ OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Int128)) OK 82ms
/aggregate functions/state/topKState/Map(Int8,Array(String)) OK 114ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(Bool)) OK 98ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,nullable_uint64_ OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Float32)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,nullable_uint32_ OK 91ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(String)) OK 82ms
/aggregate functions/state/topKState/Map(Int8,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Float64)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 97ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,nullable_uint16_ OK 75ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(FixedString(51))) OK 73ms
/aggregate functions/state/topKState/Map(Int8,Tuple(String)) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Date)) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/uniqState/Map(Int8,Nullable(UUID)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/state/topKState/Map(Int16,UInt8) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(UInt8)) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,lowcardinality_uint64_ OK 95ms
/aggregate functions/state/topKState/Map(Int16,UInt16) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Bool)) OK 87ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,lowcardinality_uint32_ OK 106ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(String)) OK 96ms
/aggregate functions/state/topKState/Map(Int16,UInt32) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(UInt32)) OK 96ms
/aggregate functions/state/topKState/Map(Int16,UInt64) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/topKState/Map(Int16,UInt128) OK 72ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(UInt64)) OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(UUID)) OK 101ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Array(String)) OK 104ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/topKState/Map(Int16,Int8) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(UInt128)) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/state/topKState/Map(Int16,Int16) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(UInt128,Tuple(String)) OK 75ms
/aggregate functions/state/topKState/Map(Int16,Int32) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Int16)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int8,UInt8) OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/topKState/Map(Int16,Int64) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,uint8 OK 82ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Int32)) OK 101ms
/aggregate functions/state/uniqCombinedState/Map(Int8,UInt16) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/state/topKState/Map(Int16,Int128) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,uint64 OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int8,UInt32) OK 71ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 69ms
/aggregate functions/state/topKState/Map(Int16,Float32) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,uint32 OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int8,UInt64) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Int128)) OK 78ms
/aggregate functions/state/topKState/Map(Int16,Float64) OK 90ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,uint16 OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int8,UInt128) OK 76ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Float32)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/state/topKState/Map(Int16,Decimal128(38)) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,nullable_uint8_ OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Int8) OK 84ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Float64)) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/topKState/Map(Int16,Date) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,nullable_uint64_ OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Int16) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Date)) OK 80ms
/aggregate functions/state/topKState/Map(Int16,DateTime) OK 80ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,nullable_uint32_ OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Int32) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(DateTime)) OK 83ms
/aggregate functions/state/topKState/Map(Int16,DateTime64(3)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,nullable_uint16_ OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Int64) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Bool)) OK 92ms
/aggregate functions/state/topKState/Map(Int16,Bool) OK 90ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,lowcardinality_uint8_ OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Int128) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(String)) OK 79ms
/aggregate functions/state/topKState/Map(Int16,String) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Float32) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(FixedString(51))) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,lowcardinality_uint32_ OK 85ms
/aggregate functions/state/topKState/Map(Int16,FixedString(51)) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Float64) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(UUID)) OK 96ms
/aggregate functions/state/topKState/Map(Int16,UUID) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Decimal128(38)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/topKState/Map(Int16,Nullable(UInt8)) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Date) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 89ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 94ms
/aggregate functions/state/topKState/Map(Int16,Nullable(UInt16)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int8,DateTime) OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/state/topKState/Map(Int16,Nullable(UInt32)) OK 74ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(Int8,DateTime64(3)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/topKState/Map(Int16,Nullable(UInt64)) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Bool) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Array(String)) OK 73ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,uint8 OK 74ms
/aggregate functions/state/topKState/Map(Int16,Nullable(UInt128)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Int8,String) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,uint64 OK 92ms
/aggregate functions/state/topKState/Map(Int16,Nullable(Int8)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int8,FixedString(51)) OK 67ms
/aggregate functions/state/singleValueOrNullState/Map(FixedString(51),Tuple(String)) OK 85ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int8,UUID) OK 74ms
/aggregate functions/state/topKState/Map(Int16,Nullable(Int16)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,uint32 OK 83ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,UInt8) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(UInt8)) OK 86ms
/aggregate functions/state/topKState/Map(Int16,Nullable(Int32)) OK 96ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,uint16 OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,UInt16) OK 83ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(UInt16)) OK 71ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,nullable_uint8_ OK 73ms
/aggregate functions/state/topKState/Map(Int16,Nullable(Int64)) OK 72ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(Int64))) OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,UInt32) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(UInt32)) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,nullable_uint64_ OK 77ms
/aggregate functions/state/topKState/Map(Int16,Nullable(Int128)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,UInt64) OK 90ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(Int128))) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(UInt64)) OK 90ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,nullable_uint32_ OK 84ms
/aggregate functions/state/topKState/Map(Int16,Nullable(Float32)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,UInt128) OK 82ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/topKState/Map(Int16,Nullable(Float64)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,nullable_uint16_ OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(UInt128)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Int8) OK 108ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/state/topKState/Map(Int16,Nullable(Decimal128(38))) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(Int8)) OK 70ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(Int16)) OK 96ms
/aggregate functions/state/topKState/Map(Int16,Nullable(Date)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Int16) OK 85ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/state/topKState/Map(Int16,Nullable(DateTime)) OK 107ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,lowcardinality_uint32_ OK 96ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(Int32)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Int32) OK 92ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(Int64)) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Int64) OK 82ms
/aggregate functions/state/topKState/Map(Int16,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(String))) OK 98ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(Int128)) OK 75ms
/aggregate functions/state/topKState/Map(Int16,Nullable(Bool)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Int128) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(Float32)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Float32) OK 89ms
/aggregate functions/state/topKState/Map(Int16,Nullable(String)) OK 80ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(Float64)) OK 79ms
/aggregate functions/state/uniqState/Map(Int8,LowCardinality(Nullable(UUID))) OK 104ms
/aggregate functions/state/topKState/Map(Int16,Nullable(FixedString(51))) OK 103ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Float64) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 93ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Decimal128(38)) OK 85ms
/aggregate functions/state/uniqState/Map(Int8,Array(String)) OK 86ms
/aggregate functions/state/topKState/Map(Int16,Nullable(UUID)) OK 86ms
/aggregate functions/state/studentTTestState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 68ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(Date)) OK 69ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,uint8 OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Date) OK 97ms
/aggregate functions/state/uniqState/Map(Int8,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(UInt8)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(DateTime)) OK 70ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,uint64 OK 94ms
/aggregate functions/state/uniqState/Map(Int8,Tuple(String)) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,DateTime) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(DateTime64(3))) OK 77ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/uniqState/Map(Int16,UInt8) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,uint32 OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(Bool)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,DateTime64(3)) OK 68ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Bool) OK 99ms
/aggregate functions/state/uniqState/Map(Int16,UInt16) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,uint16 OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(String)) OK 80ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,nullable_uint8_ OK 87ms
/aggregate functions/state/uniqState/Map(Int16,UInt32) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,String) OK 75ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/uniqState/Map(Int16,UInt64) OK 92ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,nullable_uint64_ OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,FixedString(51)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Nullable(UUID)) OK 84ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,UUID) OK 81ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,nullable_uint32_ OK 99ms
/aggregate functions/state/uniqState/Map(Int16,UInt128) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(UInt8)) OK 89ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Int32)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(UInt8)) OK 77ms
/aggregate functions/state/uniqState/Map(Int16,Int8) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,nullable_uint16_ OK 73ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Int64)) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(UInt16)) OK 72ms
/aggregate functions/state/uniqState/Map(Int16,Int16) OK 85ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,lowcardinality_uint8_ OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(UInt32)) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(UInt32)) OK 76ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/uniqState/Map(Int16,Int32) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,lowcardinality_uint64_ OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(UInt64)) OK 80ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/uniqState/Map(Int16,Int64) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(UInt128)) OK 101ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Float64)) OK 90ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,lowcardinality_uint16_ OK 93ms
/aggregate functions/state/uniqState/Map(Int16,Int128) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Date)) OK 105ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(Int8)) OK 109ms
/aggregate functions/state/uniqState/Map(Int16,Float32) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Int16)) OK 105ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 90ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/uniqState/Map(Int16,Float64) OK 108ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(Int16)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 92ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Bool)) OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(Int32)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Int64)) OK 136ms
/aggregate functions/state/uniqState/Map(Int16,Decimal128(38)) OK 125ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 127ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(Int64)) OK 214ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(String)) OK 118ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Int128)) OK 161ms
/aggregate functions/state/uniqState/Map(Int16,Date) OK 154ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,uint8 OK 173ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(FixedString(51))) OK 175ms
/aggregate functions/state/uniqState/Map(Int16,DateTime) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Float32)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(Int128)) OK 81ms
/aggregate functions/state/uniqState/Map(Int16,DateTime64(3)) OK 107ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Float64)) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,uint64 OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(Float32)) OK 78ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(UUID)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Date)) OK 102ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(Float64)) OK 86ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 99ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,uint32 OK 80ms
/aggregate functions/state/uniqState/Map(Int16,Bool) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/uniqState/Map(Int16,String) OK 107ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,uint16 OK 103ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(DateTime)) OK 72ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Bool)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(Date)) OK 68ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,nullable_uint8_ OK 84ms
/aggregate functions/state/uniqState/Map(Int16,FixedString(51)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(DateTime)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(String)) OK 76ms
/aggregate functions/state/uniqState/Map(Int16,UUID) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,nullable_uint64_ OK 83ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,nullable_uint32_ OK 94ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(UInt8)) OK 110ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(Bool)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(UUID)) OK 92ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(Int8))) OK 97ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,nullable_uint16_ OK 98ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(UInt16)) OK 107ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(String)) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 86ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(UInt32)) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Nullable(UUID)) OK 89ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(UInt64)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,lowcardinality_uint32_ OK 76ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(UInt128)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(UInt8)) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(Int8)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 92ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(Int16)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(UInt32)) OK 84ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(Int32)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(Int64)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/state/studentTTestState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 87ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(Int128)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Int8)) OK 82ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,uint8 OK 87ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(Float32)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,uint64 OK 76ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(Float64)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,uint32 OK 74ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Int64)) OK 90ms
/aggregate functions/state/topKState/Map(Int16,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,uint16 OK 73ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(Date)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 85ms
/aggregate functions/state/topKState/Map(Int16,Array(String)) OK 72ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(DateTime)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/topKState/Map(Int16,Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 80ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Float64)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(Bool))) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 82ms
/aggregate functions/state/topKState/Map(Int16,Tuple(String)) OK 76ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(Bool)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Date)) OK 97ms
/aggregate functions/state/topKState/Map(Int32,UInt8) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(String)) OK 82ms
/aggregate functions/state/topKState/Map(Int32,UInt16) OK 107ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(DateTime)) OK 69ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(FixedString(51))) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Bool)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int8,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/topKState/Map(Int32,UInt32) OK 94ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 71ms
/aggregate functions/state/uniqState/Map(Int16,Nullable(UUID)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(String)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Array(String)) OK 77ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 89ms
/aggregate functions/state/topKState/Map(Int32,UInt64) OK 91ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 92ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(UInt16)) OK 85ms
/aggregate functions/state/topKState/Map(Int32,UInt128) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(UUID)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int8,Tuple(String)) OK 75ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 101ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(UInt32)) OK 84ms
/aggregate functions/state/topKState/Map(Int32,Int8) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Int16,UInt8) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/topKState/Map(Int32,Int16) OK 82ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int16,UInt16) OK 75ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(UInt128)) OK 89ms
/aggregate functions/state/topKState/Map(Int32,Int32) OK 73ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int16,UInt32) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/state/topKState/Map(Int32,Int64) OK 86ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Int8)) OK 84ms
/aggregate functions/state/studentTTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Int16,UInt64) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 101ms
/aggregate functions/state/uniqCombined64State OK 2m 26s
/aggregate functions/state/uniqCombined64State/constant OK 69ms
/aggregate functions/state/topKState/Map(Int32,Int128) OK 92ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Int16)) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(Int16,UInt128) OK 79ms
/aggregate functions/state/uniqCombined64State/zero rows OK 57ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/state/topKState/Map(Int32,Float32) OK 72ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Int32)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Int8) OK 120ms
/aggregate functions/state/uniqCombined64State/with group by OK 51ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/state/topKState/Map(Int32,Float64) OK 88ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Int64)) OK 98ms
/aggregate functions/state/uniqCombined64State/some negative values OK 67ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Int16) OK 89ms
/aggregate functions/state/uniqCombined64State/first non-NULL value OK 56ms
/aggregate functions/state/topKState/Map(Int32,Decimal128(38)) OK 78ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/uniqCombined64State/NULL for all rows OK 41ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Int32) OK 85ms
/aggregate functions/state/topKState/Map(Int32,Date) OK 72ms
/aggregate functions/state/uniqCombined64State/return type OK 57ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Float32)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/uniqCombined64State/with another aggregate function OK 47ms
/aggregate functions/state/topKState/Map(Int32,DateTime) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Int64) OK 82ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Float64)) OK 68ms
/aggregate functions/state/uniqCombined64State/with another aggregate function and group by OK 56ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Date)) OK 84ms
/aggregate functions/state/topKState/Map(Int32,DateTime64(3)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Int128) OK 90ms
/aggregate functions/state/uniqCombined64State/string that ends with \0 OK 50ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/uniqCombined64State/inf OK 41ms
/aggregate functions/state/topKState/Map(Int32,Bool) OK 78ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Float32) OK 81ms
/aggregate functions/state/uniqCombined64State/-inf OK 39ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/uniqCombined64State/nan OK 51ms
/aggregate functions/state/topKState/Map(Int32,String) OK 84ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Bool)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Float64) OK 83ms
/aggregate functions/state/uniqCombined64State/UInt8 OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(String)) OK 80ms
/aggregate functions/state/topKState/Map(Int32,FixedString(51)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Decimal128(38)) OK 77ms
/aggregate functions/state/uniqCombined64State/UInt16 OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 100ms
/aggregate functions/state/topKState/Map(Int32,UUID) OK 81ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Date) OK 83ms
/aggregate functions/state/uniqCombined64State/UInt32 OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(Bool))) OK 72ms
/aggregate functions/state/topKState/Map(Int32,Nullable(UInt8)) OK 77ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(UUID)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(Int16,DateTime) OK 71ms
/aggregate functions/state/uniqCombined64State/UInt64 OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/state/topKState/Map(Int32,Nullable(UInt16)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int16,DateTime64(3)) OK 76ms
/aggregate functions/state/uniqCombined64State/UInt128 OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/topKState/Map(Int32,Nullable(UInt32)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Bool) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/uniqCombined64State/Int8 OK 77ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/topKState/Map(Int32,Nullable(UInt64)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int16,String) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Array(String)) OK 81ms
/aggregate functions/state/uniqCombined64State/Int16 OK 82ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 69ms
/aggregate functions/state/topKState/Map(Int32,Nullable(UInt128)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int16,FixedString(51)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Map(String,LowCardinality(Float64))) OK 101ms
/aggregate functions/state/uniqCombined64State/Int32 OK 72ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Int16,UUID) OK 81ms
/aggregate functions/state/topKState/Map(Int32,Nullable(Int8)) OK 91ms
/aggregate functions/state/uniqCombined64State/Int64 OK 73ms
/aggregate functions/state/singleValueOrNullState/Map(UUID,Tuple(String)) OK 76ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(UInt8)) OK 90ms
/aggregate functions/state/topKState/Map(Int32,Nullable(Int16)) OK 94ms
/aggregate functions/state/uniqCombined64State/Int128 OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),UInt8) OK 84ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(UInt16)) OK 72ms
/aggregate functions/state/topKState/Map(Int32,Nullable(Int32)) OK 91ms
/aggregate functions/state/uniqCombined64State/Float32 OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),UInt16) OK 79ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(UInt32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Float64 OK 79ms
/aggregate functions/state/topKState/Map(Int32,Nullable(Int64)) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),UInt32) OK 80ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(UInt64)) OK 84ms
/aggregate functions/state/uniqCombined64State/Decimal128(38) OK 74ms
/aggregate functions/state/topKState/Map(Int32,Nullable(Int128)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),UInt64) OK 84ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(UInt128)) OK 78ms
/aggregate functions/state/uniqCombined64State/Date OK 79ms
/aggregate functions/state/topKState/Map(Int32,Nullable(Float32)) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),UInt128) OK 87ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(Float32))) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(Int8)) OK 82ms
/aggregate functions/state/uniqCombined64State/DateTime OK 71ms
/aggregate functions/state/topKState/Map(Int32,Nullable(Float64)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Int8) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(Int16)) OK 82ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(Float64))) OK 101ms
/aggregate functions/state/uniqCombined64State/DateTime64(3) OK 82ms
/aggregate functions/state/topKState/Map(Int32,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(Int32)) OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Int16) OK 79ms
/aggregate functions/state/uniqCombined64State/Bool OK 84ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/topKState/Map(Int32,Nullable(Date)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Int32) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(Int64)) OK 99ms
/aggregate functions/state/uniqCombined64State/String OK 87ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/state/topKState/Map(Int32,Nullable(DateTime)) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Int64) OK 86ms
/aggregate functions/state/uniqCombined64State/FixedString(51) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(Int128)) OK 94ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(Bool))) OK 114ms
/aggregate functions/state/topKState/Map(Int32,Nullable(DateTime64(3))) OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Int128) OK 113ms
/aggregate functions/state/uniqCombined64State/UUID OK 101ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(Float32)) OK 104ms
/aggregate functions/state/topKState/Map(Int32,Nullable(Bool)) OK 88ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Float32) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,UInt8) OK 97ms
/aggregate functions/state/topKState/Map(Int32,Nullable(String)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(Float64)) OK 94ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 94ms
/aggregate functions/state/topKState/Map(Int32,Nullable(FixedString(51))) OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Float64) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,UInt16) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(Decimal128(38))) OK 92ms
/aggregate functions/state/uniqState/Map(Int16,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Decimal128(38)) OK 94ms
/aggregate functions/state/topKState/Map(Int32,Nullable(UUID)) OK 108ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,UInt32) OK 95ms
/aggregate functions/state/uniqState/Map(Int16,Array(String)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(Date)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Date) OK 86ms
/aggregate functions/state/uniqState/Map(Int16,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(DateTime)) OK 96ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,UInt64) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),DateTime) OK 90ms
/aggregate functions/state/uniqState/Map(Int16,Tuple(String)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,UInt128) OK 84ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/uniqState/Map(Int32,UInt8) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),DateTime64(3)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(Bool)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Int8) OK 90ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/uniqState/Map(Int32,UInt16) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Bool) OK 78ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(UInt64)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(String)) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Int16) OK 85ms
/aggregate functions/state/uniqState/Map(Int32,UInt32) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),String) OK 73ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(UInt128)) OK 145ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Int32) OK 129ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(FixedString(51))) OK 129ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),FixedString(51)) OK 166ms
/aggregate functions/state/uniqState/Map(Int32,UInt64) OK 176ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Int64) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Nullable(UUID)) OK 82ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Int8)) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),UUID) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Int128) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Int16)) OK 89ms
/aggregate functions/state/uniqState/Map(Int32,UInt128) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(UInt8)) OK 127ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(UInt16)) OK 113ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Float32) OK 109ms
/aggregate functions/state/uniqState/Map(Int32,Int8) OK 113ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Int32)) OK 108ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(UInt32)) OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(UInt16)) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Float64) OK 96ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/uniqState/Map(Int32,Int16) OK 76ms
/aggregate functions/state/uniqState/Map(Int32,Int32) OK 107ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Int128)) OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(UInt32)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(UInt64)) OK 97ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Decimal128(38)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(UInt64)) OK 107ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Date) OK 85ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Float32)) OK 92ms
/aggregate functions/state/uniqState/Map(Int32,Int64) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,DateTime) OK 106ms
/aggregate functions/state/uniqState/Map(Int32,Int128) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Int8)) OK 87ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(UInt128)) OK 96ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Date)) OK 114ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Int16)) OK 99ms
/aggregate functions/state/uniqState/Map(Int32,Float32) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,DateTime64(3)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(Int8)) OK 85ms
/aggregate functions/state/uniqState/Map(Int32,Float64) OK 108ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Bool) OK 104ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Int32)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(Int16)) OK 73ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(DateTime)) OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(Int32)) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Int64)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,String) OK 95ms
/aggregate functions/state/uniqState/Map(Int32,Decimal128(38)) OK 81ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Bool)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Int128)) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(Int64)) OK 95ms
/aggregate functions/state/uniqState/Map(Int32,Date) OK 99ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(String)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,FixedString(51)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(Int128)) OK 103ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/uniqState/Map(Int32,DateTime) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,UUID) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/uniqState/Map(Int32,DateTime64(3)) OK 78ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(Float32)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(UInt8)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Date)) OK 91ms
/aggregate functions/state/uniqState/Map(Int32,Bool) OK 90ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(Float64)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(UInt16)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/uniqState/Map(Int32,String) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(UInt32)) OK 73ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(UInt64)) OK 80ms
/aggregate functions/state/uniqState/Map(Int32,FixedString(51)) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(Date)) OK 81ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(String)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(UInt128)) OK 110ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(DateTime)) OK 77ms
/aggregate functions/state/uniqState/Map(Int32,UUID) OK 79ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 85ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(UInt8)) OK 73ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(Int8)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(UUID)) OK 76ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(UInt16)) OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(Bool)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(Int16)) OK 87ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(Int8))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(String)) OK 80ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(UInt32)) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(Int32)) OK 76ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(Int64)) OK 103ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(UInt64)) OK 76ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Nullable(UUID)) OK 80ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(UInt128)) OK 71ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(Int128)) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 86ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(Int8)) OK 70ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(Float32)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(Int16)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(Float64)) OK 79ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(Int32)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 69ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(Int64)) OK 93ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(Date)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(Int32))) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 95ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(Int128)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(DateTime)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Int8)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(Float32)) OK 102ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(Bool))) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(DateTime64(3))) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Int16)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(Float64)) OK 85ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(Bool)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Int32)) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(String)) OK 82ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(Float64))) OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Int64)) OK 85ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(Date)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(FixedString(51))) OK 88ms
/aggregate functions/state/topKState/Map(Int32,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Int128)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(DateTime)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Nullable(UUID)) OK 92ms
/aggregate functions/state/topKState/Map(Int32,Array(String)) OK 94ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Float32)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/topKState/Map(Int32,Map(String,LowCardinality(Float64))) OK 105ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Float64)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(Bool))) OK 89ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(Bool)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(UInt16)) OK 81ms
/aggregate functions/state/topKState/Map(Int32,Tuple(String)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Date)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(String)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/topKState/Map(Int64,UInt8) OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(UInt64)) OK 82ms
/aggregate functions/state/topKState/Map(Int64,UInt16) OK 104ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Bool)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int16,LowCardinality(Nullable(UUID))) OK 101ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(UInt128)) OK 91ms
/aggregate functions/state/uniqState/Map(Int32,Nullable(UUID)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(String)) OK 77ms
/aggregate functions/state/topKState/Map(Int64,UInt32) OK 84ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Array(String)) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Int8)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 120ms
/aggregate functions/state/topKState/Map(Int64,UInt64) OK 99ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Int16)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Map(String,LowCardinality(Float64))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Int32)) OK 103ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(UInt32)) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(UUID)) OK 82ms
/aggregate functions/state/topKState/Map(Int64,UInt128) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int16,Tuple(String)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 110ms
/aggregate functions/state/topKState/Map(Int64,Int8) OK 89ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int32,UInt8) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(UInt128)) OK 106ms
/aggregate functions/state/uniqCombinedState/Map(Int32,UInt16) OK 88ms
/aggregate functions/state/topKState/Map(Int64,Int16) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/state/topKState/Map(Int64,Int32) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(Int32,UInt32) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Float32)) OK 95ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Int8)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/state/topKState/Map(Int64,Int64) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int32,UInt64) OK 93ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Int16)) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Float64)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/topKState/Map(Int64,Int128) OK 112ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 108ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Date)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int32,UInt128) OK 81ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Int32)) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(DateTime)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Int8) OK 72ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Int64)) OK 91ms
/aggregate functions/state/topKState/Map(Int64,Float32) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Int16) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Bool)) OK 74ms
/aggregate functions/state/topKState/Map(Int64,Float64) OK 78ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Int128)) OK 87ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Int32) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(String)) OK 78ms
/aggregate functions/state/topKState/Map(Int64,Decimal128(38)) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Int64) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/topKState/Map(Int64,Date) OK 80ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Int128) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/topKState/Map(Int64,DateTime) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Date)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Float32) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/state/topKState/Map(Int64,DateTime64(3)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Float64) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/state/topKState/Map(Int64,Bool) OK 139ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 124ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Bool)) OK 128ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Decimal128(38)) OK 111ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 97ms
/aggregate functions/state/topKState/Map(Int64,String) OK 96ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(String)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Date) OK 85ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(FixedString(51))) OK 213ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 188ms
/aggregate functions/state/topKState/Map(Int64,FixedString(51)) OK 210ms
/aggregate functions/state/uniqCombinedState/Map(Int32,DateTime) OK 191ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 181ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(Int8))) OK 115ms
/aggregate functions/state/uniqCombinedState/Map(Int32,DateTime64(3)) OK 93ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/topKState/Map(Int64,UUID) OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Bool) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(Int16))) OK 566ms
/aggregate functions/state/topKState/Map(Int64,Nullable(UInt8)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int32,String) OK 543ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 547ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 547ms
/aggregate functions/state/topKState/Map(Int64,Nullable(UInt16)) OK 528ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int32,FixedString(51)) OK 120ms
/aggregate functions/state/topKState/Map(Int64,Nullable(UInt32)) OK 128ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 113ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 114ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(Int32,UUID) OK 86ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Array(String)) OK 108ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/state/topKState/Map(Int64,Nullable(UInt64)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(UInt8)) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 102ms
/aggregate functions/state/topKState/Map(Int64,Nullable(UInt128)) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(UInt16)) OK 102ms
/aggregate functions/state/topKState/Map(Int64,Nullable(Int8)) OK 85ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(String),Tuple(String)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/state/topKState/Map(Int64,Nullable(Int16)) OK 84ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(Int16))) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(UInt32)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),UInt8) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/topKState/Map(Int64,Nullable(Int32)) OK 99ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),UInt16) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(UInt64)) OK 87ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),UInt32) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(UInt128)) OK 162ms
/aggregate functions/state/topKState/Map(Int64,Nullable(Int64)) OK 76ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(Int64))) OK 158ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(String))) OK 150ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),UInt64) OK 109ms
/aggregate functions/state/topKState/Map(Int64,Nullable(Int128)) OK 158ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(Int8)) OK 72ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(Int128))) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),UInt128) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(Int16)) OK 81ms
/aggregate functions/state/topKState/Map(Int64,Nullable(Float32)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Int8) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(Int32)) OK 74ms
/aggregate functions/state/topKState/Map(Int64,Nullable(Float64)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Int16) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Array(String)) OK 91ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(Int64)) OK 76ms
/aggregate functions/state/topKState/Map(Int64,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Int32) OK 100ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Map(String,LowCardinality(Float64))) OK 97ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(Int128)) OK 88ms
/aggregate functions/state/topKState/Map(Int64,Nullable(Date)) OK 79ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Int64) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt8,Tuple(String)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(Float32)) OK 102ms
/aggregate functions/state/topKState/Map(Int64,Nullable(DateTime)) OK 101ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,UInt8) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Int128) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(Float64)) OK 87ms
/aggregate functions/state/topKState/Map(Int64,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,UInt16) OK 78ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Float32) OK 72ms
/aggregate functions/state/topKState/Map(Int64,Nullable(Bool)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,UInt32) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Float64) OK 74ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/topKState/Map(Int64,Nullable(String)) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(Date)) OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,UInt64) OK 83ms
/aggregate functions/state/uniqState/Map(Int32,LowCardinality(Nullable(UUID))) OK 73ms
/aggregate functions/state/topKState/Map(Int64,Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/uniqState/Map(Int32,Array(String)) OK 107ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,UInt128) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(DateTime)) OK 97ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Date) OK 71ms
/aggregate functions/state/topKState/Map(Int64,Nullable(UUID)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Int8) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),DateTime) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/uniqState/Map(Int32,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Int16) OK 83ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(UInt8)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(Bool)) OK 72ms
/aggregate functions/state/uniqState/Map(Int32,Tuple(String)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Int32) OK 77ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(String)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Bool) OK 70ms
/aggregate functions/state/uniqState/Map(Int64,UInt8) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Int64) OK 101ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(UInt32)) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),String) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/uniqState/Map(Int64,UInt16) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Nullable(UUID)) OK 71ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Int128) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 90ms
/aggregate functions/state/uniqState/Map(Int64,UInt32) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(UInt8)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Float32) OK 80ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(UInt128)) OK 70ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),UUID) OK 94ms
/aggregate functions/state/uniqState/Map(Int64,UInt64) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Int8)) OK 99ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Float64) OK 93ms
/aggregate functions/state/uniqState/Map(Int64,UInt128) OK 74ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Decimal128(38)) OK 89ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Int16)) OK 138ms
/aggregate functions/state/uniqState/Map(Int64,Int8) OK 128ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(UInt64)) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Date) OK 109ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 113ms
/aggregate functions/state/uniqState/Map(Int64,Int16) OK 82ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,DateTime) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 78ms
/aggregate functions/state/uniqState/Map(Int64,Int32) OK 101ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Int64)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,DateTime64(3)) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Int16)) OK 73ms
/aggregate functions/state/uniqState/Map(Int64,Int64) OK 79ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Int128)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Bool) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/uniqState/Map(Int64,Int128) OK 79ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Float32)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,String) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Int64)) OK 87ms
/aggregate functions/state/uniqState/Map(Int64,Float32) OK 73ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Float64)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,FixedString(51)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/uniqState/Map(Int64,Float64) OK 80ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Date)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,UUID) OK 85ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/uniqState/Map(Int64,Decimal128(38)) OK 76ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(UInt8)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Float64)) OK 74ms
/aggregate functions/state/uniqState/Map(Int64,Date) OK 95ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Bool)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(UInt16)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Date)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 91ms
/aggregate functions/state/uniqState/Map(Int64,DateTime) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(UInt32)) OK 78ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(String)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(DateTime)) OK 86ms
/aggregate functions/state/uniqState/Map(Int64,DateTime64(3)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(UInt64)) OK 95ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Bool)) OK 82ms
/aggregate functions/state/uniqState/Map(Int64,Bool) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(UUID)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(UInt128)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(String)) OK 83ms
/aggregate functions/state/uniqState/Map(Int64,String) OK 105ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 86ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(Int8)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/uniqState/Map(Int64,FixedString(51)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(Int16)) OK 85ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(UUID)) OK 69ms
/aggregate functions/state/uniqState/Map(Int64,UUID) OK 88ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(Int32)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(UInt8)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 85ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(Int64)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(UInt16)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 84ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(Int128)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(UInt32)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(Float32)) OK 69ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(UInt64)) OK 68ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 75ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(Float64)) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(UInt128)) OK 82ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(Decimal128(38))) OK 102ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(Int8)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(Int16)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(Date)) OK 94ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(Int32)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(Int32))) OK 89ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 94ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(DateTime)) OK 77ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(Int64)) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(Int64))) OK 119ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(DateTime64(3))) OK 96ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(Float64))) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 102ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(Int128)) OK 76ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(Date))) OK 122ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(Bool)) OK 104ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(Int128))) OK 100ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(Float32)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(String)) OK 114ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 105ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(Float32))) OK 106ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(Float64)) OK 87ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(Bool))) OK 107ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(FixedString(51))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(Decimal128(38))) OK 69ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(Date)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Nullable(UUID)) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 98ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(DateTime)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 101ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(UInt8)) OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 80ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(DateTime64(3))) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(UInt16)) OK 85ms
/aggregate functions/state/topKState/Map(Int64,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(Bool)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(String))) OK 91ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(UInt32)) OK 94ms
/aggregate functions/state/topKState/Map(Int64,Array(String)) OK 73ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(String)) OK 83ms
/aggregate functions/state/topKState/Map(Int64,Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 103ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(UInt64)) OK 100ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int32,LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/state/topKState/Map(Int64,Tuple(String)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(UInt128)) OK 83ms
/aggregate functions/state/uniqState/Map(Int64,Nullable(UUID)) OK 96ms
/aggregate functions/state/topKState/Map(Int128,UInt8) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Array(String)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 80ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(UInt8)) OK 86ms
/aggregate functions/state/topKState/Map(Int128,UInt16) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Int16)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 84ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/topKState/Map(Int128,UInt32) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(Int32,Tuple(String)) OK 105ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Int32)) OK 98ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 93ms
/aggregate functions/state/topKState/Map(Int128,UInt64) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Int64)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int64,UInt8) OK 88ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(UInt64)) OK 106ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 101ms
/aggregate functions/state/topKState/Map(Int128,UInt128) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Int128)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int64,UInt16) OK 88ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/topKState/Map(Int128,Int8) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Float32)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int64,UInt32) OK 72ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int64,UInt64) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Float64)) OK 72ms
/aggregate functions/state/topKState/Map(Int128,Int16) OK 80ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Int16)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(Int64,UInt128) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Date)) OK 90ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/state/topKState/Map(Int128,Int32) OK 83ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Int32)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Int8) OK 78ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(DateTime)) OK 74ms
/aggregate functions/state/topKState/Map(Int128,Int64) OK 80ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Int64)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Int16) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Int128)) OK 74ms
/aggregate functions/state/topKState/Map(Int128,Int128) OK 80ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Int32) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(String)) OK 81ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/topKState/Map(Int128,Float32) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Int64) OK 84ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(FixedString(51))) OK 89ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Float64)) OK 72ms
/aggregate functions/state/topKState/Map(Int128,Float64) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Int128) OK 87ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Date)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(UUID)) OK 90ms
/aggregate functions/state/topKState/Map(Int128,Decimal128(38)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Float32) OK 96ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 88ms
/aggregate functions/state/topKState/Map(Int128,Date) OK 98ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Bool)) OK 106ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Float64) OK 114ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/topKState/Map(Int128,DateTime) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 92ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 94ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(String)) OK 79ms
/aggregate functions/state/topKState/Map(Int128,DateTime64(3)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Decimal128(38)) OK 79ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 102ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/state/topKState/Map(Int128,Bool) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Date) OK 95ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 167ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(UUID)) OK 187ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 172ms
/aggregate functions/state/topKState/Map(Int128,String) OK 172ms
/aggregate functions/state/uniqCombinedState/Map(Int64,DateTime) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int64,DateTime64(3)) OK 163ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/topKState/Map(Int128,FixedString(51)) OK 88ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Bool) OK 105ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 104ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/topKState/Map(Int128,UUID) OK 94ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(Int32))) OK 101ms
/aggregate functions/state/uniqCombinedState/Map(Int64,String) OK 101ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 103ms
/aggregate functions/state/topKState/Map(Int128,Nullable(UInt8)) OK 103ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(Int64))) OK 109ms
/aggregate functions/state/uniqCombinedState/Map(Int64,FixedString(51)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/topKState/Map(Int128,Nullable(UInt16)) OK 77ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int64,UUID) OK 78ms
/aggregate functions/state/topKState/Map(Int128,Nullable(UInt32)) OK 79ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Array(String)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(UInt8)) OK 78ms
/aggregate functions/state/topKState/Map(Int128,Nullable(UInt64)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(UInt16)) OK 75ms
/aggregate functions/state/topKState/Map(Int128,Nullable(UInt128)) OK 101ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/singleValueOrNullState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 89ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(UInt32)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(Date))) OK 94ms
/aggregate functions/state/topKState/Map(Int128,Nullable(Int8)) OK 91ms
/aggregate functions/state/singleValueOrNullState/Nullable(UInt8) OK 85ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(Int64))) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(UInt64)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/state/topKState/Map(Int128,Nullable(Int16)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Nullable(UInt16) OK 83ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(UInt128)) OK 80ms
/aggregate functions/state/topKState/Map(Int128,Nullable(Int32)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/singleValueOrNullState/Nullable(UInt32) OK 90ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(Int8)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/state/topKState/Map(Int128,Nullable(Int64)) OK 89ms
/aggregate functions/state/singleValueOrNullState/Nullable(UInt64) OK 79ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(Int16)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/singleValueOrNullState/Nullable(UInt128) OK 72ms
/aggregate functions/state/topKState/Map(Int128,Nullable(Int128)) OK 73ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(Int32)) OK 80ms
/aggregate functions/state/singleValueOrNullState/Nullable(Int8) OK 275ms
/aggregate functions/state/topKState/Map(Int128,Nullable(Float32)) OK 263ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 229ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,LowCardinality(Nullable(UUID))) OK 248ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(Int64)) OK 271ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(Bool))) OK 171ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Array(String)) OK 147ms
/aggregate functions/state/topKState/Map(Int128,Nullable(Float64)) OK 145ms
/aggregate functions/state/singleValueOrNullState/Nullable(Int16) OK 147ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(Int128)) OK 126ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/topKState/Map(Int128,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/singleValueOrNullState/Nullable(Int32) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(Float32)) OK 75ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt16,Tuple(String)) OK 99ms
/aggregate functions/state/topKState/Map(Int128,Nullable(Date)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Nullable(Int64) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(Float64)) OK 69ms
/aggregate functions/state/uniqState/Map(Int64,LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/state/topKState/Map(Int128,Nullable(DateTime)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,UInt8) OK 73ms
/aggregate functions/state/singleValueOrNullState/Nullable(Int128) OK 80ms
/aggregate functions/state/topKState/Map(Int128,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/uniqState/Map(Int64,Array(String)) OK 107ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(Date)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,UInt16) OK 90ms
/aggregate functions/state/singleValueOrNullState/Nullable(Float32) OK 88ms
/aggregate functions/state/topKState/Map(Int128,Nullable(Bool)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(DateTime)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,UInt32) OK 93ms
/aggregate functions/state/uniqState/Map(Int64,Map(String,LowCardinality(Float64))) OK 97ms
/aggregate functions/state/singleValueOrNullState/Nullable(Float64) OK 88ms
/aggregate functions/state/topKState/Map(Int128,Nullable(String)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,UInt64) OK 100ms
/aggregate functions/state/singleValueOrNullState/Nullable(Decimal128(38)) OK 90ms
/aggregate functions/state/uniqState/Map(Int64,Tuple(String)) OK 85ms
/aggregate functions/state/topKState/Map(Int128,Nullable(FixedString(51))) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(Bool)) OK 74ms
/aggregate functions/state/uniqState/Map(Int128,UInt8) OK 93ms
/aggregate functions/state/singleValueOrNullState/Nullable(Date) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,UInt128) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(String)) OK 91ms
/aggregate functions/state/topKState/Map(Int128,Nullable(UUID)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Int8) OK 84ms
/aggregate functions/state/singleValueOrNullState/Nullable(DateTime) OK 94ms
/aggregate functions/state/uniqState/Map(Int128,UInt16) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(UInt8)) OK 76ms
/aggregate functions/state/uniqState/Map(Int128,UInt32) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Int16) OK 75ms
/aggregate functions/state/singleValueOrNullState/Nullable(DateTime64(3)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Nullable(UUID)) OK 93ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/uniqState/Map(Int128,UInt64) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Int32) OK 73ms
/aggregate functions/state/singleValueOrNullState/Nullable(Bool) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(UInt8)) OK 115ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/uniqState/Map(Int128,UInt128) OK 103ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Int64) OK 93ms
/aggregate functions/state/singleValueOrNullState/Nullable(String) OK 96ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Int128) OK 95ms
/aggregate functions/state/uniqState/Map(Int128,Int8) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/singleValueOrNullState/Nullable(FixedString(51)) OK 93ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Float32) OK 101ms
/aggregate functions/state/uniqState/Map(Int128,Int16) OK 79ms
/aggregate functions/state/singleValueOrNullState/Nullable(UUID) OK 92ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Int8)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/uniqState/Map(Int128,Int32) OK 95ms
/aggregate functions/state/singleValueOrNullState/Array(UInt8) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Float64) OK 86ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/uniqState/Map(Int128,Int64) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Decimal128(38)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Array(UInt16) OK 76ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Int32)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Int8)) OK 71ms
/aggregate functions/state/uniqState/Map(Int128,Int128) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Date) OK 94ms
/aggregate functions/state/singleValueOrNullState/Array(UInt32) OK 90ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Int64)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Int16)) OK 71ms
/aggregate functions/state/uniqState/Map(Int128,Float32) OK 69ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Int128)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,DateTime) OK 77ms
/aggregate functions/state/singleValueOrNullState/Array(UInt64) OK 67ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Int32)) OK 76ms
/aggregate functions/state/uniqState/Map(Int128,Float64) OK 71ms
/aggregate functions/state/singleValueOrNullState/Array(UInt128) OK 87ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,DateTime64(3)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Int64)) OK 77ms
/aggregate functions/state/uniqState/Map(Int128,Decimal128(38)) OK 76ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Bool) OK 72ms
/aggregate functions/state/singleValueOrNullState/Array(Int8) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Int128)) OK 74ms
/aggregate functions/state/uniqState/Map(Int128,Date) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,String) OK 89ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Date)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Array(Int16) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Float32)) OK 69ms
/aggregate functions/state/uniqState/Map(Int128,DateTime) OK 73ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Float64)) OK 78ms
/aggregate functions/state/singleValueOrNullState/Array(Int32) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,FixedString(51)) OK 69ms
/aggregate functions/state/uniqState/Map(Int128,DateTime64(3)) OK 72ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Bool)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,UUID) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Date)) OK 71ms
/aggregate functions/state/singleValueOrNullState/Array(Int64) OK 82ms
/aggregate functions/state/uniqState/Map(Int128,Bool) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(UInt8)) OK 85ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(String)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Array(Int128) OK 67ms
/aggregate functions/state/uniqState/Map(Int128,String) OK 67ms
/aggregate functions/state/singleValueOrNullState/Array(Float32) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Bool)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(UInt16)) OK 78ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/uniqState/Map(Int128,FixedString(51)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Array(Float64) OK 104ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(String)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(UInt32)) OK 84ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(UUID)) OK 96ms
/aggregate functions/state/uniqState/Map(Int128,UUID) OK 304ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(FixedString(51))) OK 320ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(UInt64)) OK 318ms
/aggregate functions/state/singleValueOrNullState/Array(Decimal128(38)) OK 296ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 282ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(UInt8)) OK 130ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 113ms
/aggregate functions/state/singleValueOrNullState/Array(Date) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(UInt128)) OK 99ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(UInt16)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/singleValueOrNullState/Array(DateTime) OK 77ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(Int8)) OK 78ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(UInt32)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/singleValueOrNullState/Array(DateTime64(3)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(Int16)) OK 81ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(UInt64)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/singleValueOrNullState/Array(Bool) OK 98ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 101ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(Int32)) OK 69ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(UInt128)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(Int64)) OK 73ms
/aggregate functions/state/singleValueOrNullState/Array(String) OK 86ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(Int8)) OK 76ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(Int128)) OK 112ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(Int16)) OK 103ms
/aggregate functions/state/singleValueOrNullState/Array(FixedString(51)) OK 94ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(Int8))) OK 112ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(Float32)) OK 90ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(Int32))) OK 105ms
/aggregate functions/state/singleValueOrNullState/Array(UUID) OK 93ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(Int32)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(Float64)) OK 92ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(Int64)) OK 82ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(UInt8)) OK 79ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(Int128)) OK 104ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(Decimal128(38))) OK 103ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(UInt16)) OK 83ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(UInt32)) OK 94ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(Float32)) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(Date)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(Float64))) OK 644ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(UInt64)) OK 630ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(DateTime)) OK 627ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(Float64)) OK 637ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(Float32))) OK 617ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(UInt128)) OK 211ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(DateTime64(3))) OK 203ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(Date))) OK 196ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(Float64))) OK 187ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(Decimal128(38))) OK 182ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(Date)) OK 679ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(Date))) OK 690ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 685ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(Bool)) OK 677ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(Int8)) OK 676ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(DateTime)) OK 104ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(String)) OK 86ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(Int16)) OK 78ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 103ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(Int32)) OK 103ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(FixedString(51))) OK 100ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(Bool))) OK 67ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(Bool)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(String))) OK 99ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(Int64)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Nullable(UUID)) OK 88ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(Int128)) OK 81ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(String)) OK 87ms
/aggregate functions/state/topKState/Map(Int128,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(UInt8)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(Float32)) OK 72ms
/aggregate functions/state/topKState/Map(Int128,Array(String)) OK 82ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(FixedString(51))) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Int64,LowCardinality(Nullable(UUID))) OK 62ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(Float64)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Array(String)) OK 75ms
/aggregate functions/state/topKState/Map(Int128,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/uniqState/Map(Int128,Nullable(UUID)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(UInt32)) OK 84ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(Decimal128(38))) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/topKState/Map(Int128,Tuple(String)) OK 82ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(UInt8)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(Date)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int64,Tuple(String)) OK 70ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(UInt16)) OK 114ms
/aggregate functions/state/topKState/Map(Date,UInt8) OK 101ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(UInt128)) OK 83ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(DateTime)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int128,UInt8) OK 66ms
/aggregate functions/state/topKState/Map(Date,UInt16) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(UInt32)) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(Int128,UInt16) OK 96ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Int16)) OK 74ms
/aggregate functions/state/topKState/Map(Date,UInt32) OK 84ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(UInt64)) OK 90ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(Bool)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int128,UInt32) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Int32)) OK 85ms
/aggregate functions/state/topKState/Map(Date,UInt64) OK 84ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(String)) OK 81ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(UInt128)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int128,UInt64) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Int64)) OK 80ms
/aggregate functions/state/topKState/Map(Date,UInt128) OK 96ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int128,UInt128) OK 81ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Int8)) OK 97ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Array(Nullable(UUID)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Int8) OK 88ms
/aggregate functions/state/topKState/Map(Date,Int8) OK 73ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Int16)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Float32)) OK 151ms
/aggregate functions/state/topKState/Map(Date,Int16) OK 121ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(UInt8)) OK 120ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Int16) OK 117ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Int32)) OK 154ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Float64)) OK 89ms
/aggregate functions/state/topKState/Map(Date,Int32) OK 78ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Int32) OK 75ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/topKState/Map(Date,Int64) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Int64) OK 99ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Date)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(UInt32)) OK 98ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/topKState/Map(Date,Int128) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Int128) OK 76ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Bool)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Float32) OK 88ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/topKState/Map(Date,Float32) OK 80ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Float64)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(String)) OK 72ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Int8)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Float64) OK 82ms
/aggregate functions/state/topKState/Map(Date,Float64) OK 72ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Date)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Int16)) OK 76ms
/aggregate functions/state/topKState/Map(Date,Decimal128(38)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Decimal128(38)) OK 83ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(UUID)) OK 69ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Int32)) OK 77ms
/aggregate functions/state/topKState/Map(Date,Date) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Date) OK 82ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Bool)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Int64)) OK 76ms
/aggregate functions/state/topKState/Map(Date,DateTime) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int128,DateTime) OK 80ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(String)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 83ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Int128)) OK 75ms
/aggregate functions/state/topKState/Map(Date,DateTime64(3)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int128,DateTime64(3)) OK 77ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Float32)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Bool) OK 86ms
/aggregate functions/state/topKState/Map(Date,Bool) OK 91ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(UUID)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Float64)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int128,String) OK 79ms
/aggregate functions/state/topKState/Map(Date,String) OK 76ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Date)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int128,FixedString(51)) OK 83ms
/aggregate functions/state/topKState/Map(Date,FixedString(51)) OK 91ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int128,UUID) OK 78ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/topKState/Map(Date,UUID) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(Int16))) OK 83ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Bool)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(UInt8)) OK 71ms
/aggregate functions/state/topKState/Map(Date,Nullable(UInt8)) OK 97ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(String)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(UInt16)) OK 74ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 91ms
/aggregate functions/state/topKState/Map(Date,Nullable(UInt16)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(UInt32)) OK 82ms
/aggregate functions/state/topKState/Map(Date,Nullable(UInt32)) OK 78ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(UUID)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(UInt64)) OK 76ms
/aggregate functions/state/topKState/Map(Date,Nullable(UInt64)) OK 74ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(UInt128)) OK 78ms
/aggregate functions/state/topKState/Map(Date,Nullable(UInt128)) OK 84ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(Int32))) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(Int8)) OK 76ms
/aggregate functions/state/topKState/Map(Date,Nullable(Int8)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(Int16)) OK 73ms
/aggregate functions/state/topKState/Map(Date,Nullable(Int16)) OK 76ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(Int32)) OK 75ms
/aggregate functions/state/topKState/Map(Date,Nullable(Int32)) OK 72ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(Int64)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/topKState/Map(Date,Nullable(Int64)) OK 74ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(Int128)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/state/topKState/Map(Date,Nullable(Int128)) OK 76ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(Float32)) OK 77ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/state/topKState/Map(Date,Nullable(Float32)) OK 70ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(Float64)) OK 87ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/state/topKState/Map(Date,Nullable(Float64)) OK 85ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(Int64))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(Decimal128(38))) OK 101ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(Bool))) OK 101ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Array(String)) OK 75ms
/aggregate functions/state/topKState/Map(Date,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/topKState/Map(Date,Nullable(Date)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(Date)) OK 83ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt32,Tuple(String)) OK 90ms
/aggregate functions/state/topKState/Map(Date,Nullable(DateTime)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(DateTime)) OK 83ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,UInt8) OK 94ms
/aggregate functions/state/uniqState/Map(Int128,LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/topKState/Map(Date,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(Bool)) OK 98ms
/aggregate functions/state/topKState/Map(Date,Nullable(Bool)) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,UInt16) OK 77ms
/aggregate functions/state/uniqState/Map(Int128,Array(String)) OK 74ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,UInt32) OK 109ms
/aggregate functions/state/uniqState/Map(Int128,Map(String,LowCardinality(Float64))) OK 111ms
/aggregate functions/state/topKState/Map(Date,Nullable(String)) OK 110ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(String)) OK 106ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,UInt64) OK 89ms
/aggregate functions/state/uniqState/Map(Int128,Tuple(String)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(FixedString(51))) OK 94ms
/aggregate functions/state/topKState/Map(Date,Nullable(FixedString(51))) OK 83ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/state/uniqState/Map(Date,UInt8) OK 108ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,UInt128) OK 105ms
/aggregate functions/state/topKState/Map(Date,Nullable(UUID)) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Nullable(UUID)) OK 77ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/state/singleValueOrNullState/Array(LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(UInt8)) OK 82ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(UInt8)) OK 97ms
/aggregate functions/state/uniqState/Map(Date,UInt16) OK 97ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Int8) OK 75ms
/aggregate functions/state/singleValueOrNullState/Array(Array(String)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(UInt16)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Int16) OK 72ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/uniqState/Map(Date,UInt32) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(UInt32)) OK 95ms
/aggregate functions/state/singleValueOrNullState/Array(Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Int32) OK 71ms
/aggregate functions/state/uniqState/Map(Date,UInt64) OK 80ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Int64) OK 77ms
/aggregate functions/state/singleValueOrNullState/Array(Tuple(String)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(UInt64)) OK 101ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(UInt64)) OK 101ms
/aggregate functions/state/uniqState/Map(Date,UInt128) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Int128) OK 71ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(UInt8) OK 79ms
/aggregate functions/state/uniqState/Map(Date,Int8) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Float32) OK 86ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(UInt16) OK 85ms
/aggregate functions/state/uniqState/Map(Date,Int16) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Int8)) OK 88ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Float64) OK 90ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(UInt32) OK 71ms
/aggregate functions/state/uniqState/Map(Date,Int32) OK 80ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Int16)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Int16)) OK 88ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(UInt64) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Decimal128(38)) OK 78ms
/aggregate functions/state/uniqState/Map(Date,Int64) OK 76ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Int32)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Int32)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Date) OK 88ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(UInt128) OK 72ms
/aggregate functions/state/uniqState/Map(Date,Int128) OK 87ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Int8) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,DateTime) OK 94ms
/aggregate functions/state/uniqState/Map(Date,Float32) OK 80ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Int128)) OK 75ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Int16) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,DateTime64(3)) OK 76ms
/aggregate functions/state/uniqState/Map(Date,Float64) OK 78ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Float32)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Int32) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Bool) OK 85ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Float64)) OK 88ms
/aggregate functions/state/uniqState/Map(Date,Decimal128(38)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Float64)) OK 72ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Int64) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,String) OK 99ms
/aggregate functions/state/uniqState/Map(Date,Date) OK 80ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Date)) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Date)) OK 89ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Int128) OK 83ms
/aggregate functions/state/uniqState/Map(Date,DateTime) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,FixedString(51)) OK 77ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Float32) OK 80ms
/aggregate functions/state/uniqState/Map(Date,DateTime64(3)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,UUID) OK 84ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Bool)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Bool)) OK 82ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Float64) OK 82ms
/aggregate functions/state/uniqState/Map(Date,Bool) OK 69ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(String)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(UInt8)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(String)) OK 82ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Date) OK 84ms
/aggregate functions/state/uniqState/Map(Date,String) OK 70ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(UInt16)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/uniqState/Map(Date,FixedString(51)) OK 68ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(DateTime) OK 73ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(UUID)) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(UInt32)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(UUID)) OK 70ms
/aggregate functions/state/uniqState/Map(Date,UUID) OK 74ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Bool) OK 85ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(UInt64)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/state/uniqState/Map(Date,Nullable(UInt8)) OK 80ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(String) OK 76ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(UInt128)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/state/uniqState/Map(Date,Nullable(UInt16)) OK 74ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(FixedString(51)) OK 82ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(UInt32))) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(Int8)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/state/uniqState/Map(Date,Nullable(UInt32)) OK 87ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(UUID) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(Int16)) OK 87ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/uniqState/Map(Date,Nullable(UInt64)) OK 70ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(UInt8)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 105ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(Int32)) OK 75ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/state/uniqState/Map(Date,Nullable(UInt128)) OK 97ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(UInt16)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(Int64)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(Int8))) OK 105ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(Int8))) OK 92ms
/aggregate functions/state/uniqState/Map(Date,Nullable(Int8)) OK 84ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(Int128)) OK 73ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(UInt64)) OK 84ms
/aggregate functions/state/uniqState/Map(Date,Nullable(Int16)) OK 89ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(Int16))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(Float32)) OK 78ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(UInt128)) OK 97ms
/aggregate functions/state/uniqState/Map(Date,Nullable(Int32)) OK 78ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(Int32))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(Float64)) OK 81ms
/aggregate functions/state/uniqState/Map(Date,Nullable(Int64)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(Int8)) OK 91ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/uniqState/Map(Date,Nullable(Int128)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(Int128))) OK 85ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(Int16)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(Date)) OK 91ms
/aggregate functions/state/uniqState/Map(Date,Nullable(Float32)) OK 72ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(Float32))) OK 91ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(Int32)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(DateTime)) OK 82ms
/aggregate functions/state/uniqState/Map(Date,Nullable(Float64)) OK 78ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(Float64))) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(Int64)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/uniqState/Map(Date,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(Int128)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(Bool)) OK 80ms
/aggregate functions/state/uniqState/Map(Date,Nullable(Date)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 110ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(Float32)) OK 86ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(String)) OK 92ms
/aggregate functions/state/uniqState/Map(Date,Nullable(DateTime)) OK 88ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(Float64)) OK 90ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(FixedString(51))) OK 92ms
/aggregate functions/state/uniqState/Map(Date,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(String))) OK 97ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(Date)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/state/uniqState/Map(Date,Nullable(Bool)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Nullable(UUID)) OK 154ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(DateTime)) OK 169ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 154ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 156ms
/aggregate functions/state/uniqState/Map(Date,Nullable(String)) OK 169ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(UInt8)) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(Int128,LowCardinality(Nullable(UUID))) OK 92ms
/aggregate functions/state/topKState/Map(Date,LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(Bool)) OK 100ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(UInt16)) OK 94ms
/aggregate functions/state/uniqState/Map(Date,Nullable(FixedString(51))) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Array(String)) OK 83ms
/aggregate functions/state/topKState/Map(Date,Array(String)) OK 72ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(String)) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(UInt32)) OK 96ms
/aggregate functions/state/uniqState/Map(Date,Nullable(UUID)) OK 83ms
/aggregate functions/state/topKState/Map(Date,Map(String,LowCardinality(Float64))) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(UInt8)) OK 87ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(FixedString(51))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Int128,Tuple(String)) OK 80ms
/aggregate functions/state/topKState/Map(Date,Tuple(String)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(UInt128)) OK 87ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(UInt16)) OK 96ms
/aggregate functions/state/singleValueOrNullState/LowCardinality(Nullable(UUID)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Date,UInt8) OK 74ms
/aggregate functions/state/topKState/Map(DateTime,UInt8) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(UInt32)) OK 88ms
/aggregate functions/state/singleValueOrNullState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 650ms
/aggregate functions/state/uniqCombinedState/Map(Date,UInt16) OK 78ms
/aggregate functions/state/topKState/Map(DateTime,UInt16) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Int16)) OK 105ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(UInt64)) OK 102ms
/aggregate functions/state/uniqCombinedState/Map(Date,UInt32) OK 107ms
/aggregate functions/state/topKState/Map(DateTime,UInt32) OK 103ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Int32)) OK 80ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(UInt128)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Date,UInt64) OK 77ms
/aggregate functions/state/topKState/Map(DateTime,UInt64) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Int64)) OK 89ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Int8)) OK 103ms
/aggregate functions/state/uniqCombinedState/Map(Date,UInt128) OK 79ms
/aggregate functions/state/topKState/Map(DateTime,UInt128) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Int128)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Date,Int8) OK 77ms
/aggregate functions/state/topKState/Map(DateTime,Int8) OK 102ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Int16)) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Float32)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Date,Int16) OK 105ms
/aggregate functions/state/topKState/Map(DateTime,Int16) OK 86ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Date,Int32) OK 74ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/topKState/Map(DateTime,Int32) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Date)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Date,Int64) OK 95ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/topKState/Map(DateTime,Int64) OK 91ms
/aggregate functions/state/uniqExactState OK 2m 21s
/aggregate functions/state/uniqExactState/constant OK 66ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(DateTime)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Date,Int128) OK 78ms
/aggregate functions/state/uniqExactState/zero rows OK 48ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Float32)) OK 77ms
/aggregate functions/state/topKState/Map(DateTime,Int128) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Bool)) OK 81ms
/aggregate functions/state/uniqExactState/with group by OK 51ms
/aggregate functions/state/uniqCombinedState/Map(Date,Float32) OK 96ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Float64)) OK 92ms
/aggregate functions/state/topKState/Map(DateTime,Float32) OK 96ms
/aggregate functions/state/uniqExactState/some negative values OK 41ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(String)) OK 78ms
/aggregate functions/state/uniqExactState/first non-NULL value OK 46ms
/aggregate functions/state/uniqCombinedState/Map(Date,Float64) OK 87ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Date)) OK 100ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/uniqExactState/NULL for all rows OK 58ms
/aggregate functions/state/topKState/Map(DateTime,Float64) OK 76ms
/aggregate functions/state/uniqExactState/return type OK 58ms
/aggregate functions/state/uniqCombinedState/Map(Date,Decimal128(38)) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(UUID)) OK 79ms
/aggregate functions/state/topKState/Map(DateTime,Decimal128(38)) OK 69ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/uniqExactState/with another aggregate function OK 46ms
/aggregate functions/state/topKState/Map(DateTime,Date) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 80ms
/aggregate functions/state/uniqExactState/with another aggregate function and group by OK 53ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Bool)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Date,Date) OK 75ms
/aggregate functions/state/uniqExactState/string that ends with \0 OK 51ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 98ms
/aggregate functions/state/topKState/Map(DateTime,DateTime) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(Date,DateTime) OK 76ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(String)) OK 77ms
/aggregate functions/state/uniqExactState/inf OK 44ms
/aggregate functions/state/uniqExactState/-inf OK 42ms
/aggregate functions/state/uniqCombinedState/Map(Date,DateTime64(3)) OK 84ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 100ms
/aggregate functions/state/topKState/Map(DateTime,DateTime64(3)) OK 89ms
/aggregate functions/state/uniqExactState/nan OK 41ms
/aggregate functions/state/uniqExactState/UInt8 OK 87ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Date,Bool) OK 71ms
/aggregate functions/state/topKState/Map(DateTime,Bool) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Date,String) OK 84ms
/aggregate functions/state/uniqExactState/UInt16 OK 93ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/state/topKState/Map(DateTime,String) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Date,FixedString(51)) OK 89ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(UInt16))) OK 96ms
/aggregate functions/state/uniqExactState/UInt32 OK 85ms
/aggregate functions/state/topKState/Map(DateTime,FixedString(51)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Date,UUID) OK 88ms
/aggregate functions/state/uniqExactState/UInt64 OK 84ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(UInt32))) OK 98ms
/aggregate functions/state/topKState/Map(DateTime,UUID) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(UInt8)) OK 78ms
/aggregate functions/state/uniqExactState/UInt128 OK 81ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(UInt8)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(UInt16)) OK 82ms
/aggregate functions/state/uniqExactState/Int8 OK 88ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(UInt16)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(Int64))) OK 97ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(UInt32)) OK 88ms
/aggregate functions/state/uniqExactState/Int16 OK 79ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(UInt32)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(UInt64)) OK 81ms
/aggregate functions/state/uniqExactState/Int32 OK 81ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(UInt64)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(Float32))) OK 90ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(UInt128)) OK 94ms
/aggregate functions/state/uniqExactState/Int64 OK 72ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(UInt128)) OK 77ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/uniqExactState/Int128 OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(Int8)) OK 95ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(Int8)) OK 92ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(Int64))) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/state/uniqExactState/Float32 OK 70ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(Int16)) OK 85ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(Int16)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/uniqExactState/Float64 OK 76ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(Int32)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(Int32)) OK 72ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(Float32))) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/state/uniqExactState/Decimal128(38) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(Int64)) OK 80ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(Int64)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(String))) OK 83ms
/aggregate functions/state/uniqExactState/Date OK 89ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(Int128)) OK 101ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(Int128)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/uniqExactState/DateTime OK 79ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(Float32)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(Float32)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,LowCardinality(Nullable(UUID))) OK 120ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(DateTime))) OK 123ms
/aggregate functions/state/uniqExactState/DateTime64(3) OK 116ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(Float64)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(Float64)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Array(String)) OK 84ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/state/uniqExactState/Bool OK 72ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/state/uniqExactState/String OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(Date)) OK 76ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(Date)) OK 79ms
/aggregate functions/state/uniqExactState/FixedString(51) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt64,Tuple(String)) OK 85ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(DateTime)) OK 91ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(DateTime)) OK 72ms
/aggregate functions/state/uniqExactState/UUID OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,UInt8) OK 80ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(DateTime64(3))) OK 97ms
/aggregate functions/state/uniqState/Map(Date,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt8,UInt8) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,UInt16) OK 81ms
/aggregate functions/state/uniqState/Map(Date,Array(String)) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(Bool)) OK 76ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(Bool)) OK 76ms
/aggregate functions/state/uniqExactState/Map(UInt8,UInt16) OK 419ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,UInt32) OK 424ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(String)) OK 402ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(String)) OK 385ms
/aggregate functions/state/uniqState/Map(Date,Map(String,LowCardinality(Float64))) OK 386ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(FixedString(51))) OK 112ms
/aggregate functions/state/uniqState/Map(Date,Tuple(String)) OK 119ms
/aggregate functions/state/uniqExactState/Map(UInt8,UInt32) OK 126ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(FixedString(51))) OK 107ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,UInt64) OK 111ms
/aggregate functions/state/topKState/Map(DateTime,Nullable(UUID)) OK 103ms
/aggregate functions/state/uniqCombinedState/Map(Date,Nullable(UUID)) OK 104ms
/aggregate functions/state/uniqState/Map(DateTime,UInt8) OK 108ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,UInt128) OK 103ms
/aggregate functions/state/uniqExactState/Map(UInt8,UInt64) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt8,UInt128) OK 72ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(UInt8)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(UInt8)) OK 90ms
/aggregate functions/state/uniqState/Map(DateTime,UInt16) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Int8) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt8,Int8) OK 89ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(UInt16)) OK 92ms
/aggregate functions/state/uniqState/Map(DateTime,UInt32) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Int16) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt8,Int16) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Int32) OK 83ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(UInt32)) OK 97ms
/aggregate functions/state/uniqState/Map(DateTime,UInt64) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt8,Int32) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Int64) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(UInt64)) OK 82ms
/aggregate functions/state/uniqState/Map(DateTime,UInt128) OK 82ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt8,Int64) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Int128) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(UInt128)) OK 88ms
/aggregate functions/state/uniqState/Map(DateTime,Int8) OK 87ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(UInt128)) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt8,Int128) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Float32) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Int8)) OK 106ms
/aggregate functions/state/uniqState/Map(DateTime,Int16) OK 78ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Int8)) OK 95ms
/aggregate functions/state/uniqExactState/Map(UInt8,Float32) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Float64) OK 74ms
/aggregate functions/state/uniqState/Map(DateTime,Int32) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Int16)) OK 84ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Int16)) OK 96ms
/aggregate functions/state/uniqExactState/Map(UInt8,Float64) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Decimal128(38)) OK 75ms
/aggregate functions/state/uniqState/Map(DateTime,Int64) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt8,Decimal128(38)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Date) OK 71ms
/aggregate functions/state/uniqState/Map(DateTime,Int128) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,DateTime) OK 95ms
/aggregate functions/state/uniqExactState/Map(UInt8,Date) OK 96ms
/aggregate functions/state/uniqState/Map(DateTime,Float32) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Int128)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,DateTime64(3)) OK 89ms
/aggregate functions/state/uniqState/Map(DateTime,Float64) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt8,DateTime) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Float32)) OK 85ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Float32)) OK 75ms
/aggregate functions/state/uniqState/Map(DateTime,Decimal128(38)) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Bool) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt8,DateTime64(3)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Float64)) OK 78ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Float64)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,String) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt8,Bool) OK 78ms
/aggregate functions/state/uniqState/Map(DateTime,Date) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Date)) OK 87ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Date)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt8,String) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,FixedString(51)) OK 74ms
/aggregate functions/state/uniqState/Map(DateTime,DateTime) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(DateTime)) OK 70ms
/aggregate functions/state/uniqExactState/Map(UInt8,FixedString(51)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,UUID) OK 81ms
/aggregate functions/state/uniqState/Map(DateTime,DateTime64(3)) OK 73ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Bool)) OK 72ms
/aggregate functions/state/uniqState/Map(DateTime,Bool) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt8,UUID) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(UInt8)) OK 67ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(String)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(String)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(UInt16)) OK 78ms
/aggregate functions/state/uniqState/Map(DateTime,String) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(UInt8)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/state/uniqState/Map(DateTime,FixedString(51)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(UInt32)) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(UInt16)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(UUID)) OK 76ms
/aggregate functions/state/uniqState/Map(DateTime,UUID) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(UInt64)) OK 110ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(UInt32)) OK 88ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(UInt8)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(UInt64)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(UInt128)) OK 88ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(UInt16)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(UInt128)) OK 73ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(Int8)) OK 77ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(UInt32)) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(Int8)) OK 75ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(UInt64))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(Int16)) OK 77ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(UInt64)) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(Int16)) OK 82ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(Int32)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(UInt128)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(Int32)) OK 74ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(Int64)) OK 86ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(Int8)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(Int64)) OK 152ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 147ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(Int128)) OK 138ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(Int16)) OK 127ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(Int16))) OK 127ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(Int128)) OK 97ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(Int32)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(Float32)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(Float64)) OK 75ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(Int64)) OK 65ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(Float32)) OK 85ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(Int128)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(Decimal128(38))) OK 87ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(Float64)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(Float32))) OK 116ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(Float32)) OK 139ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(Date)) OK 139ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 123ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(Decimal128(38))) OK 118ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(Float64))) OK 426ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(Date)) OK 473ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 477ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(Float64)) OK 474ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(DateTime)) OK 406ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(DateTime)) OK 109ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(Bool)) OK 85ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(Date)) OK 421ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 411ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(Bool))) OK 410ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(String)) OK 392ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(DateTime64(3))) OK 392ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(FixedString(51))) OK 97ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(Bool)) OK 97ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 105ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(String))) OK 99ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(DateTime)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Nullable(UUID)) OK 100ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(String)) OK 99ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(DateTime64(3))) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(Bool)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(FixedString(51))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Date,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/topKState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 551ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(UInt16)) OK 523ms
/aggregate functions/state/uniqExactState/Map(UInt8,Nullable(UUID)) OK 524ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(String)) OK 520ms
/aggregate functions/state/uniqCombinedState/Map(Date,Array(String)) OK 530ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(UInt32)) OK 94ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(FixedString(51))) OK 96ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(UInt8)) OK 91ms
/aggregate functions/state/topKState/Map(DateTime,Array(String)) OK 102ms
/aggregate functions/state/uniqCombinedState/Map(Date,Map(String,LowCardinality(Float64))) OK 99ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(UInt64)) OK 376ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(UInt16)) OK 378ms
/aggregate functions/state/uniqState/Map(DateTime,Nullable(UUID)) OK 353ms
/aggregate functions/state/topKState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 354ms
/aggregate functions/state/uniqCombinedState/Map(Date,Tuple(String)) OK 345ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(UInt8)) OK 226ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,UInt8) OK 229ms
/aggregate functions/state/topKState/Map(DateTime,Tuple(String)) OK 236ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(UInt128)) OK 216ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(UInt32)) OK 222ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(UInt16)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Int8)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,UInt16) OK 76ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/topKState/Map(Bool,UInt8) OK 76ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(UInt32)) OK 241ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,UInt32) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Int16)) OK 234ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(UInt128)) OK 220ms
/aggregate functions/state/topKState/Map(Bool,UInt16) OK 208ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,UInt64) OK 187ms
/aggregate functions/state/topKState/Map(Bool,UInt32) OK 99ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Int8)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,UInt128) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(UInt128)) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Int16)) OK 66ms
/aggregate functions/state/topKState/Map(Bool,UInt64) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Int8) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Int32)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Int8)) OK 79ms
/aggregate functions/state/topKState/Map(Bool,UInt128) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Int16) OK 67ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Float32)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Int32) OK 77ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Int16)) OK 86ms
/aggregate functions/state/topKState/Map(Bool,Int8) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Int128)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Int64) OK 81ms
/aggregate functions/state/topKState/Map(Bool,Int16) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Int32)) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Int128) OK 83ms
/aggregate functions/state/topKState/Map(Bool,Int32) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Date)) OK 80ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Float64)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Float32) OK 94ms
/aggregate functions/state/topKState/Map(Bool,Int64) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(DateTime)) OK 98ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Int128)) OK 68ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Date)) OK 81ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/topKState/Map(Bool,Int128) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Float64) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(DateTime)) OK 70ms
/aggregate functions/state/topKState/Map(Bool,Float32) OK 73ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Float64)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Decimal128(38)) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Bool)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(String)) OK 81ms
/aggregate functions/state/topKState/Map(Bool,Float64) OK 77ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Date)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Date) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(String)) OK 68ms
/aggregate functions/state/topKState/Map(Bool,Decimal128(38)) OK 85ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(DateTime)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,DateTime) OK 69ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,DateTime64(3)) OK 98ms
/aggregate functions/state/topKState/Map(Bool,Date) OK 83ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Bool)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(UUID)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(String)) OK 72ms
/aggregate functions/state/topKState/Map(Bool,DateTime) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Bool) OK 73ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,String) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/state/topKState/Map(Bool,DateTime64(3)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 89ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(UUID)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,FixedString(51)) OK 73ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 96ms
/aggregate functions/state/topKState/Map(Bool,Bool) OK 97ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,UUID) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/state/topKState/Map(Bool,String) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(UInt8)) OK 73ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/state/topKState/Map(Bool,FixedString(51)) OK 85ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(UInt16)) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(Int16))) OK 75ms
/aggregate functions/state/topKState/Map(Bool,UUID) OK 78ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(UInt32)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/state/topKState/Map(Bool,Nullable(UInt8)) OK 78ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(UInt64)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/topKState/Map(Bool,Nullable(UInt16)) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(UInt128)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/topKState/Map(Bool,Nullable(UInt32)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(Int8)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/topKState/Map(Bool,Nullable(UInt64)) OK 88ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(Int16)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/topKState/Map(Bool,Nullable(UInt128)) OK 78ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(Int32)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/topKState/Map(Bool,Nullable(Int8)) OK 86ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(Int64)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/topKState/Map(Bool,Nullable(Int16)) OK 95ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(Int128)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 98ms
/aggregate functions/state/topKState/Map(Bool,Nullable(Int32)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(Float32)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(Float64)) OK 97ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/state/topKState/Map(Bool,Nullable(Int64)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 92ms
/aggregate functions/state/topKState/Map(Bool,Nullable(Int128)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(Decimal128(38))) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/state/topKState/Map(Bool,Nullable(Float32)) OK 88ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(Date)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Array(String)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(String))) OK 78ms
/aggregate functions/state/topKState/Map(Bool,Nullable(Float64)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(DateTime)) OK 113ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Map(String,LowCardinality(Float64))) OK 140ms
/aggregate functions/state/uniqExactState/Map(UInt8,Array(String)) OK 110ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/topKState/Map(Bool,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(DateTime64(3))) OK 97ms
/aggregate functions/state/uniqExactState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/state/uniqState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 104ms
/aggregate functions/state/topKState/Map(Bool,Nullable(Date)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(UInt128,Tuple(String)) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt8,Tuple(String)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(Bool)) OK 85ms
/aggregate functions/state/topKState/Map(Bool,Nullable(DateTime)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int8,UInt8) OK 82ms
/aggregate functions/state/uniqState/Map(DateTime,Array(String)) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt16,UInt8) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(String)) OK 97ms
/aggregate functions/state/uniqState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 94ms
/aggregate functions/state/topKState/Map(Bool,Nullable(DateTime64(3))) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(Int8,UInt16) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt16,UInt16) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(FixedString(51))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int8,UInt32) OK 80ms
/aggregate functions/state/uniqState/Map(DateTime,Tuple(String)) OK 85ms
/aggregate functions/state/topKState/Map(Bool,Nullable(Bool)) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt16,UInt32) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int8,UInt64) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Nullable(UUID)) OK 81ms
/aggregate functions/state/uniqState/Map(Bool,UInt8) OK 81ms
/aggregate functions/state/topKState/Map(Bool,Nullable(String)) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt16,UInt64) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(UInt8)) OK 77ms
/aggregate functions/state/uniqState/Map(Bool,UInt16) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int8,UInt128) OK 71ms
/aggregate functions/state/topKState/Map(Bool,Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/uniqExactState/Map(UInt16,UInt128) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(UInt16)) OK 108ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Int8) OK 75ms
/aggregate functions/state/uniqState/Map(Bool,UInt32) OK 92ms
/aggregate functions/state/uniqExactState/Map(UInt16,Int8) OK 81ms
/aggregate functions/state/topKState/Map(Bool,Nullable(UUID)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Int16) OK 76ms
/aggregate functions/state/uniqState/Map(Bool,UInt64) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt16,Int16) OK 85ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(UInt8)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Int32) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(UInt64)) OK 85ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/uniqState/Map(Bool,UInt128) OK 70ms
/aggregate functions/state/uniqExactState/Map(UInt16,Int32) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Int64) OK 86ms
/aggregate functions/state/uniqState/Map(Bool,Int8) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(UInt128)) OK 90ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(UInt32)) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt16,Int64) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Int128) OK 80ms
/aggregate functions/state/uniqState/Map(Bool,Int16) OK 105ms
/aggregate functions/state/uniqExactState/Map(UInt16,Int128) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Int8)) OK 88ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(UInt64)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Float32) OK 93ms
/aggregate functions/state/uniqExactState/Map(UInt16,Float32) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/uniqState/Map(Bool,Int32) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Float64) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt16,Float64) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Int32)) OK 86ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Int8)) OK 96ms
/aggregate functions/state/uniqState/Map(Bool,Int64) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Decimal128(38)) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt16,Decimal128(38)) OK 74ms
/aggregate functions/state/uniqState/Map(Bool,Int128) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Int16)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Date) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt16,Date) OK 74ms
/aggregate functions/state/uniqState/Map(Bool,Float32) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt16,DateTime) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int8,DateTime) OK 90ms
/aggregate functions/state/uniqState/Map(Bool,Float64) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Float32)) OK 76ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Int64)) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt16,DateTime64(3)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Int8,DateTime64(3)) OK 73ms
/aggregate functions/state/uniqState/Map(Bool,Decimal128(38)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Float64)) OK 83ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Int128)) OK 93ms
/aggregate functions/state/uniqExactState/Map(UInt16,Bool) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Bool) OK 80ms
/aggregate functions/state/uniqState/Map(Bool,Date) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Date)) OK 96ms
/aggregate functions/state/uniqExactState/Map(UInt16,String) OK 81ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Int8,String) OK 73ms
/aggregate functions/state/uniqState/Map(Bool,DateTime) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt16,FixedString(51)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int8,FixedString(51)) OK 174ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Float64)) OK 173ms
/aggregate functions/state/uniqState/Map(Bool,DateTime64(3)) OK 158ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Bool)) OK 129ms
/aggregate functions/state/uniqExactState/Map(UInt16,UUID) OK 151ms
/aggregate functions/state/uniqState/Map(Bool,Bool) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Int8,UUID) OK 94ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Date)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(String)) OK 92ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(UInt8)) OK 80ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(DateTime)) OK 82ms
/aggregate functions/state/uniqState/Map(Bool,String) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(UInt8)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(UInt16)) OK 90ms
/aggregate functions/state/uniqState/Map(Bool,FixedString(51)) OK 78ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(UInt16)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(UInt32)) OK 101ms
/aggregate functions/state/uniqState/Map(Bool,UUID) OK 80ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(String)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(UInt32)) OK 74ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(UInt8)) OK 88ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(FixedString(51))) OK 101ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(UInt64)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(UInt64)) OK 79ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(UInt16)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(UInt128)) OK 97ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(UUID)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(UInt128)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(UInt32)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(Int8)) OK 117ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(Int8)) OK 108ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 105ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(UInt64)) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(Int16)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(Int16)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(UInt128)) OK 69ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(Int32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(Int32)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 90ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(Int8)) OK 86ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(Int64)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(Int64)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(Int16)) OK 91ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(Int128)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(Int128)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(Int32)) OK 83ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(Float32)) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(Float32)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(Int64)) OK 76ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(Int16))) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(Float64)) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(Float64)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(Int128)) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(Date)) OK 92ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(Float32)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(Date)) OK 75ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(DateTime)) OK 104ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(Float64)) OK 103ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(DateTime)) OK 108ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(Int128))) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(DateTime64(3))) OK 105ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(Decimal128(38))) OK 100ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 99ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(Bool)) OK 92ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(Date)) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(Bool)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 98ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(String)) OK 83ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(DateTime)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(String)) OK 91ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(FixedString(51))) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt16,Nullable(UUID)) OK 77ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(Bool)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Array(String)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Nullable(UUID)) OK 81ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(String)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(UInt8)) OK 69ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(DateTime,Tuple(String)) OK 71ms
/aggregate functions/state/topKState/Map(Bool,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/uniqState/Map(Bool,Nullable(UUID)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Bool,UInt8) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(UInt32)) OK 70ms
/aggregate functions/state/topKState/Map(Bool,Array(String)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(UInt64)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Bool,UInt16) OK 72ms
/aggregate functions/state/topKState/Map(Bool,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Bool,UInt32) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(UInt128)) OK 69ms
/aggregate functions/state/topKState/Map(Bool,Tuple(String)) OK 99ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(UInt32)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(Bool,UInt64) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Int16)) OK 83ms
/aggregate functions/state/topKState/Map(String,UInt8) OK 97ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(UInt64)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Bool,UInt128) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Int32)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Int8) OK 108ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(UInt128)) OK 107ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/topKState/Map(String,UInt16) OK 91ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Int64)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Int64)) OK 86ms
/aggregate functions/state/topKState/Map(String,UInt32) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Int16) OK 91ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Int8)) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Int128)) OK 94ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Int32) OK 79ms
/aggregate functions/state/topKState/Map(String,UInt64) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Int32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Float32)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Int64) OK 100ms
/aggregate functions/state/topKState/Map(String,UInt128) OK 100ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Int64)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Int128) OK 87ms
/aggregate functions/state/topKState/Map(String,Int8) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Date)) OK 70ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Int128)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Date)) OK 95ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(DateTime)) OK 104ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Float32) OK 86ms
/aggregate functions/state/topKState/Map(String,Int16) OK 86ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Float32)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Float64) OK 88ms
/aggregate functions/state/topKState/Map(String,Int32) OK 105ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Bool)) OK 93ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Float64)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Decimal128(38)) OK 90ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(String)) OK 96ms
/aggregate functions/state/topKState/Map(String,Int64) OK 84ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Date)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(String)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Date) OK 87ms
/aggregate functions/state/topKState/Map(String,Int128) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Bool,DateTime) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(UUID)) OK 99ms
/aggregate functions/state/topKState/Map(String,Float32) OK 91ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Bool)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(UUID)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Bool,DateTime64(3)) OK 77ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(String)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/topKState/Map(String,Float64) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Bool) OK 74ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/topKState/Map(String,Decimal128(38)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Bool,String) OK 73ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(UUID)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/topKState/Map(String,Date) OK 100ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Bool,FixedString(51)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/topKState/Map(String,DateTime) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Bool,UUID) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(UInt128))) OK 93ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/state/topKState/Map(String,DateTime64(3)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(UInt8)) OK 74ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/topKState/Map(String,Bool) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(UInt16)) OK 78ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/topKState/Map(String,String) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(UInt32)) OK 81ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/topKState/Map(String,FixedString(51)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(UInt64)) OK 82ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/topKState/Map(String,UUID) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(UInt128)) OK 73ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/topKState/Map(String,Nullable(UInt8)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(Int128))) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(Int8)) OK 81ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 99ms
/aggregate functions/state/topKState/Map(String,Nullable(UInt16)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(Int16)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(Int32)) OK 104ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 104ms
/aggregate functions/state/topKState/Map(String,Nullable(UInt32)) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(Date))) OK 103ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(Float32))) OK 107ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(Int64)) OK 98ms
/aggregate functions/state/topKState/Map(String,Nullable(UInt64)) OK 101ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(DateTime))) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(Int128)) OK 78ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/topKState/Map(String,Nullable(UInt128)) OK 97ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(Float32)) OK 71ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/topKState/Map(String,Nullable(Int8)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(Float64)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(String))) OK 93ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/state/topKState/Map(String,Nullable(Int16)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/topKState/Map(String,Nullable(Int32)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(Date)) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/state/topKState/Map(String,Nullable(Int64)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Int8,LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(DateTime)) OK 89ms
/aggregate functions/state/uniqExactState/Map(UInt16,Array(String)) OK 76ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/topKState/Map(String,Nullable(Int128)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Array(String)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/state/topKState/Map(String,Nullable(Float32)) OK 79ms
/aggregate functions/state/uniqState/Map(Bool,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(Bool)) OK 89ms
/aggregate functions/state/uniqExactState/Map(UInt16,Tuple(String)) OK 96ms
/aggregate functions/state/uniqState/Map(Bool,Array(String)) OK 71ms
/aggregate functions/state/topKState/Map(String,Nullable(Float64)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int8,Tuple(String)) OK 93ms
/aggregate functions/state/uniqState/Map(Bool,Map(String,LowCardinality(Float64))) OK 111ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(String)) OK 89ms
/aggregate functions/state/topKState/Map(String,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/uniqExactState/Map(UInt32,UInt8) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Int16,UInt8) OK 80ms
/aggregate functions/state/topKState/Map(String,Nullable(Date)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/uniqExactState/Map(UInt32,UInt16) OK 75ms
/aggregate functions/state/uniqState/Map(Bool,Tuple(String)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int16,UInt16) OK 78ms
/aggregate functions/state/topKState/Map(String,Nullable(DateTime)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt32,UInt32) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Nullable(UUID)) OK 99ms
/aggregate functions/state/uniqState/Map(String,UInt8) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int16,UInt32) OK 76ms
/aggregate functions/state/topKState/Map(String,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/state/uniqState/Map(String,UInt16) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt32,UInt64) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int16,UInt64) OK 71ms
/aggregate functions/state/topKState/Map(String,Nullable(Bool)) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt32,UInt128) OK 93ms
/aggregate functions/state/uniqState/Map(String,UInt32) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int16,UInt128) OK 82ms
/aggregate functions/state/topKState/Map(String,Nullable(String)) OK 72ms
/aggregate functions/state/uniqState/Map(String,UInt64) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt32,Int8) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Int8) OK 82ms
/aggregate functions/state/topKState/Map(String,Nullable(FixedString(51))) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/uniqState/Map(String,UInt128) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt32,Int16) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Int16) OK 81ms
/aggregate functions/state/topKState/Map(String,Nullable(UUID)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt32,Int32) OK 181ms
/aggregate functions/state/uniqState/Map(String,Int8) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Int32) OK 170ms
/aggregate functions/state/topKState/Map(String,LowCardinality(UInt8)) OK 138ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Int8)) OK 105ms
/aggregate functions/state/uniqState/Map(String,Int16) OK 191ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Int16)) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt32,Int64) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Int64) OK 80ms
/aggregate functions/state/topKState/Map(String,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/uniqExactState/Map(UInt32,Int128) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Int128) OK 85ms
/aggregate functions/state/uniqState/Map(String,Int32) OK 76ms
/aggregate functions/state/topKState/Map(String,LowCardinality(UInt32)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Int64)) OK 87ms
/aggregate functions/state/uniqState/Map(String,Int64) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Float32) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt32,Float32) OK 83ms
/aggregate functions/state/topKState/Map(String,LowCardinality(UInt64)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Int128)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Float64) OK 102ms
/aggregate functions/state/uniqExactState/Map(UInt32,Float64) OK 82ms
/aggregate functions/state/uniqState/Map(String,Int128) OK 83ms
/aggregate functions/state/topKState/Map(String,LowCardinality(UInt128)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Float32)) OK 89ms
/aggregate functions/state/uniqExactState/Map(UInt32,Decimal128(38)) OK 105ms
/aggregate functions/state/uniqState/Map(String,Float32) OK 86ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Int8)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Decimal128(38)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Float64)) OK 98ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Int16)) OK 108ms
/aggregate functions/state/uniqState/Map(String,Float64) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Date) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt32,Date) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int16,DateTime) OK 117ms
/aggregate functions/state/uniqState/Map(String,Decimal128(38)) OK 113ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Date)) OK 107ms
/aggregate functions/state/uniqExactState/Map(UInt32,DateTime) OK 74ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Int32)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt32,DateTime64(3)) OK 86ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Int64)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(DateTime)) OK 93ms
/aggregate functions/state/uniqState/Map(String,Date) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int16,DateTime64(3)) OK 86ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/uniqExactState/Map(UInt32,Bool) OK 103ms
/aggregate functions/state/uniqState/Map(String,DateTime) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Bool) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/uniqState/Map(String,DateTime64(3)) OK 73ms
/aggregate functions/state/uniqExactState/Map(UInt32,String) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(String)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int16,String) OK 77ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Float64)) OK 79ms
/aggregate functions/state/uniqState/Map(String,Bool) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt32,FixedString(51)) OK 99ms
/aggregate functions/state/uniqCombined64State/Map(Int16,FixedString(51)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Date)) OK 83ms
/aggregate functions/state/uniqState/Map(String,String) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int16,UUID) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(UUID)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt32,UUID) OK 74ms
/aggregate functions/state/topKState/Map(String,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/uniqState/Map(String,FixedString(51)) OK 101ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(UInt8)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(UInt8)) OK 84ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Bool)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(UInt16)) OK 75ms
/aggregate functions/state/uniqState/Map(String,UUID) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(UInt16)) OK 75ms
/aggregate functions/state/topKState/Map(String,LowCardinality(String)) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(UInt32)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(UInt32)) OK 79ms
/aggregate functions/state/uniqState/Map(String,Nullable(UInt8)) OK 78ms
/aggregate functions/state/topKState/Map(String,LowCardinality(FixedString(51))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(UInt64)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(UInt64)) OK 84ms
/aggregate functions/state/uniqState/Map(String,Nullable(UInt16)) OK 86ms
/aggregate functions/state/topKState/Map(String,LowCardinality(UUID)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(UInt128)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(UInt128)) OK 89ms
/aggregate functions/state/uniqState/Map(String,Nullable(UInt32)) OK 93ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(Int8)) OK 75ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(UInt16))) OK 107ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(Int8)) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/uniqState/Map(String,Nullable(UInt64)) OK 66ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(Int16)) OK 87ms
/aggregate functions/state/uniqState/Map(String,Nullable(UInt128)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(Int16)) OK 84ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(Int32)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/uniqState/Map(String,Nullable(Int8)) OK 91ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(UInt64))) OK 128ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(Int32)) OK 134ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(Int64)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/uniqState/Map(String,Nullable(Int16)) OK 119ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(Int128)) OK 90ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(Int64)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/state/uniqState/Map(String,Nullable(Int32)) OK 80ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(Int8))) OK 107ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(Float32)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(Float32))) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(Int128)) OK 81ms
/aggregate functions/state/uniqState/Map(String,Nullable(Int64)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(Float32)) OK 120ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(Float64))) OK 115ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(Float64)) OK 106ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/uniqState/Map(String,Nullable(Int128)) OK 85ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(Decimal128(38))) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(Float64)) OK 78ms
/aggregate functions/state/uniqState/Map(String,Nullable(Float32)) OK 72ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(Int64))) OK 102ms
/aggregate functions/state/uniqState/Map(String,Nullable(Float64)) OK 106ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(Date)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(Date)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(DateTime)) OK 82ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(Bool))) OK 97ms
/aggregate functions/state/uniqState/Map(String,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(DateTime)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/uniqState/Map(String,Nullable(Date)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(Bool)) OK 75ms
/aggregate functions/state/uniqState/Map(String,Nullable(DateTime)) OK 81ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(Float64))) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(Bool)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(String)) OK 80ms
/aggregate functions/state/uniqState/Map(String,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(Bool,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(String)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/uniqState/Map(String,Nullable(Bool)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Array(String)) OK 80ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Nullable(UUID)) OK 75ms
/aggregate functions/state/uniqState/Map(String,Nullable(String)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt32,Nullable(UUID)) OK 76ms
/aggregate functions/state/uniqState/Map(String,Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(Bool,Tuple(String)) OK 88ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/uniqState/Map(String,Nullable(UUID)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(String,UInt8) OK 77ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(UInt8)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(String,UInt16) OK 76ms
/aggregate functions/state/topKState/Map(String,LowCardinality(Nullable(UUID))) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(UInt32)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(String,UInt32) OK 72ms
/aggregate functions/state/topKState/Map(String,Array(String)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(UInt64)) OK 89ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(String,UInt64) OK 83ms
/aggregate functions/state/topKState/Map(String,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Int8)) OK 100ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(String,UInt128) OK 82ms
/aggregate functions/state/topKState/Map(String,Tuple(String)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Int8)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(String,Int8) OK 87ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Int16)) OK 106ms
/aggregate functions/state/topKState/Map(FixedString(51),UInt8) OK 100ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Int16)) OK 91ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Int8)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(String,Int16) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Int32)) OK 102ms
/aggregate functions/state/topKState/Map(FixedString(51),UInt16) OK 76ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Int16)) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(String,Int32) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Int32)) OK 87ms
/aggregate functions/state/topKState/Map(FixedString(51),UInt32) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Int64)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(String,Int64) OK 91ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Int32)) OK 90ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/topKState/Map(FixedString(51),UInt64) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Int128)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(String,Int128) OK 91ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Int64)) OK 90ms
/aggregate functions/state/topKState/Map(FixedString(51),UInt128) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(String,Float32) OK 96ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Int128)) OK 97ms
/aggregate functions/state/topKState/Map(FixedString(51),Int8) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/topKState/Map(FixedString(51),Int16) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(String,Float64) OK 92ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Float32)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Date)) OK 95ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Date)) OK 78ms
/aggregate functions/state/topKState/Map(FixedString(51),Int32) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(String,Decimal128(38)) OK 79ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Float64)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/topKState/Map(FixedString(51),Int64) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(String,Date) OK 80ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Date)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Bool)) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Bool)) OK 85ms
/aggregate functions/state/topKState/Map(FixedString(51),Int128) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(String,DateTime) OK 80ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(String)) OK 73ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(String)) OK 77ms
/aggregate functions/state/topKState/Map(FixedString(51),Float32) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(String,DateTime64(3)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(FixedString(51))) OK 217ms
/aggregate functions/state/topKState/Map(FixedString(51),Float64) OK 235ms
/aggregate functions/state/uniqCombinedState/Map(String,Bool) OK 204ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(String)) OK 215ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(UUID)) OK 198ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(UUID)) OK 108ms
/aggregate functions/state/uniqCombinedState/Map(String,String) OK 130ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(UInt8))) OK 124ms
/aggregate functions/state/topKState/Map(FixedString(51),Decimal128(38)) OK 129ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(FixedString(51))) OK 111ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 101ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(UUID)) OK 125ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(UInt16))) OK 118ms
/aggregate functions/state/uniqCombinedState/Map(String,FixedString(51)) OK 111ms
/aggregate functions/state/topKState/Map(FixedString(51),Date) OK 94ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 104ms
/aggregate functions/state/topKState/Map(FixedString(51),DateTime) OK 115ms
/aggregate functions/state/uniqCombinedState/Map(String,UUID) OK 112ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(UInt8))) OK 102ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/topKState/Map(FixedString(51),DateTime64(3)) OK 92ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(UInt16))) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(UInt8)) OK 100ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/state/topKState/Map(FixedString(51),Bool) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 126ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(UInt32))) OK 118ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(UInt16)) OK 106ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/topKState/Map(FixedString(51),String) OK 120ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(UInt32)) OK 81ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 131ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(Int16))) OK 119ms
/aggregate functions/state/topKState/Map(FixedString(51),FixedString(51)) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(UInt64)) OK 86ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(UInt128))) OK 104ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(Int32))) OK 97ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(UInt128)) OK 81ms
/aggregate functions/state/topKState/Map(FixedString(51),UUID) OK 70ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(UInt8)) OK 111ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(Int8)) OK 75ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(Int16)) OK 79ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(Int32))) OK 95ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(UInt16)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(Int32)) OK 74ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(UInt32)) OK 85ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(Float64))) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(Int64)) OK 88ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(UInt64)) OK 70ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(Int128)) OK 87ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(UInt128)) OK 86ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(DateTime))) OK 99ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(Float32)) OK 80ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(Int8)) OK 76ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 112ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(Float64)) OK 97ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(Bool))) OK 99ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(Int16)) OK 94ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(DateTime))) OK 108ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(String))) OK 92ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(Int32)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(Date)) OK 86ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(Int64)) OK 100ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(DateTime)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Int16,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(Int128)) OK 164ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(String))) OK 159ms
/aggregate functions/state/uniqExactState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 117ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(DateTime64(3))) OK 110ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Array(String)) OK 148ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(Float32)) OK 98ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(Bool)) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt32,Array(String)) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/uniqState/Map(String,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(String)) OK 83ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(Float64)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int16,Tuple(String)) OK 87ms
/aggregate functions/state/uniqState/Map(String,Array(String)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(FixedString(51))) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt32,Tuple(String)) OK 80ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int32,UInt8) OK 68ms
/aggregate functions/state/uniqState/Map(String,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(String,Nullable(UUID)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt64,UInt8) OK 78ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(Date)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int32,UInt16) OK 80ms
/aggregate functions/state/uniqState/Map(String,Tuple(String)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(UInt8)) OK 76ms
/aggregate functions/state/uniqExactState/Map(UInt64,UInt16) OK 75ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(DateTime)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(Int32,UInt32) OK 73ms
/aggregate functions/state/uniqState/Map(FixedString(51),UInt8) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(UInt16)) OK 99ms
/aggregate functions/state/uniqExactState/Map(UInt64,UInt32) OK 88ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(DateTime64(3))) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(Int32,UInt64) OK 78ms
/aggregate functions/state/uniqState/Map(FixedString(51),UInt16) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt64,UInt64) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(Bool)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(Int32,UInt128) OK 74ms
/aggregate functions/state/uniqState/Map(FixedString(51),UInt32) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt64,UInt128) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Int8) OK 83ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(String)) OK 72ms
/aggregate functions/state/uniqState/Map(FixedString(51),UInt64) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt64,Int8) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(UInt128)) OK 71ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(FixedString(51))) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Int16) OK 75ms
/aggregate functions/state/uniqState/Map(FixedString(51),UInt128) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt64,Int16) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Int32) OK 83ms
/aggregate functions/state/topKState/Map(FixedString(51),Nullable(UUID)) OK 75ms
/aggregate functions/state/uniqState/Map(FixedString(51),Int8) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Int16)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt64,Int32) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Int64) OK 74ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(UInt8)) OK 73ms
/aggregate functions/state/uniqState/Map(FixedString(51),Int16) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Int32)) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt64,Int64) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Int128) OK 79ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/uniqState/Map(FixedString(51),Int32) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt64,Int128) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Float32) OK 81ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(UInt32)) OK 80ms
/aggregate functions/state/uniqState/Map(FixedString(51),Int64) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt64,Float32) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Float64) OK 74ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/uniqState/Map(FixedString(51),Int128) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt64,Float64) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Float32)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Decimal128(38)) OK 75ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(UInt128)) OK 85ms
/aggregate functions/state/uniqState/Map(FixedString(51),Float32) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Date) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt64,Decimal128(38)) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Int8)) OK 79ms
/aggregate functions/state/uniqState/Map(FixedString(51),Float64) OK 109ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Date)) OK 99ms
/aggregate functions/state/uniqCombined64State/Map(Int32,DateTime) OK 94ms
/aggregate functions/state/uniqExactState/Map(UInt64,Date) OK 71ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Int16)) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt64,DateTime) OK 72ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Int32)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int32,DateTime64(3)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/uniqState/Map(FixedString(51),Decimal128(38)) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt64,DateTime64(3)) OK 76ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Int64)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Bool) OK 101ms
/aggregate functions/state/uniqState/Map(FixedString(51),Date) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Bool)) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt64,Bool) OK 87ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Int128)) OK 85ms
/aggregate functions/state/uniqState/Map(FixedString(51),DateTime) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(String)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int32,String) OK 89ms
/aggregate functions/state/uniqExactState/Map(UInt64,String) OK 93ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Float32)) OK 81ms
/aggregate functions/state/uniqState/Map(FixedString(51),DateTime64(3)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(Int32,FixedString(51)) OK 97ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Float64)) OK 92ms
/aggregate functions/state/uniqExactState/Map(UInt64,FixedString(51)) OK 75ms
/aggregate functions/state/uniqState/Map(FixedString(51),Bool) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(UUID)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int32,UUID) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt64,UUID) OK 77ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Date)) OK 83ms
/aggregate functions/state/uniqState/Map(FixedString(51),String) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(UInt8)) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(UInt8)) OK 85ms
/aggregate functions/state/uniqState/Map(FixedString(51),FixedString(51)) OK 87ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(UInt16)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(UInt16)) OK 144ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Bool)) OK 147ms
/aggregate functions/state/uniqState/Map(FixedString(51),UUID) OK 136ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(UInt32))) OK 106ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(UInt32)) OK 123ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(UInt32)) OK 84ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(UInt8)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(UInt64))) OK 99ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(String)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(UInt64)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(UInt64)) OK 93ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(UInt16)) OK 82ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(UInt128)) OK 84ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(UInt32)) OK 92ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(UInt128)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(Int8))) OK 96ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(UUID)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(Int8)) OK 89ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(Int8)) OK 88ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(UInt64)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(Int16)) OK 80ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(UInt128)) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(Int16)) OK 84ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(Int32)) OK 82ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(Int8)) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(Int32)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(Int64))) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(Int64)) OK 78ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(Int16)) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(Int64)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(Int128)) OK 99ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(Int32)) OK 499ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(Int128)) OK 510ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(Float32))) OK 509ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 490ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(Float32)) OK 487ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(Int64)) OK 78ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(Float32)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(Float64)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(Int128)) OK 147ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 129ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(Decimal128(38))) OK 119ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(Date))) OK 112ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(Float64)) OK 110ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(Date)) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(Float32)) OK 89ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 546ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(DateTime)) OK 538ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(Bool))) OK 535ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(Date)) OK 538ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(Float64)) OK 535ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(DateTime64(3))) OK 310ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(String))) OK 313ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 316ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(DateTime)) OK 488ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(Decimal128(38))) OK 482ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(Bool)) OK 214ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 215ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 201ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(Date)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(String)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(String,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(DateTime)) OK 839ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(Bool)) OK 841ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 809ms
/aggregate functions/state/uniqCombinedState/Map(String,Array(String)) OK 807ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(FixedString(51))) OK 801ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(DateTime64(3))) OK 116ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 95ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(String)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Nullable(UUID)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(String,Map(String,LowCardinality(Float64))) OK 102ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(FixedString(51))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(Bool)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(String,Tuple(String)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt64,Nullable(UUID)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(UInt16)) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),UInt8) OK 74ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 67ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(String)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(UInt8)) OK 77ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),UInt16) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/topKState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 102ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),UInt32) OK 99ms
/aggregate functions/state/uniqState/Map(FixedString(51),Nullable(UUID)) OK 63ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(UInt32)) OK 73ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(UInt8)) OK 104ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(UInt128)) OK 88ms
/aggregate functions/state/topKState/Map(FixedString(51),Array(String)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),UInt64) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(UInt64)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Int8)) OK 94ms
/aggregate functions/state/topKState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),UInt128) OK 88ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/topKState/Map(FixedString(51),Tuple(String)) OK 84ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Int8) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Int8)) OK 69ms
/aggregate functions/state/topKState/Map(UUID,UInt8) OK 85ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Int32)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Int16) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Int16)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Int64)) OK 100ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(UInt128)) OK 93ms
/aggregate functions/state/topKState/Map(UUID,UInt16) OK 105ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Int32) OK 67ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Int32)) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Int64) OK 74ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Int8)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Int128)) OK 90ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Int64)) OK 92ms
/aggregate functions/state/topKState/Map(UUID,UInt32) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Int128) OK 90ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Int16)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Float32)) OK 85ms
/aggregate functions/state/topKState/Map(UUID,UInt64) OK 73ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Float32) OK 79ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Int32)) OK 87ms
/aggregate functions/state/topKState/Map(UUID,UInt128) OK 66ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Float64) OK 84ms
/aggregate functions/state/topKState/Map(UUID,Int8) OK 93ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Int64)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Float64)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Date)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Decimal128(38)) OK 79ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Int128)) OK 101ms
/aggregate functions/state/topKState/Map(UUID,Int16) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(DateTime)) OK 97ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Date)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Date) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(DateTime)) OK 93ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Float32)) OK 88ms
/aggregate functions/state/topKState/Map(UUID,Int32) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Bool)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),DateTime) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(String)) OK 96ms
/aggregate functions/state/topKState/Map(UUID,Int64) OK 96ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Float64)) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Bool)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),DateTime64(3)) OK 82ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Date)) OK 101ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(String)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/topKState/Map(UUID,Int128) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Bool) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(UUID)) OK 107ms
/aggregate functions/state/topKState/Map(UUID,Float32) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(DateTime)) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),String) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(UUID)) OK 86ms
/aggregate functions/state/topKState/Map(UUID,Float64) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),FixedString(51)) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Bool)) OK 85ms
/aggregate functions/state/topKState/Map(UUID,Decimal128(38)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),UUID) OK 88ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(String)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/state/topKState/Map(UUID,Date) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(UInt32))) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(UInt8)) OK 76ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/topKState/Map(UUID,DateTime) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(UInt16)) OK 81ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(UUID)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/topKState/Map(UUID,DateTime64(3)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(UInt32)) OK 100ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(UInt128))) OK 99ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/state/topKState/Map(UUID,Bool) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(UInt64)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/topKState/Map(UUID,String) OK 90ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(UInt128)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/topKState/Map(UUID,FixedString(51)) OK 75ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(Int8)) OK 128ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(Int32))) OK 127ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 118ms
/aggregate functions/state/topKState/Map(UUID,UUID) OK 115ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 173ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(Int16)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/state/topKState/Map(UUID,Nullable(UInt8)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(Int32)) OK 81ms
/aggregate functions/state/topKState/Map(UUID,Nullable(UInt16)) OK 71ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/topKState/Map(UUID,Nullable(UInt32)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(Int64)) OK 97ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/state/topKState/Map(UUID,Nullable(UInt64)) OK 84ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(Int128)) OK 90ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 66ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(Date))) OK 91ms
/aggregate functions/state/topKState/Map(UUID,Nullable(UInt128)) OK 71ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(Float32)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/state/topKState/Map(UUID,Nullable(Int8)) OK 82ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(Float64)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/topKState/Map(UUID,Nullable(Int16)) OK 83ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 104ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/state/topKState/Map(UUID,Nullable(Int32)) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(Date)) OK 84ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/state/topKState/Map(UUID,Nullable(Int64)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(DateTime)) OK 83ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 97ms
/aggregate functions/state/uniqCombined64State/Map(Int32,LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 89ms
/aggregate functions/state/topKState/Map(UUID,Nullable(Int128)) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(DateTime64(3))) OK 78ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Array(String)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(Bool)) OK 76ms
/aggregate functions/state/topKState/Map(UUID,Nullable(Float32)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt64,Array(String)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(String)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/topKState/Map(UUID,Nullable(Float64)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int32,Tuple(String)) OK 78ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(FixedString(51))) OK 73ms
/aggregate functions/state/uniqExactState/Map(UInt64,Tuple(String)) OK 99ms
/aggregate functions/state/topKState/Map(UUID,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int64,UInt8) OK 85ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Nullable(UUID)) OK 84ms
/aggregate functions/state/topKState/Map(UUID,Nullable(Date)) OK 103ms
/aggregate functions/state/uniqCombined64State/Map(Int64,UInt16) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt128,UInt8) OK 85ms
/aggregate functions/state/uniqState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(UInt8)) OK 112ms
/aggregate functions/state/uniqCombined64State/Map(Int64,UInt32) OK 96ms
/aggregate functions/state/uniqExactState/Map(UInt128,UInt16) OK 107ms
/aggregate functions/state/topKState/Map(UUID,Nullable(DateTime)) OK 105ms
/aggregate functions/state/uniqState/Map(FixedString(51),Array(String)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(UInt16)) OK 82ms
/aggregate functions/state/uniqState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(Int64,UInt64) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt128,UInt32) OK 95ms
/aggregate functions/state/topKState/Map(UUID,Nullable(DateTime64(3))) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(UInt32)) OK 111ms
/aggregate functions/state/uniqCombined64State/Map(Int64,UInt128) OK 93ms
/aggregate functions/state/uniqState/Map(FixedString(51),Tuple(String)) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt128,UInt64) OK 75ms
/aggregate functions/state/topKState/Map(UUID,Nullable(Bool)) OK 104ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/uniqState/Map(UUID,UInt8) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Int8) OK 99ms
/aggregate functions/state/uniqExactState/Map(UInt128,UInt128) OK 89ms
/aggregate functions/state/topKState/Map(UUID,Nullable(String)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/uniqState/Map(UUID,UInt16) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt128,Int8) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Int16) OK 79ms
/aggregate functions/state/topKState/Map(UUID,Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Int8)) OK 75ms
/aggregate functions/state/uniqState/Map(UUID,UInt32) OK 69ms
/aggregate functions/state/uniqExactState/Map(UInt128,Int16) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Int32) OK 78ms
/aggregate functions/state/topKState/Map(UUID,Nullable(UUID)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Int16)) OK 77ms
/aggregate functions/state/uniqState/Map(UUID,UInt64) OK 90ms
/aggregate functions/state/uniqExactState/Map(UInt128,Int32) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Int64) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Int32)) OK 82ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(UInt8)) OK 92ms
/aggregate functions/state/uniqState/Map(UUID,UInt128) OK 91ms
/aggregate functions/state/uniqExactState/Map(UInt128,Int64) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Int128) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Int64)) OK 98ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/uniqState/Map(UUID,Int8) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt128,Int128) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Float32) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Int128)) OK 76ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/uniqState/Map(UUID,Int16) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt128,Float32) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Float64) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Float32)) OK 100ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(UInt64)) OK 87ms
/aggregate functions/state/uniqState/Map(UUID,Int32) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt128,Float64) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Decimal128(38)) OK 77ms
/aggregate functions/state/uniqState/Map(UUID,Int64) OK 85ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(UInt128)) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Float64)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt128,Decimal128(38)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Date) OK 76ms
/aggregate functions/state/uniqState/Map(UUID,Int128) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Date)) OK 90ms
/aggregate functions/state/uniqExactState/Map(UInt128,Date) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int64,DateTime) OK 75ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Int8)) OK 70ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Int16)) OK 105ms
/aggregate functions/state/uniqCombined64State/Map(Int64,DateTime64(3)) OK 93ms
/aggregate functions/state/uniqState/Map(UUID,Float32) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(DateTime)) OK 92ms
/aggregate functions/state/uniqExactState/Map(UInt128,DateTime) OK 75ms
/aggregate functions/state/uniqState/Map(UUID,Float64) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt128,DateTime64(3)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Bool) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Bool)) OK 86ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Int32)) OK 93ms
/aggregate functions/state/uniqState/Map(UUID,Decimal128(38)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt128,Bool) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(String)) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(Int64,String) OK 80ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Int64)) OK 72ms
/aggregate functions/state/uniqState/Map(UUID,Date) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt128,String) OK 83ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int64,FixedString(51)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/uniqState/Map(UUID,DateTime) OK 69ms
/aggregate functions/state/uniqExactState/Map(UInt128,FixedString(51)) OK 103ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int64,UUID) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(UUID)) OK 92ms
/aggregate functions/state/uniqState/Map(UUID,DateTime64(3)) OK 73ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Float64)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(UInt8)) OK 73ms
/aggregate functions/state/uniqExactState/Map(UInt128,UUID) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/uniqState/Map(UUID,Bool) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(UInt16)) OK 89ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Date)) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(UInt8)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 95ms
/aggregate functions/state/uniqState/Map(UUID,String) OK 86ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(UInt32)) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(UInt16)) OK 72ms
/aggregate functions/state/uniqState/Map(UUID,FixedString(51)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(UInt64)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(UInt32)) OK 81ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/uniqState/Map(UUID,UUID) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(UInt128)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(UInt64)) OK 82ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(String)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 68ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(UInt8)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(Int8)) OK 88ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(UInt128)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(UInt16)) OK 86ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(UUID)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(Int16)) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(Int8)) OK 76ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(UInt32)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(Int16)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(Int32)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(UInt64)) OK 78ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(Int32)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(Int64)) OK 82ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(UInt128)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(Int64)) OK 88ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(Int8)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(Int128)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 69ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(Int128)) OK 69ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(Int16)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(Float32)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(Float32)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(Float64)) OK 91ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(Int32)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(Float64)) OK 70ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(Int64)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(Decimal128(38))) OK 85ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(Int128)) OK 102ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(Date)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(Int32))) OK 99ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(Date)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(DateTime)) OK 73ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(Float32)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(DateTime)) OK 80ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(DateTime64(3))) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(Float64)) OK 70ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(Bool)) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 98ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(Bool)) OK 94ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(Date)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(String)) OK 104ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(String)) OK 89ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(DateTime)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Array(String)) OK 76ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(FixedString(51))) OK 72ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(DateTime64(3))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 74ms
/aggregate functions/state/uniqExactState/Map(UInt128,Nullable(UUID)) OK 83ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Nullable(UUID)) OK 69ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(Bool)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(FixedString(51),Tuple(String)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(UInt8)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(UInt8)) OK 98ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(Bool))) OK 99ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(String)) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(UUID,UInt8) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(UInt16)) OK 101ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(String))) OK 107ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(FixedString(51))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(UUID,UInt16) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/uniqState/Map(UUID,Nullable(UUID)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(UUID,UInt32) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(UInt64)) OK 93ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/topKState/Map(UUID,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UUID,UInt64) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/topKState/Map(UUID,Array(String)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UUID,UInt128) OK 76ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Int8)) OK 84ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(UInt32)) OK 90ms
/aggregate functions/state/topKState/Map(UUID,Map(String,LowCardinality(Float64))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Int8) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(UInt64)) OK 70ms
/aggregate functions/state/topKState/Map(UUID,Tuple(String)) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Int32)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Int16) OK 78ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Int32)) OK 73ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/topKState/Map(LowCardinality(String),UInt8) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Int32) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Int64)) OK 80ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Int8)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Int128)) OK 71ms
/aggregate functions/state/topKState/Map(LowCardinality(String),UInt16) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Int64) OK 75ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Int16)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Float32)) OK 82ms
/aggregate functions/state/topKState/Map(LowCardinality(String),UInt32) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Int128) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Float64)) OK 83ms
/aggregate functions/state/topKState/Map(LowCardinality(String),UInt64) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Float32) OK 91ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Float64)) OK 102ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/topKState/Map(LowCardinality(String),UInt128) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Date)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Float64) OK 94ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Int128)) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Date)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(DateTime)) OK 85ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Int8) OK 74ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Float32)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Decimal128(38)) OK 92ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(DateTime)) OK 88ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Int16) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Date) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(String)) OK 166ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Int32) OK 151ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Date)) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(UUID,DateTime) OK 175ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(String)) OK 166ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Int64) OK 83ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Int128) OK 102ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(FixedString(51))) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(UUID)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UUID,DateTime64(3)) OK 81ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(String)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(UInt8))) OK 107ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Bool) OK 90ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(UUID)) OK 89ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Float32) OK 96ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UUID,String) OK 81ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(UInt16))) OK 93ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Float64) OK 77ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UUID,FixedString(51)) OK 77ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Decimal128(38)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UUID,UUID) OK 95ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Date) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(UInt8)) OK 92ms
/aggregate functions/state/topKState/Map(LowCardinality(String),DateTime) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(UInt16)) OK 88ms
/aggregate functions/state/topKState/Map(LowCardinality(String),DateTime64(3)) OK 87ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(UInt32)) OK 82ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Bool) OK 73ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/topKState/Map(LowCardinality(String),String) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(UInt64)) OK 90ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/topKState/Map(LowCardinality(String),FixedString(51)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(UInt128)) OK 78ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/topKState/Map(LowCardinality(String),UUID) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(Int8)) OK 80ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(Int16)) OK 74ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(UInt8)) OK 84ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(Int32)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(Float64))) OK 80ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(UInt16)) OK 88ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(Int64)) OK 102ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(UInt32)) OK 74ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(UInt64)) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(Int128)) OK 85ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(Date))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(Float32)) OK 71ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(UInt128)) OK 101ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(Float64)) OK 106ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(String))) OK 106ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(Int8)) OK 80ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(Bool))) OK 109ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(Decimal128(38))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 100ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(Int16)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(Date)) OK 80ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(Int32)) OK 97ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(String))) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(Int64,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/uniqExactState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(DateTime)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Array(String)) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(Int64)) OK 79ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Map(String,LowCardinality(Float64))) OK 102ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(DateTime64(3))) OK 106ms
/aggregate functions/state/uniqExactState/Map(UInt128,Array(String)) OK 96ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(Int128)) OK 98ms
/aggregate functions/state/uniqState/Map(UUID,LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int64,Tuple(String)) OK 104ms
/aggregate functions/state/uniqExactState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(Bool)) OK 102ms
/aggregate functions/state/uniqState/Map(UUID,Array(String)) OK 81ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(Float32)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UInt128,Tuple(String)) OK 82ms
/aggregate functions/state/uniqState/Map(UUID,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(Float64)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int128,UInt8) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(String)) OK 76ms
/aggregate functions/state/uniqState/Map(UUID,Tuple(String)) OK 99ms
/aggregate functions/state/uniqExactState/Map(Int8,UInt8) OK 99ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(FixedString(51))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Int128,UInt16) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Nullable(UUID)) OK 99ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),UInt8) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int8,UInt16) OK 107ms
/aggregate functions/state/uniqCombined64State/Map(Int128,UInt32) OK 87ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(Date)) OK 80ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),UInt16) OK 102ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(DateTime)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(UInt8)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Int128,UInt64) OK 92ms
/aggregate functions/state/uniqExactState/Map(Int8,UInt32) OK 83ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 109ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),UInt32) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int128,UInt128) OK 86ms
/aggregate functions/state/uniqExactState/Map(Int8,UInt64) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),UInt64) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Int8) OK 94ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(Bool)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int8,UInt128) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),UInt128) OK 88ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(String)) OK 90ms
/aggregate functions/state/uniqExactState/Map(Int8,Int8) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Int16) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/uniqExactState/Map(Int8,Int16) OK 101ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Int8) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Int32) OK 72ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Int8)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Int64) OK 93ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Int16) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int8,Int32) OK 86ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Nullable(UUID)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Int16)) OK 83ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Int32) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Int128) OK 77ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 98ms
/aggregate functions/state/uniqExactState/Map(Int8,Int64) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Int32)) OK 71ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Int64) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Float32) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int8,Int128) OK 82ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Int128) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Float64) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int8,Float32) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Decimal128(38)) OK 74ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Float32) OK 83ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Float32)) OK 96ms
/aggregate functions/state/uniqExactState/Map(Int8,Float64) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Date) OK 73ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Float64) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int8,Decimal128(38)) OK 74ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 103ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Float64)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int128,DateTime) OK 86ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Decimal128(38)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int8,Date) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Date)) OK 87ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Int8)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int128,DateTime64(3)) OK 80ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Date) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int8,DateTime) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),DateTime) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Bool) OK 78ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Int16)) OK 88ms
/aggregate functions/state/uniqExactState/Map(Int8,DateTime64(3)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int128,String) OK 74ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),DateTime64(3)) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Int32)) OK 95ms
/aggregate functions/state/uniqExactState/Map(Int8,Bool) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int128,FixedString(51)) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(String)) OK 84ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Bool) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int8,String) OK 85ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Int64)) OK 72ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),String) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int128,UUID) OK 81ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Int128)) OK 87ms
/aggregate functions/state/uniqExactState/Map(Int8,FixedString(51)) OK 73ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),FixedString(51)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(UInt8)) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(UUID)) OK 84ms
/aggregate functions/state/uniqExactState/Map(Int8,UUID) OK 86ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Float32)) OK 83ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),UUID) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(UInt16)) OK 95ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(UInt8)) OK 74ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Float64)) OK 81ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(UInt8)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(UInt16)) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Date)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(UInt32)) OK 81ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(UInt16)) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(UInt32)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(UInt64)) OK 75ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(UInt32)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(UInt64)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(UInt128)) OK 79ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Bool)) OK 82ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(UInt64)) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(UInt128)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(Int8)) OK 69ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(String)) OK 72ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(UInt128)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(Int8)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(Int16)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(Int8))) OK 84ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(Int8)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(Int16)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(Int32)) OK 85ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(UUID)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(Int32)) OK 92ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(Int16)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(Int64)) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(Int32)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(Int64)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(Int128)) OK 83ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(Int64)) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(Int128)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(Float32)) OK 85ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(Int128)) OK 97ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(Float32)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(Float64)) OK 88ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(Float64)) OK 111ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 101ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(Float32)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(Decimal128(38))) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(Float64)) OK 90ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 103ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(Date)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(Decimal128(38))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(DateTime)) OK 96ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(Date)) OK 87ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(Date)) OK 108ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(DateTime)) OK 103ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(String))) OK 108ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(Bool)) OK 92ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(DateTime)) OK 94ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 96ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 100ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(Bool)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(String)) OK 95ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 96ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 609ms
/aggregate functions/state/uniqCombinedState/Map(UUID,LowCardinality(Nullable(UUID))) OK 597ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(String)) OK 572ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(FixedString(51))) OK 559ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(Bool)) OK 546ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 122ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(String)) OK 102ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(FixedString(51))) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Nullable(UUID)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Array(String)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(UInt8)) OK 102ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Map(String,LowCardinality(Float64))) OK 108ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 93ms
/aggregate functions/state/uniqExactState/Map(Int8,Nullable(UUID)) OK 77ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(UInt8)) OK 85ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 102ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Nullable(UUID)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(UUID,Tuple(String)) OK 92ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(UInt16)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(UInt32)) OK 102ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),UInt8) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(UInt32)) OK 92ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(UInt64)) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),UInt16) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),UInt32) OK 102ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 93ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 103ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(UInt128)) OK 185ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(UInt128)) OK 127ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 109ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),UInt64) OK 168ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 154ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Int8)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Int8)) OK 83ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 69ms
/aggregate functions/state/topKState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),UInt128) OK 94ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Int8)) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Int16)) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Int16)) OK 89ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Array(String)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Int8) OK 88ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Int16)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Int32)) OK 73ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Int32)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Int64)) OK 105ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 109ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Int16) OK 104ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Int64)) OK 95ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Int32)) OK 71ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Int64)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Int128)) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Int32) OK 86ms
/aggregate functions/state/topKState/Map(LowCardinality(String),Tuple(String)) OK 81ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Int128)) OK 98ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Float32)) OK 105ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Float32)) OK 101ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),UInt8) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Int64) OK 70ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Float32)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Int128) OK 81ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),UInt16) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Float64)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Float64)) OK 241ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Float32) OK 226ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),UInt32) OK 311ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Date)) OK 263ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Date)) OK 281ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Float64) OK 174ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Date)) OK 172ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(DateTime)) OK 142ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(DateTime)) OK 111ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),UInt64) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Decimal128(38)) OK 92ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 90ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Bool)) OK 95ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),UInt128) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Bool)) OK 103ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Date) OK 95ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Bool)) OK 101ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Int8) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(String)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(String)) OK 78ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Int16) OK 107ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),DateTime) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(String)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(FixedString(51))) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),DateTime64(3)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(UUID)) OK 75ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Int32) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Bool) OK 77ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(UUID)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(UInt8))) OK 78ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Int64) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),String) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(UInt16))) OK 82ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Int128) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),FixedString(51)) OK 81ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(UInt32))) OK 82ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Float32) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),UUID) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Float64) OK 86ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(UInt8)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 74ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 113ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(UInt16)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Date) OK 76ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(UInt32)) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),DateTime) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(Int32))) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(UInt64)) OK 78ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(UInt128)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(Int64))) OK 88ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Bool) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(Int8)) OK 96ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(Int128))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),String) OK 79ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(Int16)) OK 92ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(Float64))) OK 107ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(Int32)) OK 88ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),UUID) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(Float64))) OK 85ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(Int64)) OK 85ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 98ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(Int128)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(Float32)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(Bool))) OK 94ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(Bool))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(Float64)) OK 68ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 72ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 97ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 73ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(Date)) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Int128,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/uniqExactState/Map(Int8,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(DateTime)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Array(String)) OK 74ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 78ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int8,Array(String)) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Map(String,LowCardinality(Float64))) OK 73ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int8,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 65ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(Bool)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Int128,Tuple(String)) OK 71ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 77ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Array(String)) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int8,Tuple(String)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Date,UInt8) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(String)) OK 80ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int16,UInt8) OK 76ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Date,UInt16) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 80ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int16,UInt16) OK 75ms
/aggregate functions/state/uniqState/Map(LowCardinality(String),Tuple(String)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Date,UInt32) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Nullable(UUID)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int16,UInt32) OK 81ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 81ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),UInt8) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Date,UInt64) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 92ms
/aggregate functions/state/uniqExactState/Map(Int16,UInt64) OK 93ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),UInt16) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(Date,UInt128) OK 84ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),UInt32) OK 99ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 95ms
/aggregate functions/state/uniqExactState/Map(Int16,UInt128) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Date,Int8) OK 92ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 108ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),UInt64) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int16,Int8) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Date,Int16) OK 88ms
/aggregate functions/state/uniqExactState/Map(Int16,Int16) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 90ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),UInt128) OK 82ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Date,Int32) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int16,Int32) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Int8) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Date,Int64) OK 92ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Int16) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Int8)) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int16,Int64) OK 80ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(Date,Int128) OK 85ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Int32) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Int16)) OK 93ms
/aggregate functions/state/uniqExactState/Map(Int16,Int128) OK 82ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Date,Float32) OK 87ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Int64) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int16,Float32) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Int32)) OK 81ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Date,Float64) OK 79ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Int128) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int16,Float64) OK 91ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Int64)) OK 73ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(Date,Decimal128(38)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Int128)) OK 90ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Float32) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int16,Decimal128(38)) OK 79ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(Date,Date) OK 71ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Float64) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int16,Date) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Float32)) OK 73ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Date,DateTime) OK 79ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Float64)) OK 84ms
/aggregate functions/state/uniqExactState/Map(Int16,DateTime) OK 97ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(Date,DateTime64(3)) OK 77ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Date) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Date)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int16,DateTime64(3)) OK 76ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 67ms
/aggregate functions/state/uniqCombined64State/Map(Date,Bool) OK 70ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),DateTime) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 99ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 90ms
/aggregate functions/state/uniqExactState/Map(Int16,Bool) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Date,String) OK 79ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 72ms
/aggregate functions/state/uniqExactState/Map(Int16,String) OK 77ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Bool)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Date,FixedString(51)) OK 76ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Bool) OK 69ms
/aggregate functions/state/uniqExactState/Map(Int16,FixedString(51)) OK 84ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(Date,UUID) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(String)) OK 75ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),String) OK 70ms
/aggregate functions/state/uniqExactState/Map(Int16,UUID) OK 100ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(UInt8)) OK 87ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 91ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(UUID)) OK 169ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(UInt16)) OK 163ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(UInt8)) OK 151ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 150ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),UUID) OK 134ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 108ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 94ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(UInt16)) OK 88ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(UInt32)) OK 97ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(UInt32)) OK 102ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 102ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 83ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(UInt64)) OK 74ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 74ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(UInt128)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(UInt64)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 78ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(Int8)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(UInt128)) OK 73ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 89ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(Int16)) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(Int8)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(Int32)) OK 84ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 81ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(Int16)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(Int64)) OK 83ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(Int32)) OK 79ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(Int128)) OK 94ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(Int64)) OK 93ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 82ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 109ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(Float32)) OK 100ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(Int128)) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 71ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 97ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(Float32)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(Float64)) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 90ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(Float64)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(Date)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(Date)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(DateTime)) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 153ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 161ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(DateTime)) OK 106ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(DateTime64(3))) OK 157ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 157ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 84ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(Bool)) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 92ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(Bool)) OK 77ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 79ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(String)) OK 90ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(String)) OK 73ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Date,Nullable(UUID)) OK 88ms
/aggregate functions/state/uniqExactState/Map(Int16,Nullable(UUID)) OK 74ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 96ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(UInt8)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Array(String)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(UInt16)) OK 97ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 68ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(String),Tuple(String)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(UInt64)) OK 89ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),UInt8) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(UInt64)) OK 67ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(UInt128)) OK 86ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),UInt16) OK 70ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),UInt32) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Int8)) OK 81ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Int8)) OK 81ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),UInt64) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Int16)) OK 72ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Int16)) OK 86ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Int32)) OK 69ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),UInt128) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Int32)) OK 69ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Int64)) OK 84ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Array(String)) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Int8) OK 73ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Int64)) OK 77ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Int128)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Int16) OK 81ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Float32)) OK 82ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Int32) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/topKState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 78ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Int64) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Float64)) OK 69ms
/aggregate functions/state/topKState/Nullable(UInt8) OK 71ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 68ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Date)) OK 104ms
/aggregate functions/state/topKState/Nullable(UInt16) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Date)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Int128) OK 73ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Float32) OK 80ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 81ms
/aggregate functions/state/topKState/Nullable(UInt32) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(DateTime)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Float64) OK 99ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Bool)) OK 74ms
/aggregate functions/state/topKState/Nullable(UInt64) OK 90ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(String)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(String)) OK 77ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 73ms
/aggregate functions/state/topKState/Nullable(UInt128) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(FixedString(51))) OK 90ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Date) OK 82ms
/aggregate functions/state/topKState/Nullable(Int8) OK 84ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 274ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(UUID)) OK 283ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(UUID)) OK 263ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),DateTime) OK 261ms
/aggregate functions/state/topKState/Nullable(Int16) OK 263ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(UInt8))) OK 234ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 216ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 215ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 213ms
/aggregate functions/state/topKState/Nullable(Int32) OK 206ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/state/topKState/Nullable(Int64) OK 95ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Bool) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 100ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(UInt32))) OK 99ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),String) OK 92ms
/aggregate functions/state/topKState/Nullable(Int128) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 95ms
/aggregate functions/state/topKState/Nullable(Float32) OK 101ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 102ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(UInt128))) OK 93ms
/aggregate functions/state/topKState/Nullable(Float64) OK 83ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),UUID) OK 74ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 105ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 81ms
/aggregate functions/state/topKState/Nullable(Decimal128(38)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(Int16))) OK 91ms
/aggregate functions/state/topKState/Nullable(Date) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 88ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(Int32))) OK 96ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(Int32))) OK 98ms
/aggregate functions/state/topKState/Nullable(DateTime) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 91ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/topKState/Nullable(DateTime64(3)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(Int64))) OK 87ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/state/topKState/Nullable(Bool) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/state/topKState/Nullable(String) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 91ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 94ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(Float32))) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/state/topKState/Nullable(FixedString(51)) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/state/topKState/Nullable(UUID) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(Date))) OK 93ms
/aggregate functions/state/topKState/Array(UInt8) OK 74ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/state/topKState/Array(UInt16) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 123ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(Bool))) OK 124ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(Bool))) OK 107ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 107ms
/aggregate functions/state/topKState/Array(UInt32) OK 88ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(String))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/state/topKState/Array(UInt64) OK 91ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 98ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/state/topKState/Array(UInt128) OK 76ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 98ms
/aggregate functions/state/uniqExactState/Map(Int16,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/state/topKState/Array(Int8) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Date,LowCardinality(Nullable(UUID))) OK 88ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/topKState/Array(Int16) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int16,Array(String)) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 94ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(Date,Array(String)) OK 89ms
/aggregate functions/state/topKState/Array(Int32) OK 88ms
/aggregate functions/state/uniqExactState/Map(Int16,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(Date,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Array(String)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int16,Tuple(String)) OK 77ms
/aggregate functions/state/topKState/Array(Int64) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Date,Tuple(String)) OK 84ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int32,UInt8) OK 81ms
/aggregate functions/state/topKState/Array(Int128) OK 76ms
/aggregate functions/state/uniqState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,UInt8) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int32,UInt16) OK 77ms
/aggregate functions/state/topKState/Array(Float32) OK 69ms
/aggregate functions/state/uniqState/Nullable(UInt8) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,UInt16) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 81ms
/aggregate functions/state/topKState/Array(Float64) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int32,UInt32) OK 71ms
/aggregate functions/state/uniqState/Nullable(UInt16) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,UInt32) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/uniqExactState/Map(Int32,UInt64) OK 79ms
/aggregate functions/state/topKState/Array(Decimal128(38)) OK 77ms
/aggregate functions/state/uniqState/Nullable(UInt32) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,UInt64) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int32,UInt128) OK 77ms
/aggregate functions/state/topKState/Array(Date) OK 72ms
/aggregate functions/state/uniqState/Nullable(UInt64) OK 86ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,UInt128) OK 92ms
/aggregate functions/state/uniqExactState/Map(Int32,Int8) OK 81ms
/aggregate functions/state/topKState/Array(DateTime) OK 86ms
/aggregate functions/state/uniqState/Nullable(UInt128) OK 93ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int32,Int16) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Int8) OK 85ms
/aggregate functions/state/topKState/Array(DateTime64(3)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int32,Int32) OK 95ms
/aggregate functions/state/uniqState/Nullable(Int8) OK 78ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Int16) OK 98ms
/aggregate functions/state/topKState/Array(Bool) OK 89ms
/aggregate functions/state/uniqState/Nullable(Int16) OK 105ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int32,Int64) OK 82ms
/aggregate functions/state/topKState/Array(String) OK 101ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Int32) OK 100ms
/aggregate functions/state/uniqExactState/Map(Int32,Int128) OK 105ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 89ms
/aggregate functions/state/uniqState/Nullable(Int32) OK 89ms
/aggregate functions/state/topKState/Array(FixedString(51)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Int64) OK 76ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 98ms
/aggregate functions/state/uniqState/Nullable(Int64) OK 108ms
/aggregate functions/state/uniqExactState/Map(Int32,Float32) OK 104ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Int128) OK 70ms
/aggregate functions/state/topKState/Array(UUID) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Float32) OK 108ms
/aggregate functions/state/topKState/Array(Nullable(UInt8)) OK 87ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 94ms
/aggregate functions/state/uniqExactState/Map(Int32,Float64) OK 74ms
/aggregate functions/state/uniqState/Nullable(Int128) OK 86ms
/aggregate functions/state/topKState/Array(Nullable(UInt16)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int32,Decimal128(38)) OK 92ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Float64) OK 79ms
/aggregate functions/state/uniqState/Nullable(Float32) OK 82ms
/aggregate functions/state/topKState/Array(Nullable(UInt32)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Decimal128(38)) OK 84ms
/aggregate functions/state/uniqExactState/Map(Int32,Date) OK 84ms
/aggregate functions/state/uniqState/Nullable(Float64) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 68ms
/aggregate functions/state/topKState/Array(Nullable(UInt64)) OK 73ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 93ms
/aggregate functions/state/uniqState/Nullable(Decimal128(38)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Date) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int32,DateTime) OK 74ms
/aggregate functions/state/topKState/Array(Nullable(UInt128)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int32,DateTime64(3)) OK 111ms
/aggregate functions/state/uniqState/Nullable(Date) OK 111ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,DateTime) OK 112ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 109ms
/aggregate functions/state/topKState/Array(Nullable(Int8)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int32,Bool) OK 84ms
/aggregate functions/state/uniqState/Nullable(DateTime) OK 110ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,DateTime64(3)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 103ms
/aggregate functions/state/topKState/Array(Nullable(Int16)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int32,String) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Bool) OK 86ms
/aggregate functions/state/topKState/Array(Nullable(Int32)) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 78ms
/aggregate functions/state/uniqState/Nullable(DateTime64(3)) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int32,FixedString(51)) OK 106ms
/aggregate functions/state/topKState/Array(Nullable(Int64)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,String) OK 105ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 90ms
/aggregate functions/state/uniqState/Nullable(Bool) OK 80ms
/aggregate functions/state/topKState/Array(Nullable(Int128)) OK 106ms
/aggregate functions/state/uniqExactState/Map(Int32,UUID) OK 110ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,FixedString(51)) OK 95ms
/aggregate functions/state/uniqState/Nullable(String) OK 79ms
/aggregate functions/state/uniqState/Nullable(FixedString(51)) OK 109ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 101ms
/aggregate functions/state/topKState/Array(Nullable(Float32)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,UUID) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(UInt8)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(UInt8)) OK 99ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(UInt16)) OK 74ms
/aggregate functions/state/topKState/Array(Nullable(Float64)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 89ms
/aggregate functions/state/uniqState/Nullable(UUID) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(UInt32)) OK 84ms
/aggregate functions/state/topKState/Array(Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/uniqState/Array(UInt8) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(UInt16)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(UInt64)) OK 82ms
/aggregate functions/state/topKState/Array(Nullable(Date)) OK 97ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(UInt32)) OK 170ms
/aggregate functions/state/uniqState/Array(UInt16) OK 80ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(UInt128)) OK 108ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 188ms
/aggregate functions/state/uniqState/Array(UInt32) OK 161ms
/aggregate functions/state/topKState/Array(Nullable(DateTime)) OK 163ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(UInt64)) OK 93ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(Int8)) OK 82ms
/aggregate functions/state/uniqState/Array(UInt64) OK 79ms
/aggregate functions/state/topKState/Array(Nullable(DateTime64(3))) OK 97ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(Int16)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(UInt128)) OK 105ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 101ms
/aggregate functions/state/uniqState/Array(UInt128) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(Int32)) OK 78ms
/aggregate functions/state/topKState/Array(Nullable(Bool)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(Int8)) OK 97ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/state/uniqState/Array(Int8) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(Int64)) OK 85ms
/aggregate functions/state/topKState/Array(Nullable(String)) OK 72ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(Int16)) OK 77ms
/aggregate functions/state/uniqState/Array(Int16) OK 76ms
/aggregate functions/state/topKState/Array(Nullable(FixedString(51))) OK 72ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(Int128)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(Int32)) OK 89ms
/aggregate functions/state/uniqState/Array(Int32) OK 70ms
/aggregate functions/state/topKState/Array(Nullable(UUID)) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(Float32)) OK 72ms
/aggregate functions/state/uniqState/Array(Int64) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(Int64)) OK 90ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/topKState/Array(LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(Float64)) OK 69ms
/aggregate functions/state/uniqState/Array(Int128) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(Int128)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/topKState/Array(LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(Decimal128(38))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(Float32)) OK 111ms
/aggregate functions/state/uniqState/Array(Float32) OK 119ms
/aggregate functions/state/topKState/Array(LowCardinality(UInt32)) OK 102ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 104ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(Date)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(DateTime)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(Float64)) OK 81ms
/aggregate functions/state/topKState/Array(LowCardinality(UInt64)) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 94ms
/aggregate functions/state/uniqState/Array(Float64) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(DateTime64(3))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/state/uniqState/Array(Decimal128(38)) OK 82ms
/aggregate functions/state/topKState/Array(LowCardinality(UInt128)) OK 69ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(Bool)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(Date)) OK 78ms
/aggregate functions/state/topKState/Array(LowCardinality(Int8)) OK 89ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/state/uniqState/Array(Date) OK 86ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(String)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(DateTime)) OK 78ms
/aggregate functions/state/topKState/Array(LowCardinality(Int16)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/uniqState/Array(DateTime) OK 84ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/state/topKState/Array(LowCardinality(Int32)) OK 96ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/uniqState/Array(DateTime64(3)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int32,Nullable(UUID)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(Bool)) OK 84ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/state/uniqState/Array(Bool) OK 84ms
/aggregate functions/state/topKState/Array(LowCardinality(Int64)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(String)) OK 71ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/topKState/Array(LowCardinality(Int128)) OK 88ms
/aggregate functions/state/uniqState/Array(String) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(UInt16)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 85ms
/aggregate functions/state/uniqState/Array(FixedString(51)) OK 83ms
/aggregate functions/state/topKState/Array(LowCardinality(Float32)) OK 69ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Nullable(UUID)) OK 70ms
/aggregate functions/state/topKState/Array(LowCardinality(Float64)) OK 79ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/state/uniqState/Array(UUID) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(UInt8)) OK 73ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(UInt64)) OK 86ms
/aggregate functions/state/topKState/Array(LowCardinality(Date)) OK 90ms
/aggregate functions/state/uniqState/Array(Nullable(UInt8)) OK 75ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Array(String)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/uniqState/Array(Nullable(UInt16)) OK 85ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/topKState/Array(LowCardinality(DateTime)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(UInt32)) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/uniqState/Array(Nullable(UInt32)) OK 94ms
/aggregate functions/state/uniqCombinedState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(UInt64)) OK 78ms
/aggregate functions/state/topKState/Array(LowCardinality(Bool)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/uniqCombinedState/Nullable(UInt8) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(UInt128)) OK 99ms
/aggregate functions/state/topKState/Array(LowCardinality(String)) OK 81ms
/aggregate functions/state/uniqState/Array(Nullable(UInt64)) OK 96ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/topKState/Array(LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/uniqCombinedState/Nullable(UInt16) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Int64)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Int8)) OK 87ms
/aggregate functions/state/uniqState/Array(Nullable(UInt128)) OK 69ms
/aggregate functions/state/topKState/Array(LowCardinality(UUID)) OK 84ms
/aggregate functions/state/uniqCombinedState/Nullable(UInt32) OK 83ms
/aggregate functions/state/uniqState/Array(Nullable(Int8)) OK 88ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(UInt8))) OK 82ms
/aggregate functions/state/uniqCombinedState/Nullable(UInt64) OK 84ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Float32)) OK 91ms
/aggregate functions/state/uniqState/Array(Nullable(Int16)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Int32)) OK 73ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/uniqCombinedState/Nullable(UInt128) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Int64)) OK 102ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Float64)) OK 88ms
/aggregate functions/state/uniqState/Array(Nullable(Int32)) OK 92ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/uniqCombinedState/Nullable(Int8) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Date)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Int128)) OK 78ms
/aggregate functions/state/uniqState/Array(Nullable(Int64)) OK 83ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(UInt64))) OK 92ms
/aggregate functions/state/uniqCombinedState/Nullable(Int16) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Float32)) OK 117ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(DateTime)) OK 109ms
/aggregate functions/state/uniqState/Array(Nullable(Int128)) OK 99ms
/aggregate functions/state/uniqCombinedState/Nullable(Int32) OK 73ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/uniqState/Array(Nullable(Float32)) OK 86ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Bool)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Float64)) OK 74ms
/aggregate functions/state/uniqCombinedState/Nullable(Int64) OK 83ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(Int8))) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(String)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Date)) OK 75ms
/aggregate functions/state/uniqState/Array(Nullable(Float64)) OK 83ms
/aggregate functions/state/uniqCombinedState/Nullable(Int128) OK 77ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(DateTime)) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(FixedString(51))) OK 91ms
/aggregate functions/state/uniqState/Array(Nullable(Decimal128(38))) OK 84ms
/aggregate functions/state/uniqCombinedState/Nullable(Float32) OK 84ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Bool)) OK 70ms
/aggregate functions/state/uniqState/Array(Nullable(Date)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(UUID)) OK 97ms
/aggregate functions/state/uniqCombinedState/Nullable(Float64) OK 79ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(String)) OK 91ms
/aggregate functions/state/uniqState/Array(Nullable(DateTime)) OK 106ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(Int128))) OK 87ms
/aggregate functions/state/uniqCombinedState/Nullable(Decimal128(38)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/uniqCombinedState/Nullable(Date) OK 74ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 86ms
/aggregate functions/state/uniqState/Array(Nullable(DateTime64(3))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(UUID)) OK 91ms
/aggregate functions/state/uniqCombinedState/Nullable(DateTime) OK 88ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/uniqState/Array(Nullable(Bool)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/state/uniqCombinedState/Nullable(DateTime64(3)) OK 73ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/uniqState/Array(Nullable(String)) OK 78ms
/aggregate functions/state/uniqCombinedState/Nullable(Bool) OK 106ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(DateTime))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/uniqState/Array(Nullable(FixedString(51))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(Bool))) OK 104ms
/aggregate functions/state/uniqState/Array(Nullable(UUID)) OK 93ms
/aggregate functions/state/uniqCombinedState/Nullable(String) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/uniqCombinedState/Nullable(FixedString(51)) OK 106ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(Int16))) OK 100ms
/aggregate functions/state/uniqState/Array(LowCardinality(UInt8)) OK 101ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(FixedString(51)))) OK 99ms
/aggregate functions/state/uniqCombinedState/Nullable(UUID) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/uniqState/Array(LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/uniqCombinedState/Array(UInt8) OK 84ms
/aggregate functions/state/topKState/Array(LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/state/uniqState/Array(LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(Int128))) OK 76ms
/aggregate functions/state/topKState/Array(Array(String)) OK 91ms
/aggregate functions/state/uniqCombinedState/Array(UInt16) OK 76ms
/aggregate functions/state/uniqState/Array(LowCardinality(UInt64)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/uniqCombinedState/Array(UInt32) OK 80ms
/aggregate functions/state/topKState/Array(Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/state/uniqState/Array(LowCardinality(UInt128)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(Float64))) OK 99ms
/aggregate functions/state/uniqCombinedState/Array(UInt64) OK 85ms
/aggregate functions/state/topKState/Array(Tuple(String)) OK 84ms
/aggregate functions/state/uniqState/Array(LowCardinality(Int8)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/uniqCombinedState/Array(UInt128) OK 82ms
/aggregate functions/state/topKState/LowCardinality(UInt8) OK 83ms
/aggregate functions/state/uniqState/Array(LowCardinality(Int16)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(Float32))) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/uniqCombinedState/Array(Int8) OK 89ms
/aggregate functions/state/topKState/LowCardinality(UInt16) OK 86ms
/aggregate functions/state/uniqState/Array(LowCardinality(Int32)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/state/uniqCombinedState/Array(Int16) OK 87ms
/aggregate functions/state/topKState/LowCardinality(UInt32) OK 72ms
/aggregate functions/state/uniqState/Array(LowCardinality(Int64)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(Date))) OK 86ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(String))) OK 87ms
/aggregate functions/state/topKState/LowCardinality(UInt64) OK 80ms
/aggregate functions/state/uniqCombinedState/Array(Int32) OK 79ms
/aggregate functions/state/uniqState/Array(LowCardinality(Int128)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/topKState/LowCardinality(UInt128) OK 84ms
/aggregate functions/state/uniqCombinedState/Array(Int64) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/state/uniqState/Array(LowCardinality(Float32)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int32,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/state/topKState/LowCardinality(Int8) OK 78ms
/aggregate functions/state/uniqCombinedState/Array(Int128) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(String))) OK 86ms
/aggregate functions/state/uniqState/Array(LowCardinality(Float64)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int32,Array(String)) OK 81ms
/aggregate functions/state/topKState/LowCardinality(Int16) OK 88ms
/aggregate functions/state/uniqCombinedState/Array(Float32) OK 71ms
/aggregate functions/state/uniqState/Array(LowCardinality(Date)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int32,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/uniqCombinedState/Array(Float64) OK 83ms
/aggregate functions/state/topKState/LowCardinality(Int32) OK 86ms
/aggregate functions/state/uniqState/Array(LowCardinality(DateTime)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int32,Tuple(String)) OK 80ms
/aggregate functions/state/uniqCombinedState/Array(Decimal128(38)) OK 89ms
/aggregate functions/state/topKState/LowCardinality(Int64) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Array(String)) OK 81ms
/aggregate functions/state/uniqState/Array(LowCardinality(Bool)) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int64,UInt8) OK 78ms
/aggregate functions/state/uniqCombinedState/Array(Date) OK 77ms
/aggregate functions/state/topKState/LowCardinality(Int128) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/uniqState/Array(LowCardinality(String)) OK 69ms
/aggregate functions/state/uniqExactState/Map(Int64,UInt16) OK 75ms
/aggregate functions/state/uniqCombinedState/Array(DateTime) OK 70ms
/aggregate functions/state/topKState/LowCardinality(Float32) OK 76ms
/aggregate functions/state/uniqState/Array(LowCardinality(FixedString(51))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(DateTime,Tuple(String)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int64,UInt32) OK 85ms
/aggregate functions/state/uniqCombinedState/Array(DateTime64(3)) OK 74ms
/aggregate functions/state/topKState/LowCardinality(Float64) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Bool,UInt8) OK 93ms
/aggregate functions/state/uniqState/Array(LowCardinality(UUID)) OK 70ms
/aggregate functions/state/uniqExactState/Map(Int64,UInt64) OK 76ms
/aggregate functions/state/uniqCombinedState/Array(Bool) OK 84ms
/aggregate functions/state/topKState/LowCardinality(Date) OK 88ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Bool,UInt16) OK 72ms
/aggregate functions/state/uniqExactState/Map(Int64,UInt128) OK 80ms
/aggregate functions/state/uniqCombinedState/Array(String) OK 75ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/state/topKState/LowCardinality(DateTime) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Bool,UInt32) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int64,Int8) OK 73ms
/aggregate functions/state/uniqCombinedState/Array(FixedString(51)) OK 75ms
/aggregate functions/state/topKState/LowCardinality(Bool) OK 79ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Bool,UInt64) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int64,Int16) OK 75ms
/aggregate functions/state/uniqCombinedState/Array(UUID) OK 77ms
/aggregate functions/state/topKState/LowCardinality(String) OK 84ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Bool,UInt128) OK 92ms
/aggregate functions/state/uniqExactState/Map(Int64,Int32) OK 75ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(UInt8)) OK 75ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(UInt128))) OK 81ms
/aggregate functions/state/topKState/LowCardinality(FixedString(51)) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int64,Int64) OK 105ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Int8) OK 87ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(UInt16)) OK 79ms
/aggregate functions/state/topKState/LowCardinality(UUID) OK 79ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(UInt32)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Int16) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int64,Int128) OK 74ms
/aggregate functions/state/topKState/LowCardinality(Nullable(UInt8)) OK 81ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Int32) OK 93ms
/aggregate functions/state/uniqExactState/Map(Int64,Float32) OK 85ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(UInt64)) OK 78ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/state/topKState/LowCardinality(Nullable(UInt16)) OK 86ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(UInt128)) OK 95ms
/aggregate functions/state/uniqExactState/Map(Int64,Float64) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Int64) OK 78ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/topKState/LowCardinality(Nullable(UInt32)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Int128) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int64,Decimal128(38)) OK 97ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(Int8)) OK 97ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/topKState/LowCardinality(Nullable(UInt64)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Float32) OK 90ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(Float32))) OK 98ms
/aggregate functions/state/uniqExactState/Map(Int64,Date) OK 89ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(Int16)) OK 95ms
/aggregate functions/state/topKState/LowCardinality(Nullable(UInt128)) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Float64) OK 189ms
/aggregate functions/state/uniqExactState/Map(Int64,DateTime) OK 97ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(Int32)) OK 169ms
/aggregate functions/state/topKState/LowCardinality(Nullable(Int8)) OK 74ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(Date))) OK 106ms
/aggregate functions/state/topKState/LowCardinality(Nullable(Int16)) OK 162ms
/aggregate functions/state/uniqExactState/Map(Int64,DateTime64(3)) OK 163ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Decimal128(38)) OK 84ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(Int64)) OK 84ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/topKState/LowCardinality(Nullable(Int32)) OK 112ms
/aggregate functions/state/uniqExactState/Map(Int64,Bool) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Date) OK 79ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(Int128)) OK 88ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(Bool))) OK 88ms
/aggregate functions/state/uniqExactState/Map(Int64,String) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Bool,DateTime) OK 84ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(Float32)) OK 78ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(String))) OK 98ms
/aggregate functions/state/topKState/LowCardinality(Nullable(Int64)) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int64,FixedString(51)) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(Bool,DateTime64(3)) OK 95ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(Float64)) OK 94ms
/aggregate functions/state/topKState/LowCardinality(Nullable(Int128)) OK 88ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int64,UUID) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Bool) OK 76ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/uniqState/Array(LowCardinality(Nullable(UUID))) OK 84ms
/aggregate functions/state/topKState/LowCardinality(Nullable(Float32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Bool,String) OK 82ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(Date)) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(UInt8)) OK 89ms
/aggregate functions/state/topKState/LowCardinality(Nullable(Float64)) OK 99ms
/aggregate functions/state/uniqState/Array(Array(String)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(Bool,FixedString(51)) OK 82ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(DateTime)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(UInt16)) OK 84ms
/aggregate functions/state/uniqState/Array(Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/topKState/LowCardinality(Nullable(Date)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Bool,UUID) OK 90ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(UInt32)) OK 87ms
/aggregate functions/state/uniqState/Array(Tuple(String)) OK 83ms
/aggregate functions/state/topKState/LowCardinality(Nullable(DateTime)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(UInt8)) OK 77ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(Bool)) OK 93ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(UInt64)) OK 100ms
/aggregate functions/state/uniqState/LowCardinality(UInt8) OK 93ms
/aggregate functions/state/topKState/LowCardinality(Nullable(Bool)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(UInt16)) OK 77ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(String)) OK 105ms
/aggregate functions/state/topKState/LowCardinality(Nullable(String)) OK 91ms
/aggregate functions/state/uniqState/LowCardinality(UInt16) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(UInt128)) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(UInt32)) OK 69ms
/aggregate functions/state/uniqState/LowCardinality(UInt32) OK 91ms
/aggregate functions/state/topKState/LowCardinality(Nullable(FixedString(51))) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(Int8)) OK 97ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(FixedString(51))) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(UInt64)) OK 82ms
/aggregate functions/state/uniqState/LowCardinality(UInt64) OK 93ms
/aggregate functions/state/topKState/LowCardinality(Nullable(UUID)) OK 83ms
/aggregate functions/state/uniqCombinedState/Array(Nullable(UUID)) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(Int16)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(UInt128)) OK 82ms
/aggregate functions/state/topKState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 603ms
/aggregate functions/state/uniqState/LowCardinality(UInt128) OK 87ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(UInt8)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(Int8)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(Int32)) OK 85ms
/aggregate functions/state/uniqState/LowCardinality(Int8) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(Int16)) OK 101ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(UInt16)) OK 104ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(Int64)) OK 93ms
/aggregate functions/state/uniqState/LowCardinality(Int16) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(Int32)) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(Int128)) OK 82ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/uniqState/LowCardinality(Int32) OK 84ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(UInt64)) OK 92ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(Float32)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(Int64)) OK 79ms
/aggregate functions/state/uniqState/LowCardinality(Int64) OK 100ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(Float64)) OK 100ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(Int128)) OK 98ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Int8)) OK 85ms
/aggregate functions/state/uniqState/LowCardinality(Int128) OK 94ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(Decimal128(38))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(Float32)) OK 74ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Int16)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(Float64)) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(Date)) OK 88ms
/aggregate functions/state/uniqState/LowCardinality(Float32) OK 89ms
/aggregate functions/state/topKState/K values OK 555ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Int32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(Decimal128(38))) OK 66ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(DateTime)) OK 97ms
/aggregate functions/state/uniqState/LowCardinality(Float64) OK 115ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(Date)) OK 87ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Int64)) OK 171ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(DateTime64(3))) OK 144ms
/aggregate functions/state/uniqState/LowCardinality(Date) OK 114ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(DateTime)) OK 156ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Int128)) OK 90ms
/aggregate functions/state/uniqState/LowCardinality(DateTime) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(Bool)) OK 97ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/uniqState/LowCardinality(Bool) OK 79ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Float32)) OK 71ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(String)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(Bool)) OK 82ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Float64)) OK 75ms
/aggregate functions/state/uniqState/LowCardinality(String) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(String)) OK 74ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Date)) OK 77ms
/aggregate functions/state/uniqState/LowCardinality(FixedString(51)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int64,Nullable(UUID)) OK 92ms
/aggregate functions/state/topKState/custom load factor OK 42ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(FixedString(51))) OK 95ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(DateTime)) OK 82ms
/aggregate functions/state/uniqState/LowCardinality(UUID) OK 82ms
/aggregate functions/state/uniqHLL12State OK 2m 5s
/aggregate functions/state/uniqHLL12State/constant OK 56ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/uniqHLL12State/zero rows OK 51ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Nullable(UUID)) OK 91ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Bool)) OK 75ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(UInt8)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(UInt16)) OK 81ms
/aggregate functions/state/uniqHLL12State/with group by OK 49ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(String)) OK 84ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(UInt16)) OK 98ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/uniqHLL12State/some negative values OK 58ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(UInt32)) OK 89ms
/aggregate functions/state/uniqHLL12State/first non-NULL value OK 50ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(UInt16)) OK 74ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(UInt32)) OK 78ms
/aggregate functions/state/uniqHLL12State/NULL for all rows OK 50ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(UInt64)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(UInt32)) OK 98ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(UUID)) OK 75ms
/aggregate functions/state/uniqHLL12State/return type OK 39ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(UInt64)) OK 84ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(UInt128)) OK 82ms
/aggregate functions/state/uniqHLL12State/with another aggregate function OK 42ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/uniqHLL12State/with another aggregate function and group by OK 86ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(UInt128)) OK 67ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Int8)) OK 117ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(Int8)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(UInt128)) OK 86ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/uniqHLL12State/string that ends with \0 OK 46ms
/aggregate functions/state/uniqHLL12State/inf OK 42ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Int16)) OK 80ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(Int16)) OK 92ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Int8)) OK 97ms
/aggregate functions/state/uniqHLL12State/-inf OK 49ms
/aggregate functions/state/uniqHLL12State/nan OK 45ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Int32)) OK 71ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(Int32)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/uniqHLL12State/UInt8 OK 80ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Int64)) OK 85ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(Int64)) OK 79ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(UInt128))) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/uniqHLL12State/UInt16 OK 83ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(Int128)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Int64)) OK 77ms
/aggregate functions/state/uniqHLL12State/UInt32 OK 77ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Float32)) OK 96ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(Float32)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Int128)) OK 84ms
/aggregate functions/state/uniqHLL12State/UInt64 OK 94ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(Int32))) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Float64)) OK 72ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(Float64)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/uniqHLL12State/UInt128 OK 77ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Date)) OK 80ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(Date)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/uniqHLL12State/Int8 OK 74ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(DateTime)) OK 95ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(DateTime)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Date)) OK 88ms
/aggregate functions/state/uniqHLL12State/Int16 OK 75ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(Bool)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/uniqHLL12State/Int32 OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(String)) OK 90ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(String)) OK 71ms
/aggregate functions/state/uniqHLL12State/Int64 OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(FixedString(51))) OK 76ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(String)) OK 81ms
/aggregate functions/state/uniqHLL12State/Int128 OK 94ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(UUID)) OK 76ms
/aggregate functions/state/uniqState/LowCardinality(Nullable(UUID)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/uniqHLL12State/Float32 OK 86ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/uniqState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 586ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(UUID)) OK 76ms
/aggregate functions/state/uniqHLL12State/Float64 OK 100ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 100ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/state/uniqHLL12State/Decimal128(38) OK 100ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/state/uniqCombinedState/Array(LowCardinality(Nullable(UUID))) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 77ms
/aggregate functions/state/uniqHLL12State/Date OK 77ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/uniqCombinedState/Array(Array(String)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 111ms
/aggregate functions/state/uniqHLL12State/DateTime OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/uniqCombinedState/Array(Map(String,LowCardinality(Float64))) OK 113ms
/aggregate functions/state/uniqHLL12State/DateTime64(3) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(Int8))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/uniqCombinedState/Array(Tuple(String)) OK 81ms
/aggregate functions/state/uniqHLL12State/Bool OK 96ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/uniqCombinedState/LowCardinality(UInt8) OK 89ms
/aggregate functions/state/uniqThetaState OK 2m 3s
/aggregate functions/state/uniqThetaState/constant OK 51ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/state/uniqHLL12State/String OK 79ms
/aggregate functions/state/uniqThetaState/zero rows OK 48ms
/aggregate functions/state/uniqCombinedState/LowCardinality(UInt16) OK 95ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(Int64))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/uniqHLL12State/FixedString(51) OK 89ms
/aggregate functions/state/uniqThetaState/with group by OK 44ms
/aggregate functions/state/uniqThetaState/some negative values OK 47ms
/aggregate functions/state/uniqCombinedState/LowCardinality(UInt32) OK 100ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/uniqHLL12State/UUID OK 81ms
/aggregate functions/state/uniqThetaState/first non-NULL value OK 58ms
/aggregate functions/state/uniqThetaState/NULL for all rows OK 73ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(Int128))) OK 91ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,UInt8) OK 94ms
/aggregate functions/state/uniqCombinedState/LowCardinality(UInt64) OK 92ms
/aggregate functions/state/uniqThetaState/return type OK 41ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,UInt16) OK 78ms
/aggregate functions/state/uniqCombinedState/LowCardinality(UInt128) OK 72ms
/aggregate functions/state/uniqThetaState/with another aggregate function OK 55ms
/aggregate functions/state/uniqThetaState/with another aggregate function and group by OK 42ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Int8) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,UInt32) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/uniqThetaState/string that ends with \0 OK 57ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Int16) OK 104ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,UInt64) OK 99ms
/aggregate functions/state/uniqThetaState/inf OK 43ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/uniqThetaState/-inf OK 43ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/state/uniqThetaState/nan OK 43ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Int32) OK 94ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(Bool))) OK 101ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,UInt128) OK 70ms
/aggregate functions/state/uniqThetaState/UInt8 OK 74ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Int8) OK 74ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Int64) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/uniqThetaState/UInt16 OK 82ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(String))) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Int16) OK 79ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Int128) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/uniqThetaState/UInt32 OK 85ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Int32) OK 75ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Float32) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int64,LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/state/uniqThetaState/UInt64 OK 72ms
/aggregate functions/state/uniqCombined64State/Map(Bool,LowCardinality(Nullable(UUID))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Int64) OK 69ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Float64) OK 70ms
/aggregate functions/state/uniqThetaState/UInt128 OK 81ms
/aggregate functions/state/uniqExactState/Map(Int64,Array(String)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Int128) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Array(String)) OK 82ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Date) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int64,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/uniqThetaState/Int8 OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Float32) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/uniqCombinedState/LowCardinality(DateTime) OK 82ms
/aggregate functions/state/uniqExactState/Map(Int64,Tuple(String)) OK 95ms
/aggregate functions/state/uniqThetaState/Int16 OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Float64) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(Bool,Tuple(String)) OK 79ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Bool) OK 73ms
/aggregate functions/state/uniqThetaState/Int32 OK 76ms
/aggregate functions/state/uniqExactState/Map(Int128,UInt8) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Decimal128(38)) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(String,UInt8) OK 79ms
/aggregate functions/state/uniqCombinedState/LowCardinality(String) OK 90ms
/aggregate functions/state/uniqThetaState/Int64 OK 76ms
/aggregate functions/state/uniqExactState/Map(Int128,UInt16) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(String,UInt16) OK 94ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Date) OK 79ms
/aggregate functions/state/uniqCombinedState/LowCardinality(FixedString(51)) OK 79ms
/aggregate functions/state/uniqThetaState/Int128 OK 146ms
/aggregate functions/state/uniqExactState/Map(Int128,UInt32) OK 121ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,DateTime) OK 118ms
/aggregate functions/state/uniqCombined64State/Map(String,UInt32) OK 351ms
/aggregate functions/state/uniqCombinedState/LowCardinality(UUID) OK 366ms
/aggregate functions/state/uniqThetaState/Float32 OK 260ms
/aggregate functions/state/uniqExactState/Map(Int128,UInt64) OK 274ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,DateTime64(3)) OK 259ms
/aggregate functions/state/uniqCombined64State/Map(String,UInt64) OK 173ms
/aggregate functions/state/uniqThetaState/Float64 OK 145ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Bool) OK 137ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(UInt8)) OK 157ms
/aggregate functions/state/uniqExactState/Map(Int128,UInt128) OK 153ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,String) OK 154ms
/aggregate functions/state/uniqThetaState/Decimal128(38) OK 158ms
/aggregate functions/state/uniqCombined64State/Map(String,UInt128) OK 146ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(UInt16)) OK 120ms
/aggregate functions/state/uniqExactState/Map(Int128,Int8) OK 119ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(UInt32)) OK 114ms
/aggregate functions/state/uniqExactState/Map(Int128,Int16) OK 114ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,FixedString(51)) OK 95ms
/aggregate functions/state/uniqThetaState/Date OK 86ms
/aggregate functions/state/uniqCombined64State/Map(String,Int8) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(String,Int16) OK 98ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,UUID) OK 107ms
/aggregate functions/state/uniqThetaState/DateTime OK 90ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(UInt64)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int128,Int32) OK 81ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(UInt128)) OK 112ms
/aggregate functions/state/uniqThetaState/DateTime64(3) OK 101ms
/aggregate functions/state/uniqExactState/Map(Int128,Int64) OK 109ms
/aggregate functions/state/uniqCombined64State/Map(String,Int32) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(UInt8)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(String,Int64) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(UInt16)) OK 85ms
/aggregate functions/state/uniqThetaState/Bool OK 97ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(Int8)) OK 93ms
/aggregate functions/state/uniqExactState/Map(Int128,Int128) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(String,Int128) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(UInt32)) OK 70ms
/aggregate functions/state/uniqExactState/Map(Int128,Float32) OK 93ms
/aggregate functions/state/uniqThetaState/String OK 81ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(Int16)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(String,Float32) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(UInt64)) OK 68ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(Int32)) OK 72ms
/aggregate functions/state/uniqThetaState/FixedString(51) OK 97ms
/aggregate functions/state/uniqExactState/Map(Int128,Float64) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(String,Float64) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(UInt128)) OK 76ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(Int64)) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int128,Decimal128(38)) OK 82ms
/aggregate functions/state/uniqThetaState/UUID OK 75ms
/aggregate functions/state/uniqCombined64State/Map(String,Decimal128(38)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(Int8)) OK 67ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(Int128)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt8,UInt8) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int128,Date) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(Int16)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(String,Date) OK 80ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(Float32)) OK 69ms
/aggregate functions/state/uniqExactState/Map(Int128,DateTime) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt8,UInt16) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(Int32)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(String,DateTime) OK 80ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(Float64)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int128,DateTime64(3)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt8,UInt32) OK 89ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(Int64)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(String,DateTime64(3)) OK 85ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(Date)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int128,Bool) OK 864ms
/aggregate functions/state/uniqThetaState/Map(UInt8,UInt64) OK 863ms
/aggregate functions/state/uniqCombined64State/Map(String,Bool) OK 861ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(Int128)) OK 860ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(DateTime)) OK 846ms
/aggregate functions/state/uniqExactState/Map(Int128,String) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt8,UInt128) OK 69ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(Bool)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(String,String) OK 93ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(Float32)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int128,FixedString(51)) OK 88ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Int8) OK 73ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(String)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(Float64)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(String,FixedString(51)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Int16) OK 95ms
/aggregate functions/state/uniqExactState/Map(Int128,UUID) OK 76ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(FixedString(51))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(Decimal128(38))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(String,UUID) OK 73ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(UInt8)) OK 1s 777ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Int32) OK 1s 762ms
/aggregate functions/state/uniqCombinedState/LowCardinality(Nullable(UUID)) OK 1s 761ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(Date)) OK 1s 752ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(UInt8)) OK 1s 744ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Int64) OK 171ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(UInt16)) OK 152ms
/aggregate functions/state/uniqCombinedState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 3s 160ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(UInt16)) OK 168ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(DateTime)) OK 163ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(UInt32)) OK 95ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Int128) OK 100ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(DateTime64(3))) OK 100ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(UInt32)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(UInt64)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(UInt64)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Float32) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(Bool)) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(UInt128)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(UInt128)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Float64) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(String)) OK 68ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(Int8)) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(Int8)) OK 98ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Decimal128(38)) OK 93ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(FixedString(51))) OK 90ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(Int16)) OK 95ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Date) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(Int16)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Nullable(UUID)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt8,DateTime) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(Int32)) OK 73ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(Int32)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(UInt8,DateTime64(3)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(Int64)) OK 67ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(Int64)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Bool) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(Int128)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(Int128)) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(UInt32)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(UInt64)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(Float32)) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt8,String) OK 65ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(Float32)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt8,FixedString(51)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(Float64)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(Float64)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Int8)) OK 417ms
/aggregate functions/state/uniqThetaState/Map(UInt8,UUID) OK 414ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(Decimal128(38))) OK 415ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(Decimal128(38))) OK 411ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Int16)) OK 739ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(UInt8)) OK 734ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(Date)) OK 727ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(Date)) OK 728ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(UInt16)) OK 234ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Int32)) OK 236ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(DateTime)) OK 228ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(DateTime)) OK 229ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(UInt32)) OK 226ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(DateTime64(3))) OK 226ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Int64)) OK 218ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(DateTime64(3))) OK 224ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(UInt64)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(Bool)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(Bool)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(String)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(UInt128)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Float32)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(String)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(Int8)) OK 70ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(Int16)) OK 97ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Date)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(String,Nullable(UUID)) OK 73ms
/aggregate functions/state/uniqExactState/Map(Int128,Nullable(UUID)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(UInt8)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(UInt8)) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(Int32)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(UInt16)) OK 131ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(Int64)) OK 121ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(UInt16)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(String)) OK 69ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(UInt32)) OK 111ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(Int128)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(UInt32)) OK 94ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(FixedString(51))) OK 89ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(Float32)) OK 89ms
/aggregate functions/state/varPopState OK 3s 884ms
/aggregate functions/state/varPopState/constant OK 57ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(UInt64)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(UUID)) OK 70ms
/aggregate functions/state/varPopState/zero rows OK 46ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(UInt128)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(Float64)) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(UInt128)) OK 92ms
/aggregate functions/state/varPopState/single row OK 49ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Int8)) OK 89ms
/aggregate functions/state/varPopState/with group by OK 44ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(Decimal128(38))) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/varPopState/some negative values OK 44ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Int16)) OK 72ms
/aggregate functions/state/varPopState/NULL value handling OK 45ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(Date)) OK 89ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Int16)) OK 84ms
/aggregate functions/state/varPopState/single NULL value OK 40ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Int32)) OK 95ms
/aggregate functions/state/varPopState/return type OK 62ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(DateTime)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Int32)) OK 75ms
/aggregate functions/state/varPopState/doc example OK 58ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Int64)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Int64)) OK 79ms
/aggregate functions/state/varPopState/inf OK 48ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(Bool)) OK 99ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/varPopState/-inf OK 52ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Int128)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Float32)) OK 74ms
/aggregate functions/state/varPopState/nan OK 43ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(String)) OK 91ms
/aggregate functions/state/varPopState/inf, -inf, nan OK 42ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Float64)) OK 87ms
/aggregate functions/state/varPopState/UInt8 OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Float64)) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(FixedString(51))) OK 92ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Date)) OK 75ms
/aggregate functions/state/varPopState/UInt16 OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Date)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Nullable(UUID)) OK 97ms
/aggregate functions/state/varPopState/UInt32 OK 95ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(DateTime)) OK 95ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(DateTime)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(UInt8)) OK 99ms
/aggregate functions/state/varPopState/UInt64 OK 83ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Bool)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(String)) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/varPopState/Int8 OK 90ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(String)) OK 92ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(UInt32)) OK 98ms
/aggregate functions/state/varPopState/Int16 OK 75ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(FixedString(51))) OK 67ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(UUID)) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 90ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(UUID)) OK 80ms
/aggregate functions/state/varPopState/Int32 OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(UInt64)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(UInt8))) OK 95ms
/aggregate functions/state/varPopState/Int64 OK 77ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(UInt128)) OK 70ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 87ms
/aggregate functions/state/varPopState/Float32 OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/varPopState/Float64 OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Int16)) OK 79ms
/aggregate functions/state/varPopState/Nullable(UInt8) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,LowCardinality(Nullable(UUID))) OK 95ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(UInt64))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Int32)) OK 75ms
/aggregate functions/state/varPopState/Nullable(UInt16) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(UInt128))) OK 95ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 95ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Int64)) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Array(String)) OK 69ms
/aggregate functions/state/varPopState/Nullable(UInt32) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Map(String,LowCardinality(Float64))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(Int8))) OK 94ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/varPopState/Nullable(UInt64) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt8,Tuple(String)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Float32)) OK 94ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(Int16))) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/state/varPopState/Nullable(Int8) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,UInt8) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Float64)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/state/varPopState/Nullable(Int16) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,UInt16) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Date)) OK 72ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/varPopState/Nullable(Int32) OK 86ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,UInt32) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/state/varPopState/Nullable(Int64) OK 106ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,UInt64) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Bool)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/state/varPopState/Nullable(Float32) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,UInt128) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(String)) OK 74ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/varPopState/Nullable(Float64) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Int8) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(FixedString(51))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/varPopState/LowCardinality(UInt8) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Int16) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(UUID)) OK 73ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/varPopState/LowCardinality(UInt16) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Int32) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(Bool))) OK 94ms
/aggregate functions/state/varPopState/LowCardinality(UInt32) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Int64) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(UInt16))) OK 75ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/varPopState/LowCardinality(UInt64) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Int128) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 69ms
/aggregate functions/state/varPopState/LowCardinality(Int8) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Float32) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(String,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/uniqExactState/Map(Int128,LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/varPopState/LowCardinality(Int16) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Float64) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(String,Array(String)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Int128,Array(String)) OK 74ms
/aggregate functions/state/varPopState/LowCardinality(Int32) OK 148ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Decimal128(38)) OK 129ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(Int8))) OK 122ms
/aggregate functions/state/uniqCombined64State/Map(String,Map(String,LowCardinality(Float64))) OK 107ms
/aggregate functions/state/uniqExactState/Map(Int128,Map(String,LowCardinality(Float64))) OK 167ms
/aggregate functions/state/uniqCombined64State/Map(String,Tuple(String)) OK 88ms
/aggregate functions/state/varPopState/LowCardinality(Int64) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Date) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,DateTime) OK 88ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/state/uniqExactState/Map(Int128,Tuple(String)) OK 88ms
/aggregate functions/state/varPopState/LowCardinality(Float32) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),UInt8) OK 73ms
/aggregate functions/state/varPopState/LowCardinality(Float64) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),UInt16) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,DateTime64(3)) OK 71ms
/aggregate functions/state/uniqExactState/Map(Date,UInt8) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Bool) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),UInt32) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/varPopState/LowCardinality(Nullable(UInt8)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Date,UInt16) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,String) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),UInt64) OK 87ms
/aggregate functions/state/varPopState/LowCardinality(Nullable(UInt16)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/uniqExactState/Map(Date,UInt32) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,FixedString(51)) OK 77ms
/aggregate functions/state/varPopState/LowCardinality(Nullable(UInt32)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Date,UInt64) OK 87ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(Float64))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),UInt128) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,UUID) OK 76ms
/aggregate functions/state/varPopState/LowCardinality(Nullable(UInt64)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Int8) OK 76ms
/aggregate functions/state/uniqExactState/Map(Date,UInt128) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(UInt8)) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Int16) OK 89ms
/aggregate functions/state/varPopState/LowCardinality(Nullable(Int8)) OK 86ms
/aggregate functions/state/uniqExactState/Map(Date,Int8) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(UInt16)) OK 71ms
/aggregate functions/state/uniqExactState/Map(Date,Int16) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Int32) OK 74ms
/aggregate functions/state/varPopState/LowCardinality(Nullable(Int16)) OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(UInt32)) OK 69ms
/aggregate functions/state/uniqExactState/Map(Date,Int32) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Int64) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/state/varPopState/LowCardinality(Nullable(Int32)) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(UInt64)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Date,Int64) OK 94ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Int128) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(UInt128)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/state/varPopState/LowCardinality(Nullable(Int64)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(Int8)) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt8,LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/state/varPopState/LowCardinality(Nullable(Float32)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Float32) OK 85ms
/aggregate functions/state/uniqExactState/Map(Date,Int128) OK 84ms
/aggregate functions/state/varPopState/LowCardinality(Nullable(Float64)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(Int16)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Array(String)) OK 65ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Float64) OK 75ms
/aggregate functions/state/uniqExactState/Map(Date,Float32) OK 67ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Map(String,LowCardinality(Float64))) OK 87ms
/aggregate functions/state/varPopStableState OK 3s 787ms
/aggregate functions/state/varPopStableState/constant OK 42ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(Int32)) OK 84ms
/aggregate functions/state/uniqExactState/Map(Date,Float64) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Decimal128(38)) OK 80ms
/aggregate functions/state/varPopStableState/zero rows OK 50ms
/aggregate functions/state/uniqThetaState/Map(UInt8,Tuple(String)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(Int64)) OK 92ms
/aggregate functions/state/varPopStableState/single row OK 55ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Date) OK 91ms
/aggregate functions/state/uniqExactState/Map(Date,Decimal128(38)) OK 85ms
/aggregate functions/state/varPopStableState/with group by OK 46ms
/aggregate functions/state/uniqThetaState/Map(UInt16,UInt8) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(Int128)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Date,Date) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),DateTime) OK 81ms
/aggregate functions/state/varPopStableState/some negative values OK 52ms
/aggregate functions/state/uniqThetaState/Map(UInt16,UInt16) OK 80ms
/aggregate functions/state/varPopStableState/NULL value handling OK 40ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(Float32)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Date,DateTime) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),DateTime64(3)) OK 74ms
/aggregate functions/state/varPopStableState/single NULL value OK 39ms
/aggregate functions/state/uniqThetaState/Map(UInt16,UInt32) OK 80ms
/aggregate functions/state/varPopStableState/return type OK 47ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(Float64)) OK 89ms
/aggregate functions/state/uniqExactState/Map(Date,DateTime64(3)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Bool) OK 78ms
/aggregate functions/state/varPopStableState/doc example OK 54ms
/aggregate functions/state/uniqThetaState/Map(UInt16,UInt64) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),String) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/uniqExactState/Map(Date,Bool) OK 94ms
/aggregate functions/state/varPopStableState/inf OK 37ms
/aggregate functions/state/varPopStableState/-inf OK 49ms
/aggregate functions/state/uniqThetaState/Map(UInt16,UInt128) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(Date)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),FixedString(51)) OK 81ms
/aggregate functions/state/varPopStableState/nan OK 53ms
/aggregate functions/state/uniqExactState/Map(Date,String) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Int8) OK 74ms
/aggregate functions/state/varPopStableState/inf, -inf, nan OK 43ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(DateTime)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),UUID) OK 70ms
/aggregate functions/state/uniqExactState/Map(Date,FixedString(51)) OK 79ms
/aggregate functions/state/varPopStableState/UInt8 OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Int16) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(UInt8)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/state/uniqExactState/Map(Date,UUID) OK 81ms
/aggregate functions/state/varPopStableState/UInt16 OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Int32) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(UInt16)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(Bool)) OK 71ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(UInt8)) OK 71ms
/aggregate functions/state/varPopStableState/UInt32 OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Int64) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(UInt32)) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(String)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(UInt16)) OK 75ms
/aggregate functions/state/varPopStableState/UInt64 OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Int128) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(UInt64)) OK 79ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(UInt32)) OK 84ms
/aggregate functions/state/varPopStableState/Int8 OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Float32) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Nullable(UUID)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(UInt128)) OK 82ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(UInt64)) OK 90ms
/aggregate functions/state/varPopStableState/Int16 OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Float64) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(Int8)) OK 67ms
/aggregate functions/state/varPopStableState/Int32 OK 69ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(UInt128)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Decimal128(38)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(Int16)) OK 168ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(UInt16)) OK 68ms
/aggregate functions/state/varPopStableState/Int64 OK 182ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(Int8)) OK 169ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Date) OK 177ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(UInt32)) OK 191ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(Int32)) OK 113ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(Int16)) OK 89ms
/aggregate functions/state/varPopStableState/Float32 OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt16,DateTime) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(UInt64)) OK 68ms
/aggregate functions/state/varPopStableState/Float64 OK 82ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(Int64)) OK 83ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(Int32)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(UInt16,DateTime64(3)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(Int64)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Bool) OK 76ms
/aggregate functions/state/varPopStableState/Nullable(UInt8) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(Int128)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Int8)) OK 69ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(Int128)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt16,String) OK 79ms
/aggregate functions/state/varPopStableState/Nullable(UInt16) OK 65ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(Float32)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/varPopStableState/Nullable(UInt32) OK 80ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(Float32)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt16,FixedString(51)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(Float64)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Int32)) OK 68ms
/aggregate functions/state/varPopStableState/Nullable(UInt64) OK 70ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(Float64)) OK 97ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(Decimal128(38))) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt16,UUID) OK 93ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Int64)) OK 90ms
/aggregate functions/state/varPopStableState/Nullable(Int8) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(Date)) OK 74ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(UInt8)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Int128)) OK 71ms
/aggregate functions/state/varPopStableState/Nullable(Int16) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(DateTime)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(UInt16)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(Date)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Float32)) OK 91ms
/aggregate functions/state/varPopStableState/Nullable(Int32) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(DateTime)) OK 89ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(UInt32)) OK 71ms
/aggregate functions/state/varPopStableState/Nullable(Int64) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Float64)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(Bool)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(UInt64)) OK 85ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/varPopStableState/Nullable(Float32) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Date)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(String)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(Bool)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(UInt128)) OK 83ms
/aggregate functions/state/varPopStableState/Nullable(Float64) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(FixedString(51))) OK 69ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(String)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(Int8)) OK 78ms
/aggregate functions/state/varPopStableState/LowCardinality(UInt8) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Bool)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Nullable(UUID)) OK 74ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(FixedString(51))) OK 81ms
/aggregate functions/state/varPopStableState/LowCardinality(UInt16) OK 88ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(Int16)) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(String)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(UInt8)) OK 84ms
/aggregate functions/state/uniqExactState/Map(Date,Nullable(UUID)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(Int32)) OK 75ms
/aggregate functions/state/varPopStableState/LowCardinality(UInt32) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(UInt16)) OK 72ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(UInt8)) OK 82ms
/aggregate functions/state/varPopStableState/LowCardinality(UInt64) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(Int64)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(UInt32)) OK 69ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(UInt16)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(Int128)) OK 78ms
/aggregate functions/state/varPopStableState/LowCardinality(Int8) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(UInt32)) OK 76ms
/aggregate functions/state/varPopStableState/LowCardinality(Int16) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(Float32)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/varPopStableState/LowCardinality(Int32) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(Float64)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Int8)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/varPopStableState/LowCardinality(Int64) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Int16)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/varPopStableState/LowCardinality(Float32) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(Date)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Int32)) OK 69ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Int16)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(DateTime)) OK 83ms
/aggregate functions/state/varPopStableState/LowCardinality(Float64) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Int64)) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Int32)) OK 72ms
/aggregate functions/state/varPopStableState/LowCardinality(Nullable(UInt8)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(Int16))) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Int128)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(Bool)) OK 80ms
/aggregate functions/state/varPopStableState/LowCardinality(Nullable(UInt16)) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Float32)) OK 73ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(String)) OK 77ms
/aggregate functions/state/varPopStableState/LowCardinality(Nullable(UInt32)) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Float64)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Float32)) OK 67ms
/aggregate functions/state/varPopStableState/LowCardinality(Nullable(UInt64)) OK 90ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(FixedString(51))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Date)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Float64)) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/state/varPopStableState/LowCardinality(Nullable(Int8)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Nullable(UUID)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(DateTime)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Date)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Bool)) OK 88ms
/aggregate functions/state/varPopStableState/LowCardinality(Nullable(Int16)) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(UInt16)) OK 73ms
/aggregate functions/state/varPopStableState/LowCardinality(Nullable(Int32)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(String)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(Date))) OK 83ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Bool)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/state/varPopStableState/LowCardinality(Nullable(Int64)) OK 90ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(String)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 85ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(UInt64)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(UUID)) OK 72ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/varPopStableState/LowCardinality(Nullable(Float32)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 72ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/varPopStableState/LowCardinality(Nullable(Float64)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 68ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Int8)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 70ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/varSampState OK 3s 841ms
/aggregate functions/state/varSampState/constant OK 40ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Int16)) OK 73ms
/aggregate functions/state/varSampState/zero rows OK 37ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/state/varSampState/single row OK 41ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Int32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/varSampState/with group by OK 44ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Array(String)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/state/varSampState/some negative values OK 38ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/varSampState/NULL value handling OK 41ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/varSampState/single NULL value OK 42ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Int128)) OK 67ms
/aggregate functions/state/varSampState/return type OK 38ms
/aggregate functions/state/uniqHLL12State/Map(UInt16,Tuple(String)) OK 73ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(UInt128))) OK 73ms
/aggregate functions/state/varSampState/doc example OK 39ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Float32)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 162ms
/aggregate functions/state/varSampState/inf OK 38ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,UInt8) OK 120ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(Int8))) OK 116ms
/aggregate functions/state/varSampState/-inf OK 126ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Float64)) OK 155ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,UInt16) OK 70ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(Int16))) OK 77ms
/aggregate functions/state/varSampState/nan OK 52ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Date)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,UInt32) OK 84ms
/aggregate functions/state/varSampState/inf, -inf, nan OK 54ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/varSampState/UInt8 OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,UInt64) OK 73ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(Int64))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/state/varSampState/UInt16 OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Bool)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,UInt128) OK 92ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(String)) OK 79ms
/aggregate functions/state/varSampState/UInt32 OK 68ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Int8) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/varSampState/UInt64 OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(Float64))) OK 94ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Int16) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 82ms
/aggregate functions/state/varSampState/Int8 OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(UUID)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Int32) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/state/varSampState/Int16 OK 67ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Int64) OK 85ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/varSampState/Int32 OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Int128) OK 72ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/varSampState/Int64 OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(UInt32))) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Float32) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 79ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(String))) OK 85ms
/aggregate functions/state/varSampState/Float32 OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 89ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Float64) OK 73ms
/aggregate functions/state/varSampState/Float64 OK 87ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(UInt128))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Decimal128(38)) OK 95ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(Int8))) OK 91ms
/aggregate functions/state/uniqExactState/Map(Date,LowCardinality(Nullable(UUID))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Array(String)) OK 80ms
/aggregate functions/state/varSampState/Nullable(UInt8) OK 76ms
/aggregate functions/state/uniqExactState/Map(Date,Array(String)) OK 88ms
/aggregate functions/state/varSampState/Nullable(UInt16) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Date) OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(FixedString(51),Tuple(String)) OK 87ms
/aggregate functions/state/uniqExactState/Map(Date,Map(String,LowCardinality(Float64))) OK 89ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,DateTime) OK 82ms
/aggregate functions/state/varSampState/Nullable(UInt32) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(Int64))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UUID,UInt8) OK 90ms
/aggregate functions/state/varSampState/Nullable(UInt64) OK 89ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,DateTime64(3)) OK 72ms
/aggregate functions/state/uniqExactState/Map(Date,Tuple(String)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Bool) OK 95ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/uniqExactState/Map(DateTime,UInt8) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UUID,UInt16) OK 73ms
/aggregate functions/state/varSampState/Nullable(Int8) OK 88ms
/aggregate functions/state/uniqExactState/Map(DateTime,UInt16) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UUID,UInt32) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,String) OK 90ms
/aggregate functions/state/varSampState/Nullable(Int16) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(UUID,UInt64) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(Float64))) OK 88ms
/aggregate functions/state/uniqExactState/Map(DateTime,UInt32) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,FixedString(51)) OK 73ms
/aggregate functions/state/varSampState/Nullable(Int32) OK 72ms
/aggregate functions/state/uniqExactState/Map(DateTime,UInt64) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UUID,UInt128) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,UUID) OK 69ms
/aggregate functions/state/varSampState/Nullable(Int64) OK 67ms
/aggregate functions/state/uniqExactState/Map(DateTime,UInt128) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Int8) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(DateTime))) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(UInt8)) OK 78ms
/aggregate functions/state/varSampState/Nullable(Float32) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/uniqExactState/Map(DateTime,Int8) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Int16) OK 95ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(UInt16)) OK 88ms
/aggregate functions/state/varSampState/Nullable(Float64) OK 63ms
/aggregate functions/state/varSampState/LowCardinality(UInt8) OK 89ms
/aggregate functions/state/uniqExactState/Map(DateTime,Int16) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(UInt32)) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Int32) OK 76ms
/aggregate functions/state/uniqExactState/Map(DateTime,Int32) OK 85ms
/aggregate functions/state/varSampState/LowCardinality(UInt16) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(FixedString(51)))) OK 129ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Int64) OK 125ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(UInt64)) OK 124ms
/aggregate functions/state/varSampState/LowCardinality(UInt32) OK 77ms
/aggregate functions/state/uniqExactState/Map(DateTime,Int64) OK 85ms
/aggregate functions/state/uniqThetaState/Map(UInt16,LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Int128) OK 95ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(UInt128)) OK 86ms
/aggregate functions/state/varSampState/LowCardinality(UInt64) OK 81ms
/aggregate functions/state/uniqExactState/Map(DateTime,Int128) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Array(String)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(Int8)) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Float32) OK 83ms
/aggregate functions/state/varSampState/LowCardinality(Int8) OK 86ms
/aggregate functions/state/uniqExactState/Map(DateTime,Float32) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Float64) OK 90ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(Int16)) OK 79ms
/aggregate functions/state/varSampState/LowCardinality(Int16) OK 75ms
/aggregate functions/state/uniqExactState/Map(DateTime,Float64) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt16,Tuple(String)) OK 78ms
/aggregate functions/state/uniqExactState/Map(DateTime,Decimal128(38)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(Int32)) OK 78ms
/aggregate functions/state/varSampState/LowCardinality(Int32) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Decimal128(38)) OK 87ms
/aggregate functions/state/uniqThetaState/Map(UInt32,UInt8) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(Int64)) OK 69ms
/aggregate functions/state/uniqExactState/Map(DateTime,Date) OK 70ms
/aggregate functions/state/varSampState/LowCardinality(Int64) OK 67ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Date) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt32,UInt16) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(Int128)) OK 73ms
/aggregate functions/state/uniqExactState/Map(DateTime,DateTime) OK 86ms
/aggregate functions/state/varSampState/LowCardinality(Float32) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UUID,DateTime) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt32,UInt32) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(Float32)) OK 68ms
/aggregate functions/state/uniqExactState/Map(DateTime,DateTime64(3)) OK 100ms
/aggregate functions/state/varSampState/LowCardinality(Float64) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt32,UInt64) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(UUID,DateTime64(3)) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(Float64)) OK 74ms
/aggregate functions/state/varSampState/LowCardinality(Nullable(UInt8)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt32,UInt128) OK 81ms
/aggregate functions/state/uniqExactState/Map(DateTime,Bool) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Bool) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/varSampState/LowCardinality(Nullable(UInt16)) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Int8) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UUID,String) OK 83ms
/aggregate functions/state/uniqExactState/Map(DateTime,String) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(Date)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Int16) OK 83ms
/aggregate functions/state/varSampState/LowCardinality(Nullable(UInt32)) OK 83ms
/aggregate functions/state/uniqExactState/Map(DateTime,FixedString(51)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UUID,FixedString(51)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(DateTime)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Int32) OK 79ms
/aggregate functions/state/varSampState/LowCardinality(Nullable(UInt64)) OK 77ms
/aggregate functions/state/uniqExactState/Map(DateTime,UUID) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(UUID,UUID) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(UInt8)) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Int64) OK 84ms
/aggregate functions/state/varSampState/LowCardinality(Nullable(Int8)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(UInt8)) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(Bool)) OK 74ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(UInt16)) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Int128) OK 79ms
/aggregate functions/state/varSampState/LowCardinality(Nullable(Int16)) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(String)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(UInt16)) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(FixedString(51))) OK 88ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Float32) OK 99ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(UInt32)) OK 86ms
/aggregate functions/state/varSampState/LowCardinality(Nullable(Int32)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(UInt32)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(UInt64)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Nullable(UUID)) OK 69ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(UInt64)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Float64) OK 72ms
/aggregate functions/state/varSampState/LowCardinality(Nullable(Int64)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(UInt8)) OK 121ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(UInt128)) OK 114ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(UInt128)) OK 111ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Decimal128(38)) OK 99ms
/aggregate functions/state/varSampState/LowCardinality(Nullable(Float32)) OK 86ms
/aggregate functions/state/varSampState/LowCardinality(Nullable(Float64)) OK 94ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Date) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(Int8)) OK 71ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(Int8)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(Int16)) OK 89ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(Int16)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt32,DateTime) OK 69ms
/aggregate functions/state/varSampStableState OK 3s 801ms
/aggregate functions/state/varSampStableState/constant OK 41ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/varSampStableState/zero rows OK 49ms
/aggregate functions/state/uniqThetaState/Map(UInt32,DateTime64(3)) OK 78ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(Int32)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(Int32)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(UInt64)) OK 73ms
/aggregate functions/state/varSampStableState/single row OK 41ms
/aggregate functions/state/varSampStableState/with group by OK 57ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Bool) OK 89ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(Int64)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(Int64)) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/varSampStableState/some negative values OK 48ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(Int128)) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Int8)) OK 88ms
/aggregate functions/state/uniqThetaState/Map(UInt32,String) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(Int128)) OK 76ms
/aggregate functions/state/varSampStableState/NULL value handling OK 38ms
/aggregate functions/state/varSampStableState/single NULL value OK 46ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(Float32)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(Float32)) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Int16)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt32,FixedString(51)) OK 80ms
/aggregate functions/state/varSampStableState/return type OK 40ms
/aggregate functions/state/varSampStableState/doc example OK 40ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(Float64)) OK 108ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(Float64)) OK 101ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Int32)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt32,UUID) OK 67ms
/aggregate functions/state/varSampStableState/inf OK 36ms
/aggregate functions/state/varSampStableState/-inf OK 45ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(UInt8)) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/varSampStableState/nan OK 49ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/varSampStableState/inf, -inf, nan OK 44ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(UInt16)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Int128)) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(Date)) OK 83ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(Date)) OK 69ms
/aggregate functions/state/varSampStableState/UInt8 OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Float32)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(UInt32)) OK 77ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(DateTime)) OK 86ms
/aggregate functions/state/varSampStableState/UInt16 OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(DateTime)) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Float64)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(UInt64)) OK 72ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/varSampStableState/UInt32 OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Date)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(UInt128)) OK 70ms
/aggregate functions/state/varSampStableState/UInt64 OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(Bool)) OK 76ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(Bool)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(DateTime)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(Int8)) OK 74ms
/aggregate functions/state/varSampStableState/Int8 OK 80ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(String)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(String)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Bool)) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(Int16)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(FixedString(51))) OK 69ms
/aggregate functions/state/varSampStableState/Int16 OK 81ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(FixedString(51))) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(String)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(Int32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Nullable(UUID)) OK 81ms
/aggregate functions/state/uniqExactState/Map(DateTime,Nullable(UUID)) OK 79ms
/aggregate functions/state/varSampStableState/Int32 OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(Int64)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(UInt8)) OK 74ms
/aggregate functions/state/varSampStableState/Int64 OK 70ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(UInt8)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(Int128)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/varSampStableState/Float32 OK 69ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(UInt16)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(Float32)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 87ms
/aggregate functions/state/varSampStableState/Float64 OK 71ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(UInt32)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(UInt32)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(Float64)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/varSampStableState/Nullable(UInt8) OK 98ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(UInt64)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 84ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(UInt128)) OK 69ms
/aggregate functions/state/varSampStableState/Nullable(UInt16) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(Date)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Int8)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Int8)) OK 80ms
/aggregate functions/state/varSampStableState/Nullable(UInt32) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(DateTime)) OK 69ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/varSampStableState/Nullable(UInt64) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Int32)) OK 79ms
/aggregate functions/state/varSampStableState/Nullable(Int8) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(Bool)) OK 72ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Int64)) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Int64)) OK 90ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(String)) OK 90ms
/aggregate functions/state/varSampStableState/Nullable(Int16) OK 69ms
/aggregate functions/state/varSampStableState/Nullable(Int32) OK 94ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Int128)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Int128)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(FixedString(51))) OK 66ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Float32)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Nullable(UUID)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(Int64))) OK 148ms
/aggregate functions/state/varSampStableState/Nullable(Int64) OK 69ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Float64)) OK 106ms
/aggregate functions/state/varSampStableState/Nullable(Float32) OK 149ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(UInt8)) OK 149ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Float64)) OK 146ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Date)) OK 80ms
/aggregate functions/state/varSampStableState/Nullable(Float64) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Date)) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(UInt32)) OK 83ms
/aggregate functions/state/varSampStableState/LowCardinality(UInt8) OK 90ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(Float64))) OK 91ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(UInt64)) OK 85ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(String)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/varSampStableState/LowCardinality(UInt16) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/varSampStableState/LowCardinality(UInt32) OK 89ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(String)) OK 90ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(UInt128)) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 74ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(FixedString(51))) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(Bool))) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Int8)) OK 87ms
/aggregate functions/state/varSampStableState/LowCardinality(UInt64) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(UUID)) OK 74ms
/aggregate functions/state/varSampStableState/LowCardinality(Int8) OK 99ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(UUID)) OK 83ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Int16)) OK 90ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/varSampStableState/LowCardinality(Int16) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Int32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,LowCardinality(Nullable(UUID))) OK 91ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Int64)) OK 73ms
/aggregate functions/state/varSampStableState/LowCardinality(Int32) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(UInt32))) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Int128)) OK 87ms
/aggregate functions/state/varSampStableState/LowCardinality(Int64) OK 85ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Array(String)) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(UInt64))) OK 79ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Map(String,LowCardinality(Float64))) OK 88ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Float32)) OK 78ms
/aggregate functions/state/varSampStableState/LowCardinality(Float32) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(UInt128))) OK 80ms
/aggregate functions/state/varSampStableState/LowCardinality(Float64) OK 73ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 90ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Float64)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt32,Tuple(String)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/varSampStableState/LowCardinality(Nullable(UInt8)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Date)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,UInt8) OK 85ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/state/varSampStableState/LowCardinality(Nullable(UInt16)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(DateTime)) OK 70ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,UInt16) OK 66ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/state/varSampStableState/LowCardinality(Nullable(UInt32)) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,UInt32) OK 78ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(String)) OK 79ms
/aggregate functions/state/varSampStableState/LowCardinality(Nullable(UInt64)) OK 73ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,UInt64) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/state/varSampStableState/LowCardinality(Nullable(Int8)) OK 94ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(FixedString(51))) OK 93ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,UInt128) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(Float32))) OK 77ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/state/varSampStableState/LowCardinality(Nullable(Int16)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(UUID)) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Int8) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Int16) OK 88ms
/aggregate functions/state/varSampStableState/LowCardinality(Nullable(Int32)) OK 82ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(UInt8))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/varSampStableState/LowCardinality(Nullable(Int64)) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Int32) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(DateTime))) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Int64) OK 97ms
/aggregate functions/state/varSampStableState/LowCardinality(Nullable(Float32)) OK 80ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(UInt32))) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(Bool))) OK 67ms
/aggregate functions/state/varSampStableState/LowCardinality(Nullable(Float64)) OK 70ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(String))) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Int128) OK 88ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/welchTTestState OK 54s 148ms
/aggregate functions/state/welchTTestState/single value in 0 population OK 59ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 103ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Float32) OK 81ms
/aggregate functions/state/welchTTestState/single value in 1 population OK 47ms
/aggregate functions/state/uniqCombined64State/Map(UUID,LowCardinality(Nullable(UUID))) OK 92ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(Int8))) OK 94ms
/aggregate functions/state/welchTTestState/constant OK 43ms
/aggregate functions/state/uniqExactState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Float64) OK 66ms
/aggregate functions/state/welchTTestState/zero rows OK 47ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Decimal128(38)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Array(String)) OK 100ms
/aggregate functions/state/uniqExactState/Map(DateTime,Array(String)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/state/welchTTestState/single row OK 59ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Date) OK 71ms
/aggregate functions/state/welchTTestState/single row with zero weight OK 42ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/state/uniqExactState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Map(String,LowCardinality(Float64))) OK 90ms
/aggregate functions/state/welchTTestState/with group by OK 43ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,DateTime) OK 88ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(Int64))) OK 82ms
/aggregate functions/state/welchTTestState/some negative values OK 41ms
/aggregate functions/state/uniqExactState/Map(DateTime,Tuple(String)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(UUID,Tuple(String)) OK 73ms
/aggregate functions/state/welchTTestState/NULL value handling OK 41ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,DateTime64(3)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(Int128))) OK 103ms
/aggregate functions/state/welchTTestState/weight NULL value handling OK 44ms
/aggregate functions/state/uniqExactState/Map(Bool,UInt8) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),UInt8) OK 71ms
/aggregate functions/state/welchTTestState/single NULL value OK 43ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Bool) OK 78ms
/aggregate functions/state/uniqExactState/Map(Bool,UInt16) OK 74ms
/aggregate functions/state/welchTTestState/return type OK 52ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),UInt16) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/welchTTestState/doc example OK 46ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,String) OK 77ms
/aggregate functions/state/uniqExactState/Map(Bool,UInt32) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),UInt32) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/state/welchTTestState/inf OK 53ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,FixedString(51)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Bool,UInt64) OK 81ms
/aggregate functions/state/welchTTestState/-inf OK 63ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),UInt64) OK 72ms
/aggregate functions/state/welchTTestState/nan OK 57ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,UUID) OK 102ms
/aggregate functions/state/uniqExactState/Map(Bool,UInt128) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(DateTime))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),UInt128) OK 71ms
/aggregate functions/state/welchTTestState/inf, -inf, nan OK 50ms
/aggregate functions/state/uniqExactState/Map(Bool,Int8) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Int8) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(Bool))) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(UInt8)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes OK 53s 305ms
/aggregate functions/state/welchTTestState/datatypes/permutations OK 53s 305ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,uint8 OK 83ms
/aggregate functions/state/uniqExactState/Map(Bool,Int16) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Int16) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(String))) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(UInt16)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,uint64 OK 69ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Int32) OK 93ms
/aggregate functions/state/uniqExactState/Map(Bool,Int32) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(FixedString(51)))) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(UInt32)) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,uint32 OK 70ms
/aggregate functions/state/uniqExactState/Map(Bool,Int64) OK 69ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Int64) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,uint16 OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt32,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(UInt64)) OK 69ms
/aggregate functions/state/uniqExactState/Map(Bool,Int128) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,nullable_uint8_ OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(UInt128)) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Int128) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Array(String)) OK 68ms
/aggregate functions/state/uniqExactState/Map(Bool,Float32) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,nullable_uint64_ OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(Int8)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Float32) OK 77ms
/aggregate functions/state/uniqExactState/Map(Bool,Float64) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,nullable_uint32_ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(Int16)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt32,Tuple(String)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Float64) OK 79ms
/aggregate functions/state/uniqExactState/Map(Bool,Decimal128(38)) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,nullable_uint16_ OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt64,UInt8) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(Int32)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Decimal128(38)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Bool,Date) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt64,UInt16) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,lowcardinality_uint8_ OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(Int64)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Date) OK 76ms
/aggregate functions/state/uniqExactState/Map(Bool,DateTime) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,lowcardinality_uint64_ OK 87ms
/aggregate functions/state/uniqThetaState/Map(UInt64,UInt32) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(Int128)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),DateTime) OK 70ms
/aggregate functions/state/uniqExactState/Map(Bool,DateTime64(3)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt64,UInt64) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),DateTime64(3)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(Float32)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Bool,Bool) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt64,UInt128) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Bool) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(Float64)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Bool,String) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),String) OK 97ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Int8) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/uniqExactState/Map(Bool,FixedString(51)) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(Date)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Int16) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),FixedString(51)) OK 89ms
/aggregate functions/state/uniqExactState/Map(Bool,UUID) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(DateTime)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint32__ OK 105ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Int32) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),UUID) OK 91ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(UInt8)) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Int64) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(UInt8)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint8,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(UInt16)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(Bool)) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Int128) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(UInt16)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,uint8 OK 80ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(UInt32)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(String)) OK 154ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Float32) OK 139ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(UInt32)) OK 103ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,uint64 OK 109ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(UInt64)) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(UInt64)) OK 84ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(UInt128)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Float64) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,uint32 OK 91ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(FixedString(51))) OK 68ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(Int8)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(UInt128)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Nullable(UUID)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Decimal128(38)) OK 88ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,uint16 OK 79ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(Int16)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(Int8)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(UInt8)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,nullable_uint8_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Date) OK 77ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(Int32)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(Int16)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,nullable_uint64_ OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt64,DateTime) OK 77ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(Int64)) OK 92ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(Int32)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt64,DateTime64(3)) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,nullable_uint32_ OK 71ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(Int64)) OK 99ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(UInt64)) OK 82ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(Int128)) OK 85ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,nullable_uint16_ OK 90ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Bool) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(UInt128)) OK 92ms
/aggregate functions/state/uniqThetaState/Map(UInt64,String) OK 95ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(Int128)) OK 72ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(Float32)) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,lowcardinality_uint8_ OK 83ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(Float32)) OK 99ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Int8)) OK 94ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(Float64)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt64,FixedString(51)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(Decimal128(38))) OK 91ms
/aggregate functions/state/uniqThetaState/Map(UInt64,UUID) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(Float64)) OK 89ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Int16)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,lowcardinality_uint32_ OK 65ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,lowcardinality_uint16_ OK 97ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(Date)) OK 85ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(UInt8)) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Int32)) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 82ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(DateTime)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(UInt16)) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(Date)) OK 92ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Int64)) OK 83ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(DateTime64(3))) OK 150ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(UInt32)) OK 149ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Int128)) OK 141ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(DateTime)) OK 140ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint32__ OK 171ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(Bool)) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Float32)) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(UInt64)) OK 86ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(String)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(Bool)) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint64,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(UInt128)) OK 70ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(FixedString(51))) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Date)) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(Int8)) OK 91ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,uint8 OK 80ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(String)) OK 77ms
/aggregate functions/state/uniqExactState/Map(Bool,Nullable(UUID)) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(DateTime)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,uint64 OK 83ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(FixedString(51))) OK 88ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(Int16)) OK 81ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Bool)) OK 86ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,uint32 OK 87ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(Int32)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Nullable(UUID)) OK 70ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(UInt16)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(String)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(UInt8)) OK 106ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,uint16 OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(Int64)) OK 92ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(UInt32)) OK 90ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,nullable_uint8_ OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(Int128)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(UInt16)) OK 70ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,nullable_uint64_ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(UUID)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(UInt32)) OK 85ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(Float32)) OK 79ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(UInt128)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,nullable_uint32_ OK 82ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(Float64)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Int8)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,nullable_uint16_ OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(Decimal128(38))) OK 75ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Int16)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Int8)) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(Date)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Int32)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(DateTime)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Int16)) OK 74ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Int64)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 85ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,lowcardinality_uint32_ OK 84ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Int32)) OK 80ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Int128)) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(DateTime64(3))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(Int8))) OK 99ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Int64)) OK 97ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(Bool)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Float32)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(String)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Float64)) OK 95ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(Int16))) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Int128)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(FixedString(51))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Float32)) OK 76ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Date)) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Nullable(UUID)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Float64)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(DateTime)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint32,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Date)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(Int128))) OK 75ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Bool)) OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,uint8 OK 85ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(DateTime)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(String)) OK 101ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Bool)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,uint64 OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(UInt64)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(String)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,uint32 OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(UInt128)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,uint16 OK 76ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Int8)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,nullable_uint8_ OK 83ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(UUID)) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,nullable_uint64_ OK 98ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(String))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 92ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Int32)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 128ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,nullable_uint32_ OK 128ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 116ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 112ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Int64)) OK 121ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 100ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,LowCardinality(Nullable(UUID))) OK 96ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,nullable_uint16_ OK 87ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,lowcardinality_uint8_ OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Array(String)) OK 75ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Float32)) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(Int16))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt64,Tuple(String)) OK 78ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Date)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,lowcardinality_uint16_ OK 91ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,UInt8) OK 88ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(DateTime)) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 78ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint8__ OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,UInt16) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,UInt32) OK 82ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(String)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,UInt64) OK 90ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(FixedString(51))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(Date))) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/uint16,lowcardinality_nullable_uint16__ OK 107ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(UUID)) OK 100ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,UInt128) OK 101ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,uint8 OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Int8) OK 78ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(Bool))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,uint64 OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Int16) OK 70ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Int32) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,uint32 OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(UInt32))) OK 71ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 84ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Int64) OK 104ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,uint16 OK 92ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/state/uniqExactState/Map(Bool,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(UInt128))) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,nullable_uint8_ OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Int128) OK 75ms
/aggregate functions/state/uniqExactState/Map(Bool,Array(String)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(Int8))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 85ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,nullable_uint64_ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Float32) OK 75ms
/aggregate functions/state/uniqExactState/Map(Bool,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(Int16))) OK 94ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,nullable_uint32_ OK 79ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Array(String)) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Float64) OK 72ms
/aggregate functions/state/uniqExactState/Map(Bool,Tuple(String)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,nullable_uint16_ OK 90ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Decimal128(38)) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/state/uniqExactState/Map(String,UInt8) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Date) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint8_ OK 69ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(String),Tuple(String)) OK 75ms
/aggregate functions/state/uniqExactState/Map(String,UInt16) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint64_ OK 92ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,DateTime) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),UInt8) OK 74ms
/aggregate functions/state/uniqExactState/Map(String,UInt32) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(Float32))) OK 86ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,DateTime64(3)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),UInt16) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint32_ OK 83ms
/aggregate functions/state/uniqExactState/Map(String,UInt64) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Bool) OK 97ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),UInt32) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/uniqExactState/Map(String,UInt128) OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(Date))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),UInt64) OK 92ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,String) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint8__ OK 67ms
/aggregate functions/state/uniqExactState/Map(String,Int8) OK 85ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(DateTime))) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint64__ OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,FixedString(51)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),UInt128) OK 80ms
/aggregate functions/state/uniqExactState/Map(String,Int16) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,UUID) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(Bool))) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint32__ OK 83ms
/aggregate functions/state/uniqExactState/Map(String,Int32) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Int8) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(UInt8)) OK 101ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint8_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/uniqExactState/Map(String,Int64) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Int16) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/uniqExactState/Map(String,Int128) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,uint8 OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(UInt16)) OK 68ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Int32) OK 74ms
/aggregate functions/state/uniqExactState/Map(String,Float32) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt64,LowCardinality(Nullable(UUID))) OK 86ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(UInt32)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,uint64 OK 82ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Int64) OK 79ms
/aggregate functions/state/uniqExactState/Map(String,Float64) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(UInt64)) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Array(String)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,uint32 OK 85ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Int128) OK 83ms
/aggregate functions/state/uniqExactState/Map(String,Decimal128(38)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Map(String,LowCardinality(Float64))) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(UInt128)) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,uint16 OK 77ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Float32) OK 80ms
/aggregate functions/state/uniqExactState/Map(String,Date) OK 67ms
/aggregate functions/state/uniqThetaState/Map(UInt64,Tuple(String)) OK 103ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,nullable_uint8_ OK 91ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(Int8)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Float64) OK 77ms
/aggregate functions/state/uniqExactState/Map(String,DateTime) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(Int16)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 93ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,nullable_uint64_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt128,UInt8) OK 73ms
/aggregate functions/state/uniqExactState/Map(String,DateTime64(3)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(Int32)) OK 88ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,nullable_uint32_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt128,UInt16) OK 91ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Date) OK 68ms
/aggregate functions/state/uniqExactState/Map(String,Bool) OK 90ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,nullable_uint16_ OK 78ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),DateTime) OK 90ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(Int64)) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt128,UInt32) OK 78ms
/aggregate functions/state/uniqExactState/Map(String,String) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint8_ OK 73ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(Int128)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt128,UInt64) OK 73ms
/aggregate functions/state/uniqExactState/Map(String,FixedString(51)) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Bool) OK 92ms
/aggregate functions/state/uniqThetaState/Map(UInt128,UInt128) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(Float32)) OK 87ms
/aggregate functions/state/uniqExactState/Map(String,UUID) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Int8) OK 98ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(UInt8)) OK 76ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),String) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(Float64)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_uint16_ OK 70ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 95ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(UInt16)) OK 95ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(Decimal128(38))) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Int16) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint8__ OK 99ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(Date)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Int32) OK 118ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),UUID) OK 109ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(UInt32)) OK 101ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint64__ OK 84ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(DateTime)) OK 71ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(UInt64)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Int64) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(DateTime64(3))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint32__ OK 65ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 86ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(UInt128)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Int128) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint64_,lowcardinality_nullable_uint16__ OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(Bool)) OK 73ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(Int8)) OK 85ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Float32) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(String)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,uint8 OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 95ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Float64) OK 91ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(Int16)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(FixedString(51))) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,uint64 OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,uint32 OK 101ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(Int32)) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Nullable(UUID)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Decimal128(38)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 79ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(Int64)) OK 103ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(UInt8)) OK 96ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 91ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Date) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,uint16 OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt128,DateTime) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,nullable_uint8_ OK 69ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(UInt16)) OK 168ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(Int128)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(UInt128,DateTime64(3)) OK 118ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,nullable_uint64_ OK 114ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(Float32)) OK 150ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 158ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,nullable_uint32_ OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Bool) OK 69ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(Float64)) OK 66ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 96ms
/aggregate functions/state/uniqThetaState/Map(UInt128,String) OK 94ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(UInt64)) OK 97ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,nullable_uint16_ OK 80ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 87ms
/aggregate functions/state/uniqThetaState/Map(UInt128,FixedString(51)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(Date)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint64_ OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt128,UUID) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Int8)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 72ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(DateTime)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint32_ OK 97ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(UInt8)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Int16)) OK 90ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 84ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(UInt16)) OK 87ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(Bool)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Int32)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 98ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(String)) OK 89ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(UInt32)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint8__ OK 66ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Int64)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Int128)) OK 95ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(UInt64)) OK 77ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(FixedString(51))) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 87ms
/aggregate functions/state/uniqExactState/Map(String,Nullable(UUID)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(UInt128)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(Int8)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint32_,lowcardinality_nullable_uint16__ OK 88ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(UInt8)) OK 95ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Float64)) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(Int16)) OK 93ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Date)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,uint8 OK 75ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(UInt16)) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(DateTime)) OK 90ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,uint64 OK 87ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(Int32)) OK 76ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(Int64)) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Bool)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,uint32 OK 74ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(UInt64)) OK 74ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 322ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(String)) OK 326ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,uint16 OK 312ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(Int128)) OK 311ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(UInt128)) OK 310ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,nullable_uint8_ OK 92ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(Float32)) OK 77ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 93ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Int8)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(FixedString(51))) OK 73ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Int16)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(Float64)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(UUID)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,nullable_uint64_ OK 86ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(Decimal128(38))) OK 126ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Int32)) OK 127ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 118ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 122ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,nullable_uint32_ OK 113ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(Date)) OK 92ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Int64)) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,nullable_uint16_ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint8_ OK 90ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 91ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Int128)) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(DateTime)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 96ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(DateTime64(3))) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint64_ OK 76ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 82ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Float32)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint32_ OK 106ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(Bool)) OK 92ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 82ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Float64)) OK 96ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 90ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(String)) OK 94ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Date)) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 91ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint8__ OK 93ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(DateTime)) OK 92ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(FixedString(51))) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Nullable(UUID)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Bool)) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(Int32))) OK 86ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint32__ OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(UInt8)) OK 80ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 90ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(Int64))) OK 80ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(String)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_uint16_,lowcardinality_nullable_uint16__ OK 122ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(UInt16)) OK 192ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(FixedString(51))) OK 181ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 172ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(Int128))) OK 161ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,uint8 OK 79ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(Float32))) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 92ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(UUID)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,uint64 OK 81ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(UInt64)) OK 69ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 90ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,uint32 OK 90ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(Date))) OK 95ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(UInt128)) OK 71ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,uint16 OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Int8)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 82ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(UInt32))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,nullable_uint8_ OK 69ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Int16)) OK 69ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(UInt64))) OK 86ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,nullable_uint64_ OK 80ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Int32)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,nullable_uint32_ OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(Int8))) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,nullable_uint16_ OK 88ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Int128)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,LowCardinality(Nullable(UUID))) OK 87ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(Int16))) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint8_ OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Float32)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Array(String)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 90ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(Int32))) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Float64)) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Map(String,LowCardinality(Float64))) OK 70ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(Int64))) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint32_ OK 88ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 91ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Date)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UInt128,Tuple(String)) OK 76ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(DateTime)) OK 101ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,lowcardinality_uint16_ OK 94ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int8,UInt8) OK 72ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(Float32))) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int8,UInt16) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Bool)) OK 73ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(Float64))) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(Int8,UInt32) OK 93ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint64__ OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(String)) OK 76ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 89ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int8,UInt64) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint32__ OK 82ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(DateTime))) OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(UUID)) OK 100ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int8,UInt128) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int8_,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 94ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,uint8 OK 98ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Int8) OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(UInt8))) OK 91ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(String))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Int16) OK 81ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 95ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,uint64 OK 77ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Int32) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,uint32 OK 89ms
/aggregate functions/state/uniqExactState/Map(String,LowCardinality(Nullable(UUID))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(UInt32))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Int64) OK 72ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 86ms
/aggregate functions/state/uniqExactState/Map(String,Array(String)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,uint16 OK 80ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(UInt64))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Int128) OK 75ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/state/uniqExactState/Map(String,Map(String,LowCardinality(Float64))) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,nullable_uint8_ OK 81ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Float32) OK 73ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/state/uniqExactState/Map(String,Tuple(String)) OK 85ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(Int8))) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,nullable_uint64_ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Float64) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,nullable_uint32_ OK 83ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),UInt8) OK 79ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Decimal128(38)) OK 96ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,nullable_uint16_ OK 78ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),UInt16) OK 79ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Date) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint8_ OK 93ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),UInt32) OK 82ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Array(String)) OK 86ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int8,DateTime) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(Int128))) OK 105ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),UInt64) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint64_ OK 95ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(Int8,DateTime64(3)) OK 93ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),UInt128) OK 75ms
/aggregate functions/state/uniqCombined64State/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint32_ OK 90ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(Float32))) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Bool) OK 75ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Int8) OK 76ms
/aggregate functions/state/uniqCombined64State/Nullable(UInt8) OK 78ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(Float64))) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,lowcardinality_uint16_ OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int8,String) OK 85ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Int16) OK 78ms
/aggregate functions/state/uniqCombined64State/Nullable(UInt16) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint8__ OK 91ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(Date))) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int8,FixedString(51)) OK 76ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Int32) OK 71ms
/aggregate functions/state/uniqCombined64State/Nullable(UInt32) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(DateTime))) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int8,UUID) OK 72ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Int64) OK 70ms
/aggregate functions/state/uniqCombined64State/Nullable(UInt64) OK 81ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(Bool))) OK 91ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(UInt8)) OK 79ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Int128) OK 81ms
/aggregate functions/state/uniqCombined64State/Nullable(UInt128) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(UInt16)) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int64_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Float32) OK 73ms
/aggregate functions/state/uniqCombined64State/Nullable(Int8) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(FixedString(51)))) OK 90ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(UInt32)) OK 85ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,uint8 OK 81ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Float64) OK 81ms
/aggregate functions/state/uniqCombined64State/Nullable(Int16) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,uint64 OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(UInt64)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt128,LowCardinality(Nullable(UUID))) OK 69ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Decimal128(38)) OK 73ms
/aggregate functions/state/uniqCombined64State/Nullable(Int32) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(UInt128)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Array(String)) OK 93ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,uint32 OK 82ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Date) OK 78ms
/aggregate functions/state/uniqCombined64State/Nullable(Int64) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(Int8)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,uint16 OK 73ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),DateTime) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/uniqCombined64State/Nullable(Int128) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(Int16)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,nullable_uint8_ OK 124ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),DateTime64(3)) OK 124ms
/aggregate functions/state/uniqThetaState/Map(UInt128,Tuple(String)) OK 109ms
/aggregate functions/state/uniqCombined64State/Nullable(Float32) OK 111ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(Int32)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int8,UInt8) OK 90ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,nullable_uint64_ OK 85ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Bool) OK 85ms
/aggregate functions/state/uniqCombined64State/Nullable(Float64) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(Int64)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(Int128)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,nullable_uint32_ OK 84ms
/aggregate functions/state/uniqThetaState/Map(Int8,UInt16) OK 87ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),String) OK 87ms
/aggregate functions/state/uniqCombined64State/Nullable(Decimal128(38)) OK 71ms
/aggregate functions/state/uniqCombined64State/Nullable(Date) OK 111ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(Float32)) OK 113ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,nullable_uint16_ OK 122ms
/aggregate functions/state/uniqThetaState/Map(Int8,UInt32) OK 115ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),FixedString(51)) OK 110ms
/aggregate functions/state/uniqCombined64State/Nullable(DateTime) OK 102ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(Float64)) OK 92ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),UUID) OK 99ms
/aggregate functions/state/uniqThetaState/Map(Int8,UInt64) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/uniqThetaState/Map(Int8,UInt128) OK 95ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(Decimal128(38))) OK 86ms
/aggregate functions/state/uniqCombined64State/Nullable(DateTime64(3)) OK 104ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint64_ OK 95ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(UInt8)) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(Date)) OK 83ms
/aggregate functions/state/uniqThetaState/Map(Int8,Int8) OK 90ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(UInt16)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint32_ OK 92ms
/aggregate functions/state/uniqCombined64State/Nullable(Bool) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(DateTime)) OK 85ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(UInt32)) OK 85ms
/aggregate functions/state/uniqThetaState/Map(Int8,Int16) OK 69ms
/aggregate functions/state/uniqCombined64State/Nullable(String) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int8,Int32) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(DateTime64(3))) OK 81ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(UInt64)) OK 158ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint8__ OK 152ms
/aggregate functions/state/uniqCombined64State/Nullable(FixedString(51)) OK 147ms
/aggregate functions/state/uniqThetaState/Map(Int8,Int64) OK 155ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(Bool)) OK 139ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(UInt128)) OK 72ms
/aggregate functions/state/uniqCombined64State/Nullable(UUID) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(String)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int8,Int128) OK 69ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(Int8)) OK 98ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint32__ OK 91ms
/aggregate functions/state/uniqCombined64State/Array(UInt8) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(FixedString(51))) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int8,Float32) OK 82ms
/aggregate functions/state/uniqCombined64State/Array(UInt16) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int32_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(Int16)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Nullable(UUID)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int8,Float64) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,uint8 OK 79ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(Int32)) OK 84ms
/aggregate functions/state/uniqCombined64State/Array(UInt32) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/uniqThetaState/Map(Int8,Decimal128(38)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,uint64 OK 77ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(Int64)) OK 77ms
/aggregate functions/state/uniqCombined64State/Array(UInt64) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(UInt16)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Int8,Date) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,uint32 OK 92ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(Int128)) OK 84ms
/aggregate functions/state/uniqCombined64State/Array(UInt128) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(UInt32)) OK 79ms
/aggregate functions/state/uniqThetaState/Map(Int8,DateTime) OK 73ms
/aggregate functions/state/uniqCombined64State/Array(Int8) OK 90ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(Float32)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,uint16 OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(UInt64)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int8,DateTime64(3)) OK 72ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(Float64)) OK 86ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,nullable_uint8_ OK 82ms
/aggregate functions/state/uniqCombined64State/Array(Int16) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(UInt128)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int8,Bool) OK 71ms
/aggregate functions/state/uniqCombined64State/Array(Int32) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,nullable_uint64_ OK 89ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Int8)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int8,String) OK 81ms
/aggregate functions/state/uniqCombined64State/Array(Int64) OK 77ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(Date)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,nullable_uint32_ OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(Int8,FixedString(51)) OK 79ms
/aggregate functions/state/uniqCombined64State/Array(Int128) OK 79ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(DateTime)) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,nullable_uint16_ OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Int32)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int8,UUID) OK 78ms
/aggregate functions/state/uniqCombined64State/Array(Float32) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint8_ OK 92ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(UInt8)) OK 70ms
/aggregate functions/state/uniqCombined64State/Array(Float64) OK 68ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(Bool)) OK 99ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(UInt16)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint64_ OK 75ms
/aggregate functions/state/uniqCombined64State/Array(Decimal128(38)) OK 94ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(UInt32)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(String)) OK 76ms
/aggregate functions/state/uniqCombined64State/Array(Date) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(UInt64)) OK 101ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,lowcardinality_uint16_ OK 85ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Float64)) OK 92ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(FixedString(51))) OK 70ms
/aggregate functions/state/uniqCombined64State/Array(DateTime) OK 71ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Nullable(UUID)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint8__ OK 87ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(UInt128)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Date)) OK 68ms
/aggregate functions/state/uniqCombined64State/Array(DateTime64(3)) OK 72ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(DateTime)) OK 96ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(Int8)) OK 81ms
/aggregate functions/state/uniqCombined64State/Array(Bool) OK 74ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(UInt16)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(Int16)) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Bool)) OK 86ms
/aggregate functions/state/uniqCombined64State/Array(String) OK 77ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(UInt32)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_int16_,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(Int32)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(String)) OK 75ms
/aggregate functions/state/uniqCombined64State/Array(FixedString(51)) OK 76ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(UInt64)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,uint8 OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(Int64)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/state/uniqCombined64State/Array(UUID) OK 75ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(UInt128)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,uint64 OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(Int128)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(UUID)) OK 86ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(UInt8)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,uint32 OK 85ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Int8)) OK 88ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(Float32)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(UInt16)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,uint16 OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(Float64)) OK 78ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Int16)) OK 76ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(UInt32)) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(UInt16))) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,nullable_uint8_ OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Int32)) OK 90ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(UInt64)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,nullable_uint64_ OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(Date)) OK 84ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Int64)) OK 71ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(UInt128)) OK 86ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(UInt64))) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,nullable_uint32_ OK 71ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Int128)) OK 85ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(DateTime)) OK 80ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(Int8)) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(UInt128))) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,nullable_uint16_ OK 72ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Float32)) OK 97ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(Int16)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint8_ OK 69ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(Int32)) OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(Bool)) OK 94ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Float64)) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(Int16))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint64_ OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(Int32))) OK 94ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(Int64)) OK 110ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Date)) OK 110ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(String)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint32_ OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(FixedString(51))) OK 91ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,lowcardinality_uint16_ OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(Int128)) OK 73ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(Int128))) OK 83ms
/aggregate functions/state/uniqThetaState/Map(Int8,Nullable(UUID)) OK 83ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(Float32)) OK 82ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Bool)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(Float32))) OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(UInt8)) OK 81ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(String)) OK 91ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(Float64)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(Float64))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(UInt16)) OK 89ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(Decimal128(38))) OK 69ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(Date))) OK 106ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float64_,lowcardinality_nullable_uint16__ OK 90ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(Date)) OK 87ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(UInt32)) OK 90ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(UUID)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,uint8 OK 107ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(DateTime)) OK 84ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 93ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(DateTime))) OK 84ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(UInt64)) OK 103ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(Bool))) OK 81ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 89ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,uint64 OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(UInt128)) OK 76ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(Bool)) OK 96ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(String))) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,uint32 OK 81ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 88ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Int8)) OK 87ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(String)) OK 90ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,uint16 OK 85ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 87ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Int16)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int8,LowCardinality(Nullable(UUID))) OK 100ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(FixedString(51))) OK 95ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,nullable_uint8_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Int32)) OK 93ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 86ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,nullable_uint64_ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Array(String)) OK 90ms
/aggregate functions/state/uniqCombined64State/Array(Nullable(UUID)) OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Int64)) OK 88ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,nullable_uint32_ OK 70ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(UInt8)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Map(String,LowCardinality(Float64))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Int128)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,nullable_uint16_ OK 91ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(UInt16)) OK 90ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Int8,Tuple(String)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Float32)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int16,UInt8) OK 87ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 78ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(UInt32)) OK 84ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Float64)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint64_ OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Date)) OK 79ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int16,UInt16) OK 88ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(UInt64)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(DateTime)) OK 74ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(UInt128)) OK 86ms
/aggregate functions/state/uniqHLL12State/Map(Int16,UInt32) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,lowcardinality_uint16_ OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Bool)) OK 81ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int16,UInt64) OK 78ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Int8)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(String)) OK 81ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int16,UInt128) OK 67ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Int16)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Int8) OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(FixedString(51))) OK 84ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 69ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Int32)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 90ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Int16) OK 90ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(UUID)) OK 72ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Int64)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_float32_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(UInt8))) OK 71ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 95ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Int32) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,uint8 OK 81ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Int128)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(UInt16))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Int64) OK 96ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Float32)) OK 96ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,uint64 OK 92ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 94ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(UInt32))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Int128) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,uint32 OK 75ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Float64)) OK 83ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Float32) OK 94ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,uint16 OK 78ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Array(String)) OK 77ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Date)) OK 91ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint8_ OK 76ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Float64) OK 71ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(Int8))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint64_ OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Decimal128(38)) OK 96ms
/aggregate functions/state/uniqExactState/Map(FixedString(51),Tuple(String)) OK 85ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Bool)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint32_ OK 72ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(String)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UUID,UInt8) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Date) OK 79ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(Int32))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,nullable_uint16_ OK 81ms
/aggregate functions/state/uniqExactState/Map(UUID,UInt16) OK 86ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(FixedString(51))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(Int64))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int16,DateTime) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(Int128))) OK 93ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(UUID)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UUID,UInt32) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int16,DateTime64(3)) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint64_ OK 71ms
/aggregate functions/state/uniqExactState/Map(UUID,UInt64) OK 80ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Bool) OK 86ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(UInt16))) OK 80ms
/aggregate functions/state/uniqExactState/Map(UUID,UInt128) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int16,String) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/uniqExactState/Map(UUID,Int8) OK 81ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(Date))) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Int16,FixedString(51)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/uniqExactState/Map(UUID,Int16) OK 77ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(UInt64))) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int16,UUID) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/uniqExactState/Map(UUID,Int32) OK 88ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(UInt8)) OK 70ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(Int8))) OK 89ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/uniqExactState/Map(UUID,Int64) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(UInt16)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/nullable_decimal128_38__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(FixedString(51)))) OK 148ms
/aggregate functions/state/uniqExactState/Map(UUID,Int128) OK 134ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(Int16))) OK 143ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(UInt32)) OK 134ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,uint8 OK 121ms
/aggregate functions/state/uniqExactState/Map(UUID,Float32) OK 123ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,uint64 OK 115ms
/aggregate functions/state/uniqThetaState/Map(Int8,LowCardinality(Nullable(UUID))) OK 94ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(UInt64)) OK 103ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(Int32))) OK 91ms
/aggregate functions/state/uniqThetaState/Map(Int8,Array(String)) OK 80ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(Int64))) OK 107ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(UInt128)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,uint32 OK 93ms
/aggregate functions/state/uniqExactState/Map(UUID,Float64) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int8,Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(Int8)) OK 74ms
/aggregate functions/state/uniqExactState/Map(UUID,Decimal128(38)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,uint16 OK 72ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(Int128))) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int8,Tuple(String)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(Int16)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UUID,Date) OK 71ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(Float32))) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint8_ OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int16,UInt8) OK 83ms
/aggregate functions/state/uniqExactState/Map(UUID,DateTime) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(Int32)) OK 70ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(Float64))) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint64_ OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int16,UInt16) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(Int64)) OK 73ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(Date))) OK 141ms
/aggregate functions/state/uniqExactState/Map(UUID,DateTime64(3)) OK 146ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint32_ OK 144ms
/aggregate functions/state/uniqThetaState/Map(Int16,UInt32) OK 151ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(Int128)) OK 166ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(DateTime))) OK 79ms
/aggregate functions/state/uniqExactState/Map(UUID,Bool) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,nullable_uint16_ OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int16,UInt64) OK 77ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(Float32)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UUID,String) OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int16,UInt128) OK 79ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint64_ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(Float64)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UUID,FixedString(51)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int16,Int8) OK 75ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint32_ OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/uniqExactState/Map(UUID,UUID) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int16,Int16) OK 74ms
/aggregate functions/state/uniqCombined64State/Array(LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(Date)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(UInt8)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int16,Int32) OK 72ms
/aggregate functions/state/uniqCombined64State/Array(Array(String)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint8__ OK 85ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(DateTime)) OK 92ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(UInt16)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(Int16,Int64) OK 81ms
/aggregate functions/state/uniqCombined64State/Array(Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint64__ OK 97ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(UInt32)) OK 104ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(DateTime64(3))) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int16,Int128) OK 68ms
/aggregate functions/state/uniqCombined64State/Array(Tuple(String)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(Bool)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int16,Float32) OK 76ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(UInt64)) OK 77ms
/aggregate functions/state/uniqCombined64State/LowCardinality(UInt8) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(String)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint8_,lowcardinality_nullable_uint16__ OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int16,Float64) OK 95ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(UInt128)) OK 74ms
/aggregate functions/state/uniqCombined64State/LowCardinality(UInt16) OK 86ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(FixedString(51))) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,uint8 OK 80ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(Int8)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int16,Decimal128(38)) OK 75ms
/aggregate functions/state/uniqCombined64State/LowCardinality(UInt32) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Nullable(UUID)) OK 74ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(Int16)) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,uint64 OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int16,Date) OK 82ms
/aggregate functions/state/uniqCombined64State/LowCardinality(UInt64) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(UInt8)) OK 85ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,uint32 OK 84ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(Int32)) OK 82ms
/aggregate functions/state/uniqCombined64State/LowCardinality(UInt128) OK 82ms
/aggregate functions/state/uniqThetaState/Map(Int16,DateTime) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,uint16 OK 66ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(Int64)) OK 97ms
/aggregate functions/state/uniqThetaState/Map(Int16,DateTime64(3)) OK 85ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Int8) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint8_ OK 79ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Int16) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int16,Bool) OK 76ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(Int128)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint64_ OK 71ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Int32) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int16,String) OK 77ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(Float32)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(UInt128)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint32_ OK 85ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Int64) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int16,FixedString(51)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(Float64)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Int8)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,nullable_uint16_ OK 72ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Int128) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int16,UUID) OK 71ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(Decimal128(38))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Int16)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint8_ OK 96ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Float32) OK 87ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(UInt8)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(Date)) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Int32)) OK 73ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Float64) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(UInt16)) OK 69ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(DateTime)) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Int64)) OK 77ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Date) OK 89ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint32_ OK 66ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(UInt32)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(DateTime64(3))) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Int128)) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(UInt64)) OK 71ms
/aggregate functions/state/uniqCombined64State/LowCardinality(DateTime) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Float32)) OK 84ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(Bool)) OK 88ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(UInt128)) OK 84ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Bool) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Float64)) OK 76ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(String)) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(Int8)) OK 79ms
/aggregate functions/state/uniqCombined64State/LowCardinality(String) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Date)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(FixedString(51))) OK 72ms
/aggregate functions/state/uniqCombined64State/LowCardinality(FixedString(51)) OK 90ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(Int16)) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint64_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/uniqExactState/Map(UUID,Nullable(UUID)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(Int32)) OK 73ms
/aggregate functions/state/uniqCombined64State/LowCardinality(UUID) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Bool)) OK 77ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(UInt8)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,uint8 OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(Int64)) OK 92ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(UInt8)) OK 93ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(String)) OK 75ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,uint64 OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(Int128)) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(FixedString(51))) OK 94ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(UInt16)) OK 71ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(UInt32)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,uint32 OK 69ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(UInt32)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(UInt64)) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,uint16 OK 81ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(Float32)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(UUID)) OK 73ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(UInt128)) OK 100ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(UInt64)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint8_ OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(Float64)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(Decimal128(38))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(UInt128)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint64_ OK 77ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(Date)) OK 126ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(UInt32))) OK 134ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(Int8)) OK 120ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint32_ OK 118ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Int16)) OK 104ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Int32)) OK 92ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(DateTime)) OK 80ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(Int16)) OK 88ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,nullable_uint16_ OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(UInt64))) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint8_ OK 95ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(DateTime64(3))) OK 95ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Int64)) OK 72ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(Int32)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(Int8))) OK 99ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Int128)) OK 91ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(Int64)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint64_ OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(Bool)) OK 69ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(Int128)) OK 84ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(String)) OK 79ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Float32)) OK 97ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(Int16))) OK 63ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint32_ OK 87ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(Int32))) OK 93ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(FixedString(51))) OK 78ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(Float32)) OK 81ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Float64)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_uint16_ OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int16,Nullable(UUID)) OK 103ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(Float64)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(Int64))) OK 99ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint8__ OK 89ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Date)) OK 84ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(Date)) OK 83ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(UInt8)) OK 83ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(DateTime)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint64__ OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(Int128))) OK 68ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(DateTime)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Bool)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(Float32))) OK 95ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(UInt16)) OK 87ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(Bool)) OK 78ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(String)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint32_,lowcardinality_nullable_uint16__ OK 89ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(Float64))) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(UInt32)) OK 83ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(String)) OK 72ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,uint8 OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(FixedString(51))) OK 78ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(UUID)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(UInt128)) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,uint64 OK 68ms
/aggregate functions/state/uniqCombined64State/LowCardinality(Nullable(UUID)) OK 70ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(Bool))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,uint32 OK 87ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Int8)) OK 66ms
/aggregate functions/state/uniqCombined64State/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 556ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Int16)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,uint16 OK 67ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 134ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 116ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Int32)) OK 109ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint8_ OK 95ms
/aggregate functions/state/uniqHLL12State/Map(Int16,LowCardinality(Nullable(UUID))) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint64_ OK 91ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Int64)) OK 82ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Array(String)) OK 78ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Int128)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint32_ OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Map(String,LowCardinality(Float64))) OK 72ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Float32)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,nullable_uint16_ OK 98ms
/aggregate functions/state/uniqHLL12State/Map(Int16,Tuple(String)) OK 86ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(Int16))) OK 85ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Float64)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int32,UInt8) OK 82ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Date)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint64_ OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(DateTime)) OK 86ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(Int64))) OK 86ms
/aggregate functions/state/uniqHLL12State/Map(Int32,UInt16) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint32_ OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int32,UInt32) OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Bool)) OK 71ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(Int128))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_uint16_ OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int32,UInt64) OK 93ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(String)) OK 68ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(Float32))) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(FixedString(51))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int32,UInt128) OK 71ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(Float64))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(UUID)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint32__ OK 87ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Int8) OK 83ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Int16) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_uint16_,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(UInt16))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Int32) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint8 OK 93ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(Bool))) OK 85ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(UInt32))) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Int64) OK 67ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(String))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint64 OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Int128) OK 75ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint32 OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(UInt128))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Float32) OK 79ms
/aggregate functions/state/uniqExactState/Map(UUID,LowCardinality(Nullable(UUID))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,uint16 OK 73ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/state/uniqExactState/Map(UUID,Array(String)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Float64) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint8_ OK 79ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(Int16))) OK 71ms
/aggregate functions/state/uniqExactState/Map(UUID,Map(String,LowCardinality(Float64))) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Decimal128(38)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(Int32))) OK 64ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint64_ OK 66ms
/aggregate functions/state/uniqExactState/Map(UUID,Tuple(String)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Date) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(Int64))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint32_ OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),UInt8) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int32,DateTime) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(Int128))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,nullable_uint16_ OK 67ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),UInt16) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int32,DateTime64(3)) OK 62ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint8_ OK 67ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(Float32))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Bool) OK 75ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),UInt32) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(Float64))) OK 65ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),UInt64) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int32,String) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint32_ OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Int32,FixedString(51)) OK 85ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),UInt128) OK 63ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(DateTime))) OK 67ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Int8) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int32,UUID) OK 81ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(Bool))) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint8__ OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Int16) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(String))) OK 113ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(UInt8)) OK 111ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint64__ OK 109ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Int32) OK 128ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(UInt16)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint32__ OK 80ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Int64) OK 79ms
/aggregate functions/state/uniqThetaState/Map(Int16,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(UInt32)) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint8__,lowcardinality_nullable_uint16__ OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Int128) OK 66ms
/aggregate functions/state/uniqThetaState/Map(Int16,Array(String)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(UInt64)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint8 OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Float32) OK 66ms
/aggregate functions/state/uniqThetaState/Map(Int16,Map(String,LowCardinality(Float64))) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(UInt128)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint64 OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Float64) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint32 OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(Int8)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(Int16,Tuple(String)) OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Decimal128(38)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(Int16)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,uint16 OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int32,UInt8) OK 83ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Date) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(Int32)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint8_ OK 65ms
/aggregate functions/state/uniqThetaState/Map(Int32,UInt16) OK 77ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),DateTime) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint64_ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(Int64)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int32,UInt32) OK 80ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),DateTime64(3)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(Int128)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint32_ OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int32,UInt64) OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Bool) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(Float32)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,nullable_uint16_ OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int32,UInt128) OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),String) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(Float64)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint8_ OK 66ms
/aggregate functions/state/uniqThetaState/Map(Int32,Int8) OK 67ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),FixedString(51)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint64_ OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int32,Int16) OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),UUID) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(Date)) OK 137ms
/aggregate functions/state/uniqThetaState/Map(Int32,Int32) OK 130ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(UInt8)) OK 155ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_uint16_ OK 155ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(DateTime)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(Int32,Int64) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int32,Int128) OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(UInt16)) OK 90ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint8__ OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(Bool)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Int32,Float32) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint64__ OK 78ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(UInt32)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(String)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int32,Float64) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(UInt64)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint32__ OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(FixedString(51))) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int32,Decimal128(38)) OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(UInt128)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint64__,lowcardinality_nullable_uint16__ OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Nullable(UUID)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int32,Date) OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(Int8)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint8 OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(UInt8)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(Int32,DateTime) OK 66ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(Int16)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint64 OK 67ms
/aggregate functions/state/uniqThetaState/Map(Int32,DateTime64(3)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(UInt16)) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint32 OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(Int32)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int32,Bool) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(UInt32)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,uint16 OK 73ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(Int64)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int32,String) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint8_ OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(Int128)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Int32,FixedString(51)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(UInt128)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint64_ OK 68ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(Float32)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(Int32,UUID) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint32_ OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(Float64)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Int16)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(UInt8)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,nullable_uint16_ OK 68ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(UInt16)) OK 92ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Int32)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(Date)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Int64)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(UInt32)) OK 81ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(DateTime)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Int128)) OK 86ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 89ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(UInt64)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint32_ OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_uint16_ OK 87ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Float32)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(UInt128)) OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(Bool)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Float64)) OK 92ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(Int8)) OK 86ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(String)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint64__ OK 97ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 93ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(Int16)) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Date)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(DateTime)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(Int32)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Nullable(UUID)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Bool)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(Int64)) OK 91ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint32__,lowcardinality_nullable_uint16__ OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(String)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint8 OK 83ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(Int128)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(FixedString(51))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint64 OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 81ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(Float32)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(UUID)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint32 OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(Float64)) OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(UInt8))) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,uint16 OK 79ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(Decimal128(38))) OK 78ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(UInt16))) OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Int8)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint8_ OK 88ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(Date)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Int16)) OK 129ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(DateTime)) OK 109ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint64_ OK 102ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(UInt64))) OK 100ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint32_ OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(DateTime64(3))) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(UInt128))) OK 79ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Int32)) OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Int64)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,nullable_uint16_ OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(Bool)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Int128)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(String)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(Int32))) OK 90ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Float32)) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint64_ OK 66ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(FixedString(51))) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint32_ OK 79ms
/aggregate functions/state/uniqThetaState/Map(Int32,Nullable(UUID)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(Int64))) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Float64)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(UInt8)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_uint16_ OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Date)) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint8__ OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(UInt32)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint64__ OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Bool)) OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(String)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(UInt64)) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint32__ OK 73ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_uint16__,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(DateTime))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(UInt128)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Int8)) OK 86ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint8 OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(Bool))) OK 75ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(UUID)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint64 OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Int16)) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint32 OK 92ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Int32)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int32,LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Int64)) OK 79ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,uint16 OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Array(String)) OK 93ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint8_ OK 83ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Int128)) OK 79ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 88ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint64_ OK 87ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Map(String,LowCardinality(Float64))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Int32,Tuple(String)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Float64)) OK 64ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint32_ OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Date)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int64,UInt8) OK 65ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,nullable_uint16_ OK 81ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int64,UInt16) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(DateTime)) OK 77ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 88ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint8_ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int64,UInt32) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Bool)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint64_ OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(String)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int64,UInt64) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Int64,UInt128) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_uint16_ OK 73ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Int8) OK 82ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(UUID)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(UInt8))) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Int16) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Int32) OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(UInt16))) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint32__ OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Int64) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(UInt32))) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int8__,lowcardinality_nullable_uint16__ OK 85ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Int128) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(UInt64))) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint8 OK 82ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Float32) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint64 OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Float64) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(Int8))) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint32 OK 84ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Decimal128(38)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,uint16 OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Array(String)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Date) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint8_ OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(Int32))) OK 79ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int64,DateTime) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint64_ OK 91ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(String),Tuple(String)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(Int64))) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int64,DateTime64(3)) OK 68ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),UInt8) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint32_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(Int128))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Bool) OK 68ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),UInt16) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(Float32))) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,nullable_uint16_ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int64,String) OK 75ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),UInt32) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(Float64))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int64,FixedString(51)) OK 75ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),UInt64) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint64_ OK 85ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(Date))) OK 90ms
/aggregate functions/state/uniqHLL12State/Map(Int64,UUID) OK 81ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),UInt128) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint32_ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(UInt8)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(DateTime))) OK 65ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Int8) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_uint16_ OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(UInt16)) OK 66ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Int16) OK 85ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(UInt32)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(String))) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint64__ OK 105ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(UInt64)) OK 102ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Int32) OK 97ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(FixedString(51)))) OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int32,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Int64) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(UInt128)) OK 87ms
/aggregate functions/state/uniqThetaState/Map(Int32,Array(String)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int64__,lowcardinality_nullable_uint16__ OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Int128) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(Int8)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint8 OK 73ms
/aggregate functions/state/uniqThetaState/Map(Int32,Map(String,LowCardinality(Float64))) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(Int16)) OK 67ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Float32) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int32,Tuple(String)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint64 OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(Int32)) OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Float64) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint32 OK 93ms
/aggregate functions/state/uniqThetaState/Map(Int64,UInt8) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(Int64)) OK 82ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Int64,UInt16) OK 76ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Date) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(Int128)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,uint16 OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int64,UInt32) OK 78ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),DateTime) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint8_ OK 90ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(Float32)) OK 83ms
/aggregate functions/state/uniqThetaState/Map(Int64,UInt64) OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(Float64)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint64_ OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int64,UInt128) OK 73ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Bool) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint32_ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Int64,Int8) OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),String) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,nullable_uint16_ OK 82ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(Date)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int64,Int16) OK 77ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(DateTime)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint8_ OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),UUID) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int64,Int32) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint64_ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int64,Int64) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(Bool)) OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int64,Int128) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_uint16_ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(String)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int64,Float32) OK 73ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(FixedString(51))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int64,Float64) OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint64__ OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Nullable(UUID)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int64,Decimal128(38)) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint32__ OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int64,Date) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int32__,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(UInt16)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Int64,DateTime) OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint8 OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int64,DateTime64(3)) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint64 OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int64,Bool) OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint32 OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(UInt128)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int64,String) OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,uint16 OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Int8)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int64,FixedString(51)) OK 67ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint8_ OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Int16)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int64,UUID) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint64_ OK 77ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Int32)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(UInt8)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint32_ OK 84ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(UInt16)) OK 85ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,nullable_uint16_ OK 82ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 91ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(UInt32)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint8_ OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Float32)) OK 104ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(UInt64)) OK 83ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint64_ OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Float64)) OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(UInt128)) OK 118ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint32_ OK 108ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Date)) OK 74ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_uint16_ OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(Int8)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(DateTime)) OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint8__ OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(Int16)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Bool)) OK 80ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint64__ OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(Int32)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(String)) OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(Int64)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(FixedString(51))) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_int16__,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(Int128)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(UUID)) OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint8 OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(Float32)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(UInt8))) OK 67ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint64 OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(Float64)) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint32 OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(UInt32))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(Decimal128(38))) OK 88ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,uint16 OK 141ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(UInt64))) OK 132ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(Date)) OK 102ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 161ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(DateTime)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint8_ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(UInt128))) OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(DateTime64(3))) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint64_ OK 100ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(Int8))) OK 66ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 99ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(Int16))) OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(Bool)) OK 93ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint32_ OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(String)) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,nullable_uint16_ OK 82ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(Int64))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(FixedString(51))) OK 75ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint8_ OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(Int128))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int64,Nullable(UUID)) OK 66ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 86ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint64_ OK 64ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(UInt8)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint32_ OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(UInt16)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_uint16_ OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(UInt64)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint64__ OK 66ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(Bool))) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint32__ OK 66ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(UInt128)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float64__,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Int8)) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint8 OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Int16)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint64 OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Int32)) OK 86ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(Int64,LowCardinality(Nullable(UUID))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint32 OK 90ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Array(String)) OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Int64)) OK 65ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Int128)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,uint16 OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Map(String,LowCardinality(Float64))) OK 68ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Float32)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Int64,Tuple(String)) OK 87ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 65ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint8_ OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Float64)) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint64_ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int128,UInt8) OK 68ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 88ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Date)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint32_ OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int128,UInt16) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(DateTime)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,nullable_uint16_ OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int128,UInt32) OK 82ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Bool)) OK 95ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint8_ OK 86ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int128,UInt64) OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint64_ OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(String)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int128,UInt128) OK 72ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint32_ OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(FixedString(51))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Int8) OK 66ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(UUID)) OK 71ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Int16) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(UInt8))) OK 73ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Int32) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint8__ OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Int64) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint64__ OK 67ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(UInt32))) OK 100ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Int128) OK 69ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint32__ OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Float32) OK 73ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 96ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_nullable_float32__,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Float64) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(UInt128))) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,uint8 OK 77ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Decimal128(38)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,uint64 OK 94ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(Int8))) OK 86ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Date) OK 70ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Array(String)) OK 101ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(Int16))) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,uint32 OK 93ms
/aggregate functions/state/uniqHLL12State/Map(Int128,DateTime) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int128,DateTime64(3)) OK 78ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,uint16 OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(Int64))) OK 79ms
/aggregate functions/state/uniqExactState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint8_ OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Bool) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(Int128))) OK 94ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint64_ OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Int128,String) OK 69ms
/aggregate functions/state/uniqExactState/Nullable(UInt8) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int128,FixedString(51)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint32_ OK 86ms
/aggregate functions/state/uniqExactState/Nullable(UInt16) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(Float32))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int128,UUID) OK 94ms
/aggregate functions/state/uniqExactState/Nullable(UInt32) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(Float64))) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,nullable_uint16_ OK 69ms
/aggregate functions/state/uniqExactState/Nullable(UInt64) OK 96ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(Date))) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint8_ OK 85ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(UInt8)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(UInt16)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/uniqExactState/Nullable(UInt128) OK 89ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(UInt32)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint32_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(Bool))) OK 69ms
/aggregate functions/state/uniqExactState/Nullable(Int8) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(UInt64)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_uint16_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(String))) OK 77ms
/aggregate functions/state/uniqExactState/Nullable(Int16) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(UInt128)) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint8__ OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(FixedString(51)))) OK 73ms
/aggregate functions/state/uniqExactState/Nullable(Int32) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(Int8)) OK 95ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint64__ OK 93ms
/aggregate functions/state/uniqThetaState/Map(Int64,LowCardinality(Nullable(UUID))) OK 93ms
/aggregate functions/state/uniqExactState/Nullable(Int64) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(Int16)) OK 104ms
/aggregate functions/state/uniqExactState/Nullable(Int128) OK 102ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint32__ OK 84ms
/aggregate functions/state/uniqThetaState/Map(Int64,Array(String)) OK 88ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int8_,lowcardinality_nullable_uint16__ OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int64,Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(Int32)) OK 88ms
/aggregate functions/state/uniqExactState/Nullable(Float32) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,uint8 OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int64,Tuple(String)) OK 81ms
/aggregate functions/state/uniqExactState/Nullable(Float64) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(Int64)) OK 64ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,uint64 OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(Int128)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int128,UInt8) OK 77ms
/aggregate functions/state/uniqExactState/Nullable(Decimal128(38)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,uint32 OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(Float32)) OK 103ms
/aggregate functions/state/uniqExactState/Nullable(Date) OK 93ms
/aggregate functions/state/uniqThetaState/Map(Int128,UInt16) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,uint16 OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int128,UInt32) OK 86ms
/aggregate functions/state/uniqExactState/Nullable(DateTime) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(Float64)) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint8_ OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(Decimal128(38))) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int128,UInt64) OK 73ms
/aggregate functions/state/uniqExactState/Nullable(DateTime64(3)) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint64_ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(Date)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int128,UInt128) OK 70ms
/aggregate functions/state/uniqExactState/Nullable(Bool) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint32_ OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int128,Int8) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(DateTime)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,nullable_uint16_ OK 75ms
/aggregate functions/state/uniqExactState/Nullable(String) OK 87ms
/aggregate functions/state/uniqThetaState/Map(Int128,Int16) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(DateTime64(3))) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint8_ OK 67ms
/aggregate functions/state/uniqExactState/Nullable(FixedString(51)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int128,Int32) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(Bool)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/uniqExactState/Nullable(UUID) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int128,Int64) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(String)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/uniqExactState/Array(UInt8) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int128,Int128) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(FixedString(51))) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_uint16_ OK 87ms
/aggregate functions/state/uniqExactState/Array(UInt16) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int128,Float32) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Nullable(UUID)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint8__ OK 75ms
/aggregate functions/state/uniqExactState/Array(UInt32) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int128,Float64) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(UInt8)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/uniqExactState/Array(UInt64) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int128,Decimal128(38)) OK 93ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/uniqExactState/Array(UInt128) OK 86ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(UInt32)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int128,Date) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int64_,lowcardinality_nullable_uint16__ OK 79ms
/aggregate functions/state/uniqExactState/Array(Int8) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(UInt64)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(Int128,DateTime) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,uint8 OK 81ms
/aggregate functions/state/uniqExactState/Array(Int16) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int128,DateTime64(3)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,uint64 OK 71ms
/aggregate functions/state/uniqExactState/Array(Int32) OK 82ms
/aggregate functions/state/uniqThetaState/Map(Int128,Bool) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Int8)) OK 89ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,uint32 OK 78ms
/aggregate functions/state/uniqExactState/Array(Int64) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int128,String) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Int16)) OK 90ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,uint16 OK 67ms
/aggregate functions/state/uniqExactState/Array(Int128) OK 81ms
/aggregate functions/state/uniqThetaState/Map(Int128,FixedString(51)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint8_ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Int32)) OK 90ms
/aggregate functions/state/uniqExactState/Array(Float32) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int128,UUID) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint64_ OK 87ms
/aggregate functions/state/uniqExactState/Array(Float64) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Int64)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(UInt8)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint32_ OK 75ms
/aggregate functions/state/uniqExactState/Array(Decimal128(38)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(UInt16)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,nullable_uint16_ OK 76ms
/aggregate functions/state/uniqExactState/Array(Date) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(UInt32)) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint8_ OK 91ms
/aggregate functions/state/uniqExactState/Array(DateTime) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Float64)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(UInt64)) OK 69ms
/aggregate functions/state/uniqExactState/Array(DateTime64(3)) OK 90ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Date)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(UInt128)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(DateTime)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint32_ OK 69ms
/aggregate functions/state/uniqExactState/Array(Bool) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(Int8)) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_uint16_ OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Bool)) OK 75ms
/aggregate functions/state/uniqExactState/Array(String) OK 83ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(Int16)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(String)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(Int32)) OK 76ms
/aggregate functions/state/uniqExactState/Array(FixedString(51)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint64__ OK 79ms
/aggregate functions/state/uniqExactState/Array(UUID) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(Int64)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(Int128)) OK 81ms
/aggregate functions/state/uniqExactState/Array(Nullable(UInt8)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(UUID)) OK 68ms
/aggregate functions/state/uniqExactState/Array(Nullable(UInt16)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(UInt8))) OK 88ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(Float32)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int32_,lowcardinality_nullable_uint16__ OK 84ms
/aggregate functions/state/uniqExactState/Array(Nullable(UInt32)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(Float64)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(UInt16))) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,uint8 OK 62ms
/aggregate functions/state/uniqExactState/Array(Nullable(UInt64)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(Decimal128(38))) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,uint64 OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(UInt32))) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(Date)) OK 88ms
/aggregate functions/state/uniqExactState/Array(Nullable(UInt128)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(UInt64))) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,uint32 OK 74ms
/aggregate functions/state/uniqExactState/Array(Nullable(Int8)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(DateTime)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,uint16 OK 63ms
/aggregate functions/state/uniqExactState/Array(Nullable(Int16)) OK 64ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint8_ OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(Int8))) OK 66ms
/aggregate functions/state/uniqExactState/Array(Nullable(Int32)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(Bool)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint64_ OK 72ms
/aggregate functions/state/uniqExactState/Array(Nullable(Int64)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(String)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(Int32))) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint32_ OK 71ms
/aggregate functions/state/uniqExactState/Array(Nullable(Int128)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(Int64))) OK 94ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(FixedString(51))) OK 91ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,nullable_uint16_ OK 83ms
/aggregate functions/state/uniqExactState/Array(Nullable(Float32)) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint8_ OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(Int128))) OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int128,Nullable(UUID)) OK 96ms
/aggregate functions/state/uniqExactState/Array(Nullable(Float64)) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint64_ OK 66ms
/aggregate functions/state/uniqExactState/Array(Nullable(Decimal128(38))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(Float32))) OK 84ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(UInt8)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/uniqExactState/Array(Nullable(Date)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(Float64))) OK 92ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(UInt16)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_uint16_ OK 82ms
/aggregate functions/state/uniqExactState/Array(Nullable(DateTime)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(UInt32)) OK 87ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(Date))) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/state/uniqExactState/Array(Nullable(DateTime64(3))) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(UInt64)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint64__ OK 74ms
/aggregate functions/state/uniqExactState/Array(Nullable(Bool)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(Bool))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(UInt128)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/uniqExactState/Array(Nullable(String)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Int8)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(String))) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_int16_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/uniqExactState/Array(Nullable(FixedString(51))) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Int16)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,uint8 OK 70ms
/aggregate functions/state/uniqExactState/Array(Nullable(UUID)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Int32)) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,uint64 OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Int128,LowCardinality(Nullable(UUID))) OK 81ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(UInt8)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Int64)) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,uint32 OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Array(String)) OK 65ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(UInt16)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Int128)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,uint16 OK 92ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Float32)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Int128,Tuple(String)) OK 77ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(UInt64)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint8_ OK 92ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Float64)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Date,UInt8) OK 79ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(UInt128)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint64_ OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Date)) OK 72ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Int8)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Date,UInt16) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint32_ OK 79ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(DateTime)) OK 71ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Int16)) OK 92ms
/aggregate functions/state/uniqHLL12State/Map(Date,UInt32) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Bool)) OK 89ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,nullable_uint16_ OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Date,UInt64) OK 72ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Int32)) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint8_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(String)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Date,UInt128) OK 72ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Int64)) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint64_ OK 90ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(FixedString(51))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Date,Int8) OK 74ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Int128)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint32_ OK 75ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(UUID)) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(Date,Int16) OK 78ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Float32)) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_uint16_ OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Date,Int32) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Float64)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint8__ OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Date,Int64) OK 134ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(UInt16))) OK 129ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Date)) OK 122ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint64__ OK 147ms
/aggregate functions/state/uniqHLL12State/Map(Date,Int128) OK 92ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(DateTime)) OK 82ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(UInt32))) OK 91ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint32__ OK 76ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Bool)) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(Date,Float32) OK 80ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(UInt64))) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float64_,lowcardinality_nullable_uint16__ OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Date,Float64) OK 84ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(String)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,uint8 OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(Int8))) OK 81ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(FixedString(51))) OK 92ms
/aggregate functions/state/uniqHLL12State/Map(Date,Decimal128(38)) OK 90ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,uint64 OK 69ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(Int16))) OK 78ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(UUID)) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(Date,Date) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,uint32 OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(Int32))) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Date,DateTime) OK 75ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,uint16 OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Date,DateTime64(3)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(Int64))) OK 69ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint8_ OK 76ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(Int128))) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Date,Bool) OK 83ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(UInt32))) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint64_ OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(Float32))) OK 82ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(UInt64))) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Date,String) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint32_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(Float64))) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Date,FixedString(51)) OK 73ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(UInt128))) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,nullable_uint16_ OK 78ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(Int8))) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Date,UUID) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(Date))) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint8_ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(UInt8)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint64_ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(UInt16)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(Bool))) OK 73ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint32_ OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(UInt32)) OK 86ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(String))) OK 76ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_uint16_ OK 67ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(Int128))) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint8__ OK 70ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(UInt64)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint64__ OK 96ms
/aggregate functions/state/uniqThetaState/Map(Int128,LowCardinality(Nullable(UUID))) OK 106ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(Float32))) OK 100ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(UInt128)) OK 92ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint32__ OK 99ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(Int8)) OK 84ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(Float64))) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Int128,Array(String)) OK 81ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(Date))) OK 102ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(Int16)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Int128,Map(String,LowCardinality(Float64))) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/lowcardinality_float32_,lowcardinality_nullable_uint16__ OK 91ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(Int32)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Int128,Tuple(String)) OK 77ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(DateTime))) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,uint8 OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(Int64)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Date,UInt8) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,uint64 OK 72ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(Bool))) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(Int128)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Date,UInt16) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,uint32 OK 81ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(String))) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(Float32)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(Date,UInt32) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,uint16 OK 67ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(FixedString(51)))) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(Float64)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Date,UInt64) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,nullable_uint8_ OK 72ms
/aggregate functions/state/uniqExactState/Array(LowCardinality(Nullable(UUID))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Date,UInt128) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,nullable_uint64_ OK 67ms
/aggregate functions/state/uniqExactState/Array(Array(String)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(Date)) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,nullable_uint32_ OK 78ms
/aggregate functions/state/uniqThetaState/Map(Date,Int8) OK 74ms
/aggregate functions/state/uniqExactState/Array(Map(String,LowCardinality(Float64))) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(DateTime)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Date,Int16) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,nullable_uint16_ OK 78ms
/aggregate functions/state/uniqExactState/Array(Tuple(String)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/uniqExactState/LowCardinality(UInt8) OK 83ms
/aggregate functions/state/uniqThetaState/Map(Date,Int32) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,lowcardinality_uint8_ OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(Bool)) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/uniqThetaState/Map(Date,Int64) OK 73ms
/aggregate functions/state/uniqExactState/LowCardinality(UInt16) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(String)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,lowcardinality_uint32_ OK 77ms
/aggregate functions/state/uniqThetaState/Map(Date,Int128) OK 81ms
/aggregate functions/state/uniqExactState/LowCardinality(UInt32) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(FixedString(51))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,lowcardinality_uint16_ OK 75ms
/aggregate functions/state/uniqThetaState/Map(Date,Float32) OK 77ms
/aggregate functions/state/uniqExactState/LowCardinality(UInt64) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Date,Nullable(UUID)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,lowcardinality_nullable_uint8__ OK 76ms
/aggregate functions/state/uniqThetaState/Map(Date,Float64) OK 79ms
/aggregate functions/state/uniqExactState/LowCardinality(UInt128) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(UInt8)) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,lowcardinality_nullable_uint64__ OK 91ms
/aggregate functions/state/uniqExactState/LowCardinality(Int8) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Date,Decimal128(38)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(UInt16)) OK 77ms
/aggregate functions/state/uniqExactState/LowCardinality(Int16) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Date,Date) OK 96ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,lowcardinality_nullable_uint32__ OK 72ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(UInt32)) OK 74ms
/aggregate functions/state/uniqExactState/LowCardinality(Int32) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int8,lowcardinality_nullable_uint16__ OK 75ms
/aggregate functions/state/uniqThetaState/Map(Date,DateTime) OK 93ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(UInt64)) OK 81ms
/aggregate functions/state/uniqExactState/LowCardinality(Int64) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,uint8 OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(UInt128)) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Date,DateTime64(3)) OK 78ms
/aggregate functions/state/uniqExactState/LowCardinality(Int128) OK 74ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,uint64 OK 70ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Int8)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Date,Bool) OK 68ms
/aggregate functions/state/uniqExactState/LowCardinality(Float32) OK 93ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,uint32 OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Int16)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(Date,String) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,uint16 OK 73ms
/aggregate functions/state/uniqExactState/LowCardinality(Float64) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Date,FixedString(51)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Int32)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,nullable_uint8_ OK 70ms
/aggregate functions/state/uniqExactState/LowCardinality(Date) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Date,UUID) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,nullable_uint64_ OK 74ms
/aggregate functions/state/uniqExactState/LowCardinality(DateTime) OK 83ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(UInt8)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,nullable_uint32_ OK 100ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(UInt16)) OK 91ms
/aggregate functions/state/uniqExactState/LowCardinality(Bool) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Float32)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,nullable_uint16_ OK 75ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Float64)) OK 79ms
/aggregate functions/state/uniqExactState/LowCardinality(String) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(UInt32)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,lowcardinality_uint8_ OK 88ms
/aggregate functions/state/uniqExactState/LowCardinality(FixedString(51)) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Date)) OK 87ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(UInt64)) OK 88ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,lowcardinality_uint64_ OK 74ms
/aggregate functions/state/uniqExactState/LowCardinality(UUID) OK 94ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(DateTime)) OK 84ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(UInt128)) OK 65ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,lowcardinality_uint32_ OK 91ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(Int8)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Bool)) OK 78ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(UInt8)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(Int16)) OK 90ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,lowcardinality_uint16_ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(String)) OK 69ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(UInt16)) OK 63ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(UInt32)) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(FixedString(51))) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,lowcardinality_nullable_uint8__ OK 82ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(Int32)) OK 85ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(UUID)) OK 67ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(UInt64)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,lowcardinality_nullable_uint64__ OK 88ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(Int64)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(UInt8))) OK 75ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(UInt128)) OK 81ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(Int128)) OK 87ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(UInt16))) OK 77ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(Int8)) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int64,lowcardinality_nullable_uint16__ OK 69ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(Float32)) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(UInt32))) OK 98ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(Int16)) OK 96ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,uint8 OK 65ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(Float64)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,uint64 OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(UInt64))) OK 89ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(Int32)) OK 91ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(Decimal128(38))) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,uint32 OK 70ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(Date)) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(UInt128))) OK 82ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(Int64)) OK 90ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,uint16 OK 71ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(DateTime)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(Int8))) OK 70ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(Int128)) OK 83ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,nullable_uint8_ OK 72ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(DateTime64(3))) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(Int16))) OK 87ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(Float32)) OK 88ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,nullable_uint64_ OK 70ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(Bool)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(Int32))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,nullable_uint32_ OK 105ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(Float64)) OK 95ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(String)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(Int64))) OK 77ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,nullable_uint16_ OK 98ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(Date)) OK 97ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(FixedString(51))) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(Float32))) OK 96ms
/aggregate functions/state/uniqThetaState/Map(Date,Nullable(UUID)) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(DateTime)) OK 91ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(UInt8)) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(Float64))) OK 86ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(Bool)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(UInt16)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,lowcardinality_uint32_ OK 73ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(String)) OK 81ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(Date))) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(UInt32)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,lowcardinality_uint16_ OK 68ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(FixedString(51))) OK 92ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(DateTime))) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(UInt64)) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,lowcardinality_nullable_uint8__ OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(Bool))) OK 80ms
/aggregate functions/state/uniqExactState/LowCardinality(Nullable(UUID)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(UInt128)) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,lowcardinality_nullable_uint64__ OK 76ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(String))) OK 67ms
/aggregate functions/state/uniqExactState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 575ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Int8)) OK 82ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 92ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Int16)) OK 88ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int32,lowcardinality_nullable_uint16__ OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Date,LowCardinality(Nullable(UUID))) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Int32)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,uint8 OK 73ms
/aggregate functions/state/uniqHLL12State/Map(Date,Array(String)) OK 79ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Int64)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,uint64 OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Date,Map(String,LowCardinality(Float64))) OK 140ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Int128)) OK 114ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,uint32 OK 108ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,uint16 OK 71ms
/aggregate functions/state/uniqHLL12State/Map(Date,Tuple(String)) OK 86ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Float32)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Float64)) OK 78ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,nullable_uint8_ OK 77ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,UInt8) OK 66ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Date)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,nullable_uint64_ OK 81ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,UInt16) OK 65ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(DateTime)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,UInt32) OK 62ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,nullable_uint32_ OK 79ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,UInt64) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Bool)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,nullable_uint16_ OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,UInt128) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(String)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,lowcardinality_uint8_ OK 67ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Int8) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(FixedString(51))) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,lowcardinality_uint64_ OK 73ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Int16) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(UUID)) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,lowcardinality_uint32_ OK 61ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Int32) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,lowcardinality_uint16_ OK 67ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(UInt8))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Int64) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,lowcardinality_nullable_uint8__ OK 66ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(UInt16))) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Int128) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,lowcardinality_nullable_uint64__ OK 71ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(UInt32))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Float32) OK 64ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,lowcardinality_nullable_uint32__ OK 67ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(UInt64))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Float64) OK 64ms
/aggregate functions/state/welchTTestState/datatypes/permutations/int16,lowcardinality_nullable_uint16__ OK 65ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(UInt128))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Decimal128(38)) OK 63ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,uint8 OK 64ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(Int8))) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Date) OK 64ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,uint64 OK 71ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,DateTime) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,uint32 OK 64ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(Int32))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,DateTime64(3)) OK 65ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,uint16 OK 67ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Bool) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,nullable_uint8_ OK 67ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(Int128))) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,String) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,nullable_uint64_ OK 67ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(Float32))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,FixedString(51)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,nullable_uint32_ OK 79ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(Float64))) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,UUID) OK 62ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,nullable_uint16_ OK 89ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(UInt8)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(Date))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(DateTime))) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(UInt16)) OK 64ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,lowcardinality_uint8_ OK 64ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(UInt32)) OK 68ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,lowcardinality_uint64_ OK 72ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(Bool))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(UInt64)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(String))) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,lowcardinality_uint32_ OK 68ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(UInt128)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(FixedString(51)))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,lowcardinality_uint16_ OK 63ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,lowcardinality_nullable_uint8__ OK 71ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(Int8)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(Date,LowCardinality(Nullable(UUID))) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(Int16)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Date,Array(String)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(Int32)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,lowcardinality_nullable_uint32__ OK 70ms
/aggregate functions/state/uniqThetaState/Map(Date,Map(String,LowCardinality(Float64))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(Date,Tuple(String)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(Int64)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float64,lowcardinality_nullable_uint16__ OK 65ms
/aggregate functions/state/uniqThetaState/Map(DateTime,UInt8) OK 75ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,uint8 OK 67ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(Int128)) OK 64ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,uint64 OK 66ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(Float32)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(DateTime,UInt16) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,uint32 OK 97ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(Float64)) OK 93ms
/aggregate functions/state/uniqThetaState/Map(DateTime,UInt32) OK 92ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(Decimal128(38))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,uint16 OK 82ms
/aggregate functions/state/uniqThetaState/Map(DateTime,UInt64) OK 82ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(Date)) OK 71ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,nullable_uint8_ OK 62ms
/aggregate functions/state/uniqThetaState/Map(DateTime,UInt128) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(DateTime)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,nullable_uint64_ OK 70ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Int8) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,nullable_uint32_ OK 64ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(DateTime64(3))) OK 67ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Int16) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,nullable_uint16_ OK 70ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(Bool)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Int32) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,lowcardinality_uint8_ OK 82ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(String)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Int64) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(FixedString(51))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Int128) OK 65ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,lowcardinality_uint64_ OK 78ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Nullable(UUID)) OK 81ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Float32) OK 85ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,lowcardinality_uint32_ OK 63ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(UInt8)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Float64) OK 63ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,lowcardinality_uint16_ OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Decimal128(38)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(UInt16)) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,lowcardinality_nullable_uint8__ OK 61ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Date) OK 70ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,lowcardinality_nullable_uint64__ OK 69ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(UInt32)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(DateTime,DateTime) OK 84ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,lowcardinality_nullable_uint32__ OK 63ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(UInt64)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/float32,lowcardinality_nullable_uint16__ OK 67ms
/aggregate functions/state/uniqThetaState/Map(DateTime,DateTime64(3)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(UInt128)) OK 80ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,uint8 OK 70ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Bool) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Int8)) OK 79ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,uint64 OK 68ms
/aggregate functions/state/uniqThetaState/Map(DateTime,String) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Int16)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,uint32 OK 67ms
/aggregate functions/state/uniqThetaState/Map(DateTime,FixedString(51)) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Int32)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,uint16 OK 73ms
/aggregate functions/state/uniqThetaState/Map(DateTime,UUID) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Int64)) OK 81ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,nullable_uint8_ OK 69ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(UInt8)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Int128)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,nullable_uint64_ OK 65ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(UInt16)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Float32)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,nullable_uint32_ OK 66ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(UInt32)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Float64)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,nullable_uint16_ OK 64ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(UInt64)) OK 69ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint8_ OK 77ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Date)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(UInt128)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(DateTime)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint64_ OK 66ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(Int8)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Bool)) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint32_ OK 71ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(Int16)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(String)) OK 72ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,lowcardinality_uint16_ OK 81ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(Int32)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(FixedString(51))) OK 65ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint8__ OK 66ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(Int64)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(UUID)) OK 73ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint64__ OK 68ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(Int128)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 66ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint32__ OK 71ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(Float32)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 67ms
/aggregate functions/state/welchTTestState/datatypes/permutations/decimal128_38_,lowcardinality_nullable_uint16__ OK 74ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(Float64)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(Decimal128(38))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(Date)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(DateTime)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(Int8))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(DateTime64(3))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(Int16))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(Bool)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(Int32))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(String)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(Int64))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(FixedString(51))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(Int128))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Nullable(UUID)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(Float32))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(UInt8)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(Float64))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(UInt16)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(Date))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(UInt32)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(UInt64)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(Bool))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(UInt128)) OK 98ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(String))) OK 140ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Int8)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Int16)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,LowCardinality(Nullable(UUID))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Int32)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Array(String)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Int64)) OK 59ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Int128)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Map(String,LowCardinality(Float64))) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(DateTime,Tuple(String)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Float32)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Bool,UInt8) OK 62ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Float64)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(Bool,UInt16) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Date)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(Bool,UInt32) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(DateTime)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Bool)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Bool,UInt64) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(Bool,UInt128) OK 61ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(String)) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Int8) OK 67ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(FixedString(51))) OK 59ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(UUID)) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Int16) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Int32) OK 78ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(UInt8))) OK 83ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Int64) OK 65ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(UInt16))) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Int128) OK 60ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(UInt32))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Float32) OK 62ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(UInt64))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Float64) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(UInt128))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Decimal128(38)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(Int8))) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Date) OK 62ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(Int16))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Bool,DateTime) OK 66ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(Int32))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Bool,DateTime64(3)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(Int64))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Bool) OK 61ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(Int128))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(Bool,String) OK 64ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(Float32))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,FixedString(51)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(Float64))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,UUID) OK 61ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(Date))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(UInt8)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(DateTime))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(UInt16)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(Bool))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(UInt32)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(String))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(UInt64)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(FixedString(51)))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(UInt128)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(DateTime,LowCardinality(Nullable(UUID))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(Int8)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Array(String)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(Int16)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Map(String,LowCardinality(Float64))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(Int32)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(DateTime,Tuple(String)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(Int64)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,UInt8) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(Int128)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,UInt16) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(Float32)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,UInt32) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(Float64)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(Bool,UInt64) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(Decimal128(38))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,UInt128) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(Date)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,Int8) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(DateTime)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(Bool,Int16) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(DateTime64(3))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,Int32) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(Bool)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,Int64) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(String)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(Bool,Int128) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(FixedString(51))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(Bool,Float32) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Nullable(UUID)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,Float64) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(UInt8)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,Decimal128(38)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(UInt16)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(Bool,Date) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(UInt32)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(Bool,DateTime) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(UInt64)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,DateTime64(3)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(UInt128)) OK 79ms
/aggregate functions/state/uniqThetaState/Map(Bool,Bool) OK 89ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Int8)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,String) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Int16)) OK 72ms
/aggregate functions/state/uniqThetaState/Map(Bool,FixedString(51)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Int32)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(Bool,UUID) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Int64)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(UInt8)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Int128)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(UInt16)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Float32)) OK 58ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(UInt32)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Float64)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(UInt64)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Date)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(UInt128)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(DateTime)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(Int8)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Bool)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(Int16)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(String)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(Int32)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(FixedString(51))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(Int64)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(UUID)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(Int128)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(UInt8))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(Float32)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(UInt16))) OK 76ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(Float64)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(UInt32))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(Decimal128(38))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(UInt64))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(Date)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(UInt128))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(DateTime)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(Int8))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(DateTime64(3))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(Int16))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(Bool)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(Int32))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(String)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(Int64))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(FixedString(51))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(Int128))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(Bool,Nullable(UUID)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(Float32))) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(UInt8)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(Float64))) OK 78ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(UInt16)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(UInt32)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(Date))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(UInt64)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(DateTime))) OK 58ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(Bool))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(UInt128)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Int8)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(String))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Int16)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(Bool,LowCardinality(Nullable(UUID))) OK 90ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Int32)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Int64)) OK 108ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Array(String)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Map(String,LowCardinality(Float64))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Int128)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(Bool,Tuple(String)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Float32)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(String,UInt8) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Float64)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,UInt16) OK 75ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Date)) OK 58ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(DateTime)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(String,UInt32) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(String,UInt64) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Bool)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(String)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,UInt128) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(FixedString(51))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(String,Int8) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,Int16) OK 73ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(UUID)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(UInt8))) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(String,Int32) OK 74ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(UInt16))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,Int64) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(UInt32))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,Int128) OK 59ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(UInt64))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,Float32) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(UInt128))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,Float64) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(Int8))) OK 105ms
/aggregate functions/state/uniqHLL12State/Map(String,Decimal128(38)) OK 88ms
/aggregate functions/state/uniqHLL12State/Map(String,Date) OK 60ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(Int16))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(String,DateTime) OK 63ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(Int32))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,DateTime64(3)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(Int64))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,Bool) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(Int128))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,String) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(Float32))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,FixedString(51)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(Float64))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,UUID) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(Date))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(UInt8)) OK 59ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(UInt16)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(Bool))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(UInt32)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(String))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(UInt64)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(FixedString(51)))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(UInt128)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,LowCardinality(Nullable(UUID))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(Int8)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(Bool,Array(String)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(Int16)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(Bool,Map(String,LowCardinality(Float64))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(Int32)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(Bool,Tuple(String)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(Int64)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,UInt8) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(Int128)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,UInt16) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(Float32)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,UInt32) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(Float64)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,UInt64) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(Decimal128(38))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,UInt128) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(Date)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(String,Int8) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(DateTime)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,Int16) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(DateTime64(3))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,Int32) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(Bool)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,Int64) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(String)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,Int128) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(FixedString(51))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,Float32) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,Nullable(UUID)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,Float64) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(UInt8)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(String,Decimal128(38)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(UInt16)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,Date) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(UInt32)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,DateTime) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(UInt64)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(String,DateTime64(3)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(UInt128)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,Bool) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Int8)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,String) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Int16)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,FixedString(51)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Int32)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(String,UUID) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Int64)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(UInt8)) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Int128)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(UInt16)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Float32)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(UInt32)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Float64)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(UInt64)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Date)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(UInt128)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(DateTime)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(Int8)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Bool)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(Int16)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(String)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(Int32)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(FixedString(51))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(Int64)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(UUID)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(Int128)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(UInt8))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(Float32)) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(UInt16))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(Float64)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(UInt32))) OK 85ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(Decimal128(38))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(UInt64))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(Date)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(UInt128))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(DateTime)) OK 58ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(DateTime64(3))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(Int8))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(Bool)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(Int16))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(Int32))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(String)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(Int64))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(FixedString(51))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(Int128))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,Nullable(UUID)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(Float32))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(UInt8)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(Float64))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(UInt16)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(Date))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(UInt32)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(DateTime))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(UInt64)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(Bool))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(UInt128)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(String))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Int8)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Int16)) OK 58ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Int32)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(String,LowCardinality(Nullable(UUID))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Int64)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(String,Array(String)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Int128)) OK 78ms
/aggregate functions/state/uniqHLL12State/Map(String,Map(String,LowCardinality(Float64))) OK 57ms
/aggregate functions/state/uniqHLL12State/Map(String,Tuple(String)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Float32)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),UInt8) OK 64ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Float64)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),UInt16) OK 60ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Date)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),UInt32) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(DateTime)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),UInt64) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Bool)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),UInt128) OK 68ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(String)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Int8) OK 80ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(FixedString(51))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Int16) OK 67ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(UUID)) OK 84ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Int32) OK 72ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Int64) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(UInt16))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Int128) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(UInt32))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Float32) OK 60ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(UInt64))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Float64) OK 65ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(UInt128))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Decimal128(38)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(Int8))) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Date) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(Int16))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),DateTime) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(Int32))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),DateTime64(3)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(Int64))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Bool) OK 64ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(Int128))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),String) OK 64ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(Float32))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),FixedString(51)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(Float64))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),UUID) OK 66ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(Date))) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(UInt8)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(DateTime))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(UInt16)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(Bool))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(UInt32)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(String))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(UInt64)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(FixedString(51)))) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(UInt128)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(String,LowCardinality(Nullable(UUID))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(Int8)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,Array(String)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(Int16)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(String,Map(String,LowCardinality(Float64))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(Int32)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(String,Tuple(String)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(Int64)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),UInt8) OK 89ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(Int128)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),UInt16) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(Float32)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(Float64)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),UInt32) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(Decimal128(38))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),UInt64) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(Date)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),UInt128) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(DateTime)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Int8) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(DateTime64(3))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Int16) OK 58ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Int32) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(Bool)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Int64) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(String)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Int128) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(FixedString(51))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Float32) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Nullable(UUID)) OK 59ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Float64) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(UInt8)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(UInt16)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Decimal128(38)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(UInt32)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Date) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(UInt64)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),DateTime) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(UInt128)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),DateTime64(3)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Int8)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Bool) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Int16)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),String) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Int32)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),FixedString(51)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Int64)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),UUID) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Int128)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(UInt8)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Float32)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(UInt16)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(UInt32)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Float64)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(UInt64)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Date)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(DateTime)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(UInt128)) OK 58ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(Int8)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Bool)) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(String)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(Int16)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(Int32)) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(FixedString(51))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(Int64)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(UUID)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(Int128)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(Float32)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(Float64)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(Decimal128(38))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(Date)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(DateTime)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(Bool)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(String)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(FixedString(51))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Nullable(UUID)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(UInt8)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(UInt16)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(UInt32)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 78ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(UInt64)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(UInt128)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(String))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Int8)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Int16)) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Int32)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Array(String)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Int64)) OK 109ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Int128)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(FixedString(51),Tuple(String)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,UInt8) OK 66ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Float32)) OK 74ms
/aggregate functions/state/uniqHLL12State/Map(UUID,UInt16) OK 64ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Float64)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,UInt32) OK 59ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Date)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(UUID,UInt64) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(DateTime)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,UInt128) OK 65ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Bool)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Int8) OK 60ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(String)) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Int16) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(FixedString(51))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Int32) OK 60ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(UUID)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Int64) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(UInt8))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Int128) OK 74ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(UInt16))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Float32) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(UInt32))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Float64) OK 73ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(UInt64))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Decimal128(38)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(UInt128))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Date) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(Int8))) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(UUID,DateTime) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(Int16))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(UUID,DateTime64(3)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(Int32))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Bool) OK 75ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(Int64))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,String) OK 63ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(Int128))) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(UUID,FixedString(51)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(Float32))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(UUID,UUID) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(Float64))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(UInt8)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(Date))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(UInt16)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(DateTime))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(UInt32)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(Bool))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(UInt64)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(String))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(UInt128)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(FixedString(51)))) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(Int8)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),LowCardinality(Nullable(UUID))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(Int16)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Array(String)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(Int32)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Map(String,LowCardinality(Float64))) OK 60ms
/aggregate functions/state/uniqThetaState/Map(FixedString(51),Tuple(String)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(Int64)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,UInt8) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(Int128)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,UInt16) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(Float32)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(Float64)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,UInt32) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(Decimal128(38))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,UInt64) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(Date)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,UInt128) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(DateTime)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(UUID,Int8) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(DateTime64(3))) OK 67ms
/aggregate functions/state/uniqThetaState/Map(UUID,Int16) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(Bool)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(UUID,Int32) OK 58ms
/aggregate functions/state/uniqThetaState/Map(UUID,Int64) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(String)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(UUID,Int128) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(FixedString(51))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(UUID,Float32) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Nullable(UUID)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,Float64) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(UInt8)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,Decimal128(38)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(UInt16)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,Date) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(UInt32)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,DateTime) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(UInt64)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(UInt128)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(UUID,DateTime64(3)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(UUID,Bool) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Int8)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,String) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Int16)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(UUID,FixedString(51)) OK 111ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Int32)) OK 105ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Int64)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(UUID,UUID) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Int128)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(UInt8)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(UInt16)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Float32)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(UInt32)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Float64)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Date)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(UInt64)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(DateTime)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(UInt128)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Bool)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(Int8)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(Int16)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(String)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(Int32)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(FixedString(51))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(UUID)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(Int64)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(UInt8))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(Int128)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(UInt16))) OK 73ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(Float32)) OK 58ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(Float64)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(UInt32))) OK 58ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(Decimal128(38))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(UInt64))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(Date)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(UInt128))) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(Int8))) OK 85ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(DateTime)) OK 74ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(Int16))) OK 58ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(Int32))) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(Bool)) OK 58ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(String)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(Int64))) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(Int128))) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(FixedString(51))) OK 58ms
/aggregate functions/state/uniqThetaState/Map(UUID,Nullable(UUID)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(Float32))) OK 58ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(Float64))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(UInt8)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(Date))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(UInt16)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(DateTime))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(UInt32)) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(Bool))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(UInt64)) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(String))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(UInt128)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Int8)) OK 56ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Int16)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(UUID,LowCardinality(Nullable(UUID))) OK 68ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Int32)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Array(String)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Int64)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Map(String,LowCardinality(Float64))) OK 58ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Int128)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(UUID,Tuple(String)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Float32)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),UInt8) OK 59ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Float64)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),UInt16) OK 67ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Date)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),UInt32) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(DateTime)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),UInt64) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Bool)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),UInt128) OK 105ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(String)) OK 115ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Int8) OK 71ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(FixedString(51))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Int16) OK 67ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(UUID)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Int32) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(UInt8))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Int64) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(UInt16))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Int128) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(UInt32))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Float32) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(UInt64))) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Float64) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Decimal128(38)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(UInt128))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Date) OK 65ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(Int8))) OK 58ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(Int16))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),DateTime) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),DateTime64(3)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(Int32))) OK 77ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Bool) OK 69ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(Int64))) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),String) OK 66ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(Int128))) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),FixedString(51)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(Float32))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),UUID) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(Float64))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(UInt8)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(Date))) OK 76ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(UInt16)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(DateTime))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(UInt32)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(Bool))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(UInt64)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(String))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(UInt128)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(FixedString(51)))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(Int8)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(UUID,LowCardinality(Nullable(UUID))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(Int16)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(UUID,Array(String)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(Int32)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(UUID,Map(String,LowCardinality(Float64))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(Int64)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(UUID,Tuple(String)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(Int128)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),UInt8) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(Float32)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),UInt16) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(Float64)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),UInt32) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),UInt64) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(Date)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),UInt128) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(DateTime)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Int8) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Int16) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(Bool)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Int32) OK 138ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(String)) OK 104ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Int64) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(FixedString(51))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Int128) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Nullable(UUID)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Float32) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(UInt8)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Float64) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(UInt16)) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(UInt32)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Decimal128(38)) OK 79ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(UInt64)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Date) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(UInt128)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),DateTime) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Int8)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),DateTime64(3)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Int16)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Bool) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Int32)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),String) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Int64)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),FixedString(51)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Int128)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),UUID) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Float32)) OK 64ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(UInt8)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Float64)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(UInt16)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Date)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(UInt32)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(DateTime)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(UInt64)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Bool)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(UInt128)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(String)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(Int8)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(Int16)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(UUID)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(Int32)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(Int64)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 71ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(Int128)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(Float32)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(Float64)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 71ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(Decimal128(38))) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 75ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(Date)) OK 80ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(DateTime)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(DateTime64(3))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(Bool)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(String)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(FixedString(51))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Nullable(UUID)) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(UInt8)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 71ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(UInt16)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(UInt32)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 71ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(UInt64)) OK 75ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 72ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Int8)) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Array(String)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Int16)) OK 59ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Int32)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(String),Tuple(String)) OK 59ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),UInt8) OK 64ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Int64)) OK 57ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Int128)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),UInt16) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Float32)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),UInt32) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Float64)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),UInt64) OK 60ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Date)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),UInt128) OK 78ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(DateTime)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Int8) OK 59ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Bool)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Int16) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(String)) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Int32) OK 60ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(FixedString(51))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Int64) OK 58ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(UUID)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Int128) OK 71ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(UInt8))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Float32) OK 59ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(UInt16))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Float64) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(UInt32))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 76ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(UInt64))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Date) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),DateTime) OK 64ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(Int8))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(Int16))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Bool) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(Int32))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),String) OK 58ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(Int64))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(Int128))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),UUID) OK 59ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(Float32))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(Float64))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(Date))) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(DateTime))) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(Bool))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(String))) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(FixedString(51)))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 60ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),LowCardinality(Nullable(UUID))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Array(String)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Map(String,LowCardinality(Float64))) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(String),Tuple(String)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),UInt8) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),UInt16) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 94ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),UInt32) OK 107ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),UInt64) OK 60ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),UInt128) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 70ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Int8) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Int16) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 79ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Int32) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Int64) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Int128) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Float32) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Float64) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 75ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Decimal128(38)) OK 91ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 85ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Date) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),DateTime) OK 70ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),DateTime64(3)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Bool) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),String) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 80ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),FixedString(51)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),UUID) OK 69ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(UInt8)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(UInt16)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(UInt32)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 67ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(UInt64)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(UInt128)) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(Int8)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(Int16)) OK 71ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 70ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(Int32)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 64ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(Int64)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(Int128)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 68ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(Float32)) OK 72ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(Float64)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(Decimal128(38))) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 61ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(Date)) OK 65ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(DateTime)) OK 73ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(DateTime64(3))) OK 62ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(Bool)) OK 67ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(String)) OK 68ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 74ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(FixedString(51))) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Nullable(UUID)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt8)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 62ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt16)) OK 64ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt32)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt64)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(UInt128)) OK 61ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Int8)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Array(String)) OK 68ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Int16)) OK 63ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Int32)) OK 66ms
/aggregate functions/state/uniqHLL12State/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 103ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Int64)) OK 64ms
/aggregate functions/state/uniqHLL12State/Nullable(UInt8) OK 68ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Int128)) OK 65ms
/aggregate functions/state/uniqHLL12State/Nullable(UInt16) OK 78ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Float32)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Float64)) OK 78ms
/aggregate functions/state/uniqHLL12State/Nullable(UInt32) OK 78ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Date)) OK 122ms
/aggregate functions/state/uniqHLL12State/Nullable(UInt64) OK 115ms
/aggregate functions/state/uniqHLL12State/Nullable(UInt128) OK 64ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(DateTime)) OK 68ms
/aggregate functions/state/uniqHLL12State/Nullable(Int8) OK 72ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Bool)) OK 70ms
/aggregate functions/state/uniqHLL12State/Nullable(Int16) OK 63ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(String)) OK 64ms
/aggregate functions/state/uniqHLL12State/Nullable(Int32) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(FixedString(51))) OK 66ms
/aggregate functions/state/uniqHLL12State/Nullable(Int64) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(UUID)) OK 67ms
/aggregate functions/state/uniqHLL12State/Nullable(Int128) OK 72ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt8))) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt16))) OK 69ms
/aggregate functions/state/uniqHLL12State/Nullable(Float32) OK 63ms
/aggregate functions/state/uniqHLL12State/Nullable(Float64) OK 68ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt32))) OK 69ms
/aggregate functions/state/uniqHLL12State/Nullable(Decimal128(38)) OK 71ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt64))) OK 69ms
/aggregate functions/state/uniqHLL12State/Nullable(Date) OK 69ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UInt128))) OK 70ms
/aggregate functions/state/uniqHLL12State/Nullable(DateTime) OK 72ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/state/uniqHLL12State/Nullable(DateTime64(3)) OK 69ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int16))) OK 69ms
/aggregate functions/state/uniqHLL12State/Nullable(Bool) OK 70ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int32))) OK 70ms
/aggregate functions/state/uniqHLL12State/Nullable(String) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int64))) OK 66ms
/aggregate functions/state/uniqHLL12State/Nullable(FixedString(51)) OK 77ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Int128))) OK 66ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float32))) OK 68ms
/aggregate functions/state/uniqHLL12State/Nullable(UUID) OK 69ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Float64))) OK 68ms
/aggregate functions/state/uniqHLL12State/Array(UInt8) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Date))) OK 69ms
/aggregate functions/state/uniqHLL12State/Array(UInt16) OK 67ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(DateTime))) OK 66ms
/aggregate functions/state/uniqHLL12State/Array(UInt32) OK 81ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/state/uniqHLL12State/Array(UInt64) OK 67ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(String))) OK 67ms
/aggregate functions/state/uniqHLL12State/Array(UInt128) OK 65ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(FixedString(51)))) OK 75ms
/aggregate functions/state/uniqHLL12State/Array(Int8) OK 71ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),LowCardinality(Nullable(UUID))) OK 66ms
/aggregate functions/state/uniqHLL12State/Array(Int16) OK 64ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Array(String)) OK 67ms
/aggregate functions/state/uniqHLL12State/Array(Int32) OK 67ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Map(String,LowCardinality(Float64))) OK 80ms
/aggregate functions/state/uniqHLL12State/Array(Int64) OK 65ms
/aggregate functions/state/uniqHLL12State/Array(Int128) OK 89ms
/aggregate functions/state/uniqThetaState/Map(LowCardinality(FixedString(51)),Tuple(String)) OK 74ms
/aggregate functions/state/uniqThetaState/Nullable(UInt8) OK 73ms
/aggregate functions/state/uniqHLL12State/Array(Float32) OK 69ms
/aggregate functions/state/uniqThetaState/Nullable(UInt16) OK 66ms
/aggregate functions/state/uniqHLL12State/Array(Float64) OK 73ms
/aggregate functions/state/uniqThetaState/Nullable(UInt32) OK 68ms
/aggregate functions/state/uniqHLL12State/Array(Decimal128(38)) OK 67ms
/aggregate functions/state/uniqThetaState/Nullable(UInt64) OK 63ms
/aggregate functions/state/uniqHLL12State/Array(Date) OK 60ms
/aggregate functions/state/uniqThetaState/Nullable(UInt128) OK 87ms
/aggregate functions/state/uniqHLL12State/Array(DateTime) OK 76ms
/aggregate functions/state/uniqHLL12State/Array(DateTime64(3)) OK 69ms
/aggregate functions/state/uniqThetaState/Nullable(Int8) OK 72ms
/aggregate functions/state/uniqHLL12State/Array(Bool) OK 80ms
/aggregate functions/state/uniqThetaState/Nullable(Int16) OK 79ms
/aggregate functions/state/uniqHLL12State/Array(String) OK 73ms
/aggregate functions/state/uniqThetaState/Nullable(Int32) OK 64ms
/aggregate functions/state/uniqThetaState/Nullable(Int64) OK 73ms
/aggregate functions/state/uniqHLL12State/Array(FixedString(51)) OK 71ms
/aggregate functions/state/uniqThetaState/Nullable(Int128) OK 70ms
/aggregate functions/state/uniqHLL12State/Array(UUID) OK 73ms
/aggregate functions/state/uniqThetaState/Nullable(Float32) OK 75ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(UInt8)) OK 80ms
/aggregate functions/state/uniqThetaState/Nullable(Float64) OK 68ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(UInt16)) OK 67ms
/aggregate functions/state/uniqThetaState/Nullable(Decimal128(38)) OK 72ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(UInt32)) OK 69ms
/aggregate functions/state/uniqThetaState/Nullable(Date) OK 81ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(UInt64)) OK 86ms
/aggregate functions/state/uniqThetaState/Nullable(DateTime) OK 81ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(UInt128)) OK 75ms
/aggregate functions/state/uniqThetaState/Nullable(DateTime64(3)) OK 82ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(Int8)) OK 68ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(Int16)) OK 72ms
/aggregate functions/state/uniqThetaState/Nullable(Bool) OK 80ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(Int32)) OK 70ms
/aggregate functions/state/uniqThetaState/Nullable(String) OK 66ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(Int64)) OK 67ms
/aggregate functions/state/uniqThetaState/Nullable(FixedString(51)) OK 71ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(Int128)) OK 66ms
/aggregate functions/state/uniqThetaState/Nullable(UUID) OK 65ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(Float32)) OK 72ms
/aggregate functions/state/uniqThetaState/Array(UInt8) OK 70ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(Float64)) OK 68ms
/aggregate functions/state/uniqThetaState/Array(UInt16) OK 66ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(Decimal128(38))) OK 85ms
/aggregate functions/state/uniqThetaState/Array(UInt32) OK 65ms
/aggregate functions/state/uniqThetaState/Array(UInt64) OK 82ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(Date)) OK 64ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(DateTime)) OK 70ms
/aggregate functions/state/uniqThetaState/Array(UInt128) OK 65ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(DateTime64(3))) OK 68ms
/aggregate functions/state/uniqThetaState/Array(Int8) OK 69ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(Bool)) OK 62ms
/aggregate functions/state/uniqThetaState/Array(Int16) OK 64ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(String)) OK 68ms
/aggregate functions/state/uniqThetaState/Array(Int32) OK 70ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(FixedString(51))) OK 67ms
/aggregate functions/state/uniqThetaState/Array(Int64) OK 65ms
/aggregate functions/state/uniqHLL12State/Array(Nullable(UUID)) OK 74ms
/aggregate functions/state/uniqThetaState/Array(Int128) OK 72ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(UInt8)) OK 101ms
/aggregate functions/state/uniqThetaState/Array(Float32) OK 80ms
/aggregate functions/state/uniqThetaState/Array(Float64) OK 78ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(UInt16)) OK 88ms
/aggregate functions/state/uniqThetaState/Array(Decimal128(38)) OK 84ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(UInt32)) OK 73ms
/aggregate functions/state/uniqThetaState/Array(Date) OK 81ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(UInt64)) OK 71ms
/aggregate functions/state/uniqThetaState/Array(DateTime) OK 71ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(UInt128)) OK 69ms
/aggregate functions/state/uniqThetaState/Array(DateTime64(3)) OK 88ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Int8)) OK 89ms
/aggregate functions/state/uniqThetaState/Array(Bool) OK 84ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Int16)) OK 78ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Int32)) OK 78ms
/aggregate functions/state/uniqThetaState/Array(String) OK 71ms
/aggregate functions/state/uniqThetaState/Array(FixedString(51)) OK 72ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Int64)) OK 78ms
/aggregate functions/state/uniqThetaState/Array(UUID) OK 69ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Int128)) OK 68ms
/aggregate functions/state/uniqThetaState/Array(Nullable(UInt8)) OK 85ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Float32)) OK 80ms
/aggregate functions/state/uniqThetaState/Array(Nullable(UInt16)) OK 73ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Float64)) OK 65ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Date)) OK 86ms
/aggregate functions/state/uniqThetaState/Array(Nullable(UInt32)) OK 74ms
/aggregate functions/state/uniqThetaState/Array(Nullable(UInt64)) OK 76ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(DateTime)) OK 71ms
/aggregate functions/state/uniqThetaState/Array(Nullable(UInt128)) OK 73ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Bool)) OK 82ms
/aggregate functions/state/uniqThetaState/Array(Nullable(Int8)) OK 69ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(String)) OK 64ms
/aggregate functions/state/uniqThetaState/Array(Nullable(Int16)) OK 63ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(FixedString(51))) OK 64ms
/aggregate functions/state/uniqThetaState/Array(Nullable(Int32)) OK 65ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(UUID)) OK 63ms
/aggregate functions/state/uniqThetaState/Array(Nullable(Int64)) OK 76ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/uniqThetaState/Array(Nullable(Int128)) OK 67ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(UInt16))) OK 63ms
/aggregate functions/state/uniqThetaState/Array(Nullable(Float32)) OK 67ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(UInt32))) OK 63ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/uniqThetaState/Array(Nullable(Float64)) OK 78ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(UInt128))) OK 92ms
/aggregate functions/state/uniqThetaState/Array(Nullable(Decimal128(38))) OK 85ms
/aggregate functions/state/uniqThetaState/Array(Nullable(Date)) OK 123ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(Int8))) OK 72ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(Int16))) OK 126ms
/aggregate functions/state/uniqThetaState/Array(Nullable(DateTime)) OK 80ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(Int32))) OK 75ms
/aggregate functions/state/uniqThetaState/Array(Nullable(DateTime64(3))) OK 69ms
/aggregate functions/state/uniqThetaState/Array(Nullable(Bool)) OK 72ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(Int64))) OK 91ms
/aggregate functions/state/uniqThetaState/Array(Nullable(String)) OK 72ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(Int128))) OK 72ms
/aggregate functions/state/uniqThetaState/Array(Nullable(FixedString(51))) OK 65ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(Float32))) OK 67ms
/aggregate functions/state/uniqThetaState/Array(Nullable(UUID)) OK 63ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(Float64))) OK 82ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(UInt8)) OK 72ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(Date))) OK 71ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(UInt16)) OK 68ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(DateTime))) OK 66ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(UInt32)) OK 71ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(Bool))) OK 71ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(UInt64)) OK 70ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(String))) OK 70ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(UInt128)) OK 72ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(FixedString(51)))) OK 69ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Int8)) OK 74ms
/aggregate functions/state/uniqHLL12State/Array(LowCardinality(Nullable(UUID))) OK 82ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Int16)) OK 73ms
/aggregate functions/state/uniqHLL12State/Array(Array(String)) OK 71ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Int32)) OK 65ms
/aggregate functions/state/uniqHLL12State/Array(Map(String,LowCardinality(Float64))) OK 65ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Int64)) OK 69ms
/aggregate functions/state/uniqHLL12State/Array(Tuple(String)) OK 67ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Int128)) OK 63ms
/aggregate functions/state/uniqHLL12State/LowCardinality(UInt8) OK 77ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Float32)) OK 73ms
/aggregate functions/state/uniqHLL12State/LowCardinality(UInt16) OK 74ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Float64)) OK 87ms
/aggregate functions/state/uniqHLL12State/LowCardinality(UInt32) OK 73ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Date)) OK 91ms
/aggregate functions/state/uniqHLL12State/LowCardinality(UInt64) OK 85ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(DateTime)) OK 89ms
/aggregate functions/state/uniqHLL12State/LowCardinality(UInt128) OK 82ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Bool)) OK 77ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Int8) OK 74ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(String)) OK 83ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Int16) OK 83ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(FixedString(51))) OK 85ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Int32) OK 69ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(UUID)) OK 81ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Int64) OK 69ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Int128) OK 70ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(UInt8))) OK 74ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Float32) OK 70ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(UInt16))) OK 91ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Float64) OK 73ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(UInt32))) OK 73ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Date) OK 81ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(UInt64))) OK 75ms
/aggregate functions/state/uniqHLL12State/LowCardinality(DateTime) OK 74ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(UInt128))) OK 75ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Bool) OK 71ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(Int8))) OK 71ms
/aggregate functions/state/uniqHLL12State/LowCardinality(String) OK 69ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(Int16))) OK 74ms
/aggregate functions/state/uniqHLL12State/LowCardinality(FixedString(51)) OK 80ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(Int32))) OK 84ms
/aggregate functions/state/uniqHLL12State/LowCardinality(UUID) OK 78ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(Int64))) OK 73ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(UInt8)) OK 76ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(Int128))) OK 81ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(UInt16)) OK 78ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(Float32))) OK 81ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(UInt32)) OK 77ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(Float64))) OK 73ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(UInt64)) OK 72ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(Date))) OK 89ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(UInt128)) OK 74ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(DateTime))) OK 76ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(Int8)) OK 73ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(Bool))) OK 68ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(Int16)) OK 69ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(String))) OK 72ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(Int32)) OK 86ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(FixedString(51)))) OK 113ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(Int64)) OK 71ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(Int128)) OK 68ms
/aggregate functions/state/uniqThetaState/Array(LowCardinality(Nullable(UUID))) OK 70ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(Float32)) OK 80ms
/aggregate functions/state/uniqThetaState/Array(Array(String)) OK 73ms
/aggregate functions/state/uniqThetaState/Array(Map(String,LowCardinality(Float64))) OK 76ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(Float64)) OK 79ms
/aggregate functions/state/uniqThetaState/Array(Tuple(String)) OK 76ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(Date)) OK 72ms
/aggregate functions/state/uniqThetaState/LowCardinality(UInt8) OK 62ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(DateTime)) OK 62ms
/aggregate functions/state/uniqThetaState/LowCardinality(UInt16) OK 70ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(Bool)) OK 70ms
/aggregate functions/state/uniqThetaState/LowCardinality(UInt32) OK 67ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(String)) OK 63ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(FixedString(51))) OK 62ms
/aggregate functions/state/uniqThetaState/LowCardinality(UInt64) OK 62ms
/aggregate functions/state/uniqHLL12State/LowCardinality(Nullable(UUID)) OK 85ms
/aggregate functions/state/uniqThetaState/LowCardinality(UInt128) OK 66ms
/aggregate functions/state/uniqThetaState/LowCardinality(Int8) OK 69ms
/aggregate functions/state/uniqHLL12State/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 2s 540ms
/aggregate functions/state/uniqThetaState/LowCardinality(Int16) OK 93ms
/aggregate functions/state/uniqThetaState/LowCardinality(Int32) OK 341ms
/aggregate functions/state/uniqThetaState/LowCardinality(Int64) OK 88ms
/aggregate functions/state/uniqThetaState/LowCardinality(Int128) OK 68ms
/aggregate functions/state/uniqThetaState/LowCardinality(Float32) OK 64ms
/aggregate functions/state/uniqThetaState/LowCardinality(Float64) OK 61ms
/aggregate functions/state/uniqThetaState/LowCardinality(Date) OK 69ms
/aggregate functions/state/uniqThetaState/LowCardinality(DateTime) OK 73ms
/aggregate functions/state/uniqThetaState/LowCardinality(Bool) OK 63ms
/aggregate functions/state/uniqThetaState/LowCardinality(String) OK 71ms
/aggregate functions/state/uniqThetaState/LowCardinality(FixedString(51)) OK 71ms
/aggregate functions/state/uniqThetaState/LowCardinality(UUID) OK 65ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(UInt8)) OK 67ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(UInt16)) OK 62ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(UInt32)) OK 57ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(UInt64)) OK 58ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(UInt128)) OK 59ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(Int8)) OK 58ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(Int16)) OK 58ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(Int32)) OK 60ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(Int64)) OK 58ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(Int128)) OK 59ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(Float32)) OK 57ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(Float64)) OK 60ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(Date)) OK 70ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(DateTime)) OK 64ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(Bool)) OK 149ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(String)) OK 65ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(FixedString(51))) OK 65ms
/aggregate functions/state/uniqThetaState/LowCardinality(Nullable(UUID)) OK 74ms
/aggregate functions/state/uniqThetaState/Tuple(UInt8,UInt16,UInt32,UInt64,UInt128,Int8,Int16,Int32,Int64,Int128,Float32,Float64,Decimal128(38),Date,DateTime,DateTime64(3),Bool,String,FixedString(51),UUID,Nullable(UInt8),Nullable(UInt16),Nullable(UInt32),Nullable(UInt64),Nullable(UInt128),Nullable(Int8),Nullable(Int16),Nullable(Int32),Nullable(Int64),Nullable(Int128),Nullable(Float32),Nullable(Float64),Nullable(Decimal128(38)),Nullable(Date),Nullable(DateTime),Nullable(DateTime64(3)),Nullable(Bool),Nullable(String),Nullable(FixedString(51)),Nullable(UUID),LowCardinality(UInt8),LowCardinality(UInt16),LowCardinality(UInt32),LowCardinality(UInt64),LowCardinality(UInt128),LowCardinality(Int8),LowCardinality(Int16),LowCardinality(Int32),LowCardinality(Int64),LowCardinality(Int128),LowCardinality(Float32),LowCardinality(Float64),LowCardinality(Date),LowCardinality(DateTime),LowCardinality(Bool),LowCardinality(String),LowCardinality(FixedString(51)),LowCardinality(UUID),LowCardinality(Nullable(UInt8)),LowCardinality(Nullable(UInt16)),LowCardinality(Nullable(UInt32)),LowCardinality(Nullable(UInt64)),LowCardinality(Nullable(UInt128)),LowCardinality(Nullable(Int8)),LowCardinality(Nullable(Int16)),LowCardinality(Nullable(Int32)),LowCardinality(Nullable(Int64)),LowCardinality(Nullable(Int128)),LowCardinality(Nullable(Float32)),LowCardinality(Nullable(Float64)),LowCardinality(Nullable(Date)),LowCardinality(Nullable(DateTime)),LowCardinality(Nullable(Bool)),LowCardinality(Nullable(String)),LowCardinality(Nullable(FixedString(51))),LowCardinality(Nullable(UUID)),Array(String),Map(String,LowCardinality(Float64)),Tuple(String)) OK 554ms

Generated by TestFlows Open-Source Test Framework v1.9.221228.1171522